@charset "UTF-8";
/*!
 * 
 * antd v3.23.2
 * 
 * Copyright 2015-present, Alipay, Inc.
 * All rights reserved.
 *       
 */
/* 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: #1890ff;
  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: #40a9ff; }

a:active {
  color: #096dd9; }

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: #1890ff; }

::selection {
  color: #fff;
  background: #1890ff; }

.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: #1890ff; }

[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 #1890ff;
  box-shadow: 0 0 0 0 #1890ff;
  -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 #1890ff;
    box-shadow: 0 0 0 #1890ff;
    -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 #1890ff;
    box-shadow: 0 0 0 #1890ff;
    -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);
  -ms-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);
  -ms-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);
  -ms-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);
  -ms-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);
  -ms-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);
  -ms-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);
  -ms-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-affix {
  position: fixed;
  z-index: 10; }

/* 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-alert {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  padding: 8px 15px 8px 37px;
  border-radius: 4px; }

.ant-alert.ant-alert-no-icon {
  padding: 8px 15px; }

.ant-alert.ant-alert-closable {
  padding-right: 30px; }

.ant-alert-icon {
  position: absolute;
  top: 11.5px;
  left: 16px; }

.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px; }

.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f; }

.ant-alert-success .ant-alert-icon {
  color: #52c41a; }

.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff; }

.ant-alert-info .ant-alert-icon {
  color: #1890ff; }

.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f; }

.ant-alert-warning .ant-alert-icon {
  color: #faad14; }

.ant-alert-error {
  background-color: #fff1f0;
  border: 1px solid #ffa39e; }

.ant-alert-error .ant-alert-icon {
  color: #f5222d; }

.ant-alert-close-icon {
  position: absolute;
  top: 8px;
  right: 16px;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  cursor: pointer; }

.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75); }

.ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75); }

.ant-alert-with-description {
  position: relative;
  padding: 15px 15px 15px 64px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  border-radius: 4px; }

.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px; }

.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 24px; }

.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  cursor: pointer; }

.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px; }

.ant-alert-message {
  color: rgba(0, 0, 0, 0.85); }

.ant-alert-with-description .ant-alert-description {
  display: block; }

.ant-alert.ant-alert-close {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.ant-alert-slide-up-leave {
  -webkit-animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0; }

@-webkit-keyframes antAlertSlideUpIn {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -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 antAlertSlideUpIn {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -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 antAlertSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0; } }

@keyframes antAlertSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1; }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0; } }

/* 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-anchor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  padding-left: 2px; }

.ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: #fff; }

.ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #e8e8e8;
  content: ' '; }

.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #1890ff;
  border-radius: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out; }

.ant-anchor-ink-ball.visible {
  display: inline-block; }

.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none; }

.ant-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143; }

.ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-anchor-link-title:only-child {
  margin-bottom: 0; }

.ant-anchor-link-active > .ant-anchor-link-title {
  color: #1890ff; }

.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px; }

/* 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-select-auto-complete {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum'; }

.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  line-height: 32px; }

.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-right: 12px;
  margin-left: 12px; }

.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto; }

.ant-select-auto-complete.ant-select .ant-select-search--inline {
  position: static;
  float: left; }

.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 0 !important; }

.ant-select-auto-complete.ant-select .ant-input {
  height: 32px;
  line-height: 1.5;
  background: transparent;
  border-width: 1px; }

.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important; }

.ant-select-auto-complete.ant-select .ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
  background-color: transparent; }

.ant-select-auto-complete.ant-select .ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 40px; }

.ant-select-auto-complete.ant-select-lg .ant-input {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px; }

.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
  line-height: 24px; }

.ant-select-auto-complete.ant-select-sm .ant-input {
  height: 24px;
  padding-top: 1px;
  padding-bottom: 1px; }

.ant-input-group > .ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper {
  display: inline;
  float: none; }

/* 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-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: 0; }

.ant-select ul,
.ant-select ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff; }

.ant-select-arrow {
  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;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.ant-select-arrow > * {
  line-height: 1; }

.ant-select-arrow svg {
  display: inline-block; }

.ant-select-arrow::before {
  display: none; }

.ant-select-arrow .ant-select-arrow-icon {
  display: block; }

.ant-select-arrow .ant-select-arrow-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.ant-select-selection {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-select-selection:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important; }

.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-select-selection__clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: color 0.3s ease, opacity 0.15s ease;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto; }

.ant-select-selection__clear::before {
  display: block; }

.ant-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.45); }

.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1; }

.ant-select-selection-selected-value {
  float: left;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ant-select-no-arrow .ant-select-selection-selected-value {
  padding-right: 0; }

.ant-select-disabled {
  color: rgba(0, 0, 0, 0.25); }

.ant-select-disabled .ant-select-selection {
  background: #f5f5f5;
  cursor: not-allowed; }

.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none; }

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.33);
  background: #f5f5f5; }

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none; }

.ant-select-selection--single {
  position: relative;
  height: 32px;
  cursor: pointer; }

.ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 24px; }

.ant-select-no-arrow .ant-select-selection__rendered {
  margin-right: 11px; }

.ant-select-selection__rendered {
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: 11px;
  line-height: 30px; }

.ant-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '.';
  pointer-events: none; }

.ant-select-lg {
  font-size: 16px; }

.ant-select-lg .ant-select-selection--single {
  height: 40px; }

.ant-select-lg .ant-select-selection__rendered {
  line-height: 38px; }

.ant-select-lg .ant-select-selection--multiple {
  min-height: 40px; }

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 32px;
  line-height: 32px; }

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-lg .ant-select-selection--multiple .ant-select-arrow {
  top: 20px; }

.ant-select-sm .ant-select-selection--single {
  height: 24px; }

.ant-select-sm .ant-select-selection__rendered {
  margin-left: 7px;
  line-height: 22px; }

.ant-select-sm .ant-select-selection--multiple {
  min-height: 24px; }

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 16px;
  line-height: 14px; }

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
  top: 12px; }

.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
  right: 8px; }

.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default; }

.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25); }

.ant-select-search__field__wrap {
  position: relative;
  display: inline-block; }

.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  right: 9px;
  left: 0;
  max-width: 100%;
  height: 20px;
  margin-top: -10px;
  overflow: hidden;
  color: #bfbfbf;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis; }

.ant-select-search__field__placeholder {
  left: 12px; }

.ant-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  opacity: 0;
  pointer-events: none; }

.ant-select-search--inline {
  position: absolute;
  width: 100%;
  height: 100%; }

.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%; }

.ant-select-search--inline .ant-select-search__field {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  background: transparent;
  border-width: 0;
  border-radius: 4px;
  outline: 0; }

.ant-select-search--inline > i {
  float: right; }

.ant-select-selection--multiple {
  min-height: 32px;
  padding-bottom: 3px;
  cursor: text;
  zoom: 1; }

.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: ''; }

.ant-select-selection--multiple::after {
  clear: both; }

.ant-select-selection--multiple .ant-select-search--inline {
  position: static;
  float: left;
  width: auto;
  max-width: 100%;
  padding: 0; }

.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  width: 0.75em;
  max-width: 100%; }

.ant-select-selection--multiple .ant-select-selection__rendered {
  height: auto;
  margin-bottom: -3px;
  margin-left: 5px; }

.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 6px; }

.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 24px;
  margin-top: 3px;
  line-height: 22px; }

.ant-select-selection--multiple .ant-select-selection__choice {
  position: relative;
  float: left;
  max-width: 99%;
  margin-right: 4px;
  padding: 0 20px 0 10px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: default;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px; }

.ant-select-selection--multiple .ant-select-selection__choice__content {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-select-selection--multiple .ant-select-selection__choice__remove {
  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;
  position: absolute;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333) rotate(0deg);
  -ms-transform: scale(0.83333) rotate(0deg);
  transform: scale(0.83333) rotate(0deg); }

.ant-select-selection--multiple .ant-select-selection__choice__remove > * {
  line-height: 1; }

.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
  display: inline-block; }

.ant-select-selection--multiple .ant-select-selection__choice__remove::before {
  display: none; }

.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
  display: block; }

:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px; }

.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.75); }

.ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-selection--multiple .ant-select-arrow {
  top: 16px; }

.ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value {
  padding-right: 16px; }

.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px; }

.ant-select-open .ant-select-arrow-icon svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.ant-select-open .ant-select-selection {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-select-combobox .ant-select-arrow {
  display: none; }

.ant-select-combobox .ant-select-search--inline {
  float: none;
  width: 100%;
  height: 100%; }

.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%; }

.ant-select-combobox .ant-select-search__field {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s; }

.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,
.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px; }

.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn; }

.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn; }

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut; }

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut; }

.ant-select-dropdown-hidden {
  display: none; }

.ant-select-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none; }

.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0; }

.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 20px; }

.ant-select-dropdown-menu-item-group-title {
  height: 32px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 32px; }

.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
  border-radius: 0; }

.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #e6f7ff; }

.ant-select-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0; }

.ant-select-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px; }

.ant-select-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fafafa; }

.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #e6f7ff; }

.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8; }

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 32px; }

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  color: transparent;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
  color: rgba(0, 0, 0, 0.87); }

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
  display: none; }

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
  display: inline-block;
  color: #1890ff; }

.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 12px; }

.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block; }

/* 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-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 22px;
  text-align: center; }

.ant-empty-image {
  height: 100px;
  margin-bottom: 8px; }

.ant-empty-image img {
  height: 100%; }

.ant-empty-image svg {
  height: 100%;
  margin: auto; }

.ant-empty-description {
  margin: 0; }

.ant-empty-footer {
  margin-top: 16px; }

.ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25); }

.ant-empty-normal .ant-empty-image {
  height: 40px; }

.ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25); }

.ant-empty-small .ant-empty-image {
  height: 35px; }

/* 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-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1; }

.ant-input:-ms-input-placeholder {
  color: #bfbfbf; }

.ant-input::-webkit-input-placeholder {
  color: #bfbfbf; }

.ant-input:placeholder-shown {
  text-overflow: ellipsis; }

.ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important; }

.ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s; }

.ant-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px; }

.ant-input-sm {
  height: 24px;
  padding: 1px 7px; }

.ant-input-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0; }

.ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.ant-input-group > [class*='col-'] {
  padding-right: 8px; }

.ant-input-group > [class*='col-']:last-child {
  padding-right: 0; }

.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell; }

.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0; }

.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle; }

.ant-input-group-wrap > * {
  display: block !important; }

.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit; }

.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px; }

.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px; }

.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-input-group-addon .ant-select {
  margin: -5px -11px; }

.ant-input-group-addon .ant-select .ant-select-selection {
  margin: -1px;
  background-color: inherit;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #1890ff; }

.ant-input-group-addon > i:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ''; }

.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.ant-input-group-addon:first-child {
  border-right: 0; }

.ant-input-group-addon:last-child {
  border-left: 0; }

.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px; }

.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 24px;
  padding: 1px 7px; }

.ant-input-group-lg .ant-select-selection--single {
  height: 40px; }

.ant-input-group-sm .ant-select-selection--single {
  height: 24px; }

.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  float: left;
  width: 100%; }

.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1; }

.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: ''; }

.ant-input-group.ant-input-group-compact::after {
  clear: both; }

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px; }

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1; }

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1; }

.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0; }

.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px; }

.ant-input-group.ant-input-group-compact .ant-input {
  float: none; }

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input {
  border-right-width: 1px;
  border-radius: 0; }

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover {
  z-index: 1; }

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus {
  z-index: 1; }

.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top; }

.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top; }

.ant-input-affix-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start; }

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  border-right-width: 1px !important; }

.ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: inherit; }

.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5; }

.ant-input-affix-wrapper .ant-input-prefix {
  left: 12px; }

.ant-input-affix-wrapper .ant-input-suffix {
  right: 12px; }

.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px; }

.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 30px; }

.ant-input-affix-wrapper.ant-input-affix-wrapper-with-clear-btn .ant-input:not(:last-child) {
  padding-right: 49px; }

.ant-input-affix-wrapper .ant-input {
  min-height: 100%; }

.ant-input-password-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-input-password-icon:hover {
  color: #333; }

.ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  vertical-align: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45); }

.ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.65); }

.ant-input-clear-icon + i {
  margin-left: 6px; }

.ant-input-search-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-input-search-icon:hover {
  color: rgba(0, 0, 0, 0.8); }

.ant-input-search-enter-button input {
  border-right: 0; }

.ant-input-search-enter-button + .ant-input-group-addon,
.ant-input-search-enter-button input + .ant-input-group-addon {
  padding: 0;
  border: 0; }

.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button {
  width: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* 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-btn {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9; }

.ant-btn > .anticon {
  line-height: 1; }

.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0; }

.ant-btn:not([disabled]):hover {
  text-decoration: none; }

.ant-btn:not([disabled]):active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed; }

.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none; }

.ant-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px; }

.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px; }

.ant-btn > a:only-child {
  color: currentColor; }

.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn:hover,
.ant-btn:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff; }

.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor; }

.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn:active,
.ant-btn.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9; }

.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor; }

.ant-btn:active > a:only-child::after,
.ant-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-disabled,
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-btn-disabled > a:only-child,
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn-disabled:hover > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn-disabled:focus > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn-disabled:active > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn-disabled.active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor; }

.ant-btn-disabled > a:only-child::after,
.ant-btn.disabled > a:only-child::after,
.ant-btn[disabled] > a:only-child::after,
.ant-btn-disabled:hover > a:only-child::after,
.ant-btn.disabled:hover > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn-disabled:focus > a:only-child::after,
.ant-btn.disabled:focus > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn-disabled:active > a:only-child::after,
.ant-btn.disabled:active > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after,
.ant-btn-disabled.active > a:only-child::after,
.ant-btn.disabled.active > a:only-child::after,
.ant-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  text-decoration: none;
  background: #fff; }

.ant-btn > i,
.ant-btn > span {
  display: inline-block;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none; }

.ant-btn-primary {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); }

.ant-btn-primary > a:only-child {
  color: currentColor; }

.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff; }

.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor; }

.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9; }

.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor; }

.ant-btn-primary:active > a:only-child::after,
.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-primary-disabled,
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary-disabled:focus,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary-disabled:active,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary-disabled.active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-btn-primary-disabled > a:only-child,
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor; }

.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff; }

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9; }

.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff; }

.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9; }

.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #40a9ff; }

.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9; }

.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: #d9d9d9; }

.ant-btn-ghost > a:only-child {
  color: currentColor; }

.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff; }

.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor; }

.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9; }

.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor; }

.ant-btn-ghost:active > a:only-child::after,
.ant-btn-ghost.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-ghost-disabled,
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-btn-ghost-disabled > a:only-child,
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost-disabled:hover > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost-disabled:focus > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost-disabled:active > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost-disabled.active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor; }

.ant-btn-ghost-disabled > a:only-child::after,
.ant-btn-ghost.disabled > a:only-child::after,
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost-disabled:hover > a:only-child::after,
.ant-btn-ghost.disabled:hover > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost-disabled:focus > a:only-child::after,
.ant-btn-ghost.disabled:focus > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost-disabled:active > a:only-child::after,
.ant-btn-ghost.disabled:active > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after,
.ant-btn-ghost-disabled.active > a:only-child::after,
.ant-btn-ghost.disabled.active > a:only-child::after,
.ant-btn-ghost[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed; }

.ant-btn-dashed > a:only-child {
  color: currentColor; }

.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff; }

.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor; }

.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9; }

.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor; }

.ant-btn-dashed:active > a:only-child::after,
.ant-btn-dashed.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-dashed-disabled,
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-btn-dashed-disabled > a:only-child,
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed-disabled:hover > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed-disabled:focus > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed-disabled:active > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed-disabled.active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor; }

.ant-btn-dashed-disabled > a:only-child::after,
.ant-btn-dashed.disabled > a:only-child::after,
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed-disabled:hover > a:only-child::after,
.ant-btn-dashed.disabled:hover > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed-disabled:focus > a:only-child::after,
.ant-btn-dashed.disabled:focus > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed-disabled:active > a:only-child::after,
.ant-btn-dashed.disabled:active > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after,
.ant-btn-dashed-disabled.active > a:only-child::after,
.ant-btn-dashed.disabled.active > a:only-child::after,
.ant-btn-dashed[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-danger {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); }

.ant-btn-danger > a:only-child {
  color: currentColor; }

.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background-color: #ff7875;
  border-color: #ff7875; }

.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor; }

.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d9363e;
  border-color: #d9363e; }

.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor; }

.ant-btn-danger:active > a:only-child::after,
.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-danger-disabled,
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger-disabled:focus,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger-disabled:active,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger-disabled.active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-btn-danger-disabled > a:only-child,
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor; }

.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-link {
  color: #1890ff;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-btn-link > a:only-child {
  color: currentColor; }

.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff; }

.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentColor; }

.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-link:active,
.ant-btn-link.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9; }

.ant-btn-link:active > a:only-child,
.ant-btn-link.active > a:only-child {
  color: currentColor; }

.ant-btn-link:active > a:only-child::after,
.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor; }

.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent; }

.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor; }

.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 4px; }

.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 4px; }

.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 4px; }

.ant-btn-round {
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 32px; }

.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 40px; }

.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 24px; }

.ant-btn-round.ant-btn-icon-only {
  width: auto; }

.ant-btn-circle,
.ant-btn-circle-outline {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%; }

.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%; }

.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%; }

.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none; }

.ant-btn .anticon {
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed; }

.ant-btn.ant-btn-loading {
  position: relative;
  pointer-events: none; }

.ant-btn.ant-btn-loading::before {
  display: block; }

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px; }

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px; }

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px; }

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px; }

.ant-btn-group {
  position: relative;
  display: inline-block; }

.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative; }

.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
  z-index: 2; }

.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
  z-index: 0; }

.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0;
  line-height: 38px; }

.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0;
  line-height: 22px; }

.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px; }

.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px; }

.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent; }

.ant-btn-group .ant-btn {
  border-radius: 0; }

.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0; }

.ant-btn-group > .ant-btn:only-child {
  border-radius: 4px; }

.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 4px; }

.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 4px; }

.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 4px; }

.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ant-btn-group > .ant-btn-group {
  float: left; }

.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0; }

.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative; }

.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px; }

.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff; }

.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  background-color: transparent;
  border-color: #1890ff;
  text-shadow: none; }

.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor; }

.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff; }

.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor; }

.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9; }

.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor; }

.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-background-ghost.ant-btn-primary-disabled,
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary-disabled:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary-disabled:active,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary-disabled.active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor; }

.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
  text-shadow: none; }

.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor; }

.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  background-color: transparent;
  border-color: #ff7875; }

.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor; }

.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d9363e;
  background-color: transparent;
  border-color: #d9363e; }

.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor; }

.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-background-ghost.ant-btn-danger-disabled,
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger-disabled:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger-disabled:active,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger-disabled.active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor; }

.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-background-ghost.ant-btn-link {
  color: #1890ff;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #fff; }

.ant-btn-background-ghost.ant-btn-link > a:only-child {
  color: currentColor; }

.ant-btn-background-ghost.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-background-ghost.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-link:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: transparent; }

.ant-btn-background-ghost.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child {
  color: currentColor; }

.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-background-ghost.ant-btn-link:active,
.ant-btn-background-ghost.ant-btn-link.active {
  color: #096dd9;
  background-color: transparent;
  border-color: transparent; }

.ant-btn-background-ghost.ant-btn-link:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child {
  color: currentColor; }

.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-background-ghost.ant-btn-link-disabled,
.ant-btn-background-ghost.ant-btn-link.disabled,
.ant-btn-background-ghost.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-link-disabled:hover,
.ant-btn-background-ghost.ant-btn-link.disabled:hover,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-link-disabled:focus,
.ant-btn-background-ghost.ant-btn-link.disabled:focus,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-link-disabled:active,
.ant-btn-background-ghost.ant-btn-link.disabled:active,
.ant-btn-background-ghost.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-link-disabled.active,
.ant-btn-background-ghost.ant-btn-link.disabled.active,
.ant-btn-background-ghost.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child {
  color: currentColor; }

.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em; }

.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em; }

.ant-btn-block {
  width: 100%; }

.ant-btn:empty {
  vertical-align: top; }

a.ant-btn {
  padding-top: 0.1px;
  line-height: 30px; }

a.ant-btn-lg {
  line-height: 38px; }

a.ant-btn-sm {
  line-height: 22px; }

/* 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-avatar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%; }

.ant-avatar-image {
  background: transparent; }

.ant-avatar-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center; }

.ant-avatar.ant-avatar-icon {
  font-size: 18px; }

.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%; }

.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center; }

.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px; }

.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%; }

.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  transform-origin: 0 center; }

.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px; }

.ant-avatar-square {
  border-radius: 4px; }

.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%; }

/* 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-back-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.ant-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-back-top-content:hover {
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-back-top-icon {
  width: 14px;
  height: 16px;
  margin: 12px auto;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat; }

@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px; } }

@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px; } }

/* 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-badge {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  color: unset;
  line-height: 1; }

.ant-badge-count {
  z-index: 10;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #f5222d;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff; }

.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff; }

.ant-badge-multiple-words {
  padding: 0 8px; }

.ant-badge-dot {
  z-index: 10;
  width: 6px;
  height: 6px;
  background: #f5222d;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff; }

.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%; }

.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline; }

.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%; }

.ant-badge-status-success {
  background-color: #52c41a; }

.ant-badge-status-processing {
  position: relative;
  background-color: #1890ff; }

.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
  animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: ''; }

.ant-badge-status-default {
  background-color: #d9d9d9; }

.ant-badge-status-error {
  background-color: #f5222d; }

.ant-badge-status-warning {
  background-color: #faad14; }

.ant-badge-status-pink {
  background: #eb2f96; }

.ant-badge-status-magenta {
  background: #eb2f96; }

.ant-badge-status-red {
  background: #f5222d; }

.ant-badge-status-volcano {
  background: #fa541c; }

.ant-badge-status-orange {
  background: #fa8c16; }

.ant-badge-status-yellow {
  background: #fadb14; }

.ant-badge-status-gold {
  background: #faad14; }

.ant-badge-status-cyan {
  background: #13c2c2; }

.ant-badge-status-lime {
  background: #a0d911; }

.ant-badge-status-green {
  background: #52c41a; }

.ant-badge-status-blue {
  background: #1890ff; }

.ant-badge-status-geekblue {
  background: #2f54eb; }

.ant-badge-status-purple {
  background: #722ed1; }

.ant-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px; }

.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  -webkit-animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.ant-badge-zoom-leave {
  -webkit-animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle; }

.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block; }

.ant-badge-not-a-wrapper .ant-badge-count {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

@-webkit-keyframes antStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    opacity: 0; } }

@keyframes antStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    opacity: 0; } }

.ant-scroll-number {
  overflow: hidden; }

.ant-scroll-number-only {
  display: inline-block;
  height: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-scroll-number-only > p {
  height: 20px;
  margin: 0; }

.ant-scroll-number-symbol {
  vertical-align: top; }

@-webkit-keyframes antZoomBadgeIn {
  0% {
    -webkit-transform: scale(0) translate(50%, -50%);
    transform: scale(0) translate(50%, -50%);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1) translate(50%, -50%);
    transform: scale(1) translate(50%, -50%); } }

@keyframes antZoomBadgeIn {
  0% {
    -webkit-transform: scale(0) translate(50%, -50%);
    transform: scale(0) translate(50%, -50%);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1) translate(50%, -50%);
    transform: scale(1) translate(50%, -50%); } }

@-webkit-keyframes antZoomBadgeOut {
  0% {
    -webkit-transform: scale(1) translate(50%, -50%);
    transform: scale(1) translate(50%, -50%); }
  100% {
    -webkit-transform: scale(0) translate(50%, -50%);
    transform: scale(0) translate(50%, -50%);
    opacity: 0; } }

@keyframes antZoomBadgeOut {
  0% {
    -webkit-transform: scale(1) translate(50%, -50%);
    transform: scale(1) translate(50%, -50%); }
  100% {
    -webkit-transform: scale(0) translate(50%, -50%);
    transform: scale(0) translate(50%, -50%);
    opacity: 0; } }

/* 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-breadcrumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px; }

.ant-breadcrumb .anticon {
  font-size: 14px; }

.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.ant-breadcrumb a:hover {
  color: #40a9ff; }

.ant-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.65); }

.ant-breadcrumb > span:last-child a {
  color: rgba(0, 0, 0, 0.65); }

.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none; }

.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45); }

.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px; }

.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px; }

/* 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-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  list-style: none;
  background: #fff;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: background 0.3s, width 0.2s;
  transition: background 0.3s, width 0.2s;
  zoom: 1; }

.ant-menu::before,
.ant-menu::after {
  display: table;
  content: ''; }

.ant-menu::after {
  clear: both; }

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

.ant-menu-hidden {
  display: none; }

.ant-menu-item-group-title {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-menu-submenu,
.ant-menu-submenu-inline {
  -webkit-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-menu-submenu-selected {
  color: #1890ff; }

.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6f7ff; }

.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65); }

.ant-menu-item > a:hover {
  color: #1890ff; }

.ant-menu-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: ''; }

.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8; }

.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #1890ff; }

.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px; }

.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent; }

.ant-menu-item-selected {
  color: #1890ff; }

.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #1890ff; }

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff; }

.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #e8e8e8; }

.ant-menu-vertical-right {
  border-left: 1px solid #e8e8e8; }

.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  padding: 0;
  border-right: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0; }

.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0; }

.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px; }

.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  font-size: 14px;
  -webkit-transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8; }

.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: #fff;
  border-radius: 4px; }

.ant-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 20px; }

.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.0001;
  content: ' '; }

.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 4px; }

.ant-menu-submenu > .ant-menu-submenu-title::after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background: #fff;
  background: rgba(0, 0, 0, 0.65) \9;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background-image: none \9;
  border-radius: 2px;
  -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: ''; }

.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(45deg) translateY(-2px);
  -ms-transform: rotate(45deg) translateY(-2px);
  transform: rotate(45deg) translateY(-2px); }

.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(-45deg) translateY(2px);
  -ms-transform: rotate(-45deg) translateY(2px);
  transform: rotate(-45deg) translateY(2px); }

.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
  background: -webkit-gradient(linear, left top, right top, from(#1890ff), to(#1890ff));
  background: linear-gradient(to right, #1890ff, #1890ff); }

.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(-45deg) translateX(2px);
  -ms-transform: rotate(-45deg) translateX(2px);
  transform: rotate(-45deg) translateX(2px); }

.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(45deg) translateX(-2px);
  -ms-transform: rotate(45deg) translateX(-2px);
  transform: rotate(45deg) translateX(-2px); }

.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px); }

.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(-45deg) translateX(-2px);
  -ms-transform: rotate(-45deg) translateX(-2px);
  transform: rotate(-45deg) translateX(-2px); }

.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(45deg) translateX(2px);
  -ms-transform: rotate(45deg) translateX(2px);
  transform: rotate(45deg) translateX(2px); }

.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1890ff; }

.ant-menu-vertical .ant-menu-submenu-selected > a,
.ant-menu-vertical-left .ant-menu-submenu-selected > a,
.ant-menu-vertical-right .ant-menu-submenu-selected > a {
  color: #1890ff; }

.ant-menu-horizontal {
  line-height: 46px;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid transparent; }

.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #1890ff;
  border-bottom: 2px solid #1890ff; }

.ant-menu-horizontal > .ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65); }

.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #1890ff; }

.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: -2px; }

.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #1890ff; }

.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: ' '; }

.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative; }

.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  -webkit-transform: scaleY(0.0001);
  -ms-transform: scaleY(0.0001);
  transform: scaleY(0.0001);
  opacity: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: ''; }

.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  text-overflow: ellipsis; }

.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.01px; }

.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px; }

.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px; }

.ant-menu-inline {
  width: 100%; }

.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  -webkit-transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px); }

.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px; }

.ant-menu-inline-collapsed {
  width: 80px; }

.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 32px !important;
  text-overflow: clip; }

.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none; }

.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px; }

.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  max-width: 0;
  opacity: 0; }

.ant-menu-inline-collapsed-tooltip {
  pointer-events: none; }

.ant-menu-inline-collapsed-tooltip .anticon {
  display: none; }

.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85); }

.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ant-menu-item-group-list {
  margin: 0;
  padding: 0; }

.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px; }

.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc; }

.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px; }

.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed; }

.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none; }

.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed; }

.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important; }

.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529; }

.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff; }

.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent; }

.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset; }

.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0; }

.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  border-color: #001529;
  border-bottom: 0; }

.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0; }

.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: rgba(255, 255, 255, 0.65); }

.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0; }

.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0; }

.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0; }

.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%; }

.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent; }

.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff; }

.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
  opacity: 1; }

.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before {
  background: #fff; }

.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent; }

.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0; }

.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0; }

.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #fff; }

.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff; }

.ant-menu-dark .ant-menu-item-selected span {
  color: #fff; }

.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff; }

.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8; }

.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important; }

.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !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-tooltip {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible; }

.ant-tooltip-hidden {
  display: none; }

.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px; }

.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px; }

.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px; }

.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px; }

.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none; }

.ant-tooltip-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto; }

.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -5.07106781px; }

.ant-tooltip-placement-top .ant-tooltip-arrow::before,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-topRight .ant-tooltip-arrow::before {
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-6.53553px) rotate(45deg);
  -ms-transform: translateY(-6.53553px) rotate(45deg);
  transform: translateY(-6.53553px) rotate(45deg); }

.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px; }

.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px; }

.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: -5.07106781px; }

.ant-tooltip-placement-right .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow::before {
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(6.53553px) rotate(45deg);
  -ms-transform: translateX(6.53553px) rotate(45deg);
  transform: translateX(6.53553px) rotate(45deg); }

.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px; }

.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px; }

.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: -5.07106781px; }

.ant-tooltip-placement-left .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow::before {
  -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(-6.53553px) rotate(45deg);
  -ms-transform: translateX(-6.53553px) rotate(45deg);
  transform: translateX(-6.53553px) rotate(45deg); }

.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px; }

.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px; }

.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -5.07106781px; }

.ant-tooltip-placement-bottom .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow::before {
  -webkit-box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(6.53553px) rotate(45deg);
  -ms-transform: translateY(6.53553px) rotate(45deg);
  transform: translateY(6.53553px) rotate(45deg); }

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px; }

.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px; }

/* 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-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block; }

.ant-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: -7px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' '; }

.ant-dropdown-wrap {
  position: relative; }

.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333) rotate(0deg);
  -ms-transform: scale(0.83333) rotate(0deg);
  transform: scale(0.83333) rotate(0deg); }

:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px; }

.ant-dropdown-wrap .anticon-down::before {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.ant-dropdown-wrap-open .anticon-down::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none; }

.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0); }

.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050; }

.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px; }

.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1890ff;
  background-color: #e6f7ff; }

.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff; }

.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed; }

.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8; }

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px; }

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333) rotate(0deg);
  -ms-transform: scale(0.83333) rotate(0deg);
  transform: scale(0.83333) rotate(0deg); }

:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 12px; }

.ant-dropdown-menu-submenu-title {
  padding-right: 26px; }

.ant-dropdown-menu-submenu-vertical {
  position: relative; }

.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed; }

.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn; }

.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn; }

.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut; }

.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut; }

.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333) rotate(0deg);
  -ms-transform: scale(0.83333) rotate(0deg);
  transform: scale(0.83333) rotate(0deg); }

:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
  font-size: 12px; }

.ant-dropdown-button {
  white-space: nowrap; }

.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 8px;
  padding-left: 8px; }

.ant-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333) rotate(0deg);
  -ms-transform: scale(0.83333) rotate(0deg);
  transform: scale(0.83333) rotate(0deg); }

:root .ant-dropdown-button .anticon.anticon-down {
  font-size: 12px; }

.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529; }

.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65); }

.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65); }

.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent; }

.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff; }

/* 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-fullcalendar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  border-top: 1px solid #d9d9d9;
  outline: none; }

.ant-select.ant-fullcalendar-year-select {
  min-width: 90px; }

.ant-select.ant-fullcalendar-year-select.ant-select-sm {
  min-width: 70px; }

.ant-select.ant-fullcalendar-month-select {
  min-width: 80px;
  margin-left: 8px; }

.ant-select.ant-fullcalendar-month-select.ant-select-sm {
  min-width: 70px; }

.ant-fullcalendar-header {
  padding: 11px 16px 11px 0;
  text-align: right; }

.ant-fullcalendar-header .ant-select-dropdown {
  text-align: left; }

.ant-fullcalendar-header .ant-radio-group {
  margin-left: 8px;
  text-align: left; }

.ant-fullcalendar-header label.ant-radio-button {
  height: 22px;
  padding: 0 10px;
  line-height: 20px; }

.ant-fullcalendar-date-panel {
  position: relative;
  outline: none; }

.ant-fullcalendar-calendar-body {
  padding: 8px 12px; }

.ant-fullcalendar table {
  width: 100%;
  max-width: 100%;
  height: 256px;
  background-color: transparent;
  border-collapse: collapse; }

.ant-fullcalendar table,
.ant-fullcalendar th,
.ant-fullcalendar td {
  border: 0; }

.ant-fullcalendar td {
  position: relative; }

.ant-fullcalendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0; }

.ant-fullcalendar-column-header {
  width: 33px;
  padding: 0;
  line-height: 18px;
  text-align: center; }

.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  display: block;
  font-weight: normal; }

.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner {
  display: none; }

.ant-fullcalendar-month,
.ant-fullcalendar-date {
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-fullcalendar-value {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-fullcalendar-value:hover {
  background: #e6f7ff;
  cursor: pointer; }

.ant-fullcalendar-value:active {
  color: #fff;
  background: #1890ff; }

.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value {
  width: 48px; }

.ant-fullcalendar-today .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
  -webkit-box-shadow: 0 0 0 1px #1890ff inset;
  box-shadow: 0 0 0 1px #1890ff inset; }

.ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  color: #fff;
  background: #1890ff; }

.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25); }

.ant-fullcalendar-month-panel-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.ant-fullcalendar-content {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%; }

.ant-fullcalendar-fullscreen {
  border-top: 0; }

.ant-fullcalendar-fullscreen .ant-fullcalendar-table {
  table-layout: fixed; }

.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group {
  margin-left: 16px; }

.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button {
  height: 32px;
  line-height: 30px; }

.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  display: block;
  height: 116px;
  margin: 0 4px;
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.65);
  text-align: left;
  border-top: 2px solid #e8e8e8;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover {
  background: #e6f7ff;
  cursor: pointer; }

.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #bae7ff; }

.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  padding-right: 12px;
  padding-bottom: 5px;
  text-align: right; }

.ant-fullcalendar-fullscreen .ant-fullcalendar-value {
  width: auto;
  text-align: right;
  background: transparent; }

.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.65); }

.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  background: transparent;
  border-top-color: #1890ff; }

.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background: #e6f7ff; }

.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #1890ff; }

.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,
.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
  color: rgba(0, 0, 0, 0.25); }

.ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  position: static;
  width: auto;
  height: 88px;
  overflow-y: auto; }

.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover {
  cursor: not-allowed; }

.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover {
  background: transparent; }

.ant-fullcalendar-disabled-cell .ant-fullcalendar-value {
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  cursor: not-allowed; }

/* 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-radio-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset; }

.ant-radio-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer; }

.ant-radio {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: sub;
  outline: none;
  cursor: pointer; }

.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #1890ff; }

.ant-radio-input:focus + .ant-radio-inner {
  -webkit-box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08); }

.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
  animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: ''; }

.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible; }

.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' '; }

.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0; }

.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff; }

.ant-radio-checked .ant-radio-inner::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed; }

.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2); }

.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed; }

.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px; }

.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s; }

.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.65); }

.ant-radio-button-wrapper > .ant-radio-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0; }

.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px; }

.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px; }

.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  content: ''; }

.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 4px 0 0 4px; }

.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0; }

.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px; }

.ant-radio-button-wrapper:hover {
  position: relative;
  color: #1890ff; }

.ant-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06); }

.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none; }

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #1890ff;
  background: #fff;
  border-color: #1890ff;
  -webkit-box-shadow: -1px 0 0 0 #1890ff;
  box-shadow: -1px 0 0 0 #1890ff; }

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #1890ff !important;
  opacity: 0.1; }

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #1890ff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #40a9ff;
  border-color: #40a9ff;
  -webkit-box-shadow: -1px 0 0 0 #40a9ff;
  box-shadow: -1px 0 0 0 #40a9ff; }

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #096dd9;
  border-color: #096dd9;
  -webkit-box-shadow: -1px 0 0 0 #096dd9;
  box-shadow: -1px 0 0 0 #096dd9; }

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06); }

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff; }

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff; }

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #096dd9;
  border-color: #096dd9; }

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06); }

.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed; }

.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9; }

.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9; }

.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none; }

@-webkit-keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0; } }

@keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0; } }

@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom; } }

/* 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-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-card-hoverable {
  cursor: pointer; }

.ant-card-hoverable:hover {
  border-color: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09); }

.ant-card-bordered {
  border: 1px solid #e8e8e8; }

.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  zoom: 1; }

.ant-card-head::before,
.ant-card-head::after {
  display: table;
  content: ''; }

.ant-card-head::after {
  clear: both; }

.ant-card-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ant-card-head-title {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ant-card-head .ant-tabs {
  clear: both;
  margin-bottom: -17px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px; }

.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8; }

.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px; }

.ant-card-body {
  padding: 24px;
  zoom: 1; }

.ant-card-body::before,
.ant-card-body::after {
  display: table;
  content: ''; }

.ant-card-body::after {
  clear: both; }

.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0; }

.ant-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
  box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0; }

.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0; }

.ant-card-cover > * {
  display: block;
  width: 100%; }

.ant-card-cover img {
  border-radius: 2px 2px 0 0; }

.ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  zoom: 1; }

.ant-card-actions::before,
.ant-card-actions::after {
  display: table;
  content: ''; }

.ant-card-actions::after {
  clear: both; }

.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center; }

.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer; }

.ant-card-actions > li > span:hover {
  color: #1890ff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #1890ff; }

.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px; }

.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #e8e8e8; }

.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa; }

.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px; }

.ant-card-type-inner .ant-card-body {
  padding: 16px 24px; }

.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0; }

.ant-card-meta {
  margin: -4px 0;
  zoom: 1; }

.ant-card-meta::before,
.ant-card-meta::after {
  display: table;
  content: ''; }

.ant-card-meta::after {
  clear: both; }

.ant-card-meta-avatar {
  float: left;
  padding-right: 16px; }

.ant-card-meta-detail {
  overflow: hidden; }

.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px; }

.ant-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45); }

.ant-card-loading {
  overflow: hidden; }

.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-card-loading-content p {
  margin: 0; }

.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 216, 220, 0.2)), color-stop(rgba(207, 216, 220, 0.4)), to(rgba(207, 216, 220, 0.2)));
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 2px;
  -webkit-animation: card-loading 1.4s ease infinite;
  animation: card-loading 1.4s ease infinite; }

@-webkit-keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; } }

@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; } }

.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px; }

.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0; }

.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px; }

.ant-card-small > .ant-card-body {
  padding: 12px; }

/* 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-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 40px; }

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-ink-bar {
  visibility: hidden; }

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 40px;
  margin: 0;
  margin-right: 2px;
  padding: 0 16px;
  line-height: 38px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  height: 40px;
  color: #1890ff;
  background: #fff;
  border-color: #e8e8e8;
  border-bottom: 1px solid #fff; }

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active::before {
  border-top: 2px solid transparent; }

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled {
  color: #1890ff;
  color: rgba(0, 0, 0, 0.25); }

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive {
  padding: 0; }

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap {
  margin-bottom: 0; }

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {
  width: 16px;
  height: 16px;
  height: 14px;
  margin-right: -5px;
  margin-left: 3px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover {
  color: rgba(0, 0, 0, 0.85); }

.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane {
  -webkit-transition: none !important;
  transition: none !important; }

.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive {
  overflow: hidden; }

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1; }

.ant-tabs-extra-content {
  line-height: 45px; }

.ant-tabs-extra-content .ant-tabs-new-tab {
  position: relative;
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #1890ff;
  border-color: #1890ff; }

.ant-tabs-extra-content .ant-tabs-new-tab svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.ant-tabs.ant-tabs-large .ant-tabs-extra-content {
  line-height: 56px; }

.ant-tabs.ant-tabs-small .ant-tabs-extra-content {
  line-height: 37px; }

.ant-tabs.ant-tabs-card .ant-tabs-extra-content {
  line-height: 40px; }

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container {
  height: 100%; }

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e8e8; }

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  padding-bottom: 4px; }

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px; }

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab {
  width: 90%; }

.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: 0; }

.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab {
  margin-right: 1px;
  border-right: 0;
  border-radius: 4px 0 0 4px; }

.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px; }

.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: 0; }

.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-left: 1px;
  border-left: 0;
  border-radius: 0 4px 4px 0; }

.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px; }

.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab {
  height: auto;
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px; }

.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active {
  padding-top: 1px;
  padding-bottom: 0;
  color: #1890ff; }

.ant-tabs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  overflow: hidden;
  zoom: 1; }

.ant-tabs::before,
.ant-tabs::after {
  display: table;
  content: ''; }

.ant-tabs::after {
  clear: both; }

.ant-tabs-ink-bar {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 2px;
  background-color: #1890ff;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.ant-tabs-bar {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-tabs-nav-container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1; }

.ant-tabs-nav-container::before,
.ant-tabs-nav-container::after {
  display: table;
  content: ''; }

.ant-tabs-nav-container::after {
  clear: both; }

.ant-tabs-nav-container-scrolling {
  padding-right: 32px;
  padding-left: 32px; }

.ant-tabs-bottom .ant-tabs-bottom-bar {
  margin-top: 16px;
  margin-bottom: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: none; }

.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-ink-bar {
  top: 1px;
  bottom: auto; }

.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-nav-container {
  margin-top: -1px;
  margin-bottom: 0; }

.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none; }

.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  width: 32px;
  height: 100%;
  opacity: 1;
  pointer-events: auto; }

.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: rgba(0, 0, 0, 0.65); }

.ant-tabs-tab-prev-icon,
.ant-tabs-tab-next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: inherit;
  text-align: center;
  text-transform: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ant-tabs-tab-prev-icon-target,
.ant-tabs-tab-next-icon-target {
  display: block;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333) rotate(0deg);
  -ms-transform: scale(0.83333) rotate(0deg);
  transform: scale(0.83333) rotate(0deg); }

:root .ant-tabs-tab-prev-icon-target,
:root .ant-tabs-tab-next-icon-target {
  font-size: 12px; }

.ant-tabs-tab-btn-disabled {
  cursor: not-allowed; }

.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25); }

.ant-tabs-tab-next {
  right: 2px; }

.ant-tabs-tab-prev {
  left: 0; }

:root .ant-tabs-tab-prev {
  -webkit-filter: none;
  filter: none; }

.ant-tabs-nav-wrap {
  margin-bottom: -1px;
  overflow: hidden; }

.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap; }

.ant-tabs-nav {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding-left: 0;
  list-style: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-tabs-nav::before,
.ant-tabs-nav::after {
  display: table;
  content: ' '; }

.ant-tabs-nav::after {
  clear: both; }

.ant-tabs-nav .ant-tabs-tab {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-tabs-nav .ant-tabs-tab::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 2px solid transparent;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  pointer-events: none; }

.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0; }

.ant-tabs-nav .ant-tabs-tab:hover {
  color: #40a9ff; }

.ant-tabs-nav .ant-tabs-tab:active {
  color: #096dd9; }

.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px; }

.ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff;
  font-weight: 500; }

.ant-tabs-nav .ant-tabs-tab-disabled,
.ant-tabs-nav .ant-tabs-tab-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container {
  font-size: 16px; }

.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 16px; }

.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container {
  font-size: 14px; }

.ant-tabs .ant-tabs-small-bar .ant-tabs-tab {
  padding: 8px 16px; }

.ant-tabs-content::before {
  display: block;
  overflow: hidden;
  content: ''; }

.ant-tabs .ant-tabs-top-content,
.ant-tabs .ant-tabs-bottom-content {
  width: 100%; }

.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s; }

.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none; }

.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive input,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden; }

.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: margin-left; }

.ant-tabs .ant-tabs-left-bar,
.ant-tabs .ant-tabs-right-bar {
  height: 100%;
  border-bottom: 0; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab {
  display: block;
  float: none;
  margin: 0 0 16px 0;
  padding: 8px 24px; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 0; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-extra-content,
.ant-tabs .ant-tabs-right-bar .ant-tabs-extra-content {
  text-align: center; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-scroll,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-scroll {
  width: auto; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  height: 100%; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-bottom: 0; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-bottom: 0; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav {
  width: 100%; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar,
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  top: 0;
  bottom: auto;
  left: auto;
  width: 2px;
  height: auto; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 32px; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px; }

.ant-tabs .ant-tabs-left-content,
.ant-tabs .ant-tabs-right-content {
  width: auto;
  margin-top: 0 !important;
  overflow: hidden; }

.ant-tabs .ant-tabs-left-bar {
  float: left;
  margin-right: -1px;
  margin-bottom: 0;
  border-right: 1px solid #e8e8e8; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab {
  text-align: right; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container {
  margin-right: -1px; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: -1px; }

.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar {
  right: 1px; }

.ant-tabs .ant-tabs-left-content {
  padding-left: 24px;
  border-left: 1px solid #e8e8e8; }

.ant-tabs .ant-tabs-right-bar {
  float: right;
  margin-bottom: 0;
  margin-left: -1px;
  border-left: 1px solid #e8e8e8; }

.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-left: -1px; }

.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: -1px; }

.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  left: 1px; }

.ant-tabs .ant-tabs-right-content {
  padding-right: 24px;
  border-right: 1px solid #e8e8e8; }

.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.ant-tabs-left .ant-tabs-ink-bar-animated,
.ant-tabs-right .ant-tabs-ink-bar-animated {
  -webkit-transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.no-flex > .ant-tabs-content > .ant-tabs-content-animated,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none; }

.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden; }

.ant-tabs-left-content > .ant-tabs-content-animated,
.ant-tabs-right-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.ant-tabs-left-content > .ant-tabs-tabpane-inactive,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none; }

.ant-tabs-left-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden; }

/* 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-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; } }

/* 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-carousel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum'; }

.ant-carousel .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.ant-carousel .slick-list:focus {
  outline: none; }

.ant-carousel .slick-list.dragging {
  cursor: pointer; }

.ant-carousel .slick-list .slick-slide {
  pointer-events: none; }

.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto; }

.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: ''; }

.ant-carousel .slick-track::after {
  clear: both; }

.slick-loading .ant-carousel .slick-track {
  visibility: hidden; }

.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .ant-carousel .slick-slide {
  float: right; }

.ant-carousel .slick-slide img {
  display: block; }

.ant-carousel .slick-slide.slick-loading img {
  display: none; }

.ant-carousel .slick-slide.dragging img {
  pointer-events: none; }

.ant-carousel .slick-initialized .slick-slide {
  display: block; }

.ant-carousel .slick-loading .slick-slide {
  visibility: hidden; }

.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.ant-carousel .slick-arrow.slick-hidden {
  display: none; }

.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer; }

.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none; }

.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1; }

.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25; }

.ant-carousel .slick-prev {
  left: -25px; }

.ant-carousel .slick-prev::before {
  content: '\2190'; }

.ant-carousel .slick-next {
  right: -25px; }

.ant-carousel .slick-next::before {
  content: '\2192'; }

.ant-carousel .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none; }

.ant-carousel .slick-dots-bottom {
  bottom: 12px; }

.ant-carousel .slick-dots-top {
  top: 12px; }

.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  vertical-align: top; }

.ant-carousel .slick-dots li button {
  display: block;
  width: 16px;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75; }

.ant-carousel .slick-dots li.slick-active button {
  width: 24px;
  background: #fff;
  opacity: 1; }

.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1; }

.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  width: 3px;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ant-carousel-vertical .slick-dots-left {
  left: 12px; }

.ant-carousel-vertical .slick-dots-right {
  right: 12px; }

.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline; }

.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px; }

.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px; }

/* 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-cascader {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum'; }

.ant-cascader-input.ant-input {
  position: static;
  width: 100%;
  padding-right: 24px;
  background-color: transparent !important;
  cursor: pointer; }

.ant-cascader-picker-show-search .ant-cascader-input.ant-input {
  position: relative; }

.ant-cascader-picker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent; }

.ant-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed; }

.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed; }

.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-cascader-picker-show-search.ant-cascader-picker-focused {
  color: rgba(0, 0, 0, 0.25); }

.ant-cascader-picker-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  padding: 0 20px 0 12px;
  overflow: hidden;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ant-cascader-picker-clear {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: color 0.3s ease, opacity 0.15s ease;
  transition: color 0.3s ease, opacity 0.15s ease; }

.ant-cascader-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45); }

.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1; }

.ant-cascader-picker-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.ant-cascader-picker-label:hover + .ant-cascader-input {
  border-color: #40a9ff;
  border-right-width: 1px !important; }

.ant-cascader-picker-small .ant-cascader-picker-clear,
.ant-cascader-picker-small .ant-cascader-picker-arrow {
  right: 8px; }

.ant-cascader-menus {
  position: absolute;
  z-index: 1050;
  font-size: 14px;
  white-space: nowrap;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.ant-cascader-menus ul,
.ant-cascader-menus ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none; }

.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn; }

.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn; }

.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut; }

.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut; }

.ant-cascader-menu {
  display: inline-block;
  min-width: 111px;
  height: 180px;
  margin: 0;
  padding: 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #e8e8e8;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.ant-cascader-menu:first-child {
  border-radius: 4px 0 0 4px; }

.ant-cascader-menu:last-child {
  margin-right: -1px;
  border-right-color: transparent;
  border-radius: 0 4px 4px 0; }

.ant-cascader-menu:only-child {
  border-radius: 4px; }

.ant-cascader-menu-item {
  padding: 5px 12px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-cascader-menu-item:hover {
  background: #e6f7ff; }

.ant-cascader-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

.ant-cascader-menu-item-disabled:hover {
  background: transparent; }

.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 600;
  background-color: #fafafa; }

.ant-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px; }

.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-loading-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333) rotate(0deg);
  -ms-transform: scale(0.83333) rotate(0deg);
  transform: scale(0.83333) rotate(0deg);
  position: absolute;
  right: 12px;
  color: rgba(0, 0, 0, 0.45); }

:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
:root .ant-cascader-menu-item-loading-icon {
  font-size: 12px; }

.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #f5222d; }

/* 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 */
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0; } }

@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0; } }

.ant-checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer; }

.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1890ff; }

.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: ''; }

.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible; }

.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
  -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' '; }

.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }

.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' '; }

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff; }

.ant-checkbox-disabled {
  cursor: not-allowed; }

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
  animation-name: none; }

.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed; }

.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important; }

.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
  animation-name: none; }

.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden; }

.ant-checkbox-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer; }

.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px; }

.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px; }

.ant-checkbox-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  display: inline-block; }

.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px; }

.ant-checkbox-group-item:last-child {
  margin-right: 0; }

.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0; }

.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9; }

.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' '; }

.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25); }

/* 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-collapse {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px; }

.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9; }

.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px; }

.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  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;
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-block;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow > * {
  line-height: 1; }

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  display: inline-block; }

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow::before {
  display: none; }

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow-icon {
  display: block; }

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  -webkit-transition: -webkit-transform 0.24s;
  transition: -webkit-transform 0.24s;
  transition: transform 0.24s;
  transition: transform 0.24s, -webkit-transform 0.24s; }

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: right; }

.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none; }

.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px; }

.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px; }

.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  right: 16px;
  left: initial; }

.ant-collapse-anim-active {
  -webkit-transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }

.ant-collapse-content {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-top: 1px solid #d9d9d9; }

.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px; }

.ant-collapse-content-inactive {
  display: none; }

.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px; }

.ant-collapse-borderless {
  background-color: #fff;
  border: 0; }

.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9; }

.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0; }

.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0; }

.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px; }

.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

/* 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-comment {
  position: relative; }

.ant-comment-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0; }

.ant-comment-avatar {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer; }

.ant-comment-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%; }

.ant-comment-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1px;
  font-size: 14px;
  word-wrap: break-word; }

.ant-comment-content-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 14px; }

.ant-comment-content-author > a,
.ant-comment-content-author > span {
  height: 18px;
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px; }

.ant-comment-content-author-name {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.ant-comment-content-author-name > * {
  color: rgba(0, 0, 0, 0.45); }

.ant-comment-content-author-name > *:hover {
  color: rgba(0, 0, 0, 0.45); }

.ant-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto; }

.ant-comment-content-detail p {
  white-space: pre-wrap; }

.ant-comment-actions {
  margin-top: 12px;
  padding-left: 0; }

.ant-comment-actions > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45); }

.ant-comment-actions > li > span {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-comment-actions > li > span:hover {
  color: #595959; }

.ant-comment-nested {
  margin-left: 44px; }

/* 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-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-calendar-picker-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  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'; }

.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn; }

.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn; }

.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut; }

.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut; }

.ant-calendar-picker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: none;
  cursor: text;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.ant-calendar-picker-input {
  outline: none; }

.ant-calendar-picker-input.ant-input {
  line-height: 1.5; }

.ant-calendar-picker-input.ant-input-sm {
  padding-top: 0;
  padding-bottom: 0; }

.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #40a9ff; }

.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-calendar-picker-clear {
  z-index: 2;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none; }

.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45); }

.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto; }

.ant-calendar-picker-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1; }

.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px; }

.ant-calendar {
  position: relative;
  width: 280px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8; }

.ant-calendar-input {
  width: 100%;
  height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border: 0;
  outline: 0;
  cursor: auto; }

.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1; }

.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf; }

.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf; }

.ant-calendar-input:placeholder-shown {
  text-overflow: ellipsis; }

.ant-calendar-week-number {
  width: 286px; }

.ant-calendar-week-number-cell {
  text-align: center; }

.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-calendar-header a:hover {
  color: #40a9ff; }

.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px; }

.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none; }

.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px; }

.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
  height: 100%; }

.ant-calendar-header .ant-calendar-prev-century-btn::before,
.ant-calendar-header .ant-calendar-prev-decade-btn::before,
.ant-calendar-header .ant-calendar-prev-year-btn::before,
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-header .ant-calendar-prev-century-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-century-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  display: none; }

.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block; }

.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
  height: 100%; }

.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-header .ant-calendar-next-century-btn:hover::before,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-next-year-btn:hover::before,
.ant-calendar-header .ant-calendar-next-century-btn:hover::after,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: none; }

.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
  -ms-transform: rotate(135deg) scale(0.8);
  transform: rotate(135deg) scale(0.8); }

.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before {
  position: relative;
  left: 3px; }

.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: inline-block; }

.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
  height: 100%; }

.ant-calendar-header .ant-calendar-prev-month-btn::before,
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-header .ant-calendar-prev-month-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-header .ant-calendar-prev-month-btn::after {
  display: none; }

.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
  height: 100%; }

.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-header .ant-calendar-next-month-btn:hover::before,
.ant-calendar-header .ant-calendar-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-header .ant-calendar-next-month-btn::after {
  display: none; }

.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
  -ms-transform: rotate(135deg) scale(0.8);
  transform: rotate(135deg) scale(0.8); }

.ant-calendar-body {
  padding: 8px 12px; }

.ant-calendar table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse; }

.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  text-align: center;
  border: 0; }

.ant-calendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0; }

.ant-calendar-column-header {
  width: 33px;
  padding: 6px 0;
  line-height: 18px;
  text-align: center; }

.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal; }

.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none; }

.ant-calendar-cell {
  height: 30px;
  padding: 3px 0; }

.ant-calendar-date {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.ant-calendar-date-panel {
  position: relative;
  outline: none; }

.ant-calendar-date:hover {
  background: #e6f7ff;
  cursor: pointer; }

.ant-calendar-date:active {
  color: #fff;
  background: #40a9ff; }

.ant-calendar-today .ant-calendar-date {
  color: #1890ff;
  font-weight: bold;
  border-color: #1890ff; }

.ant-calendar-selected-day .ant-calendar-date {
  background: #bae7ff; }

.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date,
.ant-calendar-last-month-cell .ant-calendar-date:hover,
.ant-calendar-next-month-btn-day .ant-calendar-date:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent; }

.ant-calendar-disabled-cell .ant-calendar-date {
  position: relative;
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: not-allowed; }

.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5; }

.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  content: ''; }

.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  padding-right: 5px;
  padding-left: 5px; }

.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  content: ' '; }

.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ant-calendar-footer {
  padding: 0 12px;
  line-height: 38px;
  border-top: 1px solid #e8e8e8; }

.ant-calendar-footer:empty {
  border-top: 0; }

.ant-calendar-footer-btn {
  display: block;
  text-align: center; }

.ant-calendar-footer-extra {
  text-align: left; }

.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  margin: 0 0 0 8px;
  text-align: center; }

.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0; }

.ant-calendar .ant-calendar-clear-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  text-indent: -76px; }

.ant-calendar .ant-calendar-clear-btn::after {
  display: inline-block;
  width: 20px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
  text-indent: 43px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.ant-calendar .ant-calendar-clear-btn:hover::after {
  color: rgba(0, 0, 0, 0.45); }

.ant-calendar .ant-calendar-ok-btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 22px; }

.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1; }

.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0; }

.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none; }

.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed; }

.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none; }

.ant-calendar .ant-calendar-ok-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px; }

.ant-calendar .ant-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px; }

.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor; }

.ant-calendar .ant-calendar-ok-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff; }

.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor; }

.ant-calendar .ant-calendar-ok-btn:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9; }

.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor; }

.ant-calendar .ant-calendar-ok-btn:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor; }

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor; }

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: ''; }

.ant-calendar-range-picker-input {
  width: 44%;
  height: 99%;
  text-align: center;
  background-color: transparent;
  border: 0;
  outline: 0; }

.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1; }

.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf; }

.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf; }

.ant-calendar-range-picker-input:placeholder-shown {
  text-overflow: ellipsis; }

.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed; }

.ant-calendar-range-picker-separator {
  display: inline-block;
  min-width: 10px;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none; }

.ant-calendar-range {
  width: 552px;
  overflow: hidden; }

.ant-calendar-range .ant-calendar-date-panel::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.'; }

.ant-calendar-range-part {
  position: relative;
  width: 50%; }

.ant-calendar-range-left {
  float: left; }

.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8; }

.ant-calendar-range-right {
  float: right; }

.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8; }

.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 34px;
  margin: 1px 0 0 0;
  padding: 0 200px 0 0;
  color: rgba(0, 0, 0, 0.45);
  line-height: 34px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none; }

.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -90px; }

.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  padding: 0 10px 0 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.ant-calendar-range .ant-calendar-today :not(.ant-calendar-disabled-cell) :not(.ant-calendar-last-month-cell) :not(.ant-calendar-next-month-btn-day) .ant-calendar-date {
  color: #1890ff;
  background: #bae7ff;
  border-color: #1890ff; }

.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date {
  color: #fff;
  background: #1890ff;
  border: 1px solid transparent; }

.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #1890ff; }

.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0; }

.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px; }

.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
  line-height: 24px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1; }

.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf; }

.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf; }

.ant-calendar-range .ant-calendar-input:placeholder-shown,
.ant-calendar-range .ant-calendar-time-picker-input:placeholder-shown {
  text-overflow: ellipsis; }

.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important; }

.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

.ant-calendar-range .ant-calendar-input[disabled],
.ant-calendar-range .ant-calendar-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-calendar-range .ant-calendar-input[disabled]:hover,
.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s; }

.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px; }

.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px; }

.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none; }

.ant-calendar-range.ant-calendar-week-number {
  width: 574px; }

.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px; }

.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 34px; }

.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0; }

.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px; }

.ant-calendar-range .ant-calendar-in-range-cell {
  position: relative;
  border-radius: 0; }

.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1; }

.ant-calendar-range .ant-calendar-in-range-cell::before {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  left: 0;
  display: block;
  background: #e6f7ff;
  border: 0;
  border-radius: 0;
  content: ''; }

.ant-calendar-range .ant-calendar-footer-extra {
  float: left; }

div.ant-calendar-range-quick-selector {
  text-align: left; }

div.ant-calendar-range-quick-selector > a {
  margin-right: 8px; }

.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header,
.ant-calendar-range .ant-calendar-decade-panel-header {
  border-bottom: 0; }

.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body,
.ant-calendar-range .ant-calendar-decade-panel-body {
  border-top: 1px solid #e8e8e8; }

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  top: 68px;
  z-index: 2;
  width: 100%;
  height: 207px; }

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px; }

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  height: 100%;
  padding-top: 40px;
  background: none; }

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8; }

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%; }

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%; }

.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px; }

.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px; }

.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px; }

.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent; }

.ant-calendar-time-picker {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff; }

.ant-calendar-time-picker-panel {
  position: absolute;
  z-index: 1050;
  width: 100%; }

.ant-calendar-time-picker-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  outline: none; }

.ant-calendar-time-picker-combobox {
  width: 100%; }

.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%; }

.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%; }

.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%; }

.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%; }

.ant-calendar-time-picker-input-wrap {
  display: none; }

.ant-calendar-time-picker-select {
  position: relative;
  float: left;
  height: 226px;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e8e8e8; }

.ant-calendar-time-picker-select:hover {
  overflow-y: auto; }

.ant-calendar-time-picker-select:first-child {
  margin-left: 0;
  border-left: 0; }

.ant-calendar-time-picker-select:last-child {
  border-right: 0; }

.ant-calendar-time-picker-select ul {
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none; }

.ant-calendar-time-picker-select li {
  width: 100%;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-calendar-time-picker-select li:last-child::after {
  display: block;
  height: 202px;
  content: ''; }

.ant-calendar-time-picker-select li:hover {
  background: #e6f7ff; }

.ant-calendar-time-picker-select li:focus {
  color: #1890ff;
  font-weight: 600;
  outline: none; }

li.ant-calendar-time-picker-select-option-selected {
  font-weight: 600;
  background: #f5f5f5; }

li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25); }

li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed; }

.ant-calendar-time .ant-calendar-day-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 34px; }

.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto; }

.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right; }

.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0; }

.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px; }

.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25); }

.ant-calendar-month-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none; }

.ant-calendar-month-panel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.ant-calendar-month-panel-hidden {
  display: none; }

.ant-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }

.ant-calendar-month-panel-header a:hover {
  color: #40a9ff; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
  height: 100%; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  display: none; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
  height: 100%; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: none; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
  -ms-transform: rotate(135deg) scale(0.8);
  transform: rotate(135deg) scale(0.8); }

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before {
  position: relative;
  left: 3px; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: inline-block; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
  height: 100%; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  display: none; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
  height: 100%; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  display: none; }

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
  -ms-transform: rotate(135deg) scale(0.8);
  transform: rotate(135deg) scale(0.8); }

.ant-calendar-month-panel-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.ant-calendar-month-panel-footer {
  border-top: 1px solid #e8e8e8; }

.ant-calendar-month-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px; }

.ant-calendar-month-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  color: #fff;
  background: #1890ff; }

.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #1890ff; }

.ant-calendar-month-panel-cell {
  text-align: center; }

.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed; }

.ant-calendar-month-panel-month {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.ant-calendar-month-panel-month:hover {
  background: #e6f7ff;
  cursor: pointer; }

.ant-calendar-year-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none; }

.ant-calendar-year-panel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.ant-calendar-year-panel-hidden {
  display: none; }

.ant-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }

.ant-calendar-year-panel-header a:hover {
  color: #40a9ff; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
  height: 100%; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  display: none; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
  height: 100%; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: none; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
  -ms-transform: rotate(135deg) scale(0.8);
  transform: rotate(135deg) scale(0.8); }

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before {
  position: relative;
  left: 3px; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: inline-block; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
  height: 100%; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  display: none; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
  height: 100%; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  display: none; }

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
  -ms-transform: rotate(135deg) scale(0.8);
  transform: rotate(135deg) scale(0.8); }

.ant-calendar-year-panel-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.ant-calendar-year-panel-footer {
  border-top: 1px solid #e8e8e8; }

.ant-calendar-year-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px; }

.ant-calendar-year-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.ant-calendar-year-panel-cell {
  text-align: center; }

.ant-calendar-year-panel-year {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.ant-calendar-year-panel-year:hover {
  background: #e6f7ff;
  cursor: pointer; }

.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #1890ff; }

.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #1890ff; }

.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  color: rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  outline: none; }

.ant-calendar-decade-panel-hidden {
  display: none; }

.ant-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }

.ant-calendar-decade-panel-header a:hover {
  color: #40a9ff; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
  height: 100%; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  display: none; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
  height: 100%; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: none; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
  -ms-transform: rotate(135deg) scale(0.8);
  transform: rotate(135deg) scale(0.8); }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before {
  position: relative;
  left: 3px; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: inline-block; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
  height: 100%; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  display: none; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
  height: 100%; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65); }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  display: none; }

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
  -ms-transform: rotate(135deg) scale(0.8);
  transform: rotate(135deg) scale(0.8); }

.ant-calendar-decade-panel-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.ant-calendar-decade-panel-footer {
  border-top: 1px solid #e8e8e8; }

.ant-calendar-decade-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px; }

.ant-calendar-decade-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.ant-calendar-decade-panel-cell {
  white-space: nowrap;
  text-align: center; }

.ant-calendar-decade-panel-decade {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.ant-calendar-decade-panel-decade:hover {
  background: #e6f7ff;
  cursor: pointer; }

.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #1890ff; }

.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #1890ff; }

.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  color: rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px; }

.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%; }

.ant-calendar-week-number-cell {
  opacity: 0.5; }

.ant-calendar-week-number .ant-calendar-body tr {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #e6f7ff; }

.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  font-weight: bold;
  background: #bae7ff; }

.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  color: rgba(0, 0, 0, 0.65);
  background: transparent; }

/* 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-time-picker-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  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'; }

.ant-time-picker-panel-inner {
  position: relative;
  left: -2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.ant-time-picker-panel-input {
  width: 100%;
  max-width: 154px;
  margin: 0;
  padding: 0;
  line-height: normal;
  border: 0;
  outline: 0;
  cursor: auto; }

.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1; }

.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf; }

.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf; }

.ant-time-picker-panel-input:placeholder-shown {
  text-overflow: ellipsis; }

.ant-time-picker-panel-input-wrap {
  position: relative;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid #e8e8e8; }

.ant-time-picker-panel-input-invalid {
  border-color: #f5222d; }

.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px; }

.ant-time-picker-panel-select {
  position: relative;
  float: left;
  width: 56px;
  max-height: 192px;
  overflow: hidden;
  font-size: 14px;
  border-left: 1px solid #e8e8e8; }

.ant-time-picker-panel-select:hover {
  overflow-y: auto; }

.ant-time-picker-panel-select:first-child {
  margin-left: 0;
  border-left: 0; }

.ant-time-picker-panel-select:last-child {
  border-right: 0; }

.ant-time-picker-panel-select:only-child {
  width: 100%; }

.ant-time-picker-panel-select ul {
  width: 56px;
  margin: 0;
  padding: 0 0 160px;
  list-style: none; }

.ant-time-picker-panel-select li {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 32px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-time-picker-panel-select li:focus {
  color: #1890ff;
  font-weight: 600;
  outline: none; }

.ant-time-picker-panel-select li:hover {
  background: #e6f7ff; }

li.ant-time-picker-panel-select-option-selected {
  font-weight: 600;
  background: #f5f5f5; }

li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5; }

li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25); }

li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed; }

.ant-time-picker-panel-combobox {
  zoom: 1; }

.ant-time-picker-panel-combobox::before,
.ant-time-picker-panel-combobox::after {
  display: table;
  content: ''; }

.ant-time-picker-panel-combobox::after {
  clear: both; }

.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e8e8e8; }

.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn; }

.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn; }

.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut; }

.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut; }

.ant-time-picker {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 128px;
  outline: none;
  cursor: text;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.ant-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1; }

.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf; }

.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf; }

.ant-time-picker-input:placeholder-shown {
  text-overflow: ellipsis; }

.ant-time-picker-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important; }

.ant-time-picker-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-time-picker-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s; }

.ant-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px; }

.ant-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px; }

.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

.ant-time-picker-open {
  opacity: 0; }

.ant-time-picker-icon,
.ant-time-picker-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 14px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-time-picker-icon .ant-time-picker-clock-icon,
.ant-time-picker-clear .ant-time-picker-clock-icon {
  display: block;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1; }

.ant-time-picker-clear {
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none; }

.ant-time-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45); }

.ant-time-picker:hover .ant-time-picker-clear {
  opacity: 1;
  pointer-events: auto; }

.ant-time-picker-large .ant-time-picker-input {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px; }

.ant-time-picker-small .ant-time-picker-input {
  height: 24px;
  padding: 1px 7px; }

.ant-time-picker-small .ant-time-picker-icon,
.ant-time-picker-small .ant-time-picker-clear {
  right: 7px; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .ant-input {
      line-height: 1.5; } } }

/* 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-tag {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: default;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.ant-tag:hover {
  opacity: 0.85; }

.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65); }

.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px; }

.ant-tag .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333) rotate(0deg);
  -ms-transform: scale(0.83333) rotate(0deg);
  transform: scale(0.83333) rotate(0deg);
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

:root .ant-tag .anticon-close {
  font-size: 12px; }

.ant-tag .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85); }

.ant-tag-has-color {
  border-color: transparent; }

.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff; }

.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent; }

.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff; }

.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff; }

.ant-tag-checkable-checked {
  background-color: #1890ff; }

.ant-tag-checkable:active {
  background-color: #096dd9; }

.ant-tag-hidden {
  display: none; }

.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2; }

.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96; }

.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2; }

.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96; }

.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e; }

.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d; }

.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96; }

.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c; }

.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591; }

.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16; }

.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f; }

.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14; }

.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f; }

.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14; }

.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de; }

.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2; }

.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f; }

.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911; }

.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f; }

.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a; }

.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff; }

.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff; }

.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff; }

.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb; }

.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7; }

.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1; }

/* 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-descriptions-title {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5; }

.ant-descriptions-view {
  width: 100%;
  overflow: hidden;
  border-radius: 4px; }

.ant-descriptions-view table {
  width: 100%;
  table-layout: fixed; }

.ant-descriptions-row > th,
.ant-descriptions-row > td {
  padding-bottom: 16px; }

.ant-descriptions-row:last-child {
  border-bottom: none; }

.ant-descriptions-item-label {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap; }

.ant-descriptions-item-label::after {
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
  content: ' '; }

.ant-descriptions-item-colon::after {
  content: ':'; }

.ant-descriptions-item-no-label::after {
  margin: 0;
  content: ''; }

.ant-descriptions-item-content {
  display: table-cell;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5; }

.ant-descriptions-item {
  padding-bottom: 0; }

.ant-descriptions-item > span {
  display: inline-block; }

.ant-descriptions-middle .ant-descriptions-row > th,
.ant-descriptions-middle .ant-descriptions-row > td {
  padding-bottom: 12px; }

.ant-descriptions-small .ant-descriptions-row > th,
.ant-descriptions-small .ant-descriptions-row > td {
  padding-bottom: 8px; }

.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #e8e8e8; }

.ant-descriptions-bordered .ant-descriptions-view > table {
  table-layout: auto; }

.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 16px 24px;
  border-right: 1px solid #e8e8e8; }

.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-right: none; }

.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa; }

.ant-descriptions-bordered .ant-descriptions-item-label::after {
  display: none; }

.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #e8e8e8; }

.ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none; }

.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
  padding: 12px 24px; }

.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 8px 16px; }

/* 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-divider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  background: #e8e8e8; }

.ant-divider,
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle; }

.ant-divider-horizontal {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0; }

.ant-divider-horizontal.ant-divider-with-text-center,
.ant-divider-horizontal.ant-divider-with-text-left,
.ant-divider-horizontal.ant-divider-with-text-right {
  display: table;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  background: transparent; }

.ant-divider-horizontal.ant-divider-with-text-center::before,
.ant-divider-horizontal.ant-divider-with-text-left::before,
.ant-divider-horizontal.ant-divider-with-text-right::before,
.ant-divider-horizontal.ant-divider-with-text-center::after,
.ant-divider-horizontal.ant-divider-with-text-left::after,
.ant-divider-horizontal.ant-divider-with-text-right::after {
  position: relative;
  top: 50%;
  display: table-cell;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  content: ''; }

.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  display: inline-block;
  padding: 0 10px; }

.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%; }

.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%; }

.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%; }

.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%; }

.ant-divider-inner-text {
  display: inline-block;
  padding: 0 24px; }

.ant-divider-dashed {
  background: none;
  border-color: #e8e8e8;
  border-style: dashed;
  border-width: 1px 0 0; }

.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
  border-top: 0; }

.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::after {
  border-style: dashed none none; }

.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px; }

/* 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-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  -webkit-transition: height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1); }

.ant-drawer > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1); }

.ant-drawer-content-wrapper {
  position: absolute; }

.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%; }

.ant-drawer-left,
.ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%; }

.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%; }

.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1); }

.ant-drawer-left.ant-drawer-open.no-mask,
.ant-drawer-right.ant-drawer-open.no-mask {
  width: 0%; }

.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15); }

.ant-drawer-right {
  right: 0; }

.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0; }

.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15); }

.ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  transform: translateX(1px); }

.ant-drawer-top,
.ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%; }

.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%; }

.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1); }

.ant-drawer-top.ant-drawer-open.no-mask,
.ant-drawer-bottom.ant-drawer-open.no-mask {
  height: 0%; }

.ant-drawer-top {
  top: 0; }

.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.ant-drawer-bottom {
  bottom: 0; }

.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0; }

.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15); }

.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px); }

.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1); }

.ant-drawer-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px; }

.ant-drawer-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  background-clip: padding-box;
  border: 0; }

.ant-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-rendering: auto; }

.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none; }

.ant-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0; }

.ant-drawer-header-no-title {
  color: rgba(0, 0, 0, 0.65);
  background: #fff; }

.ant-drawer-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word; }

.ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  filter: alpha(opacity=45);
  -webkit-transition: opacity 0.3s linear, height 0s ease 0.3s;
  transition: opacity 0.3s linear, height 0s ease 0.3s; }

.ant-drawer-open-content {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* 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-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum'; }

.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9; }

.ant-form label {
  font-size: 14px; }

.ant-form input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal; }

.ant-form input[type='file'] {
  display: block; }

.ant-form input[type='range'] {
  display: block;
  width: 100%; }

.ant-form select[multiple],
.ant-form select[size] {
  height: auto; }

.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5; }

.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*'; }

.ant-form-hide-required-mark .ant-form-item-required::before {
  display: none; }

.ant-form-item-label > label {
  color: rgba(0, 0, 0, 0.85); }

.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px; }

.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' '; }

.ant-form-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top; }

.ant-form-item label {
  position: relative; }

.ant-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top; }

.ant-form-item-control {
  position: relative;
  line-height: 40px;
  zoom: 1; }

.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: ''; }

.ant-form-item-control::after {
  clear: both; }

.ant-form-item-children {
  position: relative; }

.ant-form-item-with-help {
  margin-bottom: 5px; }

.ant-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle; }

.ant-form-item-label-left {
  text-align: left; }

.ant-form-item .ant-switch {
  margin: 2px 0 4px; }

.ant-form-explain,
.ant-form-extra {
  clear: both;
  min-height: 22px;
  margin-top: -2px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }

.ant-form-explain {
  margin-bottom: -1px; }

.ant-form-extra {
  padding-top: 4px; }

.ant-form-text {
  display: inline-block;
  padding-right: 8px; }

.ant-form-split {
  display: block;
  text-align: center; }

form .has-feedback .ant-input {
  padding-right: 24px; }

form .has-feedback .ant-input-password-icon {
  margin-right: 18px; }

form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px; }

form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px; }

form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px; }

form .has-feedback .ant-cascader-picker-clear {
  right: 28px; }

form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px; }

form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px; }

form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px; }

form .ant-upload {
  background: transparent; }

form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px; }

form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0; }

form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block; }

form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0; }

form .ant-input-number + .ant-form-text {
  margin-left: 8px; }

form .ant-input-number-handler-wrap {
  z-index: 2; }

form .ant-select,
form .ant-cascader-picker {
  width: 100%; }

form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto; }

form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle; }

.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
  white-space: initial;
  text-align: left; }

.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none; }

.ant-form-vertical .ant-form-item {
  padding-bottom: 8px; }

.ant-form-vertical .ant-form-item-control {
  line-height: 1.5; }

.ant-form-vertical .ant-form-explain {
  margin-top: 2px;
  margin-bottom: -5px; }

.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px; }

@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%; }
  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left; }
  .ant-form-item-label label::after {
    display: none; }
  .ant-col-xs-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left; }
  .ant-col-xs-24.ant-form-item-label label::after {
    display: none; } }

@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left; }
  .ant-col-sm-24.ant-form-item-label label::after {
    display: none; } }

@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left; }
  .ant-col-md-24.ant-form-item-label label::after {
    display: none; } }

@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left; }
  .ant-col-lg-24.ant-form-item-label label::after {
    display: none; } }

@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left; }
  .ant-col-xl-24.ant-form-item-label label::after {
    display: none; } }

.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0; }

.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px; }

.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: top; }

.ant-form-inline .ant-form-text {
  display: inline-block; }

.ant-form-inline .has-feedback {
  display: inline-block; }

.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none; }

.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.has-success.has-feedback .ant-form-item-children-icon {
  color: #52c41a;
  -webkit-animation-name: diffZoomIn1 !important;
  animation-name: diffZoomIn1 !important; }

.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14; }

.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14; }

.has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); }

.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14; }

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); }

.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14; }

.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); }

.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14; }

.has-warning .ant-input-prefix {
  color: #faad14; }

.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14; }

.has-warning .has-feedback {
  color: #faad14; }

.has-warning.has-feedback .ant-form-item-children-icon {
  color: #faad14;
  -webkit-animation-name: diffZoomIn3 !important;
  animation-name: diffZoomIn3 !important; }

.has-warning .ant-select-selection {
  border-color: #faad14; }

.has-warning .ant-select-selection:hover {
  border-color: #faad14; }

.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); }

.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14; }

.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14; }

.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); }

.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14; }

.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2); }

.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d; }

.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d; }

.has-error .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); }

.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d; }

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); }

.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d; }

.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); }

.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #f5222d; }

.has-error .ant-input-prefix {
  color: #f5222d; }

.has-error .ant-input-group-addon {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d; }

.has-error .has-feedback {
  color: #f5222d; }

.has-error.has-feedback .ant-form-item-children-icon {
  color: #f5222d;
  -webkit-animation-name: diffZoomIn2 !important;
  animation-name: diffZoomIn2 !important; }

.has-error .ant-select-selection {
  border-color: #f5222d; }

.has-error .ant-select-selection:hover {
  border-color: #f5222d; }

.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); }

.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #f5222d; }

.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f5222d; }

.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f5222d; }

.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); }

.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f5222d; }

.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f5222d; }

.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); }

.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2); }

.has-error .ant-transfer-list {
  border-color: #f5222d; }

.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9; }

.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #40a9ff;
  border-right-width: 1px !important; }

.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #1890ff; }

.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px; }

.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px; }

.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.show-help-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
  animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
  animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none; }

.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

@-webkit-keyframes antShowHelpIn {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes antShowHelpIn {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes antShowHelpOut {
  to {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0; } }

@keyframes antShowHelpOut {
  to {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0; } }

@-webkit-keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* 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-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-input-number {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px; }

.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1; }

.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf; }

.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf; }

.ant-input-number:placeholder-shown {
  text-overflow: ellipsis; }

.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important; }

.ant-input-number:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s; }

.ant-input-number-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px; }

.ant-input-number-sm {
  height: 24px;
  padding: 1px 7px; }

.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.ant-input-number-handler:active {
  background: #f4f4f4; }

.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #40a9ff; }

.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  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;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1; }

.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block; }

.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none; }

.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block; }

.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important; }

.ant-input-number-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed; }

.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none; }

.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  outline: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-appearance: textfield !important; }

.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1; }

.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf; }

.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf; }

.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis; }

.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.ant-input-number-lg {
  padding: 0;
  font-size: 16px; }

.ant-input-number-lg input {
  height: 38px; }

.ant-input-number-sm {
  padding: 0; }

.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px; }

.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  -webkit-transition: opacity 0.24s linear 0.1s;
  transition: opacity 0.24s linear 0.1s; }

.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  -webkit-transform: scale(0.58333) rotate(0deg);
  -ms-transform: scale(0.58333) rotate(0deg);
  transform: scale(0.58333) rotate(0deg);
  min-width: auto;
  margin-right: 0; }

:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  font-size: 12px; }

.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%; }

.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1; }

.ant-input-number-handler-up {
  cursor: pointer; }

.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center; }

.ant-input-number-handler-up:hover {
  height: 60% !important; }

.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  cursor: pointer; }

.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
  text-align: center; }

.ant-input-number-handler-down:hover {
  height: 60% !important; }

.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed; }

.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25); }

/* 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-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5; }

.ant-layout,
.ant-layout * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ant-layout.ant-layout-has-sider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden; }

.ant-layout-header,
.ant-layout-footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  line-height: 64px;
  background: #001529; }

.ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  background: #f0f2f5; }

.ant-layout-content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0; }

.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px; }

.ant-layout-sider-has-trigger {
  padding-bottom: 48px; }

.ant-layout-sider-right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.ant-layout-sider-zero-width > * {
  overflow: hidden; }

.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.ant-layout-sider-zero-width-trigger:hover {
  background: #192c3e; }

.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 4px 0 0 4px; }

.ant-layout-sider-light {
  background: #fff; }

.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff; }

.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff; }

/* 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-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative; }

.ant-list * {
  outline: none; }

.ant-list-pagination {
  margin-top: 24px;
  text-align: right; }

.ant-list-more {
  margin-top: 12px;
  text-align: center; }

.ant-list-more button {
  padding-right: 32px;
  padding-left: 32px; }

.ant-list-spin {
  min-height: 40px;
  text-align: center; }

.ant-list-empty-text {
  padding: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center; }

.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none; }

.ant-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0; }

.ant-list-item-content {
  color: rgba(0, 0, 0, 0.65); }

.ant-list-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0; }

.ant-list-item-meta-avatar {
  margin-right: 16px; }

.ant-list-item-meta-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0; }

.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 22px; }

.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-list-item-meta-title > a:hover {
  color: #1890ff; }

.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px; }

.ant-list-item-action {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none; }

.ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer; }

.ant-list-item-action > li:first-child {
  padding-left: 0; }

.ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e8e8e8; }

.ant-list-header {
  background: transparent; }

.ant-list-footer {
  background: transparent; }

.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px; }

.ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center; }

.ant-list-split .ant-list-item {
  border-bottom: 1px solid #e8e8e8; }

.ant-list-split .ant-list-item:last-child {
  border-bottom: none; }

.ant-list-split .ant-list-header {
  border-bottom: 1px solid #e8e8e8; }

.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px; }

.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #e8e8e8; }

.ant-list-lg .ant-list-item {
  padding-top: 16px;
  padding-bottom: 16px; }

.ant-list-sm .ant-list-item {
  padding-top: 8px;
  padding-bottom: 8px; }

.ant-list-vertical .ant-list-item {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial; }

.ant-list-vertical .ant-list-item-main {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px; }

.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px; }

.ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px; }

.ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto; }

.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px; }

.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0; }

.ant-list-grid .ant-col > .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none; }

.ant-list-item-no-flex {
  display: block; }

.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right; }

.ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 4px; }

.ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px; }

.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px; }

.ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid #e8e8e8; }

.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px; }

.ant-list-bordered.ant-list-sm .ant-list-item {
  padding-right: 16px;
  padding-left: 16px; }

.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px; }

.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px; }

@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px; }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px; } }

@media screen and (max-width: 576px) {
  .ant-list-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .ant-list-item-action {
    margin-left: 12px; }
  .ant-list-vertical .ant-list-item {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .ant-list-vertical .ant-list-item-main {
    min-width: 220px; }
  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px; } }

/* 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-spin {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #1890ff;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1; }

.ant-spin-nested-loading {
  position: relative; }

.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px; }

.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px; }

.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff; }

.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px; }

.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px; }

.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px; }

.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px; }

.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px; }

.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px; }

.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px; }

.ant-spin-container {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  pointer-events: none; }

.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none; }

.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto; }

.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45); }

.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em; }

.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1890ff;
  border-radius: 100%;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
  animation: antSpinMove 1s infinite linear alternate; }

.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0; }

.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.ant-spin-dot-spin {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s infinite linear;
  animation: antRotate 1.2s infinite linear; }

.ant-spin-sm .ant-spin-dot {
  font-size: 14px; }

.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px; }

.ant-spin-lg .ant-spin-dot {
  font-size: 32px; }

.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px; }

.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5; } }

@-webkit-keyframes antSpinMove {
  to {
    opacity: 1; } }

@keyframes antSpinMove {
  to {
    opacity: 1; } }

@-webkit-keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); } }

@keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); } }

/* 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-pagination {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum'; }

.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' '; }

.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle; }

.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: none;
  transition: none; }

.ant-pagination-item a:hover {
  text-decoration: none; }

.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #1890ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #1890ff; }

.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff; }

.ant-pagination-item-active a {
  color: #1890ff; }

.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #40a9ff; }

.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #40a9ff; }

.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0; }

.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative; }

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 12px \9;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  color: #1890ff;
  letter-spacing: -1px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  font-size: 12px; }

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1; }

.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0; }

.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px; }

.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.65);
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-pagination-prev,
.ant-pagination-next {
  outline: 0; }

.ant-pagination-prev a,
.ant-pagination-next a {
  color: rgba(0, 0, 0, 0.65);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #40a9ff; }

.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff; }

.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed; }

.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed; }

.ant-pagination-slash {
  margin: 0 10px 0 5px; }

.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle; }

.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
  margin-right: 8px; }

.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top; }

.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  margin: 0 8px; }

.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1; }

.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf; }

.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf; }

.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis; }

.ant-pagination-options-quick-jumper input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important; }

.ant-pagination-options-quick-jumper input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

.ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s; }

.ant-pagination-options-quick-jumper input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px; }

.ant-pagination-options-quick-jumper input-sm {
  height: 24px;
  padding: 1px 7px; }

.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top; }

.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  border: 0; }

.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px; }

.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px; }

.ant-pagination-simple .ant-pagination-simple-pager input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }

.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1890ff; }

.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px; }

.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px; }

.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent; }

.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px; }

.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent; }

.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px; }

.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px; }

.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px; }

.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px; }

.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 24px;
  padding: 1px 7px;
  width: 44px; }

.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed; }

.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed; }

.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed; }

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent; }

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #fff; }

.ant-pagination.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:focus {
  color: rgba(0, 0, 0, 0.45);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed; }

.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 0; }

.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 1; }

@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none; } }

@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none; } }

/* 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-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-mention-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

.ant-mention-wrapper .ant-mention-editor {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  height: auto;
  min-height: 32px;
  padding: 0;
  line-height: 1.5; }

.ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1; }

.ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder {
  color: #bfbfbf; }

.ant-mention-wrapper .ant-mention-editor::-webkit-input-placeholder {
  color: #bfbfbf; }

.ant-mention-wrapper .ant-mention-editor:placeholder-shown {
  text-overflow: ellipsis; }

.ant-mention-wrapper .ant-mention-editor:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important; }

.ant-mention-wrapper .ant-mention-editor:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-mention-wrapper .ant-mention-editor-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-mention-wrapper .ant-mention-editor-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

.ant-mention-wrapper .ant-mention-editor[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-mention-wrapper .ant-mention-editor[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

textarea.ant-mention-wrapper .ant-mention-editor {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s; }

.ant-mention-wrapper .ant-mention-editor-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px; }

.ant-mention-wrapper .ant-mention-editor-sm {
  height: 24px;
  padding: 1px 7px; }

.ant-mention-wrapper .ant-mention-editor-wrapper {
  height: auto;
  overflow-y: auto; }

.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-mention-wrapper.disabled .ant-mention-editor {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-mention-wrapper.disabled .ant-mention-editor:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

.ant-mention-wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
  pointer-events: none; }

.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  height: auto;
  padding: 5px 11px;
  color: #bfbfbf;
  white-space: pre-wrap;
  word-wrap: break-word;
  outline: none;
  opacity: 1; }

.ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px; }

.ant-mention-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  min-width: 120px;
  max-height: 250px;
  margin-top: 1.5em;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.ant-mention-dropdown-placement-top {
  margin-top: -0.1em; }

.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
  color: rgba(0, 0, 0, 0.25); }

.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
  display: block;
  color: #1890ff;
  text-align: center; }

.ant-mention-dropdown-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.ant-mention-dropdown-item:hover {
  background-color: #e6f7ff; }

.ant-mention-dropdown-item.focus,
.ant-mention-dropdown-item-active {
  background-color: #e6f7ff; }

.ant-mention-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

.ant-mention-dropdown-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed; }

.ant-mention-dropdown-item-selected,
.ant-mention-dropdown-item-selected:hover {
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  background-color: #f5f5f5; }

.ant-mention-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8; }

/* 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-mentions {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.5;
  white-space: pre-wrap;
  vertical-align: bottom; }

.ant-mentions::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1; }

.ant-mentions:-ms-input-placeholder {
  color: #bfbfbf; }

.ant-mentions::-webkit-input-placeholder {
  color: #bfbfbf; }

.ant-mentions:placeholder-shown {
  text-overflow: ellipsis; }

.ant-mentions:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important; }

.ant-mentions:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-mentions-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-mentions-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

.ant-mentions[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-mentions[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

textarea.ant-mentions {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s; }

.ant-mentions-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px; }

.ant-mentions-sm {
  height: 24px;
  padding: 1px 7px; }

.ant-mentions-disabled > textarea {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1; }

.ant-mentions-disabled > textarea:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important; }

.ant-mentions-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-mentions > textarea,
.ant-mentions-measure {
  min-height: 30px;
  margin: 0;
  padding: 4px 11px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  line-height: inherit;
  direction: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  text-align: inherit;
  vertical-align: top;
  word-wrap: break-word;
  word-break: inherit;
  -moz-tab-size: inherit;
  -o-tab-size: inherit;
  tab-size: inherit; }

.ant-mentions > textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none; }

.ant-mentions > textarea::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1; }

.ant-mentions > textarea:-ms-input-placeholder {
  color: #bfbfbf; }

.ant-mentions > textarea::-webkit-input-placeholder {
  color: #bfbfbf; }

.ant-mentions > textarea:placeholder-shown {
  text-overflow: ellipsis; }

.ant-mentions > textarea:-moz-read-only {
  cursor: default; }

.ant-mentions > textarea:read-only {
  cursor: default; }

.ant-mentions-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  pointer-events: none; }

.ant-mentions-measure > span {
  display: inline-block;
  min-height: 1em; }

.ant-mentions-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.ant-mentions-dropdown-hidden {
  display: none; }

.ant-mentions-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none; }

.ant-mentions-dropdown-menu-item {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.ant-mentions-dropdown-menu-item:hover {
  background-color: #e6f7ff; }

.ant-mentions-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0; }

.ant-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px; }

.ant-mentions-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

.ant-mentions-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed; }

.ant-mentions-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fafafa; }

.ant-mentions-dropdown-menu-item-active {
  background-color: #e6f7ff; }

/* 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-message {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: fixed;
  top: 16px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none; }

.ant-message-notice {
  padding: 8px;
  text-align: center; }

.ant-message-notice:first-child {
  margin-top: -8px; }

.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: all; }

.ant-message-success .anticon {
  color: #52c41a; }

.ant-message-error .anticon {
  color: #f5222d; }

.ant-message-warning .anticon {
  color: #faad14; }

.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff; }

.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px; }

.ant-message-notice.move-up-leave.move-up-leave-active {
  overflow: hidden;
  -webkit-animation-name: MessageMoveOut;
  animation-name: MessageMoveOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

@-webkit-keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1; }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0; } }

@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1; }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0; } }

/* 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-modal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  top: 100px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 24px;
  pointer-events: none; }

.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch; }

.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word; }

.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: auto; }

.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.ant-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto; }

.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none; }

.ant-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0; }

.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word; }

.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px; }

.ant-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px; }

.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50); }

.ant-modal-mask-hidden {
  display: none; }

.ant-modal-open {
  overflow: hidden; }

.ant-modal-centered {
  text-align: center; }

.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: ''; }

.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto; }
  .ant-modal-centered .ant-modal {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.ant-modal-confirm .ant-modal-header {
  display: none; }

.ant-modal-confirm .ant-modal-close {
  display: none; }

.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px; }

.ant-modal-confirm-body-wrapper {
  zoom: 1; }

.ant-modal-confirm-body-wrapper::before,
.ant-modal-confirm-body-wrapper::after {
  display: table;
  content: ''; }

.ant-modal-confirm-body-wrapper::after {
  clear: both; }

.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4; }

.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px; }

.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px; }

.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px; }

.ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 24px; }

.ant-modal-confirm .ant-modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 8px; }

.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #f5222d; }

.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14; }

.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff; }

.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a; }

/* 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-notification {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: fixed;
  z-index: 1010;
  width: 384px;
  max-width: calc(100vw - 32px);
  margin-right: 24px; }

.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px; }

.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationLeftFadeIn;
  animation-name: NotificationLeftFadeIn; }

.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer; }

.ant-notification-notice {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

.ant-notification-notice-message {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px; }

.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none; }

.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: ''; }

.ant-notification-notice-description {
  font-size: 14px; }

.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px; }

.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px; }

.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px; }

.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px; }

.anticon.ant-notification-notice-icon-success {
  color: #52c41a; }

.anticon.ant-notification-notice-icon-info {
  color: #1890ff; }

.anticon.ant-notification-notice-icon-warning {
  color: #faad14; }

.anticon.ant-notification-notice-icon-error {
  color: #f5222d; }

.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(0, 0, 0, 0.45);
  outline: none; }

.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67); }

.ant-notification-notice-btn {
  float: right;
  margin-top: 16px; }

.ant-notification .notification-fade-effect {
  -webkit-animation-duration: 0.24s;
  animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.24s;
  animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.ant-notification-fade-leave {
  -webkit-animation-duration: 0.24s;
  animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationFadeIn;
  animation-name: NotificationFadeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.ant-notification-fade-leave.ant-notification-fade-leave-active {
  -webkit-animation-name: NotificationFadeOut;
  animation-name: NotificationFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running; }

@-webkit-keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

@-webkit-keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }

@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }

@-webkit-keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    opacity: 1; }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0; } }

@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    opacity: 1; }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0; } }

/* 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-page-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  padding: 24px; }

.ant-page-header.has-breadcrumb {
  padding-top: 12px; }

.ant-page-header.has-footer {
  padding-bottom: 16px; }

.ant-page-header-back {
  float: left;
  margin: 6px 0;
  margin-right: 16px;
  font-size: 20px;
  line-height: 1; }

.ant-page-header-back-button {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #000;
  cursor: pointer; }

.ant-page-header-back-button:focus,
.ant-page-header-back-button:hover {
  color: #40a9ff; }

.ant-page-header-back-button:active {
  color: #096dd9; }

.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle; }

.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 8px; }

.ant-page-header-heading {
  width: 100%;
  overflow: hidden; }

.ant-page-header-heading-title {
  display: block;
  float: left;
  margin-bottom: 0;
  padding-right: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px; }

.ant-page-header-heading .ant-avatar {
  float: left;
  margin-right: 12px; }

.ant-page-header-heading-sub-title {
  float: left;
  margin: 5px 0;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px; }

.ant-page-header-heading-tags {
  float: left;
  margin: 4px 0; }

.ant-page-header-heading-extra {
  float: right; }

.ant-page-header-heading-extra > * {
  margin-left: 8px; }

.ant-page-header-heading-extra > *:first-child {
  margin-left: 0; }

.ant-page-header-content {
  padding-top: 16px;
  overflow: hidden; }

.ant-page-header-footer {
  margin-top: 16px; }

.ant-page-header-footer .ant-tabs-bar {
  margin-bottom: 1px;
  border-bottom: 0; }

.ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
  padding: 8px;
  font-size: 16px; }

@media (max-width: 576px) {
  .ant-page-header-heading-extra {
    display: block;
    float: unset;
    width: 100%;
    padding-top: 12px;
    overflow: hidden; } }

/* 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-popover {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: ''; }

.ant-popover-hidden {
  display: none; }

.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px; }

.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px; }

.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px; }

.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px; }

.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */ }
  .ant-popover-inner {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); } }

.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8; }

.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65); }

.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px; }

.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #faad14;
  font-size: 14px; }

.ant-popover-message-title {
  padding-left: 22px; }

.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right; }

.ant-popover-buttons button {
  margin-left: 8px; }

.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07); }

.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }

.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px; }

.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px; }

.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07); }

.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }

.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px; }

.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px; }

.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06); }

.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }

.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px; }

.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px; }

.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07); }

.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }

.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px; }

.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px; }

/* 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-progress {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  display: inline-block; }

.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px; }

.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px; }

.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0; }

.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px); }

.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px; }

.ant-progress-circle-trail {
  stroke: #f5f5f5; }

.ant-progress-circle-path {
  -webkit-animation: ant-progress-appear 0.3s;
  animation: ant-progress-appear 0.3s; }

.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff; }

.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  -webkit-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s; }

.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a; }

.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal; }

.ant-progress-text .anticon {
  font-size: 14px; }

.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  -webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: ''; }

.ant-progress-status-exception .ant-progress-bg {
  background-color: #f5222d; }

.ant-progress-status-exception .ant-progress-text {
  color: #f5222d; }

.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #f5222d; }

.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a; }

.ant-progress-status-success .ant-progress-text {
  color: #52c41a; }

.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a; }

.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent; }

.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1;
  white-space: normal;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em; }

.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #f5222d; }

.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a; }

@-webkit-keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1; }
  20% {
    width: 0;
    opacity: 0.5; }
  100% {
    width: 100%;
    opacity: 0; } }

@keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1; }
  20% {
    width: 0;
    opacity: 0.5; }
  100% {
    width: 100%;
    opacity: 0; } }

/* 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-rate {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none; }

.ant-rate-disabled .ant-rate-star {
  cursor: default; }

.ant-rate-disabled .ant-rate-star:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.ant-rate-star {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-rate-star:not(:last-child) {
  margin-right: 8px; }

.ant-rate-star > div:focus {
  outline: 0; }

.ant-rate-star > div:hover,
.ant-rate-star > div:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.ant-rate-star-first,
.ant-rate-star-second {
  color: #e8e8e8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle; }

.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0; }

.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1; }

.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit; }

.ant-rate-text {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px; }

/* 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-result {
  padding: 48px 32px; }

.ant-result-success .ant-result-icon > .anticon {
  color: #52c41a; }

.ant-result-error .ant-result-icon > .anticon {
  color: #f5222d; }

.ant-result-info .ant-result-icon > .anticon {
  color: #1890ff; }

.ant-result-warning .ant-result-icon > .anticon {
  color: #faad14; }

.ant-result-image {
  width: 250px;
  height: 295px;
  margin: auto; }

.ant-result-icon {
  margin-bottom: 24px;
  text-align: center; }

.ant-result-icon > .anticon {
  font-size: 72px; }

.ant-result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center; }

.ant-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.6;
  text-align: center; }

.ant-result-extra {
  margin-top: 32px;
  text-align: center; }

.ant-result-extra > * {
  margin-right: 8px; }

.ant-result-extra > *:last-child {
  margin-right: 0; }

.ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa; }

/* 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-skeleton {
  display: table;
  width: 100%; }

.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top; }

.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  width: 32px;
  height: 32px;
  line-height: 32px; }

.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%; }

.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px; }

.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%; }

.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%; }

.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top; }

.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2; }

.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px; }

.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0; }

.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: #f2f2f2; }

.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%; }

.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px; }

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px; }

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px; }

.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
  animation: ant-skeleton-loading 1.4s ease infinite; }

.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
  animation: ant-skeleton-loading 1.4s ease infinite; }

@-webkit-keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

/* 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-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  height: 12px;
  margin: 14px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none; }

.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px; }

.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%; }

.ant-slider-vertical .ant-slider-track {
  width: 4px; }

.ant-slider-vertical .ant-slider-handle {
  margin-bottom: -7px;
  margin-left: -5px; }

.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%; }

.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap; }

.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%; }

.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px; }

.ant-slider-with-marks {
  margin-bottom: 28px; }

.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #91d5ff;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  margin-left: -7px;
  background-color: #fff;
  border: solid 2px #91d5ff;
  border-radius: 50%;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s, -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28); }

.ant-slider-handle:focus {
  border-color: #46a6ff;
  outline: none;
  -webkit-box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2); }

.ant-slider-handle.ant-tooltip-open {
  border-color: #1890ff; }

.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1; }

.ant-slider:hover .ant-slider-track {
  background-color: #69c0ff; }

.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #69c0ff; }

.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px; }

.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  word-break: keep-all;
  cursor: pointer; }

.ant-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.65); }

.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent; }

.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer; }

.ant-slider-dot:first-child {
  margin-left: -4px; }

.ant-slider-dot:last-child {
  margin-left: -4px; }

.ant-slider-dot-active {
  border-color: #8cc8ff; }

.ant-slider-disabled {
  cursor: not-allowed; }

.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important; }

.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed; }

.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !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-statistic {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum'; }

.ant-statistic-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px; }

.ant-statistic-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  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'; }

.ant-statistic-content-value-decimal {
  font-size: 16px; }

.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
  display: inline-block; }

.ant-statistic-content-prefix {
  margin-right: 4px; }

.ant-statistic-content-suffix {
  margin-left: 4px;
  font-size: 16px; }

/* 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-steps {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0; }

.ant-steps-item {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  vertical-align: top; }

.ant-steps-item-container {
  outline: none; }

.ant-steps-item:last-child {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none; }

.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top; }

.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-size: 16px;
  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';
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s; }

.ant-steps-item-icon > .ant-steps-icon {
  position: relative;
  top: -1px;
  color: #1890ff;
  line-height: 1; }

.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px; }

.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  border-radius: 1px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  content: ''; }

.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  line-height: 32px; }

.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #e8e8e8;
  content: ''; }

.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px; }

.ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px; }

.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25); }

.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25); }

.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25); }

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45); }

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8; }

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45); }

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8; }

.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff; }

.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff; }

.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff; }

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85); }

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8; }

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.65); }

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8; }

.ant-steps-item-process .ant-steps-item-icon {
  background: #1890ff; }

.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #fff; }

.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500; }

.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff; }

.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff; }

.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff; }

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.65); }

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #1890ff; }

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45); }

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #1890ff; }

.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #f5222d; }

.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #f5222d; }

.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #f5222d; }

.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #f5222d; }

.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8; }

.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #f5222d; }

.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8; }

.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #f5222d; }

.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer; }

.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #1890ff; }

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #1890ff; }

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #1890ff; }

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 16px;
  white-space: nowrap; }

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0; }

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0; }

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none; }

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal; }

.ant-steps-item-custom .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0; }

.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px; }

.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff; }

.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto; }

.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 12px; }

.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0; }

.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px; }

.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px; }

.ant-steps-small .ant-steps-item-title::after {
  top: 12px; }

.ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px; }

.ant-steps-small .ant-steps-item-tail {
  top: 8px; }

.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0; }

.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.ant-steps-vertical {
  display: block; }

.ant-steps-vertical .ant-steps-item {
  display: block;
  overflow: visible; }

.ant-steps-vertical .ant-steps-item-icon {
  float: left;
  margin-right: 16px; }

.ant-steps-vertical .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden; }

.ant-steps-vertical .ant-steps-item-title {
  line-height: 32px; }

.ant-steps-vertical .ant-steps-item-description {
  padding-bottom: 12px; }

.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px; }

.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%; }

.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block; }

.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none; }

.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px; }

.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px; }

@media (max-width: 480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: block; }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: block;
    overflow: visible; }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: left;
    margin-right: 16px; }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
    display: block;
    min-height: 48px;
    overflow: hidden; }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
    line-height: 32px; }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
    padding-bottom: 12px; }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 16px;
    width: 1px;
    height: 100%;
    padding: 38px 0 6px; }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
    width: 1px;
    height: 100%; }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
    display: block; }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    display: none; }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 12px;
    padding: 30px 0 6px; }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
    line-height: 24px; } }

.ant-steps-label-vertical .ant-steps-item {
  overflow: visible; }

.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 51px;
  padding: 3.5px 24px; }

.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 104px;
  margin-top: 8px;
  text-align: center; }

.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 36px; }

.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0; }

.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none; }

.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 40px; }

.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5; }

.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0; }

.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px; }

.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px; }

.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0; }

.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* expand hover area */ }

.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: ''; }

.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px; }

.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px; }

.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px; }

.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 8px;
  margin-left: 0; }

.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 2px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px; }

.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0; }

.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  left: -2px; }

.ant-steps-navigation {
  padding-top: 12px; }

.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px; }

.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center; }

.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: 140px; }

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none; }

.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer; }

.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85; }

.ant-steps-navigation .ant-steps-item:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none; }

.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ''; }

.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #1890ff;
  -webkit-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  content: ''; }

.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%; }

.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
  margin-left: -16px;
  padding-left: 16px;
  background: #fff; }

.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item {
  margin-left: -12px;
  padding-left: 12px; }

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child {
  overflow: hidden; }

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child .ant-steps-icon-dot::after {
  right: -200px;
  width: 200px; }

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::before,
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 8px;
  background: #fff;
  content: ''; }

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  right: -10px;
  left: auto; }

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ccc; }

/* 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-switch {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 20px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-switch-inner {
  display: block;
  margin-right: 6px;
  margin-left: 24px;
  color: #fff;
  font-size: 12px; }

.ant-switch-loading-icon,
.ant-switch::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 18px;
  cursor: pointer;
  -webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' '; }

.ant-switch::after {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2); }

.ant-switch:not(.ant-switch-disabled):active::before,
.ant-switch:not(.ant-switch-disabled):active::after {
  width: 24px; }

.ant-switch-loading-icon {
  z-index: 1;
  display: none;
  font-size: 12px;
  background: transparent; }

.ant-switch-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.ant-switch-loading .ant-switch-loading-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65); }

.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
  color: #1890ff; }

.ant-switch:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2); }

.ant-switch:focus:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 14px; }

.ant-switch-small .ant-switch-inner {
  margin-right: 3px;
  margin-left: 18px;
  font-size: 12px; }

.ant-switch-small::after {
  width: 12px;
  height: 12px; }

.ant-switch-small:active::before,
.ant-switch-small:active::after {
  width: 16px; }

.ant-switch-small .ant-switch-loading-icon {
  width: 12px;
  height: 12px; }

.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-right: 18px;
  margin-left: 3px; }

.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -13px; }

.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
  font-weight: bold;
  -webkit-transform: scale(0.66667);
  -ms-transform: scale(0.66667);
  transform: scale(0.66667); }

.ant-switch-checked {
  background-color: #1890ff; }

.ant-switch-checked .ant-switch-inner {
  margin-right: 24px;
  margin-left: 6px; }

.ant-switch-checked::after {
  left: 100%;
  margin-left: -1px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -19px; }

.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4; }

.ant-switch-loading *,
.ant-switch-disabled * {
  cursor: not-allowed; }

.ant-switch-loading::before,
.ant-switch-disabled::before,
.ant-switch-loading::after,
.ant-switch-disabled::after {
  cursor: not-allowed; }

@-webkit-keyframes AntSwitchSmallLoadingCircle {
  0% {
    -webkit-transform: rotate(0deg) scale(0.66667);
    transform: rotate(0deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  100% {
    -webkit-transform: rotate(360deg) scale(0.66667);
    transform: rotate(360deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; } }

@keyframes AntSwitchSmallLoadingCircle {
  0% {
    -webkit-transform: rotate(0deg) scale(0.66667);
    transform: rotate(0deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  100% {
    -webkit-transform: rotate(360deg) scale(0.66667);
    transform: rotate(360deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; } }

/* 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-table-wrapper {
  zoom: 1; }

.ant-table-wrapper::before,
.ant-table-wrapper::after {
  display: table;
  content: ''; }

.ant-table-wrapper::after {
  clear: both; }

.ant-table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  clear: both; }

.ant-table-body {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.ant-table-empty .ant-table-body {
  overflow-x: auto !important;
  overflow-y: hidden !important; }

.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border-collapse: separate;
  border-spacing: 0; }

.ant-table-thead > tr > th {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.ant-table-thead > tr > th[colspan] {
  text-align: center; }

.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  color: #bfbfbf;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-table-thead > tr > th .anticon-filter > svg,
.ant-table-thead > tr > th .ant-table-filter-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px; }

.ant-table-thead > tr > th .ant-table-filter-selected.anticon-filter {
  color: #1890ff; }

.ant-table-thead > tr > th .ant-table-column-sorter {
  display: table-cell;
  vertical-align: middle; }

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
  height: 1em;
  margin-top: 0.35em;
  margin-left: 0.57142857em;
  color: #bfbfbf;
  line-height: 1em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  display: inline-block;
  font-size: 12px;
  font-size: 11px \9;
  -webkit-transform: scale(0.91667) rotate(0deg);
  -ms-transform: scale(0.91667) rotate(0deg);
  transform: scale(0.91667) rotate(0deg);
  display: block;
  height: 1em;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  font-size: 12px; }

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on {
  color: #1890ff; }

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full {
  margin-top: -0.15em; }

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  height: 0.5em;
  line-height: 0.5em; }

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  margin-top: 0.125em; }

.ant-table-thead > tr > th.ant-table-column-has-actions {
  position: relative;
  background-clip: padding-box;
  /* stylelint-disable-next-line */
  -webkit-background-clip: border-box; }

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters {
  padding-right: 30px !important; }

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5; }

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5; }

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active {
  color: rgba(0, 0, 0, 0.65); }

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters {
  cursor: pointer; }

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
  background: #f2f2f2; }

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon {
  background: #f2f2f2; }

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
  color: rgba(0, 0, 0, 0.45); }

.ant-table-thead > tr > th .ant-table-header-column {
  display: inline-block;
  vertical-align: top; }

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters {
  display: table; }

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > .ant-table-column-title {
  display: table-cell;
  vertical-align: middle; }

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > *:not(.ant-table-column-sorter) {
  position: relative; }

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters:hover::before {
  background: rgba(0, 0, 0, 0.04); }

.ant-table-thead > tr > th.ant-table-column-has-sorters {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 4px; }

.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 4px; }

.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0; }

.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s, border 0s;
  transition: all 0.3s, border 0s; }

.ant-table-thead > tr,
.ant-table-tbody > tr {
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s; }

.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: #e6f7ff; }

.ant-table-thead > tr.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa; }

.ant-table-thead > tr:hover.ant-table-row-selected > td,
.ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: #fafafa; }

.ant-table-thead > tr:hover.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa; }

.ant-table-thead > tr:hover {
  background: none; }

.ant-table-footer {
  position: relative;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px; }

.ant-table-footer::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fafafa;
  content: ''; }

.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e8e8e8; }

.ant-table-title {
  position: relative;
  top: 1px;
  padding: 16px 0;
  border-radius: 4px 4px 0 0; }

.ant-table.ant-table-bordered .ant-table-title {
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #e8e8e8; }

.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 4px 4px 0 0; }

.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table,
.ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th {
  border-radius: 0; }

.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  border-radius: 0; }

.ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-top: 1px solid #e8e8e8;
  border-radius: 4px; }

.ant-table-tbody > tr.ant-table-row-selected td {
  color: inherit;
  background: #fafafa; }

.ant-table-thead > tr > th.ant-table-column-sort {
  background: #f5f5f5; }

.ant-table-tbody > tr > td.ant-table-column-sort {
  background: rgba(0, 0, 0, 0.01); }

.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px 16px; }

.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  width: 50px;
  min-width: 50px;
  text-align: center; }

.ant-table-header {
  overflow: hidden;
  background: #fafafa; }

.ant-table-header table {
  border-radius: 4px 4px 0 0; }

.ant-table-loading {
  position: relative; }

.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5; }

.ant-table-loading .ant-table-spin-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  margin-left: -30px;
  line-height: 20px; }

.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px; }

.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px; }

.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-bottom: 0; }

.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8; }

.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0; }

.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ant-table-bordered.ant-table-fixed-header .ant-table-header + .ant-table-body > table,
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0; }

.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #e8e8e8; }

.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #e8e8e8; }

.ant-table-placeholder {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px; }

.ant-table-pagination.ant-pagination {
  float: right;
  margin: 16px 0; }

.ant-table-filter-dropdown {
  position: relative;
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.ant-table-filter-dropdown .ant-dropdown-menu {
  border: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 400px;
  overflow-x: hidden; }

.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0; }

.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title::after {
  color: #1890ff;
  font-weight: bold;
  text-shadow: 0 0 2px #bae7ff; }

.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden; }

.ant-table-filter-dropdown .ant-checkbox-wrapper + span {
  padding-left: 8px; }

.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0; }

.ant-table-filter-dropdown-btns {
  padding: 7px 8px;
  overflow: hidden;
  border-top: 1px solid #e8e8e8; }

.ant-table-filter-dropdown-link {
  color: #1890ff; }

.ant-table-filter-dropdown-link:hover {
  color: #40a9ff; }

.ant-table-filter-dropdown-link:active {
  color: #096dd9; }

.ant-table-filter-dropdown-link.confirm {
  float: left; }

.ant-table-filter-dropdown-link.clear {
  float: right; }

.ant-table-selection {
  white-space: nowrap; }

.ant-table-selection-select-all-custom {
  margin-right: 4px !important; }

.ant-table-selection .anticon-down {
  color: #bfbfbf;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

.ant-table-selection-menu .ant-action-down {
  color: #bfbfbf; }

.ant-table-selection-down {
  display: inline-block;
  padding: 0;
  line-height: 1;
  cursor: pointer; }

.ant-table-selection-down:hover .anticon-down {
  color: rgba(0, 0, 0, 0.6); }

.ant-table-row-expand-icon {
  color: #1890ff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  width: 17px;
  height: 17px;
  color: inherit;
  line-height: 13px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #40a9ff; }

.ant-table-row-expand-icon:active {
  color: #096dd9; }

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentColor; }

.ant-table-row-expanded::after {
  content: '-'; }

.ant-table-row-collapsed::after {
  content: '+'; }

.ant-table-row-spaced {
  visibility: hidden; }

.ant-table-row-spaced::after {
  content: '.'; }

tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb; }

tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -16px -16px -17px; }

.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px; }

.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden; }

.ant-table-scroll table {
  width: auto;
  min-width: 100%; }

.ant-table-scroll table .ant-table-fixed-columns-in-body {
  visibility: hidden; }

.ant-table-body-inner {
  height: 100%; }

.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff; }

.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll; }

.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: scroll;
  opacity: 0.9999; }

.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px 0; }

.ant-table-hide-scrollbar {
  scrollbar-color: transparent transparent; }

.ant-table-hide-scrollbar::-webkit-scrollbar {
  background-color: transparent; }

.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 1px 1px 1px 0; }

.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead > tr:only-child > th:last-child {
  border-right-color: transparent; }

.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  z-index: auto;
  overflow: hidden;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }

.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff; }

.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0; }

.ant-table-fixed-left {
  left: 0;
  -webkit-box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15); }

.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden; }

.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px; }

.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0; }

.ant-table-fixed-left,
.ant-table-fixed-left table {
  border-radius: 4px 0 0 0; }

.ant-table-fixed-left .ant-table-thead > tr > th:last-child {
  border-top-right-radius: 0; }

.ant-table-fixed-right {
  right: 0;
  -webkit-box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15); }

.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 4px 0 0; }

.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none; }

.ant-table-fixed-right .ant-table-thead > tr > th:first-child {
  border-top-left-radius: 0; }

.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  -webkit-box-shadow: none;
  box-shadow: none; }

.ant-table colgroup > col.ant-table-selection-col {
  width: 60px; }

.ant-table-thead > tr > th.ant-table-selection-column-custom .ant-table-selection {
  margin-right: -15px; }

.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center; }

.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0; }

.ant-table-row[class*='ant-table-row-level-0'] .ant-table-selection-column > span {
  display: inline-block; }

/**
* Another fix of Firefox:
*/
@supports (-moz-appearance: meterbar) {
  .ant-table-thead > tr > th.ant-table-column-has-actions {
    background-clip: padding-box; } }

.ant-table-middle > .ant-table-title,
.ant-table-middle > .ant-table-footer {
  padding: 12px 8px; }

.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 12px 8px; }

.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -12px -8px -13px; }

.ant-table-small {
  border: 1px solid #e8e8e8;
  border-radius: 4px; }

.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-footer {
  padding: 8px 8px; }

.ant-table-small > .ant-table-title {
  top: 0;
  border-bottom: 1px solid #e8e8e8; }

.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0 8px; }

.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0; }

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 8px 8px; }

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  background-color: transparent; }

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr {
  border-bottom: 1px solid #e8e8e8; }

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort {
  background-color: rgba(0, 0, 0, 0.01); }

.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0; }

.ant-table-small > .ant-table-content .ant-table-header {
  background-color: #fff; }

.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0; }

.ant-table-small.ant-table-bordered {
  border-right: 0; }

.ant-table-small.ant-table-bordered .ant-table-title {
  border: 0;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }

.ant-table-small.ant-table-bordered .ant-table-content {
  border-right: 1px solid #e8e8e8; }

.ant-table-small.ant-table-bordered .ant-table-footer {
  border: 0;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8; }

.ant-table-small.ant-table-bordered .ant-table-footer::before {
  display: none; }

.ant-table-small.ant-table-bordered .ant-table-placeholder {
  border-right: 0;
  border-bottom: 0;
  border-left: 0; }

.ant-table-small.ant-table-bordered .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-right: none; }

.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8; }

.ant-table-small.ant-table-bordered .ant-table-fixed-right {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8; }

.ant-table-small tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -8px -8px -9px; }

/* 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-timeline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none; }

.ant-timeline-item {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  list-style: none; }

.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #e8e8e8; }

.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
  background-color: transparent; }

.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none; }

.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px; }

.ant-timeline-item-head-blue {
  color: #1890ff;
  border-color: #1890ff; }

.ant-timeline-item-head-red {
  color: #f5222d;
  border-color: #f5222d; }

.ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a; }

.ant-timeline-item-head-gray {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25); }

.ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ant-timeline-item-content {
  position: relative;
  top: -6px;
  margin: 0 0 0 18px;
  word-break: break-word; }

.ant-timeline-item-last > .ant-timeline-item-tail {
  display: none; }

.ant-timeline-item-last > .ant-timeline-item-content {
  min-height: 48px; }

.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  left: 50%; }

.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head {
  margin-left: -4px; }

.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  margin-left: 1px; }

.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left; }

.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right; }

.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: calc(100% - 4px - 2px); }

.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(100% - 18px); }

.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #e8e8e8; }

.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none; }

.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #e8e8e8; }

.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px; }

/* 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 */
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0; } }

@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0; } }

.ant-transfer-customize-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ant-transfer-customize-list .ant-transfer-operation {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-item-align: center;
  align-self: center; }

.ant-transfer-customize-list .ant-transfer-list {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: auto;
  height: auto;
  min-height: 200px; }

.ant-transfer-customize-list .ant-transfer-list-body-with-search {
  padding-top: 0; }

.ant-transfer-customize-list .ant-transfer-list-body-search-wrapper {
  position: relative;
  padding-bottom: 0; }

.ant-transfer-customize-list .ant-transfer-list-body-customize-wrapper {
  padding: 12px; }

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
  border: 0;
  border-radius: 0; }

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  background: #fafafa; }

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 1px solid #e8e8e8; }

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
  margin: 0; }

.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 16px 0 4px; }

.ant-transfer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative; }

.ant-transfer-disabled .ant-transfer-list {
  background: #f5f5f5; }

.ant-transfer-list {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 200px;
  padding-top: 40px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  border-radius: 4px; }

.ant-transfer-list-with-footer {
  padding-bottom: 34px; }

.ant-transfer-list-search {
  padding: 0 8px; }

.ant-transfer-list-search-action {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  width: 28px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 32px;
  text-align: center; }

.ant-transfer-list-search-action .anticon {
  color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-transfer-list-search-action .anticon:hover {
  color: rgba(0, 0, 0, 0.45); }

span.ant-transfer-list-search-action {
  pointer-events: none; }

.ant-transfer-list-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px 9px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0; }

.ant-transfer-list-header-title {
  position: absolute;
  right: 12px; }

.ant-transfer-list-header .ant-checkbox-wrapper + span {
  padding-left: 8px; }

.ant-transfer-list-body {
  position: relative;
  height: 100%;
  font-size: 14px; }

.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px; }

.ant-transfer-list-body-with-search {
  padding-top: 56px; }

.ant-transfer-list-content {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none; }

.ant-transfer-list-content > .LazyLoad {
  -webkit-animation: transferHighlightIn 1s;
  animation: transferHighlightIn 1s; }

.ant-transfer-list-content-item {
  min-height: 32px;
  padding: 6px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-transfer-list-content-item > span {
  padding-right: 0; }

.ant-transfer-list-content-item-text {
  padding-left: 8px; }

.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background-color: #e6f7ff;
  cursor: pointer; }

.ant-transfer-list-content-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

.ant-transfer-list-body-not-found {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ant-transfer-list-body-with-search .ant-transfer-list-body-not-found {
  margin-top: 16px; }

.ant-transfer-list-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px; }

.ant-transfer-operation {
  display: inline-block;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: middle; }

.ant-transfer-operation .ant-btn {
  display: block; }

.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px; }

.ant-transfer-operation .ant-btn .anticon {
  font-size: 12px; }

@-webkit-keyframes transferHighlightIn {
  0% {
    background: #bae7ff; }
  100% {
    background: transparent; } }

@keyframes transferHighlightIn {
  0% {
    background: #bae7ff; }
  100% {
    background: transparent; } }

/* 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 */
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0; } }

@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0; } }

.ant-select-tree-checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer; }

.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #1890ff; }

.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: ''; }

.ant-select-tree-checkbox:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
  visibility: visible; }

.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
  -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' '; }

.ant-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }

.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' '; }

.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff; }

.ant-select-tree-checkbox-disabled {
  cursor: not-allowed; }

.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
  animation-name: none; }

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed; }

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important; }

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
  animation-name: none; }

.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

.ant-select-tree-checkbox-disabled:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
  visibility: hidden; }

.ant-select-tree-checkbox-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer; }

.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px; }

.ant-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px; }

.ant-select-tree-checkbox-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  display: inline-block; }

.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px; }

.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0; }

.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0; }

.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9; }

.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' '; }

.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25); }

.ant-select-tree {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  margin: 0;
  margin-top: -4px;
  padding: 0 4px; }

.ant-select-tree li {
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
  list-style: none;
  outline: 0; }

.ant-select-tree li.filter-node > span {
  font-weight: 500; }

.ant-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px; }

.ant-select-tree li .ant-select-tree-node-content-wrapper {
  display: inline-block;
  width: calc(100% - 24px);
  margin: 0;
  padding: 3px 5px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #e6f7ff; }

.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #bae7ff; }

.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 4px 0 0; }

.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: calc(100% - 46px); }

.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  border: 0 none;
  outline: none;
  cursor: pointer; }

.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #1890ff;
  font-size: 14px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.ant-select-tree li span.ant-select-tree-switcher {
  position: relative; }

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto; }

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333) rotate(0deg);
  -ms-transform: scale(0.83333) rotate(0deg);
  transform: scale(0.83333) rotate(0deg);
  display: inline-block;
  font-weight: bold; }

:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px; }

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333) rotate(0deg);
  -ms-transform: scale(0.83333) rotate(0deg);
  transform: scale(0.83333) rotate(0deg);
  display: inline-block;
  font-weight: bold; }

:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px; }

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #1890ff;
  font-size: 14px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle {
  display: none; }

.ant-select-tree-child-tree {
  display: none; }

.ant-select-tree-child-tree-open {
  display: block; }

li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher),
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent; }

.ant-select-tree-icon__open {
  margin-right: 2px;
  vertical-align: top; }

.ant-select-tree-icon__close {
  margin-right: 2px;
  vertical-align: top; }

.ant-select-tree-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum'; }

.ant-select-tree-dropdown .ant-select-dropdown-search {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  display: block;
  padding: 4px;
  background: #fff; }

.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%; }

.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 4px 7px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none; }

.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none; }

.ant-select-tree-dropdown .ant-select-not-found {
  display: block;
  padding: 7px 16px;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

/* 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 */
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0; } }

@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0; } }

.ant-tree.ant-tree-directory {
  position: relative; }

.ant-tree.ant-tree-directory > li span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  position: relative;
  z-index: 1; }

.ant-tree.ant-tree-directory > li span.ant-tree-switcher.ant-tree-switcher-noop,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher.ant-tree-switcher-noop {
  pointer-events: none; }

.ant-tree.ant-tree-directory > li span.ant-tree-checkbox,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-checkbox {
  position: relative;
  z-index: 1; }

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover {
  background: transparent; }

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before {
  background: #e6f7ff; }

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent; }

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ''; }

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper > span,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper > span {
  position: relative;
  z-index: 1; }

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #fff; }

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner {
  border-color: #1890ff; }

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after {
  border-color: #fff; }

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #fff; }

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: #1890ff; }

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: #1890ff; }

.ant-tree-checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer; }

.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1890ff; }

.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: ''; }

.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible; }

.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
  -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' '; }

.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }

.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' '; }

.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff; }

.ant-tree-checkbox-disabled {
  cursor: not-allowed; }

.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
  animation-name: none; }

.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed; }

.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important; }

.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
  animation-name: none; }

.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden; }

.ant-tree-checkbox-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer; }

.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px; }

.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px; }

.ant-tree-checkbox-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  display: inline-block; }

.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px; }

.ant-tree-checkbox-group-item:last-child {
  margin-right: 0; }

.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0; }

.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9; }

.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' '; }

.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25); }

.ant-tree {
  /* see https://github.com/ant-design/ant-design/issues/16259 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0; }

.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 16.67%;
  left: 0;
  width: 100%;
  height: 66.67%; }

.ant-tree ol,
.ant-tree ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.ant-tree li {
  margin: 0;
  padding: 4px 0;
  white-space: nowrap;
  list-style: none;
  outline: 0; }

.ant-tree li span[draggable],
.ant-tree li span[draggable='true'] {
  line-height: 20px;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element; }

.ant-tree li.drag-over > span[draggable] {
  color: white;
  background-color: #1890ff;
  opacity: 0.8; }

.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #1890ff; }

.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #1890ff; }

.ant-tree li.filter-node > span {
  color: #f5222d !important;
  font-weight: 500 !important; }

.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #1890ff;
  font-size: 14px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon svg,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open::after,
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close::after {
  opacity: 0; }

.ant-tree li ul {
  margin: 0;
  padding: 0 0 0 18px; }

.ant-tree li .ant-tree-node-content-wrapper {
  display: inline-block;
  height: 24px;
  margin: 0;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-decoration: none;
  vertical-align: top;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #e6f7ff; }

.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bae7ff; }

.ant-tree li span.ant-tree-checkbox {
  top: initial;
  height: 24px;
  margin: 0 4px 0 2px;
  padding: 4px 0; }

.ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  border: 0 none;
  outline: none;
  cursor: pointer; }

.ant-tree li span.ant-tree-switcher {
  position: relative; }

.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default; }

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333) rotate(0deg);
  -ms-transform: scale(0.83333) rotate(0deg);
  transform: scale(0.83333) rotate(0deg);
  display: inline-block;
  font-weight: bold; }

:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px; }

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333) rotate(0deg);
  -ms-transform: scale(0.83333) rotate(0deg);
  transform: scale(0.83333) rotate(0deg);
  display: inline-block;
  font-weight: bold; }

:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px; }

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.ant-tree li:last-child > span.ant-tree-switcher::before,
.ant-tree li:last-child > span.ant-tree-iconEle::before {
  display: none; }

.ant-tree > li:first-child {
  padding-top: 7px; }

.ant-tree > li:last-child {
  padding-bottom: 7px; }

.ant-tree-child-tree > li:first-child {
  padding-top: 8px; }

.ant-tree-child-tree > li:last-child {
  padding-bottom: 0; }

li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent; }

.ant-tree-icon__open {
  margin-right: 2px;
  vertical-align: top; }

.ant-tree-icon__close {
  margin-right: 2px;
  vertical-align: top; }

.ant-tree.ant-tree-show-line li {
  position: relative; }

.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  color: rgba(0, 0, 0, 0.45);
  background: #fff; }

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px; }

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px; }

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px; }

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.ant-tree.ant-tree-show-line li:not(:last-child)::before {
  position: absolute;
  left: 12px;
  width: 1px;
  height: 100%;
  height: calc(100% - 22px);
  margin: 22px 0 0;
  border-left: 1px solid #d9d9d9;
  content: ' '; }

.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle {
  display: none; }

.ant-tree.ant-tree-block-node li .ant-tree-node-content-wrapper {
  width: calc(100% - 24px); }

.ant-tree.ant-tree-block-node li span.ant-tree-checkbox + .ant-tree-node-content-wrapper {
  width: calc(100% - 46px); }

/* 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-typography {
  color: rgba(0, 0, 0, 0.65); }

.ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.45); }

.ant-typography.ant-typography-warning {
  color: #faad14; }

.ant-typography.ant-typography-danger {
  color: #f5222d; }

.ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.ant-typography,
.ant-typography p {
  margin-bottom: 1em; }

h1.ant-typography,
.ant-typography h1 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 38px;
  line-height: 1.23; }

h2.ant-typography,
.ant-typography h2 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.35; }

h3.ant-typography,
.ant-typography h3 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35; }

h4.ant-typography,
.ant-typography h4 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4; }

.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography {
  margin-top: 1.2em; }

.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4 {
  margin-top: 1.2em; }

span.ant-typography-ellipsis {
  display: inline-block; }

.ant-typography a {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.ant-typography a:focus,
.ant-typography a:hover {
  color: #40a9ff; }

.ant-typography a:active {
  color: #096dd9; }

.ant-typography a:active,
.ant-typography a:hover {
  text-decoration: none; }

.ant-typography a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none; }

.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 3px; }

.ant-typography mark {
  padding: 0;
  background-color: #ffe58f; }

.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto; }

.ant-typography s,
.ant-typography del {
  text-decoration: line-through; }

.ant-typography strong {
  font-weight: 600; }

.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-left: 8px; }

.ant-typography-expand:focus,
.ant-typography-edit:focus,
.ant-typography-copy:focus,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #40a9ff; }

.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #096dd9; }

.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #52c41a; }

.ant-typography-edit-content {
  position: relative; }

div.ant-typography-edit-content {
  left: -12px;
  margin-top: -5px;
  margin-bottom: calc(1em - 4px - 2px); }

.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none; }

.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em 0;
  padding: 0; }

.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px; }

.ant-typography ul li {
  list-style-type: circle; }

.ant-typography ul li li {
  list-style-type: disc; }

.ant-typography ol li {
  list-style-type: decimal; }

.ant-typography-ellipsis-single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ant-typography-ellipsis-multiple-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden; }

/* 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-upload {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  outline: 0; }

.ant-upload p {
  margin: 0; }

.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none; }

.ant-upload input[type='file'] {
  cursor: pointer; }

.ant-upload.ant-upload-select {
  display: inline-block; }

.ant-upload.ant-upload-disabled {
  cursor: not-allowed; }

.ant-upload.ant-upload-select-picture-card {
  display: table;
  float: left;
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease; }

.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-align: center;
  vertical-align: middle; }

.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1890ff; }

.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }

.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0; }

.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #096dd9; }

.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed; }

.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%; }

.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle; }

.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #40a9ff; }

.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px; }

.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #40a9ff;
  font-size: 48px; }

.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px; }

.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px; }

.ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45); }

.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45); }

.ant-upload-picture-card-wrapper {
  zoom: 1;
  display: inline-block;
  width: 100%; }

.ant-upload-picture-card-wrapper::before,
.ant-upload-picture-card-wrapper::after {
  display: table;
  content: ''; }

.ant-upload-picture-card-wrapper::after {
  clear: both; }

.ant-upload-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  zoom: 1; }

.ant-upload-list::before,
.ant-upload-list::after {
  display: table;
  content: ''; }

.ant-upload-list::after {
  clear: both; }

.ant-upload-list-item {
  position: relative;
  height: 22px;
  margin-top: 8px;
  font-size: 14px; }

.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.ant-upload-list-item-info > span {
  display: block; }

.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px; }

.ant-upload-list-item .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333) rotate(0deg);
  -ms-transform: scale(0.83333) rotate(0deg);
  transform: scale(0.83333) rotate(0deg);
  position: absolute;
  top: 6px;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

:root .ant-upload-list-item .anticon-close {
  font-size: 12px; }

.ant-upload-list-item .anticon-close:hover {
  color: rgba(0, 0, 0, 0.65); }

.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #e6f7ff; }

.ant-upload-list-item:hover .anticon-close {
  opacity: 1; }

.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #f5222d; }

.ant-upload-list-item-error .anticon-close {
  color: #f5222d !important;
  opacity: 1; }

.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0; }

.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px; }

.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent; }

.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #f5222d; }

.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0; }

.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent; }

.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed; }

.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
  opacity: 0.8; }

.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%; }

.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden; }

.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px; }

.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px; }

.ant-upload-list-picture .anticon-close,
.ant-upload-list-picture-card .anticon-close {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1;
  opacity: 1; }

.ant-upload-list-picture-card.ant-upload-list::after {
  display: none; }

.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0; }

.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden; }

.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ' '; }

.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1; }

.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff; }

.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1; }

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%; }

.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5;
  text-align: center; }

.ant-upload-list-picture-card .anticon-picture + .ant-upload-list-item-name {
  display: block; }

.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa; }

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto; }

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none; }

.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.45); }

.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  padding-left: 0; }

.ant-upload-list .ant-upload-success-icon {
  color: #52c41a;
  font-weight: bold; }

.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86); }

.ant-upload-list .ant-upload-animate-enter {
  -webkit-animation-name: uploadAnimateIn;
  animation-name: uploadAnimateIn; }

.ant-upload-list .ant-upload-animate-leave {
  -webkit-animation-name: uploadAnimateOut;
  animation-name: uploadAnimateOut; }

.ant-upload-list .ant-upload-animate-inline-enter {
  -webkit-animation-name: uploadAnimateInlineIn;
  animation-name: uploadAnimateInlineIn; }

.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-name: uploadAnimateInlineOut;
  animation-name: uploadAnimateInlineOut; }

@-webkit-keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0; } }

@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0; } }

@-webkit-keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0; } }

@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0; } }

@-webkit-keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0; } }

@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0; } }

@-webkit-keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0; } }

@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url(data:image/gif;base64,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) center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(data:image/svg+xml;base64,bW9kdWxlLmV4cG9ydHMgPSAiZGF0YTppbWFnZS9zdmcreG1sO2Jhc2U2NCxkbUZ5SUY5a1pXWnpPd29LYVcxd2IzSjBJRkpsWVdOMElHWnliMjBnSW5KbFlXTjBJanNLQ25aaGNpQlRkbWRUYkdsamF5QTlJR1oxYm1OMGFXOXVJRk4yWjFOc2FXTnJLSEJ5YjNCektTQjdDaUFnY21WMGRYSnVJQzhxSTE5ZlVGVlNSVjlmS2k5U1pXRmpkQzVqY21WaGRHVkZiR1Z0Wlc1MEtDSnpkbWNpTENCd2NtOXdjeXdnWDJSbFpuTWdmSHdnS0Y5a1pXWnpJRDBnTHlvalgxOVFWVkpGWDE4cUwxSmxZV04wTG1OeVpXRjBaVVZzWlcxbGJuUW9JbVJsWm5NaUxDQnVkV3hzTENBdktpTmZYMUJWVWtWZlh5b3ZVbVZoWTNRdVkzSmxZWFJsUld4bGJXVnVkQ2dpWm05dWRDSXNJSHNLSUNBZ0lHbGtPaUFpYzJ4cFkydGZjM1puWDE5emJHbGpheUlzQ2lBZ0lDQm9iM0pwZWtGa2RsZzZJRFV4TWdvZ0lIMHNJQzhxSTE5ZlVGVlNSVjlmS2k5U1pXRmpkQzVqY21WaGRHVkZiR1Z0Wlc1MEtDSm1iMjUwUm1GalpTSXNJSHNLSUNBZ0lHWnZiblJHWVcxcGJIazZJQ0p6YkdsamF5SXNDaUFnSUNCMWJtbDBjMUJsY2tWdE9pQTFNVElzQ2lBZ0lDQmhjMk5sYm5RNklEUTRNQ3dLSUNBZ0lHUmxjMk5sYm5RNklDMHpNZ29nSUgwcExDQXZLaU5mWDFCVlVrVmZYeW92VW1WaFkzUXVZM0psWVhSbFJXeGxiV1Z1ZENnaVoyeDVjR2dpTENCN0NpQWdJQ0IxYm1samIyUmxPaUFpWEZ4MU1qRTVNaUlzQ2lBZ0lDQmtPaUFpVFRJME1TQXhNVE5zTVRNd0lERXpNR00wSURRZ05pQTRJRFlnTVROekxUSWdPUzAySURFelRESTBNU0F6T1RsakxUTWdNeTAzSURVdE1USWdOWE10TVRBdE1pMHhNeTAxYkMweU9TMHpNR010TkMwekxUWXROeTAyTFRFeWN6SXRNVEFnTmkweE0ydzROeTA0T0MwNE55MDRPR010TkMwekxUWXRPQzAyTFRFemN6SXRPU0EyTFRFeWJESTVMVE13WXpNdE15QTRMVFVnTVRNdE5YTTVJRElnTVRJZ05YcHRNak0wSURFME0yTXdMVFF3TFRrdE56Y3RNamt0TVRFd0xUSXdMVE0wTFRRMkxUWXdMVGd3TFRnd0xUTXpMVEl3TFRjd0xUSTVMVEV4TUMweU9YTXROemNnT1MweE1UQWdNamxqTFRNMElESXdMVFl3SURRMkxUZ3dJRGd3TFRJd0lETXpMVEk1SURjd0xUSTVJREV4TUhNNUlEYzNJREk1SURFeE1HTXlNQ0F6TkNBME5pQTJNQ0E0TUNBNE1DQXpNeUF5TUNBM01DQXlPU0F4TVRBZ01qbHpOemN0T1NBeE1UQXRNamxqTXpRdE1qQWdOakF0TkRZZ09EQXRPREFnTWpBdE16TWdNamt0TnpBZ01qa3RNVEV3ZWlJS0lDQjlLU3dnTHlvalgxOVFWVkpGWDE4cUwxSmxZV04wTG1OeVpXRjBaVVZzWlcxbGJuUW9JbWRzZVhCb0lpd2dld29nSUNBZ2RXNXBZMjlrWlRvZ0lseGNkVEl4T1RBaUxBb2dJQ0FnWkRvZ0lrMHlPVFlnTVRFemJESTVJRE13WXpRZ015QTJJRGNnTmlBeE1uTXRNaUF4TUMwMklERXpiQzA0TnlBNE9DQTROeUE0T0dNMElETWdOaUE0SURZZ01UTnpMVElnT1MwMklERXliQzB5T1NBek1HTXRNeUF6TFRnZ05TMHhNeUExY3kwNUxUSXRNVEl0TlV3eE5ERWdNalk1WXkwMExUUXROaTA0TFRZdE1UTnpNaTA1SURZdE1UTnNNVE13TFRFek1HTXpMVE1nTnkwMUlERXlMVFZ6TVRBZ01pQXhNeUExZW0weE56a2dNVFF6WXpBdE5EQXRPUzAzTnkweU9TMHhNVEF0TWpBdE16UXRORFl0TmpBdE9EQXRPREF0TXpNdE1qQXROekF0TWprdE1URXdMVEk1Y3kwM055QTVMVEV4TUNBeU9XTXRNelFnTWpBdE5qQWdORFl0T0RBZ09EQXRNakFnTXpNdE1qa2dOekF0TWprZ01URXdjemtnTnpjZ01qa2dNVEV3WXpJd0lETTBJRFEySURZd0lEZ3dJRGd3SURNeklESXdJRGN3SURJNUlERXhNQ0F5T1hNM055MDVJREV4TUMweU9XTXpOQzB5TUNBMk1DMDBOaUE0TUMwNE1DQXlNQzB6TXlBeU9TMDNNQ0F5T1MweE1UQjZJZ29nSUgwcExDQXZLaU5mWDFCVlVrVmZYeW92VW1WaFkzUXVZM0psWVhSbFJXeGxiV1Z1ZENnaVoyeDVjR2dpTENCN0NpQWdJQ0IxYm1samIyUmxPaUFpWEZ4MU1qQXlNaUlzQ2lBZ0lDQmtPaUFpVFRRM05TQXlOVFpqTUMwME1DMDVMVGMzTFRJNUxURXhNQzB5TUMwek5DMDBOaTAyTUMwNE1DMDRNQzB6TXkweU1DMDNNQzB5T1MweE1UQXRNamx6TFRjM0lEa3RNVEV3SURJNVl5MHpOQ0F5TUMwMk1DQTBOaTA0TUNBNE1DMHlNQ0F6TXkweU9TQTNNQzB5T1NBeE1UQnpPU0EzTnlBeU9TQXhNVEJqTWpBZ016UWdORFlnTmpBZ09EQWdPREFnTXpNZ01qQWdOekFnTWprZ01URXdJREk1Y3pjM0xUa2dNVEV3TFRJNVl6TTBMVEl3SURZd0xUUTJJRGd3TFRnd0lESXdMVE16SURJNUxUY3dJREk1TFRFeE1Ib2lDaUFnZlNrc0lDOHFJMTlmVUZWU1JWOWZLaTlTWldGamRDNWpjbVZoZEdWRmJHVnRaVzUwS0NKbmJIbHdhQ0lzSUhzS0lDQWdJSFZ1YVdOdlpHVTZJQ0poSWl3S0lDQWdJR1E2SUNKTk5EYzFJRFF6T1ZZek1URmpNQzAxTFRFdE9TMDFMVEV6Y3kwNExUVXRNVE10TlVnek1qbGpMVGdnTUMweE15QXpMVEUzSURFeExUTWdOeTB5SURFMElEUWdNakJzTkRBZ016bGpMVEk0SURJMkxUWXlJRE01TFRFd01DQXpPUzB5TUNBd0xUTTVMVFF0TlRjdE1URXRNVGd0T0Mwek15MHhPQzAwTmkwek1pMHhOQzB4TXkweU5DMHlPQzB6TWkwME5pMDNMVEU0TFRFeExUTTNMVEV4TFRVM2N6UXRNemtnTVRFdE5UZGpPQzB4T0NBeE9DMHpNeUF6TWkwME5pQXhNeTB4TkNBeU9DMHlOQ0EwTmkwek1pQXhPQzAzSURNM0xURXhJRFUzTFRFeElESXpJREFnTkRRZ05TQTJOQ0F4TlNBeU1DQTVJRE00SURJeklEVXhJRFF5SURJZ01TQTBJRE1nTnlBemN6VXRNU0EzTFROc016a3RNemxqTWkweUlETXRNeUF6TFRZZ01DMHlMVEV0TkMweUxUWXRNakV0TWpVdE5EWXRORFV0TnpZdE5Ua3RNamt0TVRRdE5qQXRNakF0T1RNdE1qQXRNekFnTUMwMU9DQTFMVGcxSURFM2N5MDFNU0F5TnkwM01DQTBOMk10TWpBZ01Ua3RNelVnTkRNdE5EY2dOekJ6TFRFM0lEVTFMVEUzSURnMUlEVWdOVGdnTVRjZ09EVWdNamNnTlRFZ05EY2dOekJqTVRrZ01qQWdORE1nTXpVZ056QWdORGR6TlRVZ01UY2dPRFVnTVRkak1qZ2dNQ0ExTlMwMUlEZ3hMVEUxSURJMkxURXhJRFV3TFRJMklEY3dMVFExYkRNM0lETTNZellnTmlBeE1pQTNJREl3SURRZ09DMDBJREV4TFRrZ01URXRNVGQ2SWdvZ0lIMHBLU2twS1RzS2ZUc0tDbVY0Y0c5eWRDQmtaV1poZFd4MElGTjJaMU5zYVdOck93PT0i#slick) format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\2190'; }

[dir='rtl'] .slick-prev:before {
  content: '\2192'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '\2192'; }

[dir='rtl'] .slick-next:before {
  content: '\2190'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.ant-progress-inner, .ant-progress-bg {
  border-radius: 0; }

body {
  font-family: 'Source Sans Pro', sans-serif !important; }

.ant-layout {
  background-size: cover;
  background: #F2F7FB url(/_next/static/images/Neuralinks-47d0f8d272a8537c34200ced074dbf6a.png) no-repeat; }

.ant-btn {
  padding: 19px;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  border-radius: 0; }

a.ant-btn {
  padding: 19px;
  line-height: normal; }

.ant-btn-primary {
  background: #1398E7;
  color: #FFFFFF !important; }
  .ant-btn-primary:disabled {
    background: #1398e740;
    color: #FFFFFF !important; }
    .ant-btn-primary:disabled:hover {
      background: #1398e740; }

.ant-form-item-label {
  line-height: normal; }

.ant-form-item-label > label::after {
  content: none; }

.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); }

.ant-form-item-label > label {
  color: #8f98a4; }

.ant-form-item {
  margin-bottom: 40px; }

.ant-input, .item__input, .ant-select-selection {
  height: 60px;
  padding: 16px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 0; }
  .ant-input:hover, .ant-input:focus, .item__input:hover, .item__input:focus, .ant-select-selection:hover, .ant-select-selection:focus {
    outline: none;
    border-radius: 0;
    border: 1px solid #40a9ff;
    background: #FFFFFF; }

.ant-select {
  height: 46px; }

.ant-select-selection {
  border-radius: 2px; }

.ant-select-lg .ant-select-selection--single {
  height: 46px; }

.ant-select-lg .ant-select-selection__rendered {
  height: 46px; }

.ant-pagination {
  text-align: right; }
  .ant-pagination .ant-pagination-item {
    height: 52px;
    width: 52px;
    padding: 19px 0;
    border: 0;
    margin-right: 0;
    background-color: transparent; }
    .ant-pagination .ant-pagination-item a {
      font-size: 15px;
      line-height: 15px;
      color: #264164; }
  .ant-pagination .ant-pagination-item-active {
    background: #1398E7;
    border-radius: 50px; }
    .ant-pagination .ant-pagination-item-active a {
      color: #fff; }
  .ant-pagination .ant-pagination-item-link {
    border: 0;
    color: #264164;
    font-size: 15px; }
  .ant-pagination .ant-pagination-disabled a,
  .ant-pagination .ant-pagination-disabled:hover a,
  .ant-pagination .ant-pagination-disabled:focus a {
    color: rgba(0, 0, 0, 0.25) !important; }

.ant-menu-submenu-title a {
  color: #fff; }

.ant-cascader-menus {
  background: transparent;
  box-shadow: none; }
  .ant-cascader-menus .ant-cascader-menu {
    max-width: 470px;
    height: auto; }
    .ant-cascader-menus .ant-cascader-menu .ant-cascader-menu-item {
      white-space: normal; }

.ant-menu-submenu-popup .ant-menu .ant-menu-item {
  max-width: 400px;
  height: auto;
  line-height: 28px;
  white-space: normal; }

h1 {
  font-size: 34px;
  line-height: 1;
  color: #2A5287;
  font-weight: bold; }

.fill_w {
  width: 100%; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.ant-pagination .ant-pagination-item {
  height: 45px;
  width: 45px;
  padding: 15px 0; }

.rc-footer-column {
  padding: 0; }
  .rc-footer-column:first-child {
    flex-grow: 4; }

.rc-footer {
  padding: 0px 64px 0px 64px; }

.rc-footer-container {
  margin: 0; }

.rc-footer-container {
  max-width: none; }

@media (min-width: 576px) {
  .container {
    max-width: 100% !important; } }

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

@media (min-width: 992px) {
  .container {
    max-width: 960px !important; } }

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

.globalClass_ET .copy_2W {
  display: none !important; }

.chatCopyright_3s {
  display: none !important; }
  .chatCopyright_3s .text_30 {
    display: none !important; }

li.ant-menu-submenu-vertical > div > span {
  margin-right: 20px; }

.ant-select {
  height: auto; }

.ant-select-selection {
  height: auto; }

.application__modal .ant-modal-content {
  background-color: #E8F1FD; }

.application__modal .ant-modal-header {
  text-align: center;
  background-color: #E8F1FD;
  padding: 36px; }
  .application__modal .ant-modal-header .ant-modal-title {
    font-size: 30px;
    color: #264164; }

.application__modal .ant-modal-body {
  background: #FFFFFF; }

.application__modal .application-form__text {
  height: 90px;
  width: 100%;
  border-radius: 4px; }

.m-center {
  margin: 0 auto;
  display: block !important; }

.nav-link + .nav-link {
  margin-left: 20px; }

a.nav-link {
  color: #FFF; }

.card-news .card-news__title a {
  color: #1E2B6C; }

.section__header {
  width: 100%;
  padding: 15px; }
  .section__header .header__title {
    float: left;
    display: inline-block;
    line-height: 30px; }
  .section__header .header__link {
    line-height: 30px;
    float: right; }

.mobileLang {
  display: none; }

.desktopLang {
  display: block; }

.rc-footer-column h2 {
  color: #1E2B6C;
  font-size: 18px;
  font-weight: 600;
  height: unset !important;
  margin-bottom: 10px !important; }

.ant-menu-vertical .ant-menu-item:not(:last-child), .ant-menu-vertical-left .ant-menu-item:not(:last-child), .ant-menu-vertical-right .ant-menu-item:not(:last-child), .ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 0; }

.ant-menu-vertical > .ant-menu-item, .ant-menu-vertical-left > .ant-menu-item, .ant-menu-vertical-right > .ant-menu-item, .ant-menu-inline > .ant-menu-item, .ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 28px;
  line-height: 28px; }

.data-table .ant-table {
  overflow-x: auto;
  max-width: 100%; }

.rc-footer-column:first-child {
  flex-grow: 2; }

.rc-footer-column:nth-child(2) {
  flex-grow: 5; }

.rc-footer-column:last-child {
  flex-grow: 2; }

.product-search-group .ant-row-flex {
  width: 100%; }

.product-search-result__block {
  position: relative; }
  .product-search-result__block .product-search-result__address {
    position: absolute;
    bottom: 10px; }

.content__header {
  font-family: 'Source Sans Pro', sans-serif !important;
  margin-bottom: 40px;
  padding-top: 10px;
  background-size: cover;
  background-repeat: no-repeat; }
  .content__header .content__header__logo {
    display: block;
    background: url(/_next/static/images/logo_QazExportal-599be35a6d54e6f53fe68907ed5593af.png) no-repeat;
    background-size: contain;
    background-position-x: -7px;
    background-position-y: bottom;
    width: 350px;
    height: 140px; }
  .content__header .content__header__title {
    margin-top: 47px; }
  .content__header .breadcrumb__link {
    color: #1398E7 !important; }
  .content__header h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #1E2B6C;
    margin-bottom: 0; }


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding: 0 64px 0 64px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.ant-form {
  color: #1E2B6C;
  padding: 40px; }

.content-wrapper {
  padding-bottom: 40px !important; }

.content__panel {
  background: #FFFFFF !important;
  box-shadow: 0px 8px 12px rgba(162, 204, 250, 0.24); }

.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 40px; }
  .footer__container h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #1E2B6C; }
  .footer__container .footer__column:last-of-type {
    flex-basis: 20%; }
  .footer__container .footer-item {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 18px; }
    .footer__container .footer-item p {
      margin: 0; }
    .footer__container .footer-item hr {
      margin: 0;
      border-color: #C1C1C1; }
    .footer__container .footer-item .footer_email {
      font-style: normal;
      font-weight: 500;
      line-height: 22px;
      color: #1398E7; }
    .footer__container .footer-item .footer_link {
      font-style: normal;
      font-weight: 500;
      color: #737A7B; }
  .footer__container .footer__social_networks {
    margin-top: 40px; }
  .footer__container .footer__social_networks__title {
    display: block;
    margin-bottom: 8px; }
  .footer__container .footer__social_networks__link + .footer__social_networks__link {
    margin-left: 12px; }

.ant-modal-mask {
  background-color: rgba(30, 43, 108, 0.8); }

.ant-select-selection {
  height: 60px;
  padding: 16px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2; }

.ant-checkbox {
  border-radius: 4px; }

.ant-form-item-label, .ant-form-item-required, .steps-form__label, .application-form__label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #151517 !important;
  mix-blend-mode: normal;
  margin: 0; }
  .ant-form-item-label label, .ant-form-item-required label, .steps-form__label label, .application-form__label label {
    color: #151517 !important; }

.ant-form-item-required:before, .steps-form__label:before {
  content: none; }

.ant-modal-close {
  display: none; }

.modal__close_btn {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #1E2B6C;
  padding: 40px 40px; }
  .modal__close_btn:hover {
    color: #1E2B6C; }

.modal__title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }

.modal__close_btn__icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(data:image/png;base64,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) no-repeat;
  background-size: contain;
  margin-left: 14px; }

.ant-modal-body {
  padding: 80px 40px 40px 40px; }

.registration__switch {
  display: flex;
  justify-content: center;
  align-items: center; }
  .registration__switch .ant-form-item-label {
    margin-right: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #212A37; }

.ant-switch {
  height: 14px;
  min-width: 34px; }
  .ant-switch:after {
    top: -4px;
    height: 20px;
    width: 20px;
    background: #F5F6FA;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24); }

.btn-secondary {
  background: rgba(19, 152, 231, 0.12);
  color: #0997E3; }
  .btn-secondary:hover {
    color: #0997E3;
    background: rgba(19, 152, 231, 0.24); }

.has-error .ant-input {
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-sizing: border-box; }

.panel_title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1E2B6C; }

.text-center {
  text-align: center; }

/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.ant-progress-inner, .ant-progress-bg {
  border-radius: 0; }

body {
  font-family: 'Source Sans Pro', sans-serif !important; }

.ant-layout {
  background-size: cover;
  background: #F2F7FB url(/_next/static/images/Neuralinks-47d0f8d272a8537c34200ced074dbf6a.png) no-repeat; }

.ant-btn {
  padding: 19px;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  border-radius: 0; }

a.ant-btn {
  padding: 19px;
  line-height: normal; }

.ant-btn-primary {
  background: #1398E7;
  color: #FFFFFF !important; }
  .ant-btn-primary:disabled {
    background: #1398e740;
    color: #FFFFFF !important; }
    .ant-btn-primary:disabled:hover {
      background: #1398e740; }

.ant-form-item-label {
  line-height: normal; }

.ant-form-item-label > label::after {
  content: none; }

.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); }

.ant-form-item-label > label {
  color: #8f98a4; }

.ant-form-item {
  margin-bottom: 40px; }

.ant-input, .item__input, .ant-select-selection {
  height: 60px;
  padding: 16px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 0; }
  .ant-input:hover, .ant-input:focus, .item__input:hover, .item__input:focus, .ant-select-selection:hover, .ant-select-selection:focus {
    outline: none;
    border-radius: 0;
    border: 1px solid #40a9ff;
    background: #FFFFFF; }

.ant-select {
  height: 46px; }

.ant-select-selection {
  border-radius: 2px; }

.ant-select-lg .ant-select-selection--single {
  height: 46px; }

.ant-select-lg .ant-select-selection__rendered {
  height: 46px; }

.ant-pagination {
  text-align: right; }
  .ant-pagination .ant-pagination-item {
    height: 52px;
    width: 52px;
    padding: 19px 0;
    border: 0;
    margin-right: 0;
    background-color: transparent; }
    .ant-pagination .ant-pagination-item a {
      font-size: 15px;
      line-height: 15px;
      color: #264164; }
  .ant-pagination .ant-pagination-item-active {
    background: #1398E7;
    border-radius: 50px; }
    .ant-pagination .ant-pagination-item-active a {
      color: #fff; }
  .ant-pagination .ant-pagination-item-link {
    border: 0;
    color: #264164;
    font-size: 15px; }
  .ant-pagination .ant-pagination-disabled a,
  .ant-pagination .ant-pagination-disabled:hover a,
  .ant-pagination .ant-pagination-disabled:focus a {
    color: rgba(0, 0, 0, 0.25) !important; }

.ant-menu-submenu-title a {
  color: #fff; }

.ant-cascader-menus {
  background: transparent;
  box-shadow: none; }
  .ant-cascader-menus .ant-cascader-menu {
    max-width: 470px;
    height: auto; }
    .ant-cascader-menus .ant-cascader-menu .ant-cascader-menu-item {
      white-space: normal; }

.ant-menu-submenu-popup .ant-menu .ant-menu-item {
  max-width: 400px;
  height: auto;
  line-height: 28px;
  white-space: normal; }

h1 {
  font-size: 34px;
  line-height: 1;
  color: #2A5287;
  font-weight: bold; }

.fill_w {
  width: 100%; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.ant-pagination .ant-pagination-item {
  height: 45px;
  width: 45px;
  padding: 15px 0; }

.rc-footer-column {
  padding: 0; }
  .rc-footer-column:first-child {
    flex-grow: 4; }

.rc-footer {
  padding: 0px 64px 0px 64px; }

.rc-footer-container {
  margin: 0; }

.rc-footer-container {
  max-width: none; }

@media (min-width: 576px) {
  .container {
    max-width: 100% !important; } }

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

@media (min-width: 992px) {
  .container {
    max-width: 960px !important; } }

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

.globalClass_ET .copy_2W {
  display: none !important; }

.chatCopyright_3s {
  display: none !important; }
  .chatCopyright_3s .text_30 {
    display: none !important; }

li.ant-menu-submenu-vertical > div > span {
  margin-right: 20px; }

.ant-select {
  height: auto; }

.ant-select-selection {
  height: auto; }

.application__modal .ant-modal-content {
  background-color: #E8F1FD; }

.application__modal .ant-modal-header {
  text-align: center;
  background-color: #E8F1FD;
  padding: 36px; }
  .application__modal .ant-modal-header .ant-modal-title {
    font-size: 30px;
    color: #264164; }

.application__modal .ant-modal-body {
  background: #FFFFFF; }

.application__modal .application-form__text {
  height: 90px;
  width: 100%;
  border-radius: 4px; }

.m-center {
  margin: 0 auto;
  display: block !important; }

.nav-link + .nav-link {
  margin-left: 20px; }

a.nav-link {
  color: #FFF; }

.card-news .card-news__title a {
  color: #1E2B6C; }

.section__header {
  width: 100%;
  padding: 15px; }
  .section__header .header__title {
    float: left;
    display: inline-block;
    line-height: 30px; }
  .section__header .header__link {
    line-height: 30px;
    float: right; }

.mobileLang {
  display: none; }

.desktopLang {
  display: block; }

.rc-footer-column h2 {
  color: #1E2B6C;
  font-size: 18px;
  font-weight: 600;
  height: unset !important;
  margin-bottom: 10px !important; }

.ant-menu-vertical .ant-menu-item:not(:last-child), .ant-menu-vertical-left .ant-menu-item:not(:last-child), .ant-menu-vertical-right .ant-menu-item:not(:last-child), .ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 0; }

.ant-menu-vertical > .ant-menu-item, .ant-menu-vertical-left > .ant-menu-item, .ant-menu-vertical-right > .ant-menu-item, .ant-menu-inline > .ant-menu-item, .ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 28px;
  line-height: 28px; }

.data-table .ant-table {
  overflow-x: auto;
  max-width: 100%; }

.rc-footer-column:first-child {
  flex-grow: 2; }

.rc-footer-column:nth-child(2) {
  flex-grow: 5; }

.rc-footer-column:last-child {
  flex-grow: 2; }

.product-search-group .ant-row-flex {
  width: 100%; }

.product-search-result__block {
  position: relative; }
  .product-search-result__block .product-search-result__address {
    position: absolute;
    bottom: 10px; }

.content__header {
  font-family: 'Source Sans Pro', sans-serif !important;
  margin-bottom: 40px;
  padding-top: 10px;
  background-size: cover;
  background-repeat: no-repeat; }
  .content__header .content__header__logo {
    display: block;
    background: url(/_next/static/images/logo_QazExportal-599be35a6d54e6f53fe68907ed5593af.png) no-repeat;
    background-size: contain;
    background-position-x: -7px;
    background-position-y: bottom;
    width: 350px;
    height: 140px; }
  .content__header .content__header__title {
    margin-top: 47px; }
  .content__header .breadcrumb__link {
    color: #1398E7 !important; }
  .content__header h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #1E2B6C;
    margin-bottom: 0; }


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding: 0 64px 0 64px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.ant-form {
  color: #1E2B6C;
  padding: 40px; }

.content-wrapper {
  padding-bottom: 40px !important; }

.content__panel {
  background: #FFFFFF !important;
  box-shadow: 0px 8px 12px rgba(162, 204, 250, 0.24); }

.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 40px; }
  .footer__container h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #1E2B6C; }
  .footer__container .footer__column:last-of-type {
    flex-basis: 20%; }
  .footer__container .footer-item {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 18px; }
    .footer__container .footer-item p {
      margin: 0; }
    .footer__container .footer-item hr {
      margin: 0;
      border-color: #C1C1C1; }
    .footer__container .footer-item .footer_email {
      font-style: normal;
      font-weight: 500;
      line-height: 22px;
      color: #1398E7; }
    .footer__container .footer-item .footer_link {
      font-style: normal;
      font-weight: 500;
      color: #737A7B; }
  .footer__container .footer__social_networks {
    margin-top: 40px; }
  .footer__container .footer__social_networks__title {
    display: block;
    margin-bottom: 8px; }
  .footer__container .footer__social_networks__link + .footer__social_networks__link {
    margin-left: 12px; }

.ant-modal-mask {
  background-color: rgba(30, 43, 108, 0.8); }

.ant-select-selection {
  height: 60px;
  padding: 16px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2; }

.ant-checkbox {
  border-radius: 4px; }

.ant-form-item-label, .ant-form-item-required, .steps-form__label, .application-form__label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #151517 !important;
  mix-blend-mode: normal;
  margin: 0; }
  .ant-form-item-label label, .ant-form-item-required label, .steps-form__label label, .application-form__label label {
    color: #151517 !important; }

.ant-form-item-required:before, .steps-form__label:before {
  content: none; }

.ant-modal-close {
  display: none; }

.modal__close_btn {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #1E2B6C;
  padding: 40px 40px; }
  .modal__close_btn:hover {
    color: #1E2B6C; }

.modal__title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }

.modal__close_btn__icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(data:image/png;base64,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) no-repeat;
  background-size: contain;
  margin-left: 14px; }

.ant-modal-body {
  padding: 80px 40px 40px 40px; }

.registration__switch {
  display: flex;
  justify-content: center;
  align-items: center; }
  .registration__switch .ant-form-item-label {
    margin-right: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #212A37; }

.ant-switch {
  height: 14px;
  min-width: 34px; }
  .ant-switch:after {
    top: -4px;
    height: 20px;
    width: 20px;
    background: #F5F6FA;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24); }

.btn-secondary {
  background: rgba(19, 152, 231, 0.12);
  color: #0997E3; }
  .btn-secondary:hover {
    color: #0997E3;
    background: rgba(19, 152, 231, 0.24); }

.has-error .ant-input {
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-sizing: border-box; }

.panel_title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1E2B6C; }

.text-center {
  text-align: center; }

.news-wrapper.events {
  position: relative;
  z-index: 10; }
  .news-wrapper.events .slider-arrows {
    right: 0 !important; }

.card-events a {
  text-decoration: none; }

.card-events .card-events__img-wrapper {
  width: 370px;
  object-fit: cover; }
  .card-events .card-events__img-wrapper img {
    height: 100%;
    object-fit: cover; }

.card-events .card-events__content {
  padding: 29px 23px; }
  .card-events .card-events__content .card-events__date {
    margin-bottom: 26px; }
    .card-events .card-events__content .card-events__date .date__title {
      font-size: 21px;
      color: #0A1422;
      line-height: 25px; }
    .card-events .card-events__content .card-events__date .date__text {
      font-size: 21px;
      line-height: 25px;
      color: #FFBF43; }
  .card-events .card-events__content .card-events__title {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #264164;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.card-events-group-item {
  margin-bottom: 36px; }

.card-media {
  width: 300px;
  max-width: 100%;
  background: #D1E8F4;
  padding: 25px;
  box-sizing: border-box; }
  .card-media .card-media__img {
    width: 370px;
    max-width: 100%;
    height: 260px;
    object-fit: cover; }
  .card-media .card-media__content {
    min-height: 135px;
    height: 135px;
    overflow: hidden;
    padding: 16px 0 0 0;
    text-decoration: none !important; }
    .card-media .card-media__content .content__date {
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      color: #1E2B6C;
      display: flex;
      align-items: center; }
      .card-media .card-media__content .content__date img {
        margin-right: 10px; }
    .card-media .card-media__content .content__title {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #151517;
      margin-top: 16px;
      margin-bottom: 0; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.ant-progress-inner, .ant-progress-bg {
  border-radius: 0; }

body {
  font-family: 'Source Sans Pro', sans-serif !important; }

.ant-layout {
  background-size: cover;
  background: #F2F7FB url(/_next/static/images/Neuralinks-47d0f8d272a8537c34200ced074dbf6a.png) no-repeat; }

.ant-btn {
  padding: 19px;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  border-radius: 0; }

a.ant-btn {
  padding: 19px;
  line-height: normal; }

.ant-btn-primary {
  background: #1398E7;
  color: #FFFFFF !important; }
  .ant-btn-primary:disabled {
    background: #1398e740;
    color: #FFFFFF !important; }
    .ant-btn-primary:disabled:hover {
      background: #1398e740; }

.ant-form-item-label {
  line-height: normal; }

.ant-form-item-label > label::after {
  content: none; }

.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); }

.ant-form-item-label > label {
  color: #8f98a4; }

.ant-form-item {
  margin-bottom: 40px; }

.ant-input, .item__input, .ant-select-selection {
  height: 60px;
  padding: 16px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 0; }
  .ant-input:hover, .ant-input:focus, .item__input:hover, .item__input:focus, .ant-select-selection:hover, .ant-select-selection:focus {
    outline: none;
    border-radius: 0;
    border: 1px solid #40a9ff;
    background: #FFFFFF; }

.ant-select {
  height: 46px; }

.ant-select-selection {
  border-radius: 2px; }

.ant-select-lg .ant-select-selection--single {
  height: 46px; }

.ant-select-lg .ant-select-selection__rendered {
  height: 46px; }

.ant-pagination {
  text-align: right; }
  .ant-pagination .ant-pagination-item {
    height: 52px;
    width: 52px;
    padding: 19px 0;
    border: 0;
    margin-right: 0;
    background-color: transparent; }
    .ant-pagination .ant-pagination-item a {
      font-size: 15px;
      line-height: 15px;
      color: #264164; }
  .ant-pagination .ant-pagination-item-active {
    background: #1398E7;
    border-radius: 50px; }
    .ant-pagination .ant-pagination-item-active a {
      color: #fff; }
  .ant-pagination .ant-pagination-item-link {
    border: 0;
    color: #264164;
    font-size: 15px; }
  .ant-pagination .ant-pagination-disabled a,
  .ant-pagination .ant-pagination-disabled:hover a,
  .ant-pagination .ant-pagination-disabled:focus a {
    color: rgba(0, 0, 0, 0.25) !important; }

.ant-menu-submenu-title a {
  color: #fff; }

.ant-cascader-menus {
  background: transparent;
  box-shadow: none; }
  .ant-cascader-menus .ant-cascader-menu {
    max-width: 470px;
    height: auto; }
    .ant-cascader-menus .ant-cascader-menu .ant-cascader-menu-item {
      white-space: normal; }

.ant-menu-submenu-popup .ant-menu .ant-menu-item {
  max-width: 400px;
  height: auto;
  line-height: 28px;
  white-space: normal; }

h1 {
  font-size: 34px;
  line-height: 1;
  color: #2A5287;
  font-weight: bold; }

.fill_w {
  width: 100%; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.ant-pagination .ant-pagination-item {
  height: 45px;
  width: 45px;
  padding: 15px 0; }

.rc-footer-column {
  padding: 0; }
  .rc-footer-column:first-child {
    flex-grow: 4; }

.rc-footer {
  padding: 0px 64px 0px 64px; }

.rc-footer-container {
  margin: 0; }

.rc-footer-container {
  max-width: none; }

@media (min-width: 576px) {
  .container {
    max-width: 100% !important; } }

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

@media (min-width: 992px) {
  .container {
    max-width: 960px !important; } }

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

.globalClass_ET .copy_2W {
  display: none !important; }

.chatCopyright_3s {
  display: none !important; }
  .chatCopyright_3s .text_30 {
    display: none !important; }

li.ant-menu-submenu-vertical > div > span {
  margin-right: 20px; }

.ant-select {
  height: auto; }

.ant-select-selection {
  height: auto; }

.application__modal .ant-modal-content {
  background-color: #E8F1FD; }

.application__modal .ant-modal-header {
  text-align: center;
  background-color: #E8F1FD;
  padding: 36px; }
  .application__modal .ant-modal-header .ant-modal-title {
    font-size: 30px;
    color: #264164; }

.application__modal .ant-modal-body {
  background: #FFFFFF; }

.application__modal .application-form__text {
  height: 90px;
  width: 100%;
  border-radius: 4px; }

.m-center {
  margin: 0 auto;
  display: block !important; }

.nav-link + .nav-link {
  margin-left: 20px; }

a.nav-link {
  color: #FFF; }

.card-news .card-news__title a {
  color: #1E2B6C; }

.section__header {
  width: 100%;
  padding: 15px; }
  .section__header .header__title {
    float: left;
    display: inline-block;
    line-height: 30px; }
  .section__header .header__link {
    line-height: 30px;
    float: right; }

.mobileLang {
  display: none; }

.desktopLang {
  display: block; }

.rc-footer-column h2 {
  color: #1E2B6C;
  font-size: 18px;
  font-weight: 600;
  height: unset !important;
  margin-bottom: 10px !important; }

.ant-menu-vertical .ant-menu-item:not(:last-child), .ant-menu-vertical-left .ant-menu-item:not(:last-child), .ant-menu-vertical-right .ant-menu-item:not(:last-child), .ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 0; }

.ant-menu-vertical > .ant-menu-item, .ant-menu-vertical-left > .ant-menu-item, .ant-menu-vertical-right > .ant-menu-item, .ant-menu-inline > .ant-menu-item, .ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 28px;
  line-height: 28px; }

.data-table .ant-table {
  overflow-x: auto;
  max-width: 100%; }

.rc-footer-column:first-child {
  flex-grow: 2; }

.rc-footer-column:nth-child(2) {
  flex-grow: 5; }

.rc-footer-column:last-child {
  flex-grow: 2; }

.product-search-group .ant-row-flex {
  width: 100%; }

.product-search-result__block {
  position: relative; }
  .product-search-result__block .product-search-result__address {
    position: absolute;
    bottom: 10px; }

.content__header {
  font-family: 'Source Sans Pro', sans-serif !important;
  margin-bottom: 40px;
  padding-top: 10px;
  background-size: cover;
  background-repeat: no-repeat; }
  .content__header .content__header__logo {
    display: block;
    background: url(/_next/static/images/logo_QazExportal-599be35a6d54e6f53fe68907ed5593af.png) no-repeat;
    background-size: contain;
    background-position-x: -7px;
    background-position-y: bottom;
    width: 350px;
    height: 140px; }
  .content__header .content__header__title {
    margin-top: 47px; }
  .content__header .breadcrumb__link {
    color: #1398E7 !important; }
  .content__header h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #1E2B6C;
    margin-bottom: 0; }


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding: 0 64px 0 64px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.ant-form {
  color: #1E2B6C;
  padding: 40px; }

.content-wrapper {
  padding-bottom: 40px !important; }

.content__panel {
  background: #FFFFFF !important;
  box-shadow: 0px 8px 12px rgba(162, 204, 250, 0.24); }

.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 40px; }
  .footer__container h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #1E2B6C; }
  .footer__container .footer__column:last-of-type {
    flex-basis: 20%; }
  .footer__container .footer-item {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 18px; }
    .footer__container .footer-item p {
      margin: 0; }
    .footer__container .footer-item hr {
      margin: 0;
      border-color: #C1C1C1; }
    .footer__container .footer-item .footer_email {
      font-style: normal;
      font-weight: 500;
      line-height: 22px;
      color: #1398E7; }
    .footer__container .footer-item .footer_link {
      font-style: normal;
      font-weight: 500;
      color: #737A7B; }
  .footer__container .footer__social_networks {
    margin-top: 40px; }
  .footer__container .footer__social_networks__title {
    display: block;
    margin-bottom: 8px; }
  .footer__container .footer__social_networks__link + .footer__social_networks__link {
    margin-left: 12px; }

.ant-modal-mask {
  background-color: rgba(30, 43, 108, 0.8); }

.ant-select-selection {
  height: 60px;
  padding: 16px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2; }

.ant-checkbox {
  border-radius: 4px; }

.ant-form-item-label, .ant-form-item-required, .steps-form__label, .application-form__label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #151517 !important;
  mix-blend-mode: normal;
  margin: 0; }
  .ant-form-item-label label, .ant-form-item-required label, .steps-form__label label, .application-form__label label {
    color: #151517 !important; }

.ant-form-item-required:before, .steps-form__label:before {
  content: none; }

.ant-modal-close {
  display: none; }

.modal__close_btn {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #1E2B6C;
  padding: 40px 40px; }
  .modal__close_btn:hover {
    color: #1E2B6C; }

.modal__title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }

.modal__close_btn__icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(data:image/png;base64,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) no-repeat;
  background-size: contain;
  margin-left: 14px; }

.ant-modal-body {
  padding: 80px 40px 40px 40px; }

.registration__switch {
  display: flex;
  justify-content: center;
  align-items: center; }
  .registration__switch .ant-form-item-label {
    margin-right: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #212A37; }

.ant-switch {
  height: 14px;
  min-width: 34px; }
  .ant-switch:after {
    top: -4px;
    height: 20px;
    width: 20px;
    background: #F5F6FA;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24); }

.btn-secondary {
  background: rgba(19, 152, 231, 0.12);
  color: #0997E3; }
  .btn-secondary:hover {
    color: #0997E3;
    background: rgba(19, 152, 231, 0.24); }

.has-error .ant-input {
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-sizing: border-box; }

.panel_title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1E2B6C; }

.text-center {
  text-align: center; }

.events-page {
  padding-top: 28px;
  padding-bottom: 80px; }
  .events-page__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px; }
    .events-page__header .header__title {
      font-size: 34px;
      line-height: 34px;
      color: #264164;
      font-weight: bold; }
    .events-page__header .header__btn {
      display: flex;
      align-items: center; }
  .events-page .events-page__filter {
    transition: all 0.5s ease-out;
    margin-bottom: 25px; }
    .events-page .events-page__filter .filter-form {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; }
      .events-page .events-page__filter .filter-form__item {
        margin-right: 15px;
        flex: 1; }
        .events-page .events-page__filter .filter-form__item:last-child {
          margin-right: 0; }
        .events-page .events-page__filter .filter-form__item .ant-select-selection__rendered {
          line-height: 40px;
          padding: 2px 0; }
  .events-page .ant-pagination {
    text-align: right; }
    .events-page .ant-pagination .ant-pagination-item {
      height: 54px;
      width: 54px;
      padding: 19px 0;
      border: 0;
      margin-right: 0;
      background-color: transparent; }
      .events-page .ant-pagination .ant-pagination-item a {
        font-size: 15px;
        line-height: 15px;
        color: #264164; }
    .events-page .ant-pagination .ant-pagination-item-active {
      border-radius: 50px; }
      .events-page .ant-pagination .ant-pagination-item-active a {
        color: #fff; }
    .events-page .ant-pagination .ant-pagination-item-link {
      border: 0;
      color: #264164;
      font-size: 15px; }
    .events-page .ant-pagination .ant-pagination-disabled a,
    .events-page .ant-pagination .ant-pagination-disabled:hover a,
    .events-page .ant-pagination .ant-pagination-disabled:focus a {
      color: rgba(0, 0, 0, 0.25) !important; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

.card-news {
  width: 340px;
  max-width: 100%;
  background: #FFF;
  padding: 25px;
  box-sizing: border-box; }
  .card-news .react-multiple-carousel__arrow.react-multiple-carousel__arrow--left {
    width: 48px;
    height: 48px;
    border: 0;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAAwCAYAAADuFn/PAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF+mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA5LTI3VDE0OjMwOjEzKzA2OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wOS0yN1QxNDozODo1OCswNjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wOS0yN1QxNDozODo1OCswNjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3YzkzZTBlYi1jZWNiLWY5NDMtYWFhOS05YjVlMzFiOTUzNjgiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmNGQzZThiZC0wMjZiLWQ5NGUtODRjZS1iMmM0Mzc1ZTIwYzQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphMDMyYTZhZC1kYjkzLWViNGEtOWM4OC1hMGFhZDFhNzhkNjYiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmEwMzJhNmFkLWRiOTMtZWI0YS05Yzg4LWEwYWFkMWE3OGQ2NiIgc3RFdnQ6d2hlbj0iMjAyMC0wOS0yN1QxNDozMDoxMyswNjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3YzkzZTBlYi1jZWNiLWY5NDMtYWFhOS05YjVlMzFiOTUzNjgiIHN0RXZ0OndoZW49IjIwMjAtMDktMjdUMTQ6Mzg6NTgrMDY6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7dxe7dAAAB60lEQVR4nO3cMS8DcRjH8d//SLRF1WBzwmSydTN5A16BBIsSi7kkrgldDGLgsCDxBiQWkzfQzWQiue6qiOvgzsDQDobe/R9Pyu/zAu65/L/t9e56OZP1gxikph8A3tdco70jSfyFD4+jvQP/HQMoYwBlDKCMAZQxgDIGUMYAyhhAGQMoYwBlDKCMAZQxgDLRANmj+kbGf5iUnCFpfWYIE8N9ojPEAuT8wIOJ9w36bqVmSCoX89ibLeBmfkx0jkiAnB94MbANALHjeBIzJJWLeWwV8wCA3dqL6CzrAToX3yyFpfEL2zMktS/+yu0TLu/fROdZDcDF7561AFz8ZKwE4OInZ7J+EKd5KqJ98ZNIM9vGUxHti59E7riean7qb0DkoOcfDdHUn3YDYcmtZE4CmAge0HuHoGqtCQBqhyArvwFhya3EzlcAE8XnmZP6oo3t/pZqrYmd7xCnc6NYmB78tdnWzoIYIRmr1wGM0D3rV8KM0B2Re0GdESKvcPZQkJgjpT3CZjGPkQG5m8apz4J+EpbcysBx0DDxx1VjeaohNUdKtdbEcyvC9WOI51YkNkcsAAC0Vt0Dye1LO7x7FZ/Bf8SUMYAyBlDGAMoYQBkDKGMAZQygjAGUMYAyBlDGAMoYQBkDKDN/4Y0jvewTuhjPmadCAU4AAAAASUVORK5CYII=) no-repeat left center; }
    .card-news .react-multiple-carousel__arrow.react-multiple-carousel__arrow--left:hover {
      background-position: right center; }
  .card-news .card-news__date {
    font-size: 14px;
    padding: 4px 0;
    letter-spacing: 0.01em;
    color: #737A7B;
    float: left; }
  .card-news .card-news__title {
    min-width: 100%;
    margin-top: 15px;
    display: block;
    min-height: 90px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1E2B6C; }
  .card-news .card-news-content {
    min-height: 160px; }
    .card-news .card-news-content a {
      max-height: 100px;
      overflow: hidden;
      display: block; }
  .card-news .news-type {
    background: rgba(162, 204, 250, 0.1);
    border-radius: 4px;
    color: #0997E3;
    font-size: 14px;
    padding: 4px 16px;
    float: left; }

.card-news img {
  width: 370px;
  max-width: 100%;
  height: 280px;
  object-fit: cover; }

.slider-arrows {
  position: absolute;
  top: 58px;
  right: 0; }
  .slider-arrows .slider-arrows_left {
    width: 48px;
    height: 48px;
    border: 0;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAAwCAYAAADuFn/PAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF+mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA5LTI3VDE0OjMwOjEzKzA2OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wOS0yN1QxNDozODo1OCswNjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wOS0yN1QxNDozODo1OCswNjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3YzkzZTBlYi1jZWNiLWY5NDMtYWFhOS05YjVlMzFiOTUzNjgiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmNGQzZThiZC0wMjZiLWQ5NGUtODRjZS1iMmM0Mzc1ZTIwYzQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphMDMyYTZhZC1kYjkzLWViNGEtOWM4OC1hMGFhZDFhNzhkNjYiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmEwMzJhNmFkLWRiOTMtZWI0YS05Yzg4LWEwYWFkMWE3OGQ2NiIgc3RFdnQ6d2hlbj0iMjAyMC0wOS0yN1QxNDozMDoxMyswNjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3YzkzZTBlYi1jZWNiLWY5NDMtYWFhOS05YjVlMzFiOTUzNjgiIHN0RXZ0OndoZW49IjIwMjAtMDktMjdUMTQ6Mzg6NTgrMDY6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7dxe7dAAAB60lEQVR4nO3cMS8DcRjH8d//SLRF1WBzwmSydTN5A16BBIsSi7kkrgldDGLgsCDxBiQWkzfQzWQiue6qiOvgzsDQDobe/R9Pyu/zAu65/L/t9e56OZP1gxikph8A3tdco70jSfyFD4+jvQP/HQMoYwBlDKCMAZQxgDIGUMYAyhhAGQMoYwBlDKCMAZQxgDLRANmj+kbGf5iUnCFpfWYIE8N9ojPEAuT8wIOJ9w36bqVmSCoX89ibLeBmfkx0jkiAnB94MbANALHjeBIzJJWLeWwV8wCA3dqL6CzrAToX3yyFpfEL2zMktS/+yu0TLu/fROdZDcDF7561AFz8ZKwE4OInZ7J+EKd5KqJ98ZNIM9vGUxHti59E7riean7qb0DkoOcfDdHUn3YDYcmtZE4CmAge0HuHoGqtCQBqhyArvwFhya3EzlcAE8XnmZP6oo3t/pZqrYmd7xCnc6NYmB78tdnWzoIYIRmr1wGM0D3rV8KM0B2Re0GdESKvcPZQkJgjpT3CZjGPkQG5m8apz4J+EpbcysBx0DDxx1VjeaohNUdKtdbEcyvC9WOI51YkNkcsAAC0Vt0Dye1LO7x7FZ/Bf8SUMYAyBlDGAMoYQBkDKGMAZQygjAGUMYAyBlDGAMoYQBkDKDN/4Y0jvewTuhjPmadCAU4AAAAASUVORK5CYII=) no-repeat right center; }
    .slider-arrows .slider-arrows_left:hover {
      background-position: right center; }
  .slider-arrows .slider-arrows_right {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAAwCAYAAADuFn/PAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF+mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA5LTI3VDE0OjMwOjEzKzA2OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wOS0yN1QxNDozOTo1NCswNjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wOS0yN1QxNDozOTo1NCswNjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkYTI2Mzc4MS05NTdhLTAzNDgtYjc2Yi05NjNlMGVhZDc2OGQiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoyM2JlYzcxMi0zNGY2LWU3NDQtYjBmZS1kNTUwNWI0ZjMwMDkiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MTllNjQyMi04ZjJlLTY1NGYtOTM0Zi1jNWM1ZWU4NWEwOTAiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjUxOWU2NDIyLThmMmUtNjU0Zi05MzRmLWM1YzVlZTg1YTA5MCIgc3RFdnQ6d2hlbj0iMjAyMC0wOS0yN1QxNDozMDoxMyswNjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkYTI2Mzc4MS05NTdhLTAzNDgtYjc2Yi05NjNlMGVhZDc2OGQiIHN0RXZ0OndoZW49IjIwMjAtMDktMjdUMTQ6Mzk6NTQrMDY6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6X4aKEAAACgElEQVR4nO2avY7TQBRGz3W8yi6Q3aWgQ2w6Krq8AA8A4gGQoEJIFPSwElkJqGkQiAokHoJuX2A7KmrogRWgRIo8NDaYbH5sZ25mgu9pokR2xvOdmfF1MrLz6rPDCEaav0rQq2jOxg+eJPQFtB0TEBgTEBgTEBgTEBgTEBgTEBg1Ad3tCY4JmYAzzXNJlx9Sj+72ZObnhQTJfLe42XgTMC/4aUzEv3hZHKqGX8YltjRBBDfhtouIputtlRBVt9soQbvLfeChchtqHPRSHly7oNqG9zK0xL7QORZH3wn7wFGVk1wSR4W01034cPMSB70Oe92E5yenKu14mQHj0UyP31ySDAEkYwg88dHWuvg+zniWh3442OXRYFelHW9L0HiUzhLxziVyF+pJiOVe8P7TT+4dfwX0JHjv6gwRjSTEgrYEtbE2HqVI9ucv29oSYpkFoCtBvZuSuUKEzYQZ+KiCKu1MKM2G/D3DfJTPrY7WURH9un+50XmHuYBVqyPNMnQpSbZ8O8zG7ztZgg8BlfcUuUTuSObe5icdAcOFx690WdU49/pL5WNvXz3Pm+sXAXh6curl2WAtM8AlAlAr/NjQCB+UBeTBQ4PwY1p6tMIHJQGl4MFG/kK8CpgKHhqGH8vo1w4fvApwZ0pNYAiykSMf4PGgB+iFDyD59vSVdkc75v4l2Re3dUvEvaj+XTWbVuRKr8ON/g4vP/5Qa0NbAOK2EKmeU0wC1kFEv7j8B2k2ICoBbSToTxEFbRz5BUEFtDn4Ai8CJP+aRTfjMhb8X7zOgGUiLPizqCxB0yIs+PmoVkFCCjWeAdqIlaGBMQGBMQGBMQGBMQGBMQGBKZ4DrFYMxG8yY95xUpxXKwAAAABJRU5ErkJggg==) no-repeat right center;
    width: 48px;
    height: 48px;
    border: 0;
    outline: none;
    margin-left: 8px; }
    .slider-arrows .slider-arrows_right:hover {
      background-position: right center; }

@media (max-width: 1490px) {
  .card-news {
    width: 300px; }
  body .news-wrapper {
    padding: 120px 0px !important; }
  .news-wrapper_title {
    padding: 0px 40px !important; }
  .slider-arrows {
    right: 40px !important; }
  .news-wrapper.events .slider-arrows {
    right: 40px !important; } }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

@font-face{font-family:"revicons";fallback:fallback;src:url(data:font/woff;base64,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) format('woff'),url(/_next/static/fonts/revicons-17629a5dfe0d3c3946cf401e1895f091.ttf) format('ttf'),url(/_next/static/fonts/revicons-2feb69ccb596730c72920c6ba3e37ef8.eot) format('ttf')}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,0.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,0.8)}.react-multiple-carousel__arrow::before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:rgba(0,0,0,0.5)}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left::before{content:"\E824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right::before{content:"\E825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;margin:auto;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;padding:5px 5px 5px 5px;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:grey;padding:0;margin:0;margin-right:6px;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active{background:#080808}.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0 !important}.react-multi-carousel-track{overflow:visible !important}}
/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.ant-progress-inner, .ant-progress-bg {
  border-radius: 0; }

body {
  font-family: 'Source Sans Pro', sans-serif !important; }

.ant-layout {
  background-size: cover;
  background: #F2F7FB url(/_next/static/images/Neuralinks-47d0f8d272a8537c34200ced074dbf6a.png) no-repeat; }

.ant-btn {
  padding: 19px;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  border-radius: 0; }

a.ant-btn {
  padding: 19px;
  line-height: normal; }

.ant-btn-primary {
  background: #1398E7;
  color: #FFFFFF !important; }
  .ant-btn-primary:disabled {
    background: #1398e740;
    color: #FFFFFF !important; }
    .ant-btn-primary:disabled:hover {
      background: #1398e740; }

.ant-form-item-label {
  line-height: normal; }

.ant-form-item-label > label::after {
  content: none; }

.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); }

.ant-form-item-label > label {
  color: #8f98a4; }

.ant-form-item {
  margin-bottom: 40px; }

.ant-input, .item__input, .ant-select-selection {
  height: 60px;
  padding: 16px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 0; }
  .ant-input:hover, .ant-input:focus, .item__input:hover, .item__input:focus, .ant-select-selection:hover, .ant-select-selection:focus {
    outline: none;
    border-radius: 0;
    border: 1px solid #40a9ff;
    background: #FFFFFF; }

.ant-select {
  height: 46px; }

.ant-select-selection {
  border-radius: 2px; }

.ant-select-lg .ant-select-selection--single {
  height: 46px; }

.ant-select-lg .ant-select-selection__rendered {
  height: 46px; }

.ant-pagination {
  text-align: right; }
  .ant-pagination .ant-pagination-item {
    height: 52px;
    width: 52px;
    padding: 19px 0;
    border: 0;
    margin-right: 0;
    background-color: transparent; }
    .ant-pagination .ant-pagination-item a {
      font-size: 15px;
      line-height: 15px;
      color: #264164; }
  .ant-pagination .ant-pagination-item-active {
    background: #1398E7;
    border-radius: 50px; }
    .ant-pagination .ant-pagination-item-active a {
      color: #fff; }
  .ant-pagination .ant-pagination-item-link {
    border: 0;
    color: #264164;
    font-size: 15px; }
  .ant-pagination .ant-pagination-disabled a,
  .ant-pagination .ant-pagination-disabled:hover a,
  .ant-pagination .ant-pagination-disabled:focus a {
    color: rgba(0, 0, 0, 0.25) !important; }

.ant-menu-submenu-title a {
  color: #fff; }

.ant-cascader-menus {
  background: transparent;
  box-shadow: none; }
  .ant-cascader-menus .ant-cascader-menu {
    max-width: 470px;
    height: auto; }
    .ant-cascader-menus .ant-cascader-menu .ant-cascader-menu-item {
      white-space: normal; }

.ant-menu-submenu-popup .ant-menu .ant-menu-item {
  max-width: 400px;
  height: auto;
  line-height: 28px;
  white-space: normal; }

h1 {
  font-size: 34px;
  line-height: 1;
  color: #2A5287;
  font-weight: bold; }

.fill_w {
  width: 100%; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.ant-pagination .ant-pagination-item {
  height: 45px;
  width: 45px;
  padding: 15px 0; }

.rc-footer-column {
  padding: 0; }
  .rc-footer-column:first-child {
    flex-grow: 4; }

.rc-footer {
  padding: 0px 64px 0px 64px; }

.rc-footer-container {
  margin: 0; }

.rc-footer-container {
  max-width: none; }

@media (min-width: 576px) {
  .container {
    max-width: 100% !important; } }

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

@media (min-width: 992px) {
  .container {
    max-width: 960px !important; } }

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

.globalClass_ET .copy_2W {
  display: none !important; }

.chatCopyright_3s {
  display: none !important; }
  .chatCopyright_3s .text_30 {
    display: none !important; }

li.ant-menu-submenu-vertical > div > span {
  margin-right: 20px; }

.ant-select {
  height: auto; }

.ant-select-selection {
  height: auto; }

.application__modal .ant-modal-content {
  background-color: #E8F1FD; }

.application__modal .ant-modal-header {
  text-align: center;
  background-color: #E8F1FD;
  padding: 36px; }
  .application__modal .ant-modal-header .ant-modal-title {
    font-size: 30px;
    color: #264164; }

.application__modal .ant-modal-body {
  background: #FFFFFF; }

.application__modal .application-form__text {
  height: 90px;
  width: 100%;
  border-radius: 4px; }

.m-center {
  margin: 0 auto;
  display: block !important; }

.nav-link + .nav-link {
  margin-left: 20px; }

a.nav-link {
  color: #FFF; }

.card-news .card-news__title a {
  color: #1E2B6C; }

.section__header {
  width: 100%;
  padding: 15px; }
  .section__header .header__title {
    float: left;
    display: inline-block;
    line-height: 30px; }
  .section__header .header__link {
    line-height: 30px;
    float: right; }

.mobileLang {
  display: none; }

.desktopLang {
  display: block; }

.rc-footer-column h2 {
  color: #1E2B6C;
  font-size: 18px;
  font-weight: 600;
  height: unset !important;
  margin-bottom: 10px !important; }

.ant-menu-vertical .ant-menu-item:not(:last-child), .ant-menu-vertical-left .ant-menu-item:not(:last-child), .ant-menu-vertical-right .ant-menu-item:not(:last-child), .ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 0; }

.ant-menu-vertical > .ant-menu-item, .ant-menu-vertical-left > .ant-menu-item, .ant-menu-vertical-right > .ant-menu-item, .ant-menu-inline > .ant-menu-item, .ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 28px;
  line-height: 28px; }

.data-table .ant-table {
  overflow-x: auto;
  max-width: 100%; }

.rc-footer-column:first-child {
  flex-grow: 2; }

.rc-footer-column:nth-child(2) {
  flex-grow: 5; }

.rc-footer-column:last-child {
  flex-grow: 2; }

.product-search-group .ant-row-flex {
  width: 100%; }

.product-search-result__block {
  position: relative; }
  .product-search-result__block .product-search-result__address {
    position: absolute;
    bottom: 10px; }

.content__header {
  font-family: 'Source Sans Pro', sans-serif !important;
  margin-bottom: 40px;
  padding-top: 10px;
  background-size: cover;
  background-repeat: no-repeat; }
  .content__header .content__header__logo {
    display: block;
    background: url(/_next/static/images/logo_QazExportal-599be35a6d54e6f53fe68907ed5593af.png) no-repeat;
    background-size: contain;
    background-position-x: -7px;
    background-position-y: bottom;
    width: 350px;
    height: 140px; }
  .content__header .content__header__title {
    margin-top: 47px; }
  .content__header .breadcrumb__link {
    color: #1398E7 !important; }
  .content__header h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #1E2B6C;
    margin-bottom: 0; }


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding: 0 64px 0 64px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.ant-form {
  color: #1E2B6C;
  padding: 40px; }

.content-wrapper {
  padding-bottom: 40px !important; }

.content__panel {
  background: #FFFFFF !important;
  box-shadow: 0px 8px 12px rgba(162, 204, 250, 0.24); }

.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 40px; }
  .footer__container h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #1E2B6C; }
  .footer__container .footer__column:last-of-type {
    flex-basis: 20%; }
  .footer__container .footer-item {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 18px; }
    .footer__container .footer-item p {
      margin: 0; }
    .footer__container .footer-item hr {
      margin: 0;
      border-color: #C1C1C1; }
    .footer__container .footer-item .footer_email {
      font-style: normal;
      font-weight: 500;
      line-height: 22px;
      color: #1398E7; }
    .footer__container .footer-item .footer_link {
      font-style: normal;
      font-weight: 500;
      color: #737A7B; }
  .footer__container .footer__social_networks {
    margin-top: 40px; }
  .footer__container .footer__social_networks__title {
    display: block;
    margin-bottom: 8px; }
  .footer__container .footer__social_networks__link + .footer__social_networks__link {
    margin-left: 12px; }

.ant-modal-mask {
  background-color: rgba(30, 43, 108, 0.8); }

.ant-select-selection {
  height: 60px;
  padding: 16px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2; }

.ant-checkbox {
  border-radius: 4px; }

.ant-form-item-label, .ant-form-item-required, .steps-form__label, .application-form__label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #151517 !important;
  mix-blend-mode: normal;
  margin: 0; }
  .ant-form-item-label label, .ant-form-item-required label, .steps-form__label label, .application-form__label label {
    color: #151517 !important; }

.ant-form-item-required:before, .steps-form__label:before {
  content: none; }

.ant-modal-close {
  display: none; }

.modal__close_btn {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #1E2B6C;
  padding: 40px 40px; }
  .modal__close_btn:hover {
    color: #1E2B6C; }

.modal__title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }

.modal__close_btn__icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(data:image/png;base64,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) no-repeat;
  background-size: contain;
  margin-left: 14px; }

.ant-modal-body {
  padding: 80px 40px 40px 40px; }

.registration__switch {
  display: flex;
  justify-content: center;
  align-items: center; }
  .registration__switch .ant-form-item-label {
    margin-right: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #212A37; }

.ant-switch {
  height: 14px;
  min-width: 34px; }
  .ant-switch:after {
    top: -4px;
    height: 20px;
    width: 20px;
    background: #F5F6FA;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24); }

.btn-secondary {
  background: rgba(19, 152, 231, 0.12);
  color: #0997E3; }
  .btn-secondary:hover {
    color: #0997E3;
    background: rgba(19, 152, 231, 0.24); }

.has-error .ant-input {
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-sizing: border-box; }

.panel_title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1E2B6C; }

.text-center {
  text-align: center; }

.register-form {
  padding: 80px 35px 35px 35px; }
  .register-form .ant-form-item-required:after, .register-form .steps-form__label:after {
    content: '*';
    color: #1398E7; }
  .register-form .ant-checkbox-wrapper-checked {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #151517; }
    .register-form .ant-checkbox-wrapper-checked a {
      color: #1398E7; }

.register-buttons .ant-btn-primary {
  margin-bottom: 25px; }

.register-buttons .ant-btn-link {
  text-align: left;
  color: #2a5287;
  line-height: 1; }

.item__input {
  padding: 10px 30px;
  font-size: 15px;
  line-height: 25px;
  color: #264164;
  border: 1px solid #E7EBF1;
  width: 100%;
  border-radius: 3px; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.ant-progress-inner, .ant-progress-bg {
  border-radius: 0; }

body {
  font-family: 'Source Sans Pro', sans-serif !important; }

.ant-layout {
  background-size: cover;
  background: #F2F7FB url(/_next/static/images/Neuralinks-47d0f8d272a8537c34200ced074dbf6a.png) no-repeat; }

.ant-btn {
  padding: 19px;
  border: 0;
  box-shadow: none;
  text-shadow: none;
  height: auto;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  border-radius: 0; }

a.ant-btn {
  padding: 19px;
  line-height: normal; }

.ant-btn-primary {
  background: #1398E7;
  color: #FFFFFF !important; }
  .ant-btn-primary:disabled {
    background: #1398e740;
    color: #FFFFFF !important; }
    .ant-btn-primary:disabled:hover {
      background: #1398e740; }

.ant-form-item-label {
  line-height: normal; }

.ant-form-item-label > label::after {
  content: none; }

.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); }

.ant-form-item-label > label {
  color: #8f98a4; }

.ant-form-item {
  margin-bottom: 40px; }

.ant-input, .item__input, .ant-select-selection {
  height: 60px;
  padding: 16px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 0; }
  .ant-input:hover, .ant-input:focus, .item__input:hover, .item__input:focus, .ant-select-selection:hover, .ant-select-selection:focus {
    outline: none;
    border-radius: 0;
    border: 1px solid #40a9ff;
    background: #FFFFFF; }

.ant-select {
  height: 46px; }

.ant-select-selection {
  border-radius: 2px; }

.ant-select-lg .ant-select-selection--single {
  height: 46px; }

.ant-select-lg .ant-select-selection__rendered {
  height: 46px; }

.ant-pagination {
  text-align: right; }
  .ant-pagination .ant-pagination-item {
    height: 52px;
    width: 52px;
    padding: 19px 0;
    border: 0;
    margin-right: 0;
    background-color: transparent; }
    .ant-pagination .ant-pagination-item a {
      font-size: 15px;
      line-height: 15px;
      color: #264164; }
  .ant-pagination .ant-pagination-item-active {
    background: #1398E7;
    border-radius: 50px; }
    .ant-pagination .ant-pagination-item-active a {
      color: #fff; }
  .ant-pagination .ant-pagination-item-link {
    border: 0;
    color: #264164;
    font-size: 15px; }
  .ant-pagination .ant-pagination-disabled a,
  .ant-pagination .ant-pagination-disabled:hover a,
  .ant-pagination .ant-pagination-disabled:focus a {
    color: rgba(0, 0, 0, 0.25) !important; }

.ant-menu-submenu-title a {
  color: #fff; }

.ant-cascader-menus {
  background: transparent;
  box-shadow: none; }
  .ant-cascader-menus .ant-cascader-menu {
    max-width: 470px;
    height: auto; }
    .ant-cascader-menus .ant-cascader-menu .ant-cascader-menu-item {
      white-space: normal; }

.ant-menu-submenu-popup .ant-menu .ant-menu-item {
  max-width: 400px;
  height: auto;
  line-height: 28px;
  white-space: normal; }

h1 {
  font-size: 34px;
  line-height: 1;
  color: #2A5287;
  font-weight: bold; }

.fill_w {
  width: 100%; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.ant-pagination .ant-pagination-item {
  height: 45px;
  width: 45px;
  padding: 15px 0; }

.rc-footer-column {
  padding: 0; }
  .rc-footer-column:first-child {
    flex-grow: 4; }

.rc-footer {
  padding: 0px 64px 0px 64px; }

.rc-footer-container {
  margin: 0; }

.rc-footer-container {
  max-width: none; }

@media (min-width: 576px) {
  .container {
    max-width: 100% !important; } }

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

@media (min-width: 992px) {
  .container {
    max-width: 960px !important; } }

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

.globalClass_ET .copy_2W {
  display: none !important; }

.chatCopyright_3s {
  display: none !important; }
  .chatCopyright_3s .text_30 {
    display: none !important; }

li.ant-menu-submenu-vertical > div > span {
  margin-right: 20px; }

.ant-select {
  height: auto; }

.ant-select-selection {
  height: auto; }

.application__modal .ant-modal-content {
  background-color: #E8F1FD; }

.application__modal .ant-modal-header {
  text-align: center;
  background-color: #E8F1FD;
  padding: 36px; }
  .application__modal .ant-modal-header .ant-modal-title {
    font-size: 30px;
    color: #264164; }

.application__modal .ant-modal-body {
  background: #FFFFFF; }

.application__modal .application-form__text {
  height: 90px;
  width: 100%;
  border-radius: 4px; }

.m-center {
  margin: 0 auto;
  display: block !important; }

.nav-link + .nav-link {
  margin-left: 20px; }

a.nav-link {
  color: #FFF; }

.card-news .card-news__title a {
  color: #1E2B6C; }

.section__header {
  width: 100%;
  padding: 15px; }
  .section__header .header__title {
    float: left;
    display: inline-block;
    line-height: 30px; }
  .section__header .header__link {
    line-height: 30px;
    float: right; }

.mobileLang {
  display: none; }

.desktopLang {
  display: block; }

.rc-footer-column h2 {
  color: #1E2B6C;
  font-size: 18px;
  font-weight: 600;
  height: unset !important;
  margin-bottom: 10px !important; }

.ant-menu-vertical .ant-menu-item:not(:last-child), .ant-menu-vertical-left .ant-menu-item:not(:last-child), .ant-menu-vertical-right .ant-menu-item:not(:last-child), .ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 0; }

.ant-menu-vertical > .ant-menu-item, .ant-menu-vertical-left > .ant-menu-item, .ant-menu-vertical-right > .ant-menu-item, .ant-menu-inline > .ant-menu-item, .ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 28px;
  line-height: 28px; }

.data-table .ant-table {
  overflow-x: auto;
  max-width: 100%; }

.rc-footer-column:first-child {
  flex-grow: 2; }

.rc-footer-column:nth-child(2) {
  flex-grow: 5; }

.rc-footer-column:last-child {
  flex-grow: 2; }

.product-search-group .ant-row-flex {
  width: 100%; }

.product-search-result__block {
  position: relative; }
  .product-search-result__block .product-search-result__address {
    position: absolute;
    bottom: 10px; }

.content__header {
  font-family: 'Source Sans Pro', sans-serif !important;
  margin-bottom: 40px;
  padding-top: 10px;
  background-size: cover;
  background-repeat: no-repeat; }
  .content__header .content__header__logo {
    display: block;
    background: url(/_next/static/images/logo_QazExportal-599be35a6d54e6f53fe68907ed5593af.png) no-repeat;
    background-size: contain;
    background-position-x: -7px;
    background-position-y: bottom;
    width: 350px;
    height: 140px; }
  .content__header .content__header__title {
    margin-top: 47px; }
  .content__header .breadcrumb__link {
    color: #1398E7 !important; }
  .content__header h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #1E2B6C;
    margin-bottom: 0; }


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding: 0 64px 0 64px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.ant-form {
  color: #1E2B6C;
  padding: 40px; }

.content-wrapper {
  padding-bottom: 40px !important; }

.content__panel {
  background: #FFFFFF !important;
  box-shadow: 0px 8px 12px rgba(162, 204, 250, 0.24); }

.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 40px; }
  .footer__container h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    color: #1E2B6C; }
  .footer__container .footer__column:last-of-type {
    flex-basis: 20%; }
  .footer__container .footer-item {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 18px; }
    .footer__container .footer-item p {
      margin: 0; }
    .footer__container .footer-item hr {
      margin: 0;
      border-color: #C1C1C1; }
    .footer__container .footer-item .footer_email {
      font-style: normal;
      font-weight: 500;
      line-height: 22px;
      color: #1398E7; }
    .footer__container .footer-item .footer_link {
      font-style: normal;
      font-weight: 500;
      color: #737A7B; }
  .footer__container .footer__social_networks {
    margin-top: 40px; }
  .footer__container .footer__social_networks__title {
    display: block;
    margin-bottom: 8px; }
  .footer__container .footer__social_networks__link + .footer__social_networks__link {
    margin-left: 12px; }

.ant-modal-mask {
  background-color: rgba(30, 43, 108, 0.8); }

.ant-select-selection {
  height: 60px;
  padding: 16px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2; }

.ant-checkbox {
  border-radius: 4px; }

.ant-form-item-label, .ant-form-item-required, .steps-form__label, .application-form__label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #151517 !important;
  mix-blend-mode: normal;
  margin: 0; }
  .ant-form-item-label label, .ant-form-item-required label, .steps-form__label label, .application-form__label label {
    color: #151517 !important; }

.ant-form-item-required:before, .steps-form__label:before {
  content: none; }

.ant-modal-close {
  display: none; }

.modal__close_btn {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #1E2B6C;
  padding: 40px 40px; }
  .modal__close_btn:hover {
    color: #1E2B6C; }

.modal__title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase; }

.modal__close_btn__icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(data:image/png;base64,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) no-repeat;
  background-size: contain;
  margin-left: 14px; }

.ant-modal-body {
  padding: 80px 40px 40px 40px; }

.registration__switch {
  display: flex;
  justify-content: center;
  align-items: center; }
  .registration__switch .ant-form-item-label {
    margin-right: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #212A37; }

.ant-switch {
  height: 14px;
  min-width: 34px; }
  .ant-switch:after {
    top: -4px;
    height: 20px;
    width: 20px;
    background: #F5F6FA;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24); }

.btn-secondary {
  background: rgba(19, 152, 231, 0.12);
  color: #0997E3; }
  .btn-secondary:hover {
    color: #0997E3;
    background: rgba(19, 152, 231, 0.24); }

.has-error .ant-input {
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-sizing: border-box; }

.panel_title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1E2B6C; }

.text-center {
  text-align: center; }

.sign-in-form {
  padding-top: 80px !important; }

.sign-in-wrapper {
  max-width: 100%;
  float: left; }
  .sign-in-wrapper h1 {
    margin-bottom: 35px; }

.sign-in-buttons .ant-btn-primary {
  margin-bottom: 21px; }

.sign-in-buttons .ant-btn-link {
  color: #2a5287;
  padding-bottom: 0; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

.infographics-extended__text {
  margin: 25px 0; }
  .infographics-extended__text h2 {
    font-weight: 600;
    color: #2A5287;
    font-size: 23px; }
  .infographics-extended__text p {
    font-weight: 600;
    margin: 0 auto;
    max-width: 1000px;
    color: #2A5287;
    font-size: 16px; }

.tech-regulation {
  display: block;
  width: 1140px;
  margin: 30px auto 0;
  padding: 30px;
  background: #F5F5F5; }
  .tech-regulation .tech-regulation-top {
    display: flex;
    margin-top: 30px; }
    .tech-regulation .tech-regulation-top .tech-regulation-top--country {
      width: 350px;
      display: block; }
    .tech-regulation .tech-regulation-top .tech-regulation-top--steps {
      display: flex;
      justify-content: space-around; }
      .tech-regulation .tech-regulation-top .tech-regulation-top--steps .tech-regulation-top--steps__items {
        font-size: 16px;
        line-height: 23px;
        color: #2A5287;
        padding-right: 30px;
        text-decoration-line: underline;
        cursor: pointer;
        width: 30%; }
        .tech-regulation .tech-regulation-top .tech-regulation-top--steps .tech-regulation-top--steps__items:hover {
          text-decoration-line: none;
          color: #FFBF43; }
      .tech-regulation .tech-regulation-top .tech-regulation-top--steps .tech-regulation-top--steps__items--active {
        color: #FFBF43;
        text-decoration-line: none; }
  .tech-regulation .tech-regulation-bottom {
    display: flex; }
    .tech-regulation .tech-regulation-bottom .tech-regulation__img {
      margin-top: 20px;
      width: 310px;
      height: 180px;
      object-fit: contain; }
    .tech-regulation .tech-regulation-bottom .tech-regulation-bottom--text {
      display: block; }
      .tech-regulation .tech-regulation-bottom .tech-regulation-bottom--text .tech-regulation-bottom--text__title {
        color: #264164;
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
        padding: 15px 0; }
      .tech-regulation .tech-regulation-bottom .tech-regulation-bottom--text .tech-regulation-bottom--text__text {
        width: 80%;
        color: #2A5287;
        font-size: 15px;
        line-height: 22px; }

.card-media {
  width: 370px;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px; }
  .card-media .card-media__img {
    width: 370px;
    max-width: 100%;
    height: 200px;
    object-fit: cover; }
  .card-media .card-media__content {
    padding: 36px 24px;
    min-height: 250px; }
    .card-media .card-media__content .content__date {
      font-size: 18px;
      line-height: 120%;
      font-weight: bold;
      color: #1E2B6C; }
    .card-media .card-media__content .content__title {
      margin-top: 13px;
      font-size: 19px;
      line-height: 120%;
      color: #0A1422; }

.c-page-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 20px 15px;
  background: #F5F5F5; }
  .c-page-menu__item {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #2A5287;
    padding: 15px 30px; }

.card-details-information {
  min-height: 350px; }
  .card-details-information__eye {
    width: 18px !important; }
  .card-details-information .card-details-information__image {
    width: 370px;
    height: 200px;
    object-fit: cover; }
  .card-details-information .card-details-information__small {
    font-size: 15px;
    line-height: 120%;
    color: #C9D5E6; }
  .card-details-information .card-details-information__label {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1E2B6C; }
  .card-details-information .card-details-information__title {
    margin-top: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #151517;
    mix-blend-mode: normal; }

.news-detail-page .content__panel {
  min-height: 100vh; }

.news-detail-page img {
  width: 100%; }

.news-detail-page .news__details__left {
  background: rgba(9, 151, 227, 0.12);
  padding: 16px; }

.news-detail-page .news-detail-page__tile {
  font-size: 34px;
  font-weight: bold;
  line-height: 34px;
  color: #264164;
  display: block; }

.news-detail-page .news-detail-page__header {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 32px; }
  .news-detail-page .news-detail-page__header .header__title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1E2B6C; }

.news-detail-page .news-detail-page__content {
  margin-left: 46px;
  margin-top: 16px;
  padding-right: 16px; }
  .news-detail-page .news-detail-page__content p {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #151517 !important; }

.news-detail-page .news-detail-page__button {
  font-weight: bold;
  color: #2A5287;
  width: 100%; }

.events-modal .ant-modal-close {
  display: none; }

.events-modal .ant-modal-body {
  padding: 0; }

.events-modal .events-modal__header {
  background: #E8F1FD;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center; }
  .events-modal .events-modal__header .events-modal__header__title {
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    color: #264164; }

.events-modal .events-form {
  background: #F5F5F5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 28px 37px; }
  .events-modal .events-form .steps-form__label {
    font-size: 14px;
    line-height: 14px;
    color: #8F98A4;
    display: block;
    margin-bottom: 15px; }

.events-modal .events-modal__footer {
  margin-top: 10px; }
  .events-modal .events-modal__footer .ant-form-item {
    margin-bottom: 0; }
  .events-modal .events-modal__footer .ant-btn {
    width: 100%; }
  .events-modal .events-modal__footer .event-modal__button {
    padding: 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold; }
  .events-modal .events-modal__footer .event-modal__button--blue {
    color: #2A5287; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

.news-detail-page .content__panel {
  min-height: 100vh; }

.news-detail-page img {
  width: 100%; }

.news-detail-page .news__details__left {
  background: rgba(9, 151, 227, 0.12);
  padding: 16px; }

.news-detail-page .news-detail-page__tile {
  font-size: 34px;
  font-weight: bold;
  line-height: 34px;
  color: #264164;
  display: block; }

.news-detail-page .news-detail-page__header {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 32px; }
  .news-detail-page .news-detail-page__header .header__title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1E2B6C; }

.news-detail-page .news-detail-page__content {
  margin-left: 46px;
  margin-top: 16px;
  padding-right: 16px; }
  .news-detail-page .news-detail-page__content p {
    font-size: 15px;
    line-height: 18px;
    color: #264164; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

.analytics-page {
  padding-top: 45px;
  background: #f5f5f5; }
  .analytics-page .tab-button {
    padding: 16px 86px;
    width: 277px;
    height: max-content;
    color: #a0adbd;
    background: #edecec;
    border-radius: 0;
    border: none;
    font-size: 13px;
    line-height: 13px; }
  .analytics-page .tab-button--active {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    color: #2e3846; }
  .analytics-page .analytics-page__content {
    width: 77%;
    padding: 16px 20px 90px;
    background: #ffffff; }

.platform-request-form__footer {
  margin-top: 10px; }

.modal-contents .modal-contents__image {
  width: 340px;
  object-fit: contain;
  margin-right: 40px; }

.modal-contents .modal-contents__content .content__title {
  font-size: 19px;
  line-height: 19px;
  color: #2A5287;
  margin-bottom: 60px;
  display: block; }

.modal-contents .content__label {
  font-size: 16px;
  line-height: 16px;
  color: #2F3D55;
  margin-bottom: 17px;
  min-width: 168px; }

.modal-contents .content__label-info {
  font-size: 16px;
  line-height: 16px;
  color: #2A5287; }

.modal-contents .modal-contents__button {
  margin-top: 45px;
  border: none;
  padding: 20px 44px;
  font-size: 16px;
  line-height: 16px;
  color: #2A5287;
  font-weight: bold; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.ant-tabs-tabpane b {
  font-size: 24px; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.ant-tabs {
  margin-top: 30px; }

.aboutTabs {
  min-height: 300px; }

.ant-tabs-tabpane p {
  margin: 0 0 5px 0; }

.aboutTabs ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.ant-tabs-tabpane h4 {
  margin: 30px 0 15px 0; }

table tr, table td, table th {
  border: 1px solid; }

.acceleratorContainer {
  color: #2a5287; }

.acceleratorContainer {
  color: #2a5287; }

.acceleratorContainer a.btn {
  text-decoration: none; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.acceleratorContainer .btn {
  background: #2A5287;
  color: #FFF;
  margin: 0 10px; }

.acceleratorContainer .btn.active {
  background: #E8F1FD;
  color: #2A5287; }

.ant-tabs-tabpane b {
  font-size: 24px; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.ant-tabs {
  margin-top: 30px; }

.aboutTabs {
  min-height: 300px; }

.ant-tabs-tabpane p {
  margin: 0 0 5px 0; }

.aboutTabs ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.ant-tabs-tabpane h4 {
  margin: 30px 0 15px 0; }

table tr, table td, table th {
  border: 1px solid; }

.acceleratorContainer {
  color: #2a5287; }

.acceleratorContainer {
  color: #2a5287; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.ant-tabs-tabpane b {
  font-size: 24px; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.ant-tabs {
  margin-top: 30px; }

.aboutTabs {
  min-height: 300px; }

.ant-tabs-tabpane p {
  margin: 0 0 5px 0; }

.aboutTabs ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.ant-tabs-tabpane h4 {
  margin: 30px 0 15px 0; }

.acceleratorContainer {
  color: #2a5287; }

.acceleratorContainer {
  color: #2a5287; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.ant-tabs-tabpane b {
  font-size: 24px; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.ant-tabs {
  margin-top: 30px; }

.aboutTabs {
  min-height: 300px; }

.ant-tabs-tabpane p {
  margin: 0 0 5px 0; }

.aboutTabs ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.ant-tabs-tabpane h4 {
  margin: 30px 0 15px 0; }

.acceleratorContainer {
  color: #2a5287; }

.acceleratorContainer {
  color: #2a5287; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.ant-tabs-tabpane b {
  font-size: 24px; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.ant-tabs {
  margin-top: 30px; }

.aboutTabs {
  min-height: 300px; }

.ant-tabs-tabpane p {
  margin: 0 0 5px 0; }

.aboutTabs ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.ant-tabs-tabpane h4 {
  margin: 30px 0 15px 0; }

.acceleratorContainer {
  color: #2a5287;
  padding: 1px 40px 40px 40px; }

.acceleratorContainer .team {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

.acceleratorContainer a.btn {
  text-decoration: none; }

.accelerator__nav + .accelerator__nav {
  margin-left: 20px; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.ant-tabs-tabpane b {
  font-size: 24px; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.ant-tabs {
  margin-top: 30px; }

.aboutTabs {
  min-height: 300px; }

.ant-tabs-tabpane p {
  margin: 0 0 5px 0; }

.aboutTabs ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.ant-tabs-tabpane h4 {
  margin: 30px 0 15px 0; }

.acceleratorContainer {
  color: #2a5287; }

.acceleratorContainer {
  color: #2a5287; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.ant-tabs-tabpane b {
  font-size: 24px; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.textimage {
  float: left;
  width: 50%;
  padding: 15px; }

.textimage-image {
  float: left;
  width: 110px;
  height: 140px;
  overflow: hidden;
  margin-right: 20px; }

.textimage-image img {
  width: 110px;
  height: 140px;
  object-fit: cover; }

.clear {
  clear: both; }

.acceleratorContainer img {
  max-width: 100%; }

.acceleratorContainer h3 {
  margin: 40px 0 20px 0; }

.acceleratorContainer .ant-tabs-tabpane h3 {
  margin: 0 0 20px 0; }

.ant-tabs {
  margin-top: 30px; }

.aboutTabs {
  min-height: 300px; }

.ant-tabs-tabpane p {
  margin: 0 0 5px 0; }

.aboutTabs ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.ant-tabs-tabpane h4 {
  margin: 30px 0 15px 0; }

.acceleratorContainer {
  color: #2a5287; }

.acceleratorContainer {
  color: #2a5287; }

.acceleration-request-form__footer {
  margin-top: 10px; }

.modal-contents .modal-contents__image {
  width: 340px;
  object-fit: contain;
  margin-right: 40px; }

.modal-contents .modal-contents__content .content__title {
  font-size: 19px;
  line-height: 19px;
  color: #2A5287;
  margin-bottom: 60px;
  display: block; }

.modal-contents .content__label {
  font-size: 16px;
  line-height: 16px;
  color: #2F3D55;
  margin-bottom: 17px;
  min-width: 168px; }

.modal-contents .content__label-info {
  font-size: 16px;
  line-height: 16px;
  color: #2A5287; }

.modal-contents .modal-contents__button {
  margin-top: 45px;
  border: none;
  padding: 20px 44px;
  font-size: 16px;
  line-height: 16px;
  color: #2A5287;
  font-weight: bold; }

.export-support-page .export-support-page__select {
  font-size: 16px;
  line-height: 16px;
  border-radius: 2px;
  font-weight: bold;
  color: #264164; }
  .export-support-page .export-support-page__select .ant-cascader-input::placeholder {
    font-size: 16px;
    height: 32px;
    line-height: 16px;
    color: #264164; }

.export-support-page .support-page {
  padding: 40px; }

.export-support-page .export-support__button_wrapper {
  display: flex;
  justify-content: flex-end; }

.export-support-page .export-support-page__button--blue {
  background: #264164;
  padding: 14px 84px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 2px;
  color: #FFFFFF; }

.export-support-page .export-support-page__header {
  background: #F5F5F5;
  padding: 18px 36px; }
  .export-support-page .export-support-page__header .export-support-page__title {
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    color: #264164; }

.export-support-page .export-support-page__content {
  padding: 30px 35px; }
  .export-support-page .export-support-page__content .export-support-page__label {
    font-size: 14px;
    line-height: 14px;
    color: #8F98A4; }
  .export-support-page .export-support-page__content .content__title {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #264164;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px; }
  .export-support-page .export-support-page__content .content__description {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #264164;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px; }

.support-page__option {
  font-size: 15px;
  line-height: 15px;
  color: #2A5287;
  font-weight: 600;
  padding: 16px 8px; }

.ant-dropdown-menu .ant-menu {
  max-height: 500px;
  overflow-y: auto; }
  .ant-dropdown-menu .ant-menu .ant-menu-item {
    min-width: 250px; }

.tab-analytics__header {
  display: flex;
  align-items: flex-end;
  min-height: 55px; }

.tab-analytics__body {
  display: flex; }

.tab-analytics__content {
  width: calc(100% - 280px);
  padding: 16px 20px 90px;
  background: #ffffff; }

.tab-analytics__button {
  padding: 16px;
  min-width: 310px;
  height: max-content;
  color: #a0adbd;
  background: #edecec;
  border-radius: 0;
  border: none !important;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 13px;
  outline: none !important;
  transition: all 0.2s; }
  .tab-analytics__button--active {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    color: #2e3846; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

.row-analytics {
  display: flex; }
  .row-analytics__header {
    margin-right: 30px;
    width: 230px;
    flex-shrink: 0; }
    .row-analytics__header .bold-text {
      display: block;
      white-space: nowrap;
      width: 50px;
      flex-shrink: 0;
      text-align: right; }
  .row-analytics__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px; }
  .row-analytics__body {
    display: flex; }
  .row-analytics__col {
    flex-grow: 1;
    margin-right: 17px; }
    .row-analytics__col:last-child {
      margin-right: 0; }
    .row-analytics__col p {
      white-space: nowrap; }

.top-products__title {
  font-size: 12px;
  font-weight: bold;
  color: #2E3846;
  margin-bottom: 20px; }

.top-products__list {
  min-height: 240px; }

.top-products__list {
  max-height: 240px;
  overflow: auto; }

.top-products__wrapper {
  width: 100%;
  overflow: visible;
  box-sizing: border-box; }

.top-products__list::-webkit-scrollbar {
  width: 5px; }

.top-products__list::-webkit-scrollbar:horizontal {
  height: 5px; }

/* Track */
.top-products__list::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #ADC6E7;
  border-radius: 10px; }

/* Handle */
.top-products__list::-webkit-scrollbar-thumb {
  background: #ADC6E7;
  border-radius: 10px; }

/* Handle on hover */
.top-products__list::-webkit-scrollbar-thumb:hover {
  background: #5A8DCF; }

.card-import {
  background: #FFFFFF;
  border: 1px solid #E7EBF1;
  box-sizing: border-box;
  box-shadow: 0px 27px 32px rgba(181, 202, 221, 0.2); }
  .card-import .card-import__content {
    padding: 28px 35px;
    height: 135px; }
  .card-import .card-import__image {
    width: 100%;
    height: auto; }
  .card-import .card-import__title {
    font-size: 26px;
    font-weight: bold;
    line-height: 120%;
    color: #264164; }

.call-us-form {
  padding: 45px 35px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  box-shadow: 0px 26px 54px rgba(0, 0, 0, 0.09); }
  .call-us-form .call-us-form__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
    color: #264164; }
  .call-us-form .call-us-form__description {
    font-size: 16px;
    line-height: 150%;
    color: #74849A;
    max-width: 330px; }
  .call-us-form .call-us-form__label {
    font-size: 14px;
    line-height: 150%;
    color: #74849A; }
  .call-us-form .call-us-form__label-content {
    font-size: 14px;
    line-height: 150%;
    color: #2F3D56;
    margin-top: 8px; }
  .call-us-form__input, .call-us-form__textarea {
    border: 1px solid #E7EBF1;
    box-sizing: border-box;
    border-radius: 2px;
    padding-top: 11px;
    padding-bottom: 11px;
    height: auto;
    margin-top: 11px; }
  .call-us-form .call-us-form__textarea {
    margin-top: 20px; }
  .call-us-form .call-us-form__button {
    border-radius: 2px;
    font-size: 15px;
    line-height: 166.3%;
    color: #FFFFFF;
    width: 272px;
    margin-top: 26px;
    padding-top: 11px;
    padding-bottom: 11px;
    height: auto; }

@media (max-width: 991px) {
  .row-column {
    display: flex;
    flex-direction: column; }
    .row-column .flex-column {
      max-width: 100% !important; }
      .row-column .flex-column:first-child {
        margin-bottom: 25px; } }

@media (max-width: 576px) {
  .row-column .flex-column:last-child {
    margin-bottom: 25px; } }

.partners-slider .partners-slider_client6 {
  object-fit: cover;
  height: 120px !important; }

.news-mini-slider {
  width: 100%;
  height: calc(100vh - 242px);
  min-height: 630px;
  margin-top: 74px; }
  .news-mini-slider .news-mini-slider__label {
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #2A5287; }
  .news-mini-slider .news-mini-slider__title {
    font-size: 20px;
    line-height: 30px;
    color: #FFF;
    padding: 0 30px;
    display: block;
    margin: 15px 0 10px 0;
    overflow: hidden; }
  .news-mini-slider .ant-carousel {
    width: 100%;
    height: 100%; }
    .news-mini-slider .ant-carousel .slick-dots {
      height: auto;
      bottom: 20px;
      left: 0;
      text-align: left;
      padding-left: 45px; }
      .news-mini-slider .ant-carousel .slick-dots li.slick-active button {
        background: #0997E3;
        border-radius: 50%;
        width: 10px;
        height: 10px; }
      .news-mini-slider .ant-carousel .slick-dots li button {
        background: #FFF;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 50%;
        opacity: 1 !important;
        width: 10px;
        height: 10px; }
  .news-mini-slider .news-mini-slider__item {
    width: 100%;
    position: relative; }
    .news-mini-slider .news-mini-slider__item:after {
      content: ' ';
      background: rgba(30, 43, 108, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .news-mini-slider .news-mini-slider__item .item__wrapper {
      width: 100%;
      background: rgba(30, 43, 108, 0.4);
      position: absolute;
      bottom: 0;
      z-index: 2; }
    .news-mini-slider .news-mini-slider__item .item__img {
      display: block;
      height: calc(100vh - 242px);
      min-height: 630px;
      object-fit: cover; }
    .news-mini-slider .news-mini-slider__item .item__content {
      height: 180px;
      width: 100%;
      padding: 15px;
      overflow: hidden;
      text-overflow: ellipsis; }
  .news-mini-slider .slick-dots li button:before {
    content: none; }
  .news-mini-slider .date__text {
    padding: 0 30px;
    color: #FFF;
    font-size: 18px;
    line-height: 30px; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

.import-page__title {
  font-size: 34px;
  line-height: 41px;
  font-weight: bold;
  color: #264164;
  display: block; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

.call-hisroty__item {
  margin: auto;
  padding: 10px; }

.call-history__icon {
  color: #FFBF43; }

.call-history__popover {
  width: 141px; }

.call-history__button {
  cursor: pointer;
  width: 120px; }

:root .ant-tabs-tab-prev-icon-target, :root .ant-tabs-tab-next-icon-target {
  font-size: 20px !important; }

.data-table .ant-table {
  color: #2A5287; }

.data-table .ant-table-row {
  cursor: pointer; }

.data-table .not-clickable .ant-table-row {
  cursor: default; }

.data-table .ant-table-thead > tr > th,
.data-table .ant-table-tbody > tr > td {
  background: #fff;
  border-bottom: 2px solid #DDE4EF;
  padding-bottom: 23px;
  padding-top: 23px; }

.data-table .ant-table-tbody > tr > td {
  font-weight: 500; }

.data-table .ant-table-thead > tr > th .ant-table-header-column {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #264164; }

.international-tenders {
  padding-top: 23px;
  padding-bottom: 75px;
  color: #264164; }
  .international-tenders .international-tenders__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 50px; }

.request .request__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px; }
  .request .request__header > * {
    margin-right: 24px;
    display: flex;
    align-items: center; }
    .request .request__header > * .anticon {
      margin-right: 5px; }
    .request .request__header > *:last-child {
      margin-right: 0; }

.request .request__title {
  margin: 15px; }

.request .request__label {
  font-size: 14px;
  line-height: 14px;
  color: #2A5287; }

.request .request__value {
  min-height: 47px;
  margin: 14px 0; }

.timeline {
  margin-left: 30px;
  box-sizing: border-box; }
  .timeline .step__title {
    min-height: 14px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    margin-bottom: 21px; }
  .timeline .step__line-wrapper {
    position: relative;
    height: 15px; }
  .timeline .step__circle {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #D7DDE4;
    z-index: 1000; }
  .timeline .step__description {
    font-size: 14px;
    line-height: 14px;
    margin-top: 26px; }

.line {
  position: absolute;
  display: block;
  top: 0;
  z-index: 999;
  margin-top: 6px;
  margin-bottom: 6px;
  height: 3px;
  width: 100%;
  box-sizing: border-box;
  background: #D7DDE4; }

.ant-table-thead > tr > th, .ant-table-tbody > tr > td {
  padding: 10px 10px 14px;
  max-width: 120px; }

.status-icon__wrapper {
  display: inline;
  margin-left: 5px;
  position: relative; }
  .status-icon__wrapper .status-icon__text {
    position: absolute;
    min-width: 142px;
    font-size: 10px;
    line-height: 12px;
    color: #264164;
    padding: 5px 2px 5px 8px;
    background: #fff;
    right: -20px;
    top: 25px;
    z-index: 999;
    box-sizing: border-box; }

.triangle {
  position: absolute;
  margin: auto;
  right: 20px;
  top: -6.5px;
  width: 12px;
  height: 12px;
  transform: rotate(225deg);
  z-index: 2001; }

.new-line {
  position: absolute;
  width: 16px;
  height: 2px;
  right: 18px;
  top: -1.5px;
  z-index: 2000;
  background: #fff; }

.custom-steps .ant-steps-item {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .custom-steps .ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail__custom {
    display: none; }
  .custom-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
    background-color: #BFBFBF;
    color: #BFBFBF;
    border-color: #BFBFBF; }
    .custom-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
      display: none; }
  .custom-steps .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-tail__custom {
    background-color: #BFBFBF; }
  .custom-steps .ant-steps-item.ant-steps-item-process.ant-steps-item-active .ant-steps-item-container .ant-steps-item-tail__custom {
    background-color: #BFBFBF; }
  .custom-steps .ant-steps-item .ant-steps-item-container {
    margin-bottom: 15px; }
    .custom-steps .ant-steps-item .ant-steps-item-container:nth-child(2) {
      flex-grow: 1; }
    .custom-steps .ant-steps-item .ant-steps-item-container:nth-child(3) {
      flex-grow: 2; }
    .custom-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-icon {
      background-color: #FFBF43;
      border-color: #FFBF43;
      color: #FFBF43; }
      .custom-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon {
        display: none; }
    .custom-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-tail__custom {
      display: inline-block;
      background-color: #FFBF43;
      height: 5px;
      width: 120px;
      margin-left: -10px;
      margin-top: 5px; }
    .custom-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-title {
      max-width: 118px; }
      .custom-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-title::after {
        content: none; }
      .custom-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-title__header {
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: inline;
        max-width: 120px; }
      .custom-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-title__subtitle {
        font-weight: bold;
        color: #FFBF43; }
    .custom-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-icon {
      width: 16px;
      height: 16px;
      font-size: 10px;
      line-height: 17px;
      text-align: center;
      border-radius: 24px; }

.status-info-icon {
  margin-left: 10px; }

.info-item {
  margin-bottom: 0 !important; }

.ant-steps-item {
  max-width: 120px; }

.ant-steps-small .ant-steps-item-icon {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  border-radius: 24px; }

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  top: 6px;
  color: transparent;
  background: transparent; }

.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 12px;
  line-height: 12px;
  white-space: break-spaces; }

.my-refunds .ant-table-thead > tr > th, .my-refunds .ant-table-tbody > tr > td {
  max-width: none; }

.status-info-icon {
  margin-left: 10px; }

.ant-steps-item {
  max-width: 120px; }

.ant-steps-small .ant-steps-item-icon {
  width: 16px;
  height: 16px;
  font-size: 8px;
  line-height: 16px;
  text-align: center;
  border-radius: 24px; }

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  top: 6px;
  color: transparent;
  background: transparent; }

.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 12px;
  line-height: 12px;
  white-space: break-spaces; }

.personal-information__switch {
  margin-left: 10px; }

.personal-information .personal-information__header {
  display: flex;
  justify-content: space-between; }
  .personal-information .personal-information__header .exporter-btn {
    color: white;
    background: #264164;
    height: 44px;
    width: 379px;
    padding: 10px; }

.personal-information .personal-information__title {
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  color: #264164;
  display: block;
  margin-top: 23px;
  margin-bottom: 36px; }

.personal-information .personal-information__label {
  font-size: 14px;
  line-height: 14px;
  color: #2A5287; }

.personal-information .personal-information__input {
  margin: 14px 0; }

.personal-information .personal-information__btn {
  width: 100%; }

.person-questionnaires {
  margin-top: 60px;
  margin-bottom: 100px; }
  .person-questionnaires .person-questionnaires__title {
    padding: 0 45px;
    font-size: 21px;
    line-height: 21px;
    color: #2A5287;
    font-weight: bold; }
  .person-questionnaires .person-questionnaires__list .list__item {
    padding: 25px 0;
    border-bottom: 2px solid #DDE4EF; }
    .person-questionnaires .person-questionnaires__list .list__item .item__name {
      color: #2A5287;
      font-size: 16px;
      line-height: 16px;
      margin: 0; }
    .person-questionnaires .person-questionnaires__list .list__item .item__name--title {
      font-weight: bold; }
    .person-questionnaires .person-questionnaires__list .list__item .item__status {
      color: #2A5287;
      width: 130px;
      text-align: right;
      margin: 0;
      font-size: 16px;
      line-height: 16px;
      text-decoration-line: underline; }
    .person-questionnaires .person-questionnaires__list .list__item .item__status--title {
      font-weight: bold;
      text-decoration-line: none; }
    .person-questionnaires .person-questionnaires__list .list__item .item__status--done {
      color: #4CAF50;
      text-decoration-line: none; }
    .person-questionnaires .person-questionnaires__list .list__item .item_answered {
      font-size: 16px;
      line-height: 16px;
      color: #4CAF50; }

.willingness-export {
  display: block;
  background: #FFFFFF; }
  .willingness-export .willingness-export-head {
    height: 70px;
    border-bottom: 1px solid #a4abb4; }
    .willingness-export .willingness-export-head .willingness-export-head__title {
      color: #2A5287;
      font-size: 21px;
      line-height: 21px;
      padding: 25px 37px;
      font-weight: bold; }
  .willingness-export .willingness-export-body {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 37px 0; }
    .willingness-export .willingness-export-body .willingness-export-body--item {
      width: 45%;
      padding: 0 76px 60px 0; }
      .willingness-export .willingness-export-body .willingness-export-body--item .willingness-export-body--item__title {
        font-size: 16px;
        line-height: 16px;
        color: #264164;
        font-weight: bold; }
      .willingness-export .willingness-export-body .willingness-export-body--item .willingness-export-body--item__color {
        color: white;
        width: 80px;
        height: 20px;
        text-align: center;
        margin: 22px 0; }
        .willingness-export .willingness-export-body .willingness-export-body--item .willingness-export-body--item__color .willingness-export-body--item__color--red {
          background: #FF0000; }
        .willingness-export .willingness-export-body .willingness-export-body--item .willingness-export-body--item__color .willingness-export-body--item__color--orange {
          background: #F69046; }
        .willingness-export .willingness-export-body .willingness-export-body--item .willingness-export-body--item__color .willingness-export-body--item__color--green {
          background: #4CAF50; }
      .willingness-export .willingness-export-body .willingness-export-body--item .willingness-export-body--item__result {
        font-size: 16px;
        line-height: 16px;
        color: #2A5287;
        padding-bottom: 25px;
        font-weight: 600; }
        .willingness-export .willingness-export-body .willingness-export-body--item .willingness-export-body--item__result p {
          text-align: justify; }
          .willingness-export .willingness-export-body .willingness-export-body--item .willingness-export-body--item__result p a {
            text-decoration: underline;
            font-style: italic; }
      .willingness-export .willingness-export-body .willingness-export-body--item .willingness-export-body--item__showbox {
        display: flex; }
        .willingness-export .willingness-export-body .willingness-export-body--item .willingness-export-body--item__showbox .willingness-export-body--item__showbox--item {
          color: white;
          background: #FF0000;
          text-align: center;
          font-size: 12px;
          margin: 2px;
          width: 17px;
          height: 16px; }
        .willingness-export .willingness-export-body .willingness-export-body--item .willingness-export-body--item__showbox .willingness-export-body--item__showbox--item--green {
          background: #4CAF50; }
  .willingness-export .willingness-export-footer {
    padding: 0 37px 60px; }
    .willingness-export .willingness-export-footer .willingness-export-footer-btn {
      width: 310px;
      height: 55px;
      font-size: 16px;
      line-height: 16px;
      color: #2A5287;
      font-weight: 700; }

.willingness-to-export {
  background-color: #FFFFFF;
  line-height: 16px;
  display: flex;
  flex-direction: column; }
  .willingness-to-export__title {
    font-size: 21px;
    font-weight: bold;
    height: 91px;
    padding: 25px 35px;
    border-bottom: 1px solid #DDE4EF;
    color: #2A5287; }
  .willingness-to-export__plan {
    font-size: 16px;
    font-weight: bold;
    padding: 25px 0px;
    color: #264164; }
  .willingness-to-export__questions .questions__items {
    display: flex;
    flex-direction: column;
    padding: 0 35px 25px 35px;
    color: #2A5287;
    font-weight: bold; }
    .willingness-to-export__questions .questions__items .items__button {
      margin-left: auto; }
    .willingness-to-export__questions .questions__items .items__item-group {
      display: flex;
      flex-wrap: wrap; }
    .willingness-to-export__questions .questions__items .items__item {
      display: flex;
      flex-direction: column;
      width: 45%;
      color: #2a5287; }
      .willingness-to-export__questions .questions__items .items__item .item__answers {
        display: flex;
        flex-direction: column;
        margin-top: 20px; }
        .willingness-to-export__questions .questions__items .items__item .item__answers .answers__true {
          margin: 0 0 20px 0;
          color: #2a5287; }
        .willingness-to-export__questions .questions__items .items__item .item__answers .answers__false {
          color: #2a5287; }
      .willingness-to-export__questions .questions__items .items__item .item__question {
        line-height: 16px; }
    .willingness-to-export__questions .questions__items .items__radio-btn {
      display: block;
      line-height: 16px;
      color: #2A5287;
      font-weight: bold; }
  .willingness-to-export__questions .questions__btn {
    font-size: 16px;
    padding: 20px 83px;
    color: #2A5287;
    border: none;
    border-radius: 3px;
    margin-right: 20px;
    font-weight: bold;
    cursor: pointer;
    float: bottom; }
  .willingness-to-export__pages {
    margin-left: auto;
    display: flex;
    padding: 27px 55px; }
    .willingness-to-export__pages .dot {
      margin-left: 7px;
      width: 14px;
      height: 14px;
      border-radius: 50%; }
    .willingness-to-export__pages .curPage {
      background: #FFBF43; }
    .willingness-to-export__pages .prevPage {
      background: #67768F; }
    .willingness-to-export__pages .nextPage {
      background: #C9D5E6; }

.ant-radio-inner::after {
  top: 1px;
  left: 1px;
  display: table;
  width: 12px;
  height: 12px; }

@charset "UTF-8";
.willingness-exports {
  display: block;
  background: #E5E5E5; }
  .willingness-exports .willingness-exports-head {
    height: 70px;
    border-bottom: 1px solid #a4abb4; }
    .willingness-exports .willingness-exports-head .willingness-exports-head__title {
      color: #2A5287;
      font-size: 21px;
      line-height: 21px;
      padding: 25px 37px;
      font-weight: bold; }
  .willingness-exports .willingness-exports-body-wrapper {
    padding-bottom: 60px; }
    .willingness-exports .willingness-exports-body-wrapper .willingness-exports-body {
      display: flex;
      align-items: center;
      justify-content: center;
      background-image: url(/_next/static/images/опросник-3263c3aa237387bfab10bd692df67d99.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      height: 50vw;
      max-height: 600px; }
      .willingness-exports .willingness-exports-body-wrapper .willingness-exports-body .willingness-exports-body__btn {
        z-index: 999999;
        font-weight: 700;
        padding: 18px 58px 19px;
        cursor: pointer;
        background: #1398E7;
        color: #FFFFFF !important; }
        .willingness-exports .willingness-exports-body-wrapper .willingness-exports-body .willingness-exports-body__btn:disabled {
          background: #1398e740;
          color: #FFFFFF !important; }
          .willingness-exports .willingness-exports-body-wrapper .willingness-exports-body .willingness-exports-body__btn:disabled:hover {
            background: #1398e740; }

.personal .content__panel {
  padding: 40px; }

.personal .ant-form {
  padding: 0; }

.personal .ant-tabs-nav-wrap {
  margin: 0; }

.personal .willingness-exports-head, .personal .willingness-exports {
  height: auto;
  background-color: transparent !important; }

.personal .personal-information__title, .personal .willingness-exports-head__title {
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 24px !important;
  line-height: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1E2B6C !important;
  margin: 40px 0;
  padding: 0 !important; }

.personal .personal__tab .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #151517;
  padding-bottom: 40px;
  padding-left: 0; }

.personal .personal__tab .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab-active {
  color: #0997E3; }

.personal .personal__tab .ant-tabs-bar .ant-tabs-ink-bar {
  height: 4px;
  background: #0997E3; }

.calculation-request-form {
  width: 720px;
  padding: 40px;
  margin: 0 auto;
  background: #E8F1FD;
  border-radius: 12px; }
  .calculation-request-form .calculation-request-form__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #264164;
    margin-bottom: 40px; }
  .calculation-request-form .calculation-request-form__content {
    margin-bottom: 15px; }
    .calculation-request-form .calculation-request-form__content .calculation-request-form__item {
      min-width: 48%; }
      .calculation-request-form .calculation-request-form__content .calculation-request-form__item .item__label {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 23px;
        color: #2A5287; }
      .calculation-request-form .calculation-request-form__content .calculation-request-form__item .item__input-wrapper {
        position: relative; }
        .calculation-request-form .calculation-request-form__content .calculation-request-form__item .item__input-wrapper .item__email-error {
          position: absolute;
          top: -50px;
          color: #FF2400; }
        .calculation-request-form .calculation-request-form__content .calculation-request-form__item .item__input-wrapper .item__input {
          padding: 10px 12px;
          font-size: 15px;
          line-height: 25px;
          color: #264164;
          width: 100%;
          border: 1px solid #E7EBF1;
          border-radius: 0; }
    .calculation-request-form .calculation-request-form__content .calculation-request-form__button-wrapper {
      margin-top: 15px;
      position: relative;
      width: 48%; }
    .calculation-request-form .calculation-request-form__content .fill-error-message {
      position: absolute;
      top: -25px;
      color: #FF2400; }
  .calculation-request-form .calculation-request-form__item__btn {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .calculation-request-form .calculation-request-form__button {
    box-sizing: border-box;
    text-align: center;
    padding: 20px 0;
    line-height: 16px;
    font-weight: bold;
    width: 48%;
    margin-top: 15px;
    padding: 20px 0; }
  .calculation-request-form .calculation-request-form__button--submit {
    color: #2A5287; }
  .calculation-request-form .calculation-request-form__button--cancel {
    background: transparent; }

.must-be-exporter__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .must-be-exporter__header .must-be-exporter__title {
    color: orange; }
  .must-be-exporter__header .exporter-btn {
    color: white;
    background: #264164;
    height: 44px;
    width: 379px;
    padding: 10px; }

.must-be-exporter__content {
  font-size: 1.2em;
  font-weight: 600; }

.export-calculator {
  margin-top: 32px;
  margin-bottom: 102px; }
  .export-calculator .ant-typography {
    color: #000000;
    font-weight: 500; }
  .export-calculator .export-calculator__header {
    margin-bottom: 36px; }
    .export-calculator .export-calculator__header .header__title {
      font-size: 33px;
      line-height: 34px;
      font-weight: bold;
      color: #264164;
      padding: 0; }
    .export-calculator .export-calculator__header .link_title {
      padding: 5px 12px;
      font-size: 14px;
      display: block; }
    .export-calculator .export-calculator__header .link_button {
      padding: 5px 12px;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #2A5287; }
    .export-calculator .export-calculator__header .yellow-button {
      color: #f3c366;
      border: 1px solid #f3c366;
      padding-top: 9px;
      padding-bottom: 9px;
      height: 46px; }
      .export-calculator .export-calculator__header .yellow-button:hover, .export-calculator .export-calculator__header .yellow-button:focus {
        color: #fff;
        background: #f3c366; }
  .export-calculator .export-calculator__form {
    padding: 30px;
    box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #dbdbdb; }
    .export-calculator .export-calculator__form .ant-select-selection--single {
      height: auto; }
    .export-calculator .export-calculator__form .form__content {
      padding-right: 30px !important; }
      .export-calculator .export-calculator__form .form__content .form_input-title {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 7px;
        color: #8f98a4; }
    .export-calculator .export-calculator__form .form__submit-wrapper {
      margin-top: 30px;
      padding: 0 30px 0 0; }
      .export-calculator .export-calculator__form .form__submit-wrapper .form__submit {
        width: 100%;
        background: #f3c466;
        font-size: 15px;
        font-weight: bold;
        line-height: 15px;
        color: #2a5287;
        padding: 20px 0; }
        .export-calculator .export-calculator__form .form__submit-wrapper .form__submit:hover, .export-calculator .export-calculator__form .form__submit-wrapper .form__submit:focus {
          color: #f3c466;
          background: #2a5287; }
      .export-calculator .export-calculator__form .form__submit-wrapper .form__submit--disable,
      .export-calculator .export-calculator__form .form__submit-wrapper .form__submit--disable:hover,
      .export-calculator .export-calculator__form .form__submit-wrapper .form__submit--disable:focus {
        background: #ffffff;
        border: 1px solid grey;
        opacity: 0.49;
        color: grey; }
  .export-calculator .export-calculator__result {
    padding: 30px 23px;
    background: #f5f5f5;
    border: 1px solid #d7d7d7; }
    .export-calculator .export-calculator__result .result__title {
      font-size: 14px;
      line-height: 14px;
      color: #8f98a4;
      margin-bottom: 6px; }
    .export-calculator .export-calculator__result .result__text {
      font-size: 26px;
      line-height: 26px; }

.ant-select-selection {
  height: 46px; }
  .ant-select-selection .ant-select-selection__rendered {
    line-height: 26px;
    margin-left: 16px; }
    .ant-select-selection .ant-select-selection__rendered .ant-select-selection__placeholder {
      font-size: 15px;
      color: #b2bac5; }
    .ant-select-selection .ant-select-selection__rendered .ant-select-selection-selected-value {
      font-size: 15px;
      color: #264164; }

.export-calculator__modal .ant-modal-content {
  background: #e8f1fd;
  border-radius: 12px; }
  .export-calculator__modal .ant-modal-content .ant-modal-body {
    padding: 0; }

.export-calculator__railway-symbol {
  line-height: 50px; }
  .export-calculator__railway-symbol::before {
    content: " ";
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 10px;
    width: 32px;
    height: 6px;
    background-color: #0070c0; }

.export-calculator__car_route-symbol {
  line-height: 50px; }
  .export-calculator__car_route-symbol::before {
    content: " ";
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 10px;
    width: 32px;
    height: 6px;
    background-color: #ffe400; }

.export-calculator__station_citie-symbol {
  line-height: 50px; }
  .export-calculator__station_citie-symbol::before {
    content: " ";
    display: inline-block;
    position: relative;
    margin-right: 10px;
    border-radius: 50%;
    top: -3px;
    top: 1px;
    width: 14px;
    height: 14px;
    background-color: #953735; }

.export-calculator__destination-symbol {
  line-height: 50px; }
  .export-calculator__destination-symbol::before {
    content: " ";
    display: inline-block;
    position: relative;
    margin-right: 10px;
    border-radius: 50%;
    top: -3px;
    top: 1px;
    width: 14px;
    height: 14px;
    border: 4px solid #953735;
    background-color: inherit; }

.export-calculator__sea_route-symbol {
  line-height: 50px; }
  .export-calculator__sea_route-symbol::before {
    content: " ";
    display: inline-block;
    position: relative;
    top: -3px;
    width: 36px;
    height: 6px;
    margin-right: 10px;
    border-right: 12px solid #0070c0;
    border-left: 12px solid #0070c0;
    background-color: inherit; }

.export-calculator__border-points-symbol {
  line-height: 50px; }
  .export-calculator__border-points-symbol::before {
    content: " ";
    display: inline-block;
    position: relative;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background-color: #000000; }

.export-calculator__table .ant-table-thead {
  box-sizing: border-box; }
  .export-calculator__table .ant-table-thead th {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #0000009c;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: #f5f5f5; }
    .export-calculator__table .ant-table-thead th:first-child {
      border-left: 1px solid #dfdfdf; }
    .export-calculator__table .ant-table-thead th:last-child {
      border-right: 1px solid #dfdfdf; }

.export-calculator__table .ant-table-tbody tr:hover {
  background: #ebfff6; }

.export-calculator__table .ant-table-tbody tr td {
  font-weight: normal;
  font-size: 16px;
  border-bottom: none;
  color: #10402B; }
  .export-calculator__table .ant-table-tbody tr td:first-child {
    white-space: nowrap;
    font-style: normal;
    font-weight: bold;
    border-left: 1px solid #dfdfdf; }
  .export-calculator__table .ant-table-tbody tr td:last-child {
    border-right: 1px solid #dfdfdf; }

.export-calculator__table .ant-table-tbody tr:last-child td {
  border-bottom: 1px solid #dfdfdf; }

.export-calculator__map {
  border: 1px solid #d7d7d7; }

.ant-table-content {
  overflow-y: auto; }

.export-calculator__table td, .export-calculator__table th {
  max-width: 250px;
  min-width: 70px; }

.export-calculator__table .ant-table-tbody tr td:first-child {
  white-space: initial;
  min-width: 250px; }

@media (max-width: 768px) {
  .ant-col .d-flex {
    display: block !important; } }

.popular-service-list .popular-service-list__item {
  height: 100%; }
  .popular-service-list .popular-service-list__item .item__title {
    padding: 18px 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 120%;
    color: #0A1422;
    display: block;
    width: 100%;
    height: 92px; }
  .popular-service-list .popular-service-list__item .item__title--light-gray {
    background: #F5F5F5; }
  .popular-service-list .popular-service-list__item .item__title--light-blue {
    background: #D1E8F4; }
  .popular-service-list .popular-service-list__item .item__menu {
    background: #FFFFFF;
    border: 1px solid #E7EBF1;
    box-sizing: border-box;
    box-shadow: 0px 27px 32px rgba(181, 202, 221, 0.2); }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link {
      font-weight: 500;
      font-size: 19px;
      line-height: 23px;
      color: #2A5287;
      height: auto;
      white-space: normal;
      margin-bottom: 16px; }
      .popular-service-list .popular-service-list__item .item__menu .item__menu__link a {
        color: #2A5287; }
    .popular-service-list .popular-service-list__item .item__menu .ant-menu-submenu {
      margin-bottom: 20px; }
      .popular-service-list .popular-service-list__item .item__menu .ant-menu-submenu:first-child {
        margin-top: 16px; }
      .popular-service-list .popular-service-list__item .item__menu .ant-menu-submenu .ant-menu-submenu-title {
        height: auto;
        line-height: 23px; }
        .popular-service-list .popular-service-list__item .item__menu .ant-menu-submenu .ant-menu-submenu-title span {
          font-style: normal;
          font-weight: 500;
          font-size: 19px;
          color: #2A5287;
          white-space: normal; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

.strategic-documents .strategic-documents__title {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #264164;
  display: block;
  margin: 23px 0 45px 0; }

.strategic-documents__panel-top {
  font-weight: bold; }
  .strategic-documents__panel-top .link-color {
    color: #264164; }
  .strategic-documents__panel-top__sub {
    width: 100%;
    background: #fafafa;
    padding: 16px; }
    .strategic-documents__panel-top__sub .document-dates {
      font-size: 14px;
      line-height: 14px;
      font-weight: normal;
      font-style: normal; }
    .strategic-documents__panel-top__sub .download-link {
      color: #3170C3;
      font-weight: 500;
      font-size: 16px;
      line-height: 16px;
      text-decoration: underline; }

.strategic-documents-collapse {
  border: none; }
  .strategic-documents-collapse .ant-collapse-item {
    margin-bottom: 20px; }
  .strategic-documents-collapse .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
    color: #0997E3; }
  .strategic-documents-collapse .ant-collapse-item > .ant-collapse-header {
    color: #264164;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: bold;
    font-size: 19px; }
  .strategic-documents-collapse .ant-collapse-content > .ant-collapse-content-box {
    padding: 0;
    height: 100%; }
    .strategic-documents-collapse .ant-collapse-content > .ant-collapse-content-box .ant-collapse {
      border: none; }
  .strategic-documents-collapse .ant-collapse-content {
    background-color: #fafafa; }

.useful-link .ant-collapse {
  background-color: inherit;
  padding: 1px; }

.useful-link .useful-link__title {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #264164;
  display: block;
  margin: 23px 0 45px 0; }

.useful-link__panel-top {
  font-weight: bold; }
  .useful-link__panel-top .link-color {
    color: #264164; }
  .useful-link__panel-top__sub {
    width: 100%; }
    .useful-link__panel-top__sub .item-link {
      font-weight: 500;
      font-size: 16px;
      line-height: 16px;
      color: #0997E3;
      margin-top: 1em;
      margin-bottom: 1em; }

.helpful-links-collapse {
  background: #FFFFFF;
  border: none; }
  .helpful-links-collapse .ant-collapse-item {
    margin-bottom: 10px;
    margin-top: 10px; }
  .helpful-links-collapse .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
    color: #0997E3; }
  .helpful-links-collapse .ant-collapse-item > .ant-collapse-header {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #264164; }
  .helpful-links-collapse .ant-collapse-content > .ant-collapse-content-box {
    padding: 0;
    height: 100%; }
    .helpful-links-collapse .ant-collapse-content > .ant-collapse-content-box .ant-collapse {
      border: none; }

.news-page__title {
  display: block;
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 34px;
  line-height: 34px;
  color: #264164; }

.static-page__table-wrapper {
  font-size: 14px;
  margin: 15px 0; }
  .static-page__table-wrapper .item-green {
    color: green; }
  .static-page__table-wrapper .item-red {
    color: red; }
  .static-page__table-wrapper .item-bold {
    font-weight: bold; }
  .static-page__table-wrapper .item-simple {
    font-weight: normal; }
  .static-page__table-wrapper .static-page__table-header {
    width: 100%;
    display: flex; }
    .static-page__table-wrapper .static-page__table-header .static-page__table-item {
      background-color: #2A5287;
      padding: 5px 15px;
      color: #fff;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff; }
      .static-page__table-wrapper .static-page__table-header .static-page__table-item:last-child {
        font-weight: bold;
        border-right: 0;
        width: 20%;
        text-overflow: ellipsis;
        overflow: hidden; }
    .static-page__table-wrapper .static-page__table-header #table-header-blue-1 {
      width: 40%; }
      .static-page__table-wrapper .static-page__table-header #table-header-blue-1 span {
        color: orange; }
    .static-page__table-wrapper .static-page__table-header #table-header-blue-2, .static-page__table-wrapper .static-page__table-header #table-header-blue-3, .static-page__table-wrapper .static-page__table-header #table-header-blue-4 {
      width: 20%; }
  .static-page__table-wrapper .static-page__table-body {
    width: 100%;
    display: flex; }
    .static-page__table-wrapper .static-page__table-body .static-page__table-item-simple,
    .static-page__table-wrapper .static-page__table-body .static-page__table-item-orange,
    .static-page__table-wrapper .static-page__table-body .static-page__table-item-simple-lighten {
      background-color: #c4d5ec;
      width: 20%;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      padding: 5px 15px;
      font-weight: bold;
      text-overflow: ellipsis;
      overflow: hidden; }
      .static-page__table-wrapper .static-page__table-body .static-page__table-item-simple:first-child,
      .static-page__table-wrapper .static-page__table-body .static-page__table-item-orange:first-child,
      .static-page__table-wrapper .static-page__table-body .static-page__table-item-simple-lighten:first-child {
        width: 40%; }
      .static-page__table-wrapper .static-page__table-body .static-page__table-item-simple:last-child,
      .static-page__table-wrapper .static-page__table-body .static-page__table-item-orange:last-child,
      .static-page__table-wrapper .static-page__table-body .static-page__table-item-simple-lighten:last-child {
        border-right: none;
        font-weight: bold; }
    .static-page__table-wrapper .static-page__table-body .static-page__table-item-orange {
      background-color: orange; }
    .static-page__table-wrapper .static-page__table-body .static-page__table-item-simple-lighten {
      background-color: #eaf1f9;
      font-weight: normal; }

.static-page {
  position: relative;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover; }
  .static-page .static-page__title {
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    color: #264164;
    display: block; }
  .static-page .static-page__image-wrapper {
    width: 100%;
    z-index: 3;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0; }
    .static-page .static-page__image-wrapper .static-page__image {
      z-index: 1; }
  .static-page .static-page__content {
    z-index: 2;
    position: relative; }
    .static-page .static-page__content .static-page__html {
      padding: 16px 0; }
      .static-page .static-page__content .static-page__html p {
        font-size: 14px;
        line-height: 16px; }

.static-page .static-page__content .static-page__html {
  /*------------------------------------SECTION ABOUT-KZ----------------------------------------*/
  /*------------------------------------SECTION STATISTICS----------------------------------------*/
  /*------------------------------------COMMON_INFO----------------------------------------*/
  /*------------------------------------ECONOMICS----------------------------------------*/
  /*------------------------------------SPECIALIZATION----------------------------------------*/
  /*------------------------------------SPECIALIZATION----------------------------------------*/
  /*------------------------------------ABOUT EXPORT----------------------------------------*/
  /*------------------------------------REGION INDICATOR----------------------------------------*/
  /*------------------------------------MAIN DIRECTIONS----------------------------------------*/ }
  .static-page .static-page__content .static-page__html .header-top {
    background-color: #2A5287;
    font-size: 13px;
    height: 48px; }
  .static-page .static-page__content .static-page__html .header-top_wrapper {
    display: flex;
    justify-content: space-between; }
  .static-page .static-page__content .static-page__html .trade-option {
    margin-top: 8px; }
  .static-page .static-page__content .static-page__html .page-nav {
    padding-top: 15px; }
  .static-page .static-page__content .static-page__html .page-nav_items {
    margin: 0;
    padding: 0;
    min-width: 200px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
  .static-page .static-page__content .static-page__html .nav-item > a {
    text-decoration: none;
    color: #A9B9CF; }
  .static-page .static-page__content .static-page__html .nav-item > a:hover {
    color: #fff; }
  .static-page .static-page__content .static-page__html .user-block {
    display: flex;
    list-style: none; }
  .static-page .static-page__content .static-page__html .trade-option_button {
    display: inline-block;
    text-align: center;
    width: 68px;
    height: 24px;
    text-decoration: none;
    color: #A9B9CF;
    border-radius: 3px;
    padding-top: 8px; }
  .static-page .static-page__content .static-page__html .trade-option_button:hover {
    background-color: #fff;
    color: #2A5287; }
  .static-page .static-page__content .static-page__html .user-block {
    margin: 0;
    padding: 0;
    min-width: 200px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
  .static-page .static-page__content .static-page__html .header-bottom {
    height: 80px;
    border-bottom: 1px solid #D3D3D3; }
  .static-page .static-page__content .static-page__html .header-bottom_wrapper {
    display: flex;
    justify-content: space-between; }
  .static-page .static-page__content .static-page__html .logo {
    width: 97px;
    height: 48px; }
  .static-page .static-page__content .static-page__html .logo > p {
    padding-top: 16px;
    color: #2A5287;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0; }
  .static-page .static-page__content .static-page__html .page-nav_items {
    margin: 0; }
  .static-page .static-page__content .static-page__html .info-nav {
    min-width: 70%; }
  .static-page .static-page__content .static-page__html .info-nav_item > a {
    text-decoration: none;
    color: #2A5287;
    font-size: 14px;
    display: block;
    height: 48px;
    text-align: center;
    padding-top: 31px; }
  .static-page .static-page__content .static-page__html .info-nav_item > a:hover {
    font-weight: bold; }
  .static-page .static-page__content .static-page__html .active {
    font-weight: bold;
    border-bottom: 2px solid #F3C365; }
  .static-page .static-page__content .static-page__html .title-section {
    display: flex;
    justify-content: space-between; }
  .static-page .static-page__content .static-page__html .title-section_wrapper {
    background: url(/_next/static/images/astana-0aaebe6e045ace38eda26442b9ce5b22.png) center center no-repeat;
    background-size: 100% auto;
    height: 278px; }
  .static-page .static-page__content .static-page__html .title-section h1 {
    margin-top: 31px;
    color: #fff;
    font-size: 48px; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: flex;
    justify-content: space-between; }
  .static-page .static-page__content .static-page__html .stat-number {
    font-size: 48px;
    color: #2A5287;
    padding-top: 16px;
    margin: 0;
    line-height: 56px;
    font-weight: bold; }
  .static-page .static-page__content .static-page__html .stat-item {
    display: flex;
    justify-content: space-between; }
  .static-page .static-page__content .static-page__html .stat-left {
    margin-top: 25px;
    margin-left: 5px; }
  .static-page .static-page__content .static-page__html .stat-left p {
    margin: 0;
    color: #94A0B0; }
  .static-page .static-page__content .static-page__html .stat-description {
    margin: 0; }
  .static-page .static-page__content .static-page__html .common-info {
    margin-top: 54px;
    position: inherit; }
  .static-page .static-page__content .static-page__html .country-map {
    position: absolute;
    top: 400px;
    right: 0; }
  .static-page .static-page__content .static-page__html .economics {
    margin-top: 32px; }
    .static-page .static-page__content .static-page__html .economics .info_wrapper {
      width: 70%; }
      .static-page .static-page__content .static-page__html .economics .info_wrapper ul li {
        font-size: 14px !important; }
    .static-page .static-page__content .static-page__html .economics .show-all {
      margin-bottom: 10px !important; }
  .static-page .static-page__content .static-page__html .d-flex {
    display: flex; }
  .static-page .static-page__content .static-page__html .side-content {
    margin-top: 680px;
    margin-left: 40px; }
  .static-page .static-page__content .static-page__html .side-content_item {
    margin-bottom: 100px; }
  .static-page .static-page__content .static-page__html .side-content_item img {
    display: block;
    margin-bottom: 10px; }
  .static-page .static-page__content .static-page__html .side-content_item a {
    text-decoration: none;
    color: #2A5287; }
  .static-page .static-page__content .static-page__html .info_wrapper h3 {
    margin-bottom: 8px; }
  .static-page .static-page__content .static-page__html .info_wrapper h3 + p {
    margin-top: 0; }
  .static-page .static-page__content .static-page__html .side-description {
    margin-left: 40px;
    width: 30%;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column; }
  .static-page .static-page__content .static-page__html .side-description p {
    color: #899099; }
    .static-page .static-page__content .static-page__html .side-description p:first-child {
      margin-top: auto; }
    .static-page .static-page__content .static-page__html .side-description p:last-child {
      margin-bottom: 30px; }
  .static-page .static-page__content .static-page__html .show-all {
    background-color: #F3C466;
    font-family: 'Source Sans Pro', sans-serif !important;
    border-radius: 6px;
    border: none; }
  .static-page .static-page__content .static-page__html .vehicles {
    margin-top: 56px; }
  .static-page .static-page__content .static-page__html .info_wrapper a {
    display: block;
    margin-top: 5px;
    font-size: 14px !important;
    color: #004890;
    text-decoration: none; }
  .static-page .static-page__content .static-page__html .inter-membership .show-all {
    margin-top: 25px; }
  .static-page .static-page__content .static-page__html .specialization p {
    font-size: 14px !important; }
  .static-page .static-page__content .static-page__html .triple-agreement {
    margin-top: 56px; }
  .static-page .static-page__content .static-page__html .export {
    width: 500px; }
  .static-page .static-page__content .static-page__html .export-section_wrapper {
    background: url(/_next/static/images/export-0351c5ce15fb9a7a7aba964e09e87c42.png) center center no-repeat;
    background-size: 100% auto;
    height: 278px; }
  .static-page .static-page__content .static-page__html .region-indicator {
    margin-top: 56px; }
  .static-page .static-page__content .static-page__html .main-directions {
    margin-top: 56px; }
  .static-page .static-page__content .static-page__html .pie-chart {
    margin-top: 60px; }

.static-page__image {
  height: 250px;
  object-fit: cover;
  width: 100%; }

.static-page .static-page__title.staticFull {
  margin-top: 30px !important;
  color: #fff;
  font-size: 48px;
  height: 250px; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

#about_kazakhstan,
#about_kz_export {
  /*------------------------------------SECTION STATISTICS----------------------------------------*/
  /*------------------------------------COMMON_INFO----------------------------------------*/
  /*------------------------------------ECONOMICS----------------------------------------*/
  /*------------------------------------MEMBERSHIP----------------------------------------*/
  /*------------------------------------SPECIALIZATION----------------------------------------*/
  /*------------------------------------ABOUT EXPORT----------------------------------------*/
  /*------------------------------------REGION INDICATOR----------------------------------------*/
  /*------------------------------------MAIN DIRECTIONS----------------------------------------*/ }
  #about_kazakhstan .stat-wrapper,
  #about_kz_export .stat-wrapper {
    display: flex;
    justify-content: space-between; }
  #about_kazakhstan .stat-number,
  #about_kz_export .stat-number {
    font-size: 48px;
    color: #2A5287;
    padding-top: 16px;
    margin: 0;
    line-height: 56px;
    font-weight: bold; }
  #about_kazakhstan .stat-item,
  #about_kz_export .stat-item {
    display: flex;
    justify-content: space-between;
    font-size: 16px; }
  #about_kazakhstan .stat-left,
  #about_kz_export .stat-left {
    margin-top: 25px;
    margin-left: 5px; }
  #about_kazakhstan .stat-left p,
  #about_kz_export .stat-left p {
    margin: 0;
    color: #94A0B0; }
  #about_kazakhstan .stat-description,
  #about_kz_export .stat-description {
    margin: 0; }
  #about_kazakhstan .common-info,
  #about_kz_export .common-info {
    margin-top: 54px; }
  #about_kazakhstan #about_kz_export .info_wrapper,
  #about_kz_export #about_kz_export .info_wrapper {
    width: 100%; }
  #about_kazakhstan .info_wrapper h2,
  #about_kz_export .info_wrapper h2 {
    font-size: 18px;
    line-height: 56px;
    margin: 0;
    font-weight: bold; }
  #about_kazakhstan .info_wrapper .chart_bar-text,
  #about_kz_export .info_wrapper .chart_bar-text {
    line-height: 18px !important;
    font-size: 12px !important; }
  #about_kazakhstan .bar .chart_bar-text,
  #about_kz_export .bar .chart_bar-text {
    padding-left: 10px !important; }
  #about_kazakhstan .info_wrapper p,
  #about_kz_export .info_wrapper p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 10px; }
  #about_kazakhstan .info_wrapper ul li,
  #about_kz_export .info_wrapper ul li {
    font-size: 14px; }
  #about_kazakhstan .country-map,
  #about_kz_export .country-map {
    position: absolute;
    top: 300px;
    right: 0; }
  #about_kazakhstan .common-info__list,
  #about_kz_export .common-info__list {
    font-size: 20px;
    padding-left: 20px; }
  #about_kazakhstan .info_wrapper__image,
  #about_kz_export .info_wrapper__image {
    display: block;
    margin: 0 auto;
    width: 50% !important;
    height: auto !important;
    margin-top: 10px;
    margin-bottom: 10px; }
  #about_kazakhstan .info_wrapper__table,
  #about_kz_export .info_wrapper__table {
    width: 70%;
    margin: 0; }
  #about_kazakhstan .economics,
  #about_kz_export .economics {
    margin-top: 32px; }
  #about_kazakhstan .d-flex,
  #about_kz_export .d-flex {
    display: flex; }
  #about_kazakhstan .economics .show-all,
  #about_kz_export .economics .show-all {
    margin-bottom: 30px; }
  #about_kazakhstan .economics-table,
  #about_kz_export .economics-table {
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    border-collapse: collapse;
    border-bottom: 1px solid #2A5287;
    margin-bottom: 18px; }
  #about_kazakhstan .economics-table th,
  #about_kz_export .economics-table th {
    font-style: italic;
    text-align: end;
    border-bottom: 1px solid #2A5287; }
  #about_kazakhstan .economics-table td:last-child,
  #about_kz_export .economics-table td:last-child {
    text-align: center; }
  #about_kazakhstan .economics-table tr:nth-child(2n),
  #about_kz_export .economics-table tr:nth-child(2n) {
    background-color: #D5E3E5; }
  #about_kazakhstan .economics-table td,
  #about_kz_export .economics-table td {
    height: 50px; }
  #about_kazakhstan .economics .info_wrapper .container,
  #about_kz_export .economics .info_wrapper .container {
    position: relative; }
  #about_kazakhstan .economics .info_wrapper .show-all,
  #about_kz_export .economics .info_wrapper .show-all {
    width: auto; }
  #about_kazakhstan .competition-rate,
  #about_kazakhstan .doin-business-rate,
  #about_kz_export .competition-rate,
  #about_kz_export .doin-business-rate {
    position: relative; }
  #about_kazakhstan .side-content_item,
  #about_kz_export .side-content_item {
    top: 0;
    right: -340px;
    position: absolute;
    width: 300px;
    margin-left: 40px; }
  #about_kazakhstan .side-content_item img,
  #about_kz_export .side-content_item img {
    display: block;
    margin-bottom: 10px; }
  #about_kazakhstan .side-content_item a,
  #about_kz_export .side-content_item a {
    text-decoration: none;
    color: #2A5287;
    font-size: 16px; }
  #about_kazakhstan .chart-wrapper,
  #about_kz_export .chart-wrapper {
    margin: 30px 0 30px 0; }
  #about_kazakhstan .info_wrapper h3,
  #about_kz_export .info_wrapper h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px; }
  #about_kazakhstan .info_wrapper h3 + p,
  #about_kz_export .info_wrapper h3 + p {
    font-size: 20px;
    margin-top: 0;
    text-align: justify; }
  #about_kazakhstan .side-description,
  #about_kz_export .side-description {
    width: 300px; }
  #about_kazakhstan .side-description p,
  #about_kz_export .side-description p {
    font-size: 14px;
    color: #899099;
    margin-left: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column; }
    #about_kazakhstan .side-description p:first-child,
    #about_kz_export .side-description p:first-child {
      margin-top: auto; }
    #about_kazakhstan .side-description p:last-child,
    #about_kz_export .side-description p:last-child {
      margin-bottom: 30px; }
  #about_kazakhstan .show-all,
  #about_kz_export .show-all {
    background-color: #F3C466;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    height: 56px;
    border-radius: 6px;
    border: none;
    cursor: pointer; }
  #about_kazakhstan .vehicles,
  #about_kz_export .vehicles {
    margin-top: 56px; }
  #about_kazakhstan .info_wrapper a,
  #about_kz_export .info_wrapper a {
    display: block;
    margin-top: 5px !important;
    font-size: 14px !important;
    color: #004890;
    text-decoration: none; }
  #about_kazakhstan .inter-membership .show-all,
  #about_kz_export .inter-membership .show-all {
    margin-top: 25px; }
  #about_kazakhstan .inter-membership,
  #about_kz_export .inter-membership {
    margin-top: 56px; }
  #about_kazakhstan .show-all,
  #about_kz_export .show-all {
    width: 150px; }
  #about_kazakhstan .specialization,
  #about_kz_export .specialization {
    margin-top: 56px; }
  #about_kazakhstan .specialization .show-all,
  #about_kz_export .specialization .show-all {
    margin-bottom: 30px; }
  #about_kazakhstan .triple-agreement,
  #about_kz_export .triple-agreement {
    margin-top: 56px; }
  #about_kazakhstan .specialization .show-all,
  #about_kz_export .specialization .show-all {
    margin-top: 10px; }
  #about_kazakhstan .specialization-table__header,
  #about_kz_export .specialization-table__header {
    font-size: 20px;
    font-weight: bold; }
  #about_kazakhstan .specialization-table,
  #about_kz_export .specialization-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif !important;
    text-align: center; }
  #about_kazakhstan .specialization-table td,
  #about_kz_export .specialization-table td {
    border: 1px solid #000; }
  #about_kazakhstan .specialization-table th,
  #about_kz_export .specialization-table th {
    border: 1px solid #000;
    padding: 5px; }
  #about_kazakhstan .export-info .info_wrapper,
  #about_kz_export .export-info .info_wrapper {
    width: 100%; }
  #about_kazakhstan .export,
  #about_kz_export .export {
    width: 500px; }
  #about_kazakhstan .chart-board,
  #about_kz_export .chart-board {
    display: flex;
    margin-top: 20px;
    justify-content: space-between; }
    #about_kazakhstan .chart-board p,
    #about_kz_export .chart-board p {
      font-size: 16px; }
  #about_kazakhstan .chart-board__left p,
  #about_kz_export .chart-board__left p {
    text-align: end; }
  #about_kazakhstan .chart-board__right,
  #about_kz_export .chart-board__right {
    width: 49%; }
  #about_kazakhstan .chart-board__left,
  #about_kz_export .chart-board__left {
    width: 49%; }
  #about_kazakhstan .chart__bar,
  #about_kz_export .chart__bar {
    display: flex; }
  #about_kazakhstan .chart__bar p,
  #about_kz_export .chart__bar p {
    margin: 0;
    margin-top: 2px; }
  #about_kazakhstan .bar,
  #about_kz_export .bar {
    width: 70%;
    height: 20px;
    background-color: #020A77;
    margin-bottom: 13px;
    margin-top: 7px;
    margin-right: 5px; }
  #about_kazakhstan .dollar-board .chart-board__right,
  #about_kz_export .dollar-board .chart-board__right {
    border-left: 1px solid #B2B2B2; }
  #about_kazakhstan .dollar-board .chart-board__right .bar,
  #about_kz_export .dollar-board .chart-board__right .bar {
    background-color: #020A77; }
  #about_kazakhstan #bar_1,
  #about_kz_export #bar_1 {
    width: 63%; }
  #about_kazakhstan #bar_2,
  #about_kz_export #bar_2 {
    width: 14%; }
  #about_kazakhstan #bar_3,
  #about_kz_export #bar_3 {
    width: 7%; }
  #about_kazakhstan #bar_4,
  #about_kz_export #bar_4 {
    width: 5%; }
  #about_kazakhstan #bar_5,
  #about_kz_export #bar_5 {
    width: 4%; }
  #about_kazakhstan #bar_6,
  #about_kz_export #bar_6 {
    width: 5%; }
  #about_kazakhstan #dollar-bar_1,
  #about_kz_export #dollar-bar_1 {
    width: 70%; }
  #about_kazakhstan #dollar-bar_2,
  #about_kz_export #dollar-bar_2 {
    width: 25%; }
  #about_kazakhstan #dollar-bar_3,
  #about_kz_export #dollar-bar_3 {
    width: 23%; }
  #about_kazakhstan #dollar-bar_4,
  #about_kz_export #dollar-bar_4 {
    width: 20%; }
  #about_kazakhstan #dollar-bar_5,
  #about_kz_export #dollar-bar_5 {
    width: 10%; }
  #about_kazakhstan #dollar-bar_6,
  #about_kz_export #dollar-bar_6 {
    width: 9%; }
  #about_kazakhstan #dollar-bar_7,
  #about_kz_export #dollar-bar_7 {
    width: 8%; }
  #about_kazakhstan #dollar-bar_8,
  #about_kz_export #dollar-bar_8 {
    width: 7%; }
  #about_kazakhstan #dollar-bar_9,
  #about_kz_export #dollar-bar_9 {
    width: 6%; }
  #about_kazakhstan #dollar-bar_10,
  #about_kz_export #dollar-bar_10 {
    width: 5%; }
  #about_kazakhstan #dollar-bar_11,
  #about_kz_export #dollar-bar_11 {
    width: 4%; }
  #about_kazakhstan .region-indicator,
  #about_kz_export .region-indicator {
    margin-top: 56px; }
  #about_kazakhstan .main-directions,
  #about_kz_export .main-directions {
    margin-top: 56px; }
  #about_kazakhstan .main-directions .info_wrapper,
  #about_kz_export .main-directions .info_wrapper {
    width: 100%; }
  #about_kazakhstan .pie-chart,
  #about_kz_export .pie-chart {
    margin-top: 60px; }
  #about_kazakhstan .d-none,
  #about_kz_export .d-none {
    display: none; }

@media screen and (max-width: 576px) {
  .info_wrapper__image {
    width: 100% !important; } }

.section .section__header .header__title {
  font-size: 24px;
  line-height: 120%;
  color: #0A1422; }

.section .header__link {
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.01em; }

.product-search-form {
  background: #F5F5F5;
  padding: 30px 35px; }
  .product-search-form .product-search-form__select {
    width: 100%; }
    .product-search-form .product-search-form__select .ant-select-selection-selected-value {
      font-size: 16px;
      line-height: 44px;
      font-weight: 600;
      color: #2A5287; }
  .product-search-form .product-search-form__label {
    font-size: 14px;
    line-height: 166.3%;
    color: #8F98A4; }

.modal-contents__footer {
  margin-top: 10px; }

.modal-contents .modal-contents__image {
  width: 340px;
  object-fit: contain;
  margin-right: 40px; }

.modal-contents .modal-contents__content .content__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 19px;
  color: #2A5287;
  margin-bottom: 60px;
  display: block; }

.modal-contents .content__row {
  margin-bottom: 5px; }

.modal-contents .content__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #2F3D55;
  margin-bottom: 17px;
  min-width: 168px; }

.modal-contents .content__label-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #2A5287; }

.modal-contents .modal-contents__button {
  margin-top: 45px;
  border: none;
  padding: 20px 44px;
  font-size: 16px;
  line-height: 16px;
  color: #2A5287;
  font-weight: bold; }

.product-search-result {
  border: 1px solid #E7EBF1;
  margin-bottom: 54px;
  display: flex;
  min-height: 200px;
  flex-direction: column; }
  .product-search-result .product-search-result__content {
    padding: 25px 21px;
    border-bottom: 1px solid #DDE4EF;
    flex-grow: 1; }
    .product-search-result .product-search-result__content .product-search-result__title {
      color: #264164;
      font-size: 19px;
      line-height: 120%; }
    .product-search-result .product-search-result__content .product-search-result__address {
      margin-top: 18px;
      color: #8F98A4; }
  .product-search-result__image {
    max-height: 60px;
    max-width: 60px;
    margin-right: 16px;
    object-fit: contain; }
    .product-search-result__image + .product-search-result__block {
      width: calc(100% - 76px); }
  .product-search-result__block {
    width: 100%; }
  .product-search-result .product-search-result__button {
    color: #2A5287;
    width: 100%;
    font-size: 17px;
    line-height: 120%; }

.product-search-group__item:nth-child(3n) {
  margin-right: 0; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

.search-page .content__panel {
  padding: 40px; }

.search-page .product-search-form {
  background-color: #FFFFFF;
  padding: 0; }

.search-page .ant-select-selection {
  padding: 0; }

.search-page .search-page__search-input .ant-input-suffix {
  display: none; }

.global-search-item {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #eee;
  margin: 20px 0 10px 0; }

.search-page__subtitle {
  margin: 15px 0;
  display: block; }

.pagination-column {
  justify-content: center;
  width: auto;
  margin: 0 auto;
  display: table; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

body {
  background-color: #DDE4EF; }

.main-page {
  background: url(/_next/static/images/background_with_map-e71442076a98e9746c9c8f8523ab0403.jpg);
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 15px; }
  .main-page__locale {
    display: inline-flex;
    color: #2A5287;
    position: absolute;
    right: 7vw;
    top: 5vh;
    background-color: #fff;
    border-radius: 5px; }
    .main-page__locale:before {
      content: ' ';
      display: block;
      position: absolute;
      width: 8px;
      height: 8px;
      top: 36%;
      right: 17px;
      border-bottom: 2px solid #2A5287;
      border-left: 2px solid #2A5287;
      transform: rotate(-45deg); }
    .main-page__locale .ant-dropdown {
      padding: 5px 20px !important; }
    .main-page__locale .language-pointer {
      padding: 5px 35px 5px 15px; }
    @media screen and (max-width: 400px) {
      .main-page__locale .language-pointer {
        padding: 5px 30px 5px 15px; } }
  .main-page__logo {
    display: flex;
    align-items: center;
    margin: 0 0 50px -20px; }
    .main-page__logo img {
      width: 150px;
      height: 150px;
      margin-right: 0px; }
    .main-page__logo span {
      font-size: 18px;
      width: 225px;
      font-weight: bold;
      color: rgba(49, 112, 195, 0.5); }
      .kk .main-page__logo span {
        width: 265px; }
    @media screen and (max-width: 600px) {
      .main-page__logo img {
        width: 120px;
        height: 120px; }
      .main-page__logo span {
        width: 130px;
        margin-left: -15px;
        font-size: 14px;
        line-height: 15px; }
        .kk .main-page__logo span {
          width: 120px; } }
    @media screen and (max-width: 400px) {
      .main-page__logo img {
        width: 93px;
        height: 93px; }
      .main-page__logo span {
        width: 110px;
        margin-left: -11px;
        font-size: 12px;
        line-height: 12px; }
        .kk .main-page__logo span {
          width: 105px; } }
  .main-page__content {
    width: 80%;
    margin: 0 auto; }
    @media screen and (max-width: 1366px) {
      .main-page__content {
        width: 90%; } }
    .main-page__content .main-page__content--inner {
      width: 80%; }
      @media screen and (max-width: 600px) {
        .main-page__content .main-page__content--inner {
          width: 100%; } }
    .main-page__content .content__title {
      font-size: 80px;
      line-height: 85px;
      font-weight: bold;
      color: #2A5287;
      margin-bottom: 115px;
      display: block;
      width: 540px; }
      @media screen and (max-width: 1366px) {
        .main-page__content .content__title {
          font-size: 65px;
          line-height: 70px;
          margin-bottom: 40px; } }
      @media screen and (max-width: 600px) {
        .main-page__content .content__title {
          font-size: 35px;
          line-height: 40px;
          width: 200px;
          margin-bottom: 5%; } }
    @media screen and (max-width: 768px) {
      .main-page__content .content__btns {
        display: flex;
        flex-direction: column;
        margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      .main-page__content .content__btns {
        display: flex;
        flex-direction: row; } }
    .main-page__content .content__button {
      display: flex;
      align-items: center;
      max-width: 340px;
      margin-right: 40px;
      height: 84px;
      padding-left: 30px;
      padding-right: 30px;
      box-sizing: border-box;
      border-radius: 3px;
      box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.2);
      font-size: 15px;
      line-height: 18px;
      font-weight: bold;
      text-align: center;
      color: #FFFFFF;
      white-space: normal; }
      .main-page__content .content__button--deepblue {
        background: #2A5287; }
      .main-page__content .content__button--blue {
        background: #5787C7; }
      .main-page__content .content__button .icon {
        margin-right: 10px; }
      @media screen and (max-width: 1366px) {
        .main-page__content .content__button {
          font-size: 12px;
          line-height: 15px;
          max-width: 280px;
          height: 74px; } }
      @media screen and (max-width: 600px) {
        .main-page__content .content__button {
          margin: 0 auto;
          font-size: 10px;
          width: 100%;
          height: 60px;
          margin-bottom: 10px; } }
    .main-page__content .content__search {
      width: 523px;
      height: auto;
      margin-top: 45px; }
      .main-page__content .content__search ::placeholder {
        color: #2A5287; }
      .main-page__content .content__search .ant-input-group {
        border: 1px solid #2A5287;
        border-radius: 3px;
        background: rgba(42, 82, 135, 0.1); }
      .main-page__content .content__search .ant-input {
        border: none;
        background: transparent;
        color: #2A5287; }
        .main-page__content .content__search .ant-input:focus {
          box-shadow: none; }
      .main-page__content .content__search .ant-input-wrapper:before {
        content: "";
        width: 100%;
        position: absolute;
        height: 50px;
        background: #FFFFFF;
        opacity: 0.1; }
      .main-page__content .content__search .ant-input-group-addon {
        background: transparent; }
      .main-page__content .content__search .ant-input-search-button {
        background: transparent;
        padding: 12px;
        font-size: 18px;
        color: #2A5287; }
      @media screen and (max-width: 1366px) {
        .main-page__content .content__search {
          margin-top: 20px;
          width: 400px;
          height: 20px; } }
      @media screen and (max-width: 600px) {
        .main-page__content .content__search {
          margin: 0 auto;
          width: 100%; }
          .main-page__content .content__search ::placeholder {
            font-size: 10px; } }

.main-pag__locale-items {
  margin-left: -4px; }
  .main-pag__locale-items li {
    padding: 5px 28px; }

@media (max-width: 768px) {
  .main-page {
    background: url(/_next/static/images/background-map-mobile-d4dc70a224562c521e061a7b1d7e28ba.jpg);
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; } }

.page-questionnaire {
  background: #F5F5F5; }
  .page-questionnaire .page-questionnaire__title {
    padding: 30px 35px 40px;
    border-bottom: 2px solid #DDE4EF;
    font-size: 21px;
    line-height: 21px;
    color: #2A5287;
    font-weight: bold; }
  .page-questionnaire .page-questionnaire__subtitle {
    padding: 0 35px;
    font-size: 16px;
    line-height: 16px;
    color: #264164;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px; }
  .page-questionnaire .page-questionnaire__content {
    padding: 0 35px; }
    .page-questionnaire .page-questionnaire__content .content__item {
      width: 46%;
      margin-bottom: 45px; }
      .page-questionnaire .page-questionnaire__content .content__item .content__title-wrapper {
        min-height: 48px;
        margin-bottom: 20px; }
        .page-questionnaire .page-questionnaire__content .content__item .content__title-wrapper .item__title {
          font-size: 16px;
          line-height: 16px;
          color: #2A5287; }
      .page-questionnaire .page-questionnaire__content .content__item .content__item__input {
        height: 90px;
        width: 100%;
        border-radius: 4px; }
  .page-questionnaire .page-questionnaire__button-wrapper {
    text-align: right;
    padding-right: 35px;
    padding-left: 55px;
    padding-bottom: 40px;
    border-bottom: 2px solid #DDE4EF; }
    .page-questionnaire .page-questionnaire__button-wrapper .page-questionnaire__button {
      font-size: 16px;
      line-height: 16px;
      font-weight: bold;
      color: #2A5287;
      background: #F3C366;
      padding: 20px 83px; }
    .page-questionnaire .page-questionnaire__button-wrapper .page-questionnaire__button--disable {
      background: #F9E1B3; }
  .page-questionnaire .page-questionnaire__pagination {
    text-align: right;
    padding: 27px 35px; }
    .page-questionnaire .page-questionnaire__pagination .pagination__item {
      min-width: 14px;
      min-height: 14px;
      background: #C9D5E6;
      border-radius: 50%;
      margin-right: 7px; }
    .page-questionnaire .page-questionnaire__pagination .pagination__item--active {
      background: #FFBF43; }
    .page-questionnaire .page-questionnaire__pagination .pagination__item--prev {
      background: #67768F; }
    .page-questionnaire .page-questionnaire__pagination .pagination__item--margin-left {
      margin-left: auto; }

.ant-radio-wrapper span {
  font-size: 16px;
  line-height: 16px;
  color: #2A5287; }

.ant-radio-inner::after {
  background-color: #FFBF43; }

.ant-radio-checked .ant-radio-inner,
.ant-radio-checked .ant-radio-inner:focus {
  border-color: #C9D5E6; }

.static-page {
  position: relative;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover; }
  .static-page .ant-tabs-nav-container {
    font-size: 16px; }
  .static-page .ant-tabs-tab {
    background: #1398E7;
    color: #FFFFFF !important;
    text-align: center !important; }
    .static-page .ant-tabs-tab:disabled {
      background: #1398e740;
      color: #FFFFFF !important; }
      .static-page .ant-tabs-tab:disabled:hover {
        background: #1398e740; }
    .static-page .ant-tabs-tab-active {
      background: rgba(19, 152, 231, 0.12);
      color: #0997E3 !important; }
      .static-page .ant-tabs-tab-active:hover {
        color: #0997E3;
        background: rgba(19, 152, 231, 0.24); }
  .static-page .static-page__title {
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    color: #264164;
    display: block; }
  .static-page .static-page__image-wrapper {
    width: 100%;
    z-index: 1;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0; }
    .static-page .static-page__image-wrapper .static-page__image {
      z-index: 1; }
  .static-page .static-page__content {
    z-index: 2;
    position: relative; }
    .static-page .static-page__content .static-page__progress-wrapper-half-width {
      width: 75% !important;
      margin-left: auto !important;
      margin-right: auto !important; }
    .static-page .static-page__content .static-page__progress-wrapper, .static-page .static-page__content .chart__content-wrapper {
      margin: 50px 0;
      width: 100%;
      border: 2px solid #002060;
      position: relative; }
      .static-page .static-page__content .static-page__progress-wrapper .chart__header-wrapper, .static-page .static-page__content .chart__content-wrapper .chart__header-wrapper {
        display: flex;
        color: #002060;
        justify-content: center;
        position: absolute;
        top: -25px;
        width: 100%; }
        .static-page .static-page__content .static-page__progress-wrapper .chart__header-wrapper .chart__header, .static-page .static-page__content .chart__content-wrapper .chart__header-wrapper .chart__header {
          width: 50%;
          text-align: center;
          padding: 0 30px;
          font-size: 18px;
          font-weight: bold;
          line-height: 25px !important;
          background-color: #fff; }
      .static-page .static-page__content .static-page__progress-wrapper .chart__bar-wrapper, .static-page .static-page__content .chart__content-wrapper .chart__bar-wrapper {
        margin-top: 50px;
        margin-bottom: 25px; }
        .static-page .static-page__content .static-page__progress-wrapper .chart__bar-wrapper .chart__bar, .static-page .static-page__content .chart__content-wrapper .chart__bar-wrapper .chart__bar {
          display: flex;
          align-items: center;
          padding: 0 25px; }
          .static-page .static-page__content .static-page__progress-wrapper .chart__bar-wrapper .chart__bar .chart_bar-text, .static-page .static-page__content .chart__content-wrapper .chart__bar-wrapper .chart__bar .chart_bar-text {
            margin-bottom: 0 !important; }
          .static-page .static-page__content .static-page__progress-wrapper .chart__bar-wrapper .chart__bar .chart_bar-title, .static-page .static-page__content .chart__content-wrapper .chart__bar-wrapper .chart__bar .chart_bar-title {
            width: 60%;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: right;
            margin-right: 5px; }
          .static-page .static-page__content .static-page__progress-wrapper .chart__bar-wrapper .chart__bar .bar__bar-item-wrapper, .static-page .static-page__content .chart__content-wrapper .chart__bar-wrapper .chart__bar .bar__bar-item-wrapper {
            width: 100%;
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
            position: relative;
            border-left: 1px solid #8f98a4;
            padding: 5px 0; }
            .static-page .static-page__content .static-page__progress-wrapper .chart__bar-wrapper .chart__bar .bar__bar-item-wrapper .bar, .static-page .static-page__content .chart__content-wrapper .chart__bar-wrapper .chart__bar .bar__bar-item-wrapper .bar {
              background-color: #002060;
              width: 61%;
              height: 20px;
              position: relative;
              display: flex;
              align-items: center; }
              .static-page .static-page__content .static-page__progress-wrapper .chart__bar-wrapper .chart__bar .bar__bar-item-wrapper .bar .chart_bar-progress-text, .static-page .static-page__content .chart__content-wrapper .chart__bar-wrapper .chart__bar .bar__bar-item-wrapper .bar .chart_bar-progress-text {
                width: 90px;
                position: absolute;
                left: 101%;
                white-space: nowrap;
                overflow: hidden;
                margin-left: 5px;
                text-overflow: ellipsis; }
            .static-page .static-page__content .static-page__progress-wrapper .chart__bar-wrapper .chart__bar .bar__bar-item-wrapper .chart_bar-text, .static-page .static-page__content .chart__content-wrapper .chart__bar-wrapper .chart__bar .bar__bar-item-wrapper .chart_bar-text {
              margin-left: auto !important; }
    .static-page .static-page__content .static-page__progress-map-wrapper {
      margin: 25px 0; }
      .static-page .static-page__content .static-page__progress-map-wrapper .chart__header-wrapper {
        border-bottom: 3px solid orange;
        margin-bottom: 10px; }
        .static-page .static-page__content .static-page__progress-map-wrapper .chart__header-wrapper .chart__header-text {
          font-weight: bold;
          font-size: 18px;
          padding: 0 10px; }
          .static-page .static-page__content .static-page__progress-map-wrapper .chart__header-wrapper .chart__header-text span {
            font-style: italic; }
      .static-page .static-page__content .static-page__progress-map-wrapper .chart__content-wrapper {
        padding: 0 10px !important;
        margin: 0;
        position: relative;
        border: none; }
        .static-page .static-page__content .static-page__progress-map-wrapper .chart__content-wrapper:after {
          content: '';
          width: 98%;
          height: 2px;
          background-color: #264164;
          margin: 0 auto;
          position: absolute;
          bottom: 100%; }
        .static-page .static-page__content .static-page__progress-map-wrapper .chart__content-wrapper .chart__bar-header {
          padding-top: 5px !important;
          font-size: 16px !important;
          font-style: italic !important; }
        .static-page .static-page__content .static-page__progress-map-wrapper .chart__content-wrapper .chart__content {
          background-image: url(/_next/static/images/map-5a785da719b4002f97f7e75a45f7eee5.png);
          background-repeat: no-repeat;
          background-position: 100% 100%;
          background-size: auto;
          height: auto;
          min-height: 400px;
          width: 100%;
          position: relative;
          margin-top: 15px; }
          .static-page .static-page__content .static-page__progress-map-wrapper .chart__content-wrapper .chart__content .chart__content-right-body {
            position: absolute;
            top: 0;
            right: 0;
            width: 50%; }
            .static-page .static-page__content .static-page__progress-map-wrapper .chart__content-wrapper .chart__content .chart__content-right-body .chart__bar-header-text {
              text-align: center; }
          .static-page .static-page__content .static-page__progress-map-wrapper .chart__content-wrapper .chart__content .chart__bar-header-text {
            font-size: 18px;
            font-weight: bold; }
          .static-page .static-page__content .static-page__progress-map-wrapper .chart__content-wrapper .chart__content .chart__bar-wrapper {
            margin-top: 10px; }
            .static-page .static-page__content .static-page__progress-map-wrapper .chart__content-wrapper .chart__content .chart__bar-wrapper .chart__bar {
              padding: 0; }
              .static-page .static-page__content .static-page__progress-map-wrapper .chart__content-wrapper .chart__content .chart__bar-wrapper .chart__bar .chart_bar-title {
                width: 20%; }
              .static-page .static-page__content .static-page__progress-map-wrapper .chart__content-wrapper .chart__content .chart__bar-wrapper .chart__bar .bar__bar-item-wrapper .bar {
                width: 30.3%; }
                .static-page .static-page__content .static-page__progress-map-wrapper .chart__content-wrapper .chart__content .chart__bar-wrapper .chart__bar .bar__bar-item-wrapper .bar .chart_bar-progress-text {
                  color: red;
                  font-weight: bold; }
      .static-page .static-page__content .static-page__progress-map-wrapper .chart__footer {
        margin: 25px 0;
        width: 100%;
        border: 2px solid #002060;
        position: relative; }
        .static-page .static-page__content .static-page__progress-map-wrapper .chart__footer .chart__footer-header-wrapper {
          display: flex;
          justify-content: center;
          position: absolute;
          top: -12px;
          width: 100%; }
          .static-page .static-page__content .static-page__progress-map-wrapper .chart__footer .chart__footer-header-wrapper .chart__footer-header {
            width: 32%;
            text-align: center;
            padding: 0 30px;
            font-size: 18px;
            font-weight: bold;
            background-color: #fff; }
        .static-page .static-page__content .static-page__progress-map-wrapper .chart__footer .chart__footer-content-wrapper {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          margin-top: 35px;
          margin-bottom: 25px; }
          .static-page .static-page__content .static-page__progress-map-wrapper .chart__footer .chart__footer-content-wrapper .chart__footer-content-item {
            width: 20%;
            margin-top: 15px;
            padding: 0 1px; }
            .static-page .static-page__content .static-page__progress-map-wrapper .chart__footer .chart__footer-content-wrapper .chart__footer-content-item .chart__footer-content-item-title {
              text-align: center;
              font-size: 18px;
              font-weight: bold; }
            .static-page .static-page__content .static-page__progress-map-wrapper .chart__footer .chart__footer-content-wrapper .chart__footer-content-item .chart__footer-content-item-description {
              text-align: center !important;
              font-style: italic;
              margin-bottom: 2.5px !important; }
    .static-page .static-page__content .static-page__html {
      padding: 16px 0; }
      .static-page .static-page__content .static-page__html p {
        font-size: 16px;
        line-height: 16px; }

.static-page .static-page__content .static-page__html {
  /*------------------------------------SECTION ABOUT-KZ----------------------------------------*/
  /*------------------------------------SECTION STATISTICS----------------------------------------*/
  /*------------------------------------COMMON_INFO----------------------------------------*/
  /*------------------------------------ECONOMICS----------------------------------------*/
  /*------------------------------------SPECIALIZATION----------------------------------------*/
  /*------------------------------------SPECIALIZATION----------------------------------------*/
  /*------------------------------------ABOUT EXPORT----------------------------------------*/
  /*------------------------------------REGION INDICATOR----------------------------------------*/
  /*------------------------------------MAIN DIRECTIONS----------------------------------------*/ }
  .static-page .static-page__content .static-page__html .header-top {
    background-color: #2A5287;
    font-size: 13px;
    height: 48px; }
  .static-page .static-page__content .static-page__html .header-top_wrapper {
    display: flex;
    justify-content: space-between; }
  .static-page .static-page__content .static-page__html .trade-option {
    margin-top: 8px; }
  .static-page .static-page__content .static-page__html .page-nav {
    padding-top: 15px; }
  .static-page .static-page__content .static-page__html .page-nav_items {
    margin: 0;
    padding: 0;
    min-width: 200px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
  .static-page .static-page__content .static-page__html .nav-item > a {
    text-decoration: none;
    color: #A9B9CF; }
  .static-page .static-page__content .static-page__html .nav-item > a:hover {
    color: #fff; }
  .static-page .static-page__content .static-page__html .user-block {
    display: flex;
    list-style: none; }
  .static-page .static-page__content .static-page__html .trade-option_button {
    display: inline-block;
    text-align: center;
    width: 68px;
    height: 24px;
    text-decoration: none;
    color: #A9B9CF;
    border-radius: 3px;
    padding-top: 8px; }
  .static-page .static-page__content .static-page__html .trade-option_button:hover {
    background-color: #fff;
    color: #2A5287; }
  .static-page .static-page__content .static-page__html .user-block {
    margin: 0;
    padding: 0;
    min-width: 200px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }
  .static-page .static-page__content .static-page__html .header-bottom {
    height: 80px;
    border-bottom: 1px solid #D3D3D3; }
  .static-page .static-page__content .static-page__html .header-bottom_wrapper {
    display: flex;
    justify-content: space-between; }
  .static-page .static-page__content .static-page__html .logo {
    width: 97px;
    height: 48px; }
  .static-page .static-page__content .static-page__html .logo > p {
    padding-top: 16px;
    color: #2A5287;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0; }
  .static-page .static-page__content .static-page__html .page-nav_items {
    margin: 0; }
  .static-page .static-page__content .static-page__html .info-nav {
    min-width: 70%; }
  .static-page .static-page__content .static-page__html .info-nav_item > a {
    text-decoration: none;
    color: #2A5287;
    font-size: 14px;
    display: block;
    height: 48px;
    text-align: center;
    padding-top: 31px; }
  .static-page .static-page__content .static-page__html .info-nav_item > a:hover {
    font-weight: bold; }
  .static-page .static-page__content .static-page__html .active {
    font-weight: bold;
    border-bottom: 2px solid #F3C365; }
  .static-page .static-page__content .static-page__html .title-section {
    display: flex;
    justify-content: space-between; }
  .static-page .static-page__content .static-page__html .title-section_wrapper {
    background: url(/_next/static/images/astana-0aaebe6e045ace38eda26442b9ce5b22.png) center center no-repeat;
    background-size: 100% auto;
    height: 278px; }
  .static-page .static-page__content .static-page__html .title-section h1 {
    margin-top: 31px;
    color: #fff;
    font-size: 48px; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: flex;
    justify-content: space-between; }
  .static-page .static-page__content .static-page__html .stat-number {
    font-size: 48px;
    color: #2A5287;
    padding-top: 16px;
    margin: 0;
    line-height: 56px;
    font-weight: bold; }
  .static-page .static-page__content .static-page__html .stat-item {
    display: flex;
    justify-content: space-between; }
  .static-page .static-page__content .static-page__html .stat-left {
    margin-top: 25px;
    margin-left: 5px; }
  .static-page .static-page__content .static-page__html .stat-left p {
    margin: 0;
    color: #94A0B0; }
  .static-page .static-page__content .static-page__html .stat-description {
    margin: 0; }
  .static-page .static-page__content .static-page__html .common-info {
    margin-top: 54px;
    position: inherit; }
  .static-page .static-page__content .static-page__html .country-map {
    position: absolute;
    top: 400px;
    right: 0; }
  .static-page .static-page__content .static-page__html .economics {
    margin-top: 32px; }
  .static-page .static-page__content .static-page__html .d-flex {
    display: flex; }
  .static-page .static-page__content .static-page__html .side-content {
    margin-top: 680px;
    margin-left: 40px; }
  .static-page .static-page__content .static-page__html .side-content_item {
    margin-bottom: 100px; }
  .static-page .static-page__content .static-page__html .side-content_item img {
    display: block;
    margin-bottom: 10px; }
  .static-page .static-page__content .static-page__html .side-content_item a {
    text-decoration: none;
    color: #2A5287; }
  .static-page .static-page__content .static-page__html .info_wrapper h3 {
    margin-bottom: 8px; }
  .static-page .static-page__content .static-page__html .info_wrapper h3 + p {
    margin-top: 0; }
  .static-page .static-page__content .static-page__html .side-description {
    margin-left: 40px;
    width: 30%;
    margin-top: 600px; }
  .static-page .static-page__content .static-page__html .side-description p {
    color: #899099;
    margin-bottom: 60px; }
  .static-page .static-page__content .static-page__html .show-all {
    background-color: #F3C466;
    font-family: 'Source Sans Pro', sans-serif !important;
    border-radius: 6px;
    border: none; }
  .static-page .static-page__content .static-page__html .vehicles {
    margin-top: 56px; }
  .static-page .static-page__content .static-page__html .info_wrapper a {
    display: block;
    margin-top: 24px;
    color: #004890;
    text-decoration: none; }
  .static-page .static-page__content .static-page__html .inter-membership .show-all {
    margin-top: 25px; }
  .static-page .static-page__content .static-page__html .triple-agreement {
    margin-top: 56px; }
  .static-page .static-page__content .static-page__html .export {
    width: 500px; }
  .static-page .static-page__content .static-page__html .export-section_wrapper {
    background: url(/_next/static/images/export-0351c5ce15fb9a7a7aba964e09e87c42.png) center center no-repeat;
    background-size: 100% auto;
    height: 278px; }
  .static-page .static-page__content .static-page__html .region-indicator {
    margin-top: 56px; }
  .static-page .static-page__content .static-page__html .main-directions {
    margin-top: 15px; }
  .static-page .static-page__content .static-page__html .pie-chart {
    margin-top: 60px; }

.static-page__image {
  height: 250px;
  object-fit: cover;
  width: 100%; }

.static-page .static-page__title.staticFull {
  margin-top: 30px !important;
  color: #fff;
  font-size: 48px;
  height: 250px; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

#about_kazakhstan, #about_kz_export {
  /*------------------------------------SECTION STATISTICS----------------------------------------*/
  /*------------------------------------COMMON_INFO----------------------------------------*/
  /*------------------------------------ECONOMICS----------------------------------------*/
  /*------------------------------------MEMBERSHIP----------------------------------------*/
  /*------------------------------------SPECIALIZATION----------------------------------------*/
  /*------------------------------------REGION INDICATOR----------------------------------------*/
  /*------------------------------------MAIN DIRECTIONS----------------------------------------*/ }
  #about_kazakhstan .stat-wrapper, #about_kz_export .stat-wrapper {
    display: flex;
    justify-content: space-between; }
  #about_kazakhstan .stat-number, #about_kz_export .stat-number {
    font-size: 48px;
    color: #2A5287;
    padding-top: 16px;
    margin: 0;
    line-height: 56px;
    font-weight: bold; }
  #about_kazakhstan .stat-item, #about_kz_export .stat-item {
    display: flex;
    justify-content: space-between;
    font-size: 16px; }
  #about_kazakhstan .stat-left, #about_kz_export .stat-left {
    margin-top: 25px;
    margin-left: 5px; }
  #about_kazakhstan .stat-left p, #about_kz_export .stat-left p {
    margin: 0;
    color: #94A0B0; }
  #about_kazakhstan .stat-description, #about_kz_export .stat-description {
    margin: 0; }
  #about_kazakhstan .common-info, #about_kz_export .common-info {
    margin-top: 54px; }
  #about_kazakhstan .info_wrapper h2, #about_kz_export .info_wrapper h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0; }
  #about_kazakhstan .content, #about_kz_export .content {
    font-size: 15px !important; }
  #about_kazakhstan .info_wrapper p, #about_kz_export .info_wrapper p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px; }
  #about_kazakhstan .info_wrapper .chart_bar-text, #about_kz_export .info_wrapper .chart_bar-text {
    line-height: 18px !important; }
  #about_kazakhstan .bar .chart_bar-text, #about_kz_export .bar .chart_bar-text {
    padding-left: 10px !important; }
  #about_kazakhstan p.chart_bar-title, #about_kz_export p.chart_bar-title {
    text-align: left !important; }
  #about_kazakhstan .country-map, #about_kz_export .country-map {
    position: absolute;
    top: 400px;
    right: 0; }
  #about_kazakhstan .economics, #about_kz_export .economics {
    margin-top: 32px; }
  #about_kazakhstan .d-flex, #about_kz_export .d-flex {
    display: flex; }
  #about_kazakhstan .side-content, #about_kz_export .side-content {
    margin-top: 645px; }
  #about_kazakhstan .side-content_item, #about_kz_export .side-content_item {
    margin-bottom: 40px;
    width: 300px;
    margin-left: 40px; }
  #about_kazakhstan .side-content_item img, #about_kz_export .side-content_item img {
    display: block;
    margin-bottom: 10px; }
  #about_kazakhstan .side-content_item a, #about_kz_export .side-content_item a {
    text-decoration: none;
    color: #2A5287;
    font-size: 16px; }
  #about_kazakhstan .chart-wrapper, #about_kz_export .chart-wrapper {
    margin: 30px 0 30px 0; }
  #about_kazakhstan .info_wrapper h3, #about_kz_export .info_wrapper h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px; }
  #about_kazakhstan .info_wrapper h3 + p, #about_kz_export .info_wrapper h3 + p {
    font-size: 14px;
    margin-top: 0;
    text-align: justify; }
  #about_kazakhstan .side-description, #about_kz_export .side-description {
    width: 300px;
    margin-top: 470px; }
  #about_kazakhstan .side-description p, #about_kz_export .side-description p {
    margin-left: 40px;
    font-size: 14px;
    color: #899099; }
  #about_kazakhstan .show-all, #about_kz_export .show-all {
    background-color: #F3C466;
    font-size: 16px;
    font-weight: bold;
    height: 56px;
    border-radius: 6px;
    border: none;
    font-family: 'Source Sans Pro', sans-serif !important;
    cursor: pointer; }
  #about_kazakhstan .vehicles, #about_kz_export .vehicles {
    margin-top: 56px; }
  #about_kazakhstan .info_wrapper a, #about_kz_export .info_wrapper a {
    display: block;
    margin-top: 24px;
    font-size: 20px;
    color: #004890;
    text-decoration: none; }
  #about_kazakhstan .inter-membership .show-all, #about_kz_export .inter-membership .show-all {
    margin-top: 25px; }
  #about_kazakhstan .inter-membership, #about_kz_export .inter-membership {
    margin-top: 56px; }
  #about_kazakhstan .show-all, #about_kz_export .show-all {
    width: 150px; }
  #about_kazakhstan .specialization, #about_kz_export .specialization {
    margin-top: 56px; }
  #about_kazakhstan .triple-agreement, #about_kz_export .triple-agreement {
    margin-top: 56px; }
  #about_kazakhstan .specialization .show-all, #about_kz_export .specialization .show-all {
    margin-top: 10px; }
  #about_kazakhstan .region-indicator, #about_kz_export .region-indicator {
    margin-top: 56px; }
  #about_kazakhstan .main-directions, #about_kz_export .main-directions {
    margin-top: 35px; }
  #about_kazakhstan .pie-chart, #about_kz_export .pie-chart {
    margin-top: 60px; }
  #about_kazakhstan .d-none, #about_kz_export .d-none {
    display: none; }

@media screen and (max-width: 768px) {
  #about_kazakhstan .side-content_item, #about_kz_export .side-content_item {
    position: inherit; }
  .static-page .static-page__content .static-page__html .economics .info_wrapper {
    width: 100%; }
  .info-wrapper > img {
    width: 100% !important; }
  .static-page__table-wrapper .static-page__table-body .static-page__table-item-simple:first-child, .static-page__table-wrapper .static-page__table-body .static-page__table-item-orange:first-child, .static-page__table-wrapper .static-page__table-body .static-page__table-item-simple-lighten:first-child {
    font-size: 12px; }
  #about_kazakhstan .economics-table td, #about_kz_export .economics-table td {
    font-size: 12px; } }

.loading {
  display: inline-block;
  border-radius: 50%;
  border-style: solid;
  animation: loading .6s infinite linear;
  border-color: rgba(0, 0, 0, 0.25);
  border-top-color: black;
  width: 30px;
  height: 30px;
  border-width: 4px; }

.loading.center, .loading.translate_center {
  animation: centered-loading .6s infinite linear; }

@keyframes loading {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@keyframes centered-loading {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(359deg); } }

.loading__color-red.loading {
  border-color: rgba(195, 29, 40, 0.25);
  border-top-color: #c31d28; }

.loading__color-light_red.loading {
  border-color: rgba(255, 86, 86, 0.25);
  border-top-color: #ff5656; }

.loading__color-yellow.loading {
  border-color: rgba(255, 211, 98, 0.25);
  border-top-color: #ffd362; }

.loading__color-blue.loading {
  border-color: rgba(1, 118, 226, 0.25);
  border-top-color: #0176e2; }

.loading__color-light_blue.loading {
  border-color: rgba(0, 148, 211, 0.25);
  border-top-color: #0094d3; }

.loading__color-black.loading {
  border-color: rgba(14, 14, 14, 0.25);
  border-top-color: #0e0e0e; }

.loading__color-background_black.loading {
  border-color: rgba(20, 20, 20, 0.25);
  border-top-color: #141414; }

.loading__color-dark_grey.loading {
  border-color: rgba(78, 78, 78, 0.25);
  border-top-color: #4e4e4e; }

.loading__color-grey.loading {
  border-color: rgba(170, 170, 170, 0.25);
  border-top-color: #aaaaaa; }

.loading__color-light_grey.loading {
  border-color: rgba(221, 221, 221, 0.25);
  border-top-color: #dddddd; }

.loading__color-white.loading {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: white; }

.loading__color-gradient_grey.loading {
  border-color: rgba(78, 78, 78, 0.25);
  border-top-color: #4e4e4e; }

.loading__size-1.loading {
  width: 10px;
  height: 10px; }

.loading__size-2.loading {
  width: 20px;
  height: 20px; }

.loading__size-3.loading {
  width: 30px;
  height: 30px; }

.loading__size-4.loading {
  width: 40px;
  height: 40px; }

.loading__size-5.loading {
  width: 50px;
  height: 50px; }

.loading__size-6.loading {
  width: 60px;
  height: 60px; }

.loading__size-7.loading {
  width: 70px;
  height: 70px; }

.loading__size-8.loading {
  width: 80px;
  height: 80px; }

.loading__size-9.loading {
  width: 90px;
  height: 90px; }

.loading__size-10.loading {
  width: 100px;
  height: 100px; }

.loading__border-size-1.loading {
  border-width: 1px; }

.loading__border-size-2.loading {
  border-width: 2px; }

.loading__border-size-3.loading {
  border-width: 3px; }

.loading__border-size-4.loading {
  border-width: 4px; }

.loading__border-size-5.loading {
  border-width: 5px; }

.loading__border-size-6.loading {
  border-width: 6px; }

.loading__border-size-7.loading {
  border-width: 7px; }

.loading__border-size-8.loading {
  border-width: 8px; }

.loading__border-size-9.loading {
  border-width: 9px; }

.loading__border-size-10.loading {
  border-width: 10px; }

.support-page__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #264164;
  text-align: center;
  margin-bottom: 34px;
  width: 100%;
  display: block; }

.support-page__text {
  font-size: 15px;
  line-height: 18px;
  color: #264164; }
  .support-page__text p, .support-page__text li {
    margin: 0.5rem; }

.support-page__loader {
  display: flex;
  width: 100%;
  height: 200px;
  justify-content: center;
  align-items: center; }

.initial-support__checkbox {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #2A5287; }

.support-next__button {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #2A5287;
  padding: 12px 12px; }

.steps-form {
  padding: 27px 36px; }

.steps-form__label {
  font-size: 14px;
  line-height: 14px;
  color: #8F98A4;
  display: block;
  margin-bottom: 15px; }

.steps-form__file {
  cursor: pointer; }
  .steps-form__file .steps-form__file-label {
    font-size: 14px;
    line-height: 14px;
    color: #2A5287; }

.steps-form__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #2A5287;
  margin-top: 24px;
  margin-bottom: 24px;
  display: block; }

.steps-form__circle {
  width: 55px !important;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #2A5287; }

.step-cost {
  padding: 10px 36px 27px;
  background: #FFFFFF; }
  .step-cost .ant-collapse {
    border: none;
    background: transparent; }
    .step-cost .ant-collapse .ant-collapse-item {
      margin-bottom: 20px;
      border: none;
      background: #E8F1FD; }
      .step-cost .ant-collapse .ant-collapse-item .ant-collapse-header {
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        color: #2A5287;
        padding-top: 24px;
        padding-bottom: 24px; }
        .step-cost .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
          color: #0997E3; }
      .step-cost .ant-collapse .ant-collapse-item .ant-collapse-content {
        border: none;
        background: #E8F1FD; }

.step-documents {
  padding: 10px 36px 27px;
  background: #FFFFFF; }
  .step-documents .step-documents__title {
    font-size: 14px;
    line-height: 17px;
    color: #8F98A4; }
  .step-documents .step-documents__checkbox {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #2A5287; }

.steps-next__button {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #2A5287;
  padding: 12px 12px; }

.steps__checkbox:last-child {
  line-height: normal; }

.steps-form__with-download-btn {
  display: flex;
  flex-direction: column; }
  .steps-form__with-download-btn .steps-form__label {
    font-weight: 700;
    color: #2A5287; }
  .steps-form__with-download-btn a {
    margin-top: 10px;
    margin-bottom: 20px; }

.compensation-steps {
  width: 340px; }
  .compensation-steps .ant-steps-item-container {
    display: flex;
    align-items: center; }
  .compensation-steps .ant-steps-item-icon {
    width: 15px;
    height: 15px;
    line-height: 15px;
    vertical-align: middle; }
    .compensation-steps .ant-steps-item-icon .ant-steps-icon {
      display: none; }

.support-page {
  padding: 40px; }
  .support-page .support-page__select {
    font-size: 16px;
    line-height: 16px;
    border-radius: 2px;
    font-weight: bold;
    color: #264164; }
    .support-page .support-page__select .ant-cascader-input::placeholder {
      font-size: 16px;
      height: 32px;
      line-height: 16px;
      color: #264164; }
  .support-page .support-page__button--blue {
    background: #264164;
    padding: 14px 84px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    border-radius: 2px;
    color: #FFFFFF; }
  .support-page .support-page__info {
    margin-top: 12px;
    padding: 16px 32px;
    margin-bottom: 56px;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    color: #264164; }

.support-page__option {
  background: #F3C366;
  font-size: 15px;
  line-height: 15px;
  color: #2A5287;
  font-weight: 600;
  padding: 16px 8px; }

.ant-dropdown-menu {
  background: #F3C366; }
  .ant-dropdown-menu .ant-menu {
    background: #F3C366;
    max-height: 500px;
    overflow-y: auto; }
    .ant-dropdown-menu .ant-menu .ant-menu-item {
      min-width: 250px; }

.bottom-row-btns-list {
  width: 50%;
  flex-wrap: wrap; }
  .bottom-row-btns-list a {
    flex: 1 0 45%;
    margin: 5px; }
    .bottom-row-btns-list a .steps-next__button {
      width: 100%; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

.widget {
  position: relative;
  min-height: 100px; }
  .widget__loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8); }
  .widget__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px; }
  .widget__title {
    font-size: 14px;
    font-weight: bold;
    color: #2E3846;
    margin-bottom: 18px; }

.country-analytics__title {
  font-size: 17px;
  font-weight: bold;
  color: #2E3846;
  margin-bottom: 10px; }

.w-100 {
  width: 100%; }

.bold-text {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #2E3846; }

.small-text {
  font-size: 10px;
  color: #a0adbd;
  margin-bottom: 4px; }

.small {
  font-size: 12px;
  color: #a0adbd;
  margin-bottom: 5px; }

.item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.country-detail p {
  margin: 0; }

.service-by-color {
  display: flex;
  align-items: center; }

.service-by-color__title {
  font-size: 12px;
  line-height: 166.3%;
  font-weight: 600;
  color: #2E3846; }

.service-by-color__block {
  width: 10px;
  height: 10px;
  display: block;
  margin-left: 10px; }

.service--red {
  background: #ff0000; }

.service--lightRed {
  background: #F95C52; }

.service--yellow {
  background: #F9CA52; }

.service--green {
  background: #5FBB34; }

.service--lightGreen {
  background: #2bff00; }

.service--purple {
  background: #B684DD; }

.service--blue {
  background: #3170C3; }

.service--lightBlue {
  background: #29ffe6; }

.service--lightGrey {
  background: #C1D4ED; }

.service--orange {
  background: #ff7500; }

.total-product__title {
  font-size: 12px;
  font-weight: bold;
  color: #2E3846;
  margin-bottom: 20px; }

.switch-with-label {
  display: flex; }
  .switch-with-label .ant-switch {
    background-color: #D6E2F3; }
  .switch-with-label .ant-switch-checked {
    background-color: #5A8DCF; }
  .switch-with-label__captions {
    margin-left: 4px; }
  .switch-with-label__caption {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    color: #a0adbd;
    margin-bottom: 2px; }
    .switch-with-label__caption--selected {
      color: #648BBF; }

.tree-map svg {
  padding: 0; }
  .tree-map svg > .node > #rect-0, .tree-map svg > .node > #rect-0 ~ a, .tree-map svg > .node > #rect-0 ~ title {
    display: none; }
  .tree-map svg .node rect {
    stroke: #fff;
    stroke-width: 3; }
  .tree-map svg .node text tspan:first-child {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: #FEFEFE; }
  .tree-map svg .node text tspan:last-child {
    font-size: 21px;
    font-weight: bold;
    fill: rgba(255, 255, 255, 0.5); }

.world-analytics-countries {
  display: flex; }
  .world-analytics-countries .world-analytics-country {
    min-width: 230px;
    margin-right: 45px;
    margin-bottom: 24px; }
    .world-analytics-countries .world-analytics-country__label {
      color: #A0ADBD;
      font-size: 12px; }
    .world-analytics-countries .world-analytics-country__value {
      font-size: 17px;
      font-weight: bold;
      color: #2E3846; }

.w-100 {
  width: 100%; }

.small {
  font-size: 12px;
  color: #a0adbd;
  margin-bottom: 5px; }

.item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.item-percentage {
  min-width: 40px; }

.country-detail p {
  margin: 0; }

.w-100 {
  width: 100%; }

.small {
  font-size: 12px;
  color: #a0adbd;
  margin-bottom: 5px; }

.kaz-map {
  width: 100%;
  fill: orange; }

.region-top-countries .widget__title {
  margin-bottom: 40px; }

.region-top-countries__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px; }

.region-top-countries__label {
  font-size: 16px;
  line-height: 1;
  color: rgba(46, 56, 70, 0.9); }

.region-top-countries__value {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #2E3846; }

.map {
  padding-left: 1rem;
  flex: 1 1 auto; }
  @media (max-width: 600px) {
    .map {
      padding-left: 0;
      padding-top: 1rem; } }
  .map svg {
    stroke: #fff;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round; }
    .map svg path {
      outline: none !important;
      fill: #d6e2f3;
      cursor: pointer; }
      .map svg path :focus {
        outline: none !important; }
      .map svg path:hover {
        fill: #3170c3; }
      .map svg path[aria-current='true'] {
        fill: #3170c3; }
      .map svg path[aria-checked='true'] {
        fill: #3170c3; }

.sidebar {
  padding: 22px 26px;
  background: #ffffff;
  border-right: 2px solid #DDE4EF;
  max-width: 320px; }
  .sidebar .ant-radio-inner {
    width: 10px;
    height: 10px; }
    .sidebar .ant-radio-inner:after {
      top: 1.9px;
      left: 1.9px;
      width: 4px;
      height: 4px;
      border-radius: 4px; }
  .sidebar .ant-calendar-picker {
    display: block; }
  .sidebar .ant-select-selection--single {
    height: 40px; }
  .sidebar .ant-select-selection__rendered {
    height: 40px; }
  .sidebar__item {
    margin-bottom: 13px; }
  .sidebar__number {
    font-size: 18px;
    font-weight: bold; }

.tooltip {
  left: -315px; }

.sidebar__button {
  background: transparent;
  color: #A0ADBD;
  opacity: 0.66;
  border: none;
  height: auto;
  box-shadow: none;
  padding: 10px 30px;
  width: 112px;
  white-space: normal;
  margin-bottom: 15px; }
  .sidebar__button:active {
    background: #3170C3;
    color: #ffffff;
    opacity: 1; }

.sidebar__button--active {
  background: #3170C3 !important;
  color: #ffffff !important;
  opacity: 1; }

.sidebar__select {
  font-size: 13px;
  line-height: 13px;
  color: #2E3846; }
  .sidebar__select .ant-select-selection-selected-value {
    font-weight: 500;
    font-size: 13px;
    color: #2E3846; }

.sidebar__select--button {
  font-size: 12px;
  color: #ffffff; }
  .sidebar__select--button .ant-select-arrow {
    color: #ffffff; }
  .sidebar__select--button .ant-select-selection {
    background: #3170C3; }
  .sidebar__select--button .ant-select-selection__placeholder,
  .sidebar__select--button .ant-select-search__field__placeholder {
    color: #ffffff; }

.sidebar__radio {
  display: flex !important;
  align-items: center;
  margin-right: 5px;
  font-size: 12px;
  line-height: 12px;
  color: #A1AEBE; }
  .sidebar__radio > span {
    font-size: 12px;
    line-height: 12px; }
  .sidebar__radio-selected {
    font-size: 12px;
    font-weight: 500;
    color: #2E3846; }

.sidebar__radio .ant-radio-checked .ant-radio-inner {
  border-color: #E7EBF1; }

.sidebar__radio .ant-radio-checked .ant-radio-inner::after {
  background-color: #2E3846;
  width: 6px;
  height: 6px;
  top: 1.1px;
  left: 1.1px; }

.sidebar__label {
  font-size: 12px;
  line-height: 12px;
  color: #A1AEBE;
  margin-bottom: 8px; }
  .sidebar__label--bold {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #2E3846; }
  .sidebar__label--middle-bold {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    color: #2E3846; }

.sidebar__card {
  padding: 12px 16px;
  background: #F4F7FD; }

.ant-calendar-footer {
  display: flex;
  justify-content: center; }

.sidebar-range-date__button {
  background: #3170C3;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 16px auto; }

.analytics-page {
  padding: 0 48px;
  margin-bottom: -48px;
  margin-bottom: 40px; }
  .analytics-page .ant-select-selection {
    padding: 0; }
  .analytics-page .analytics-page-container {
    max-width: 1200px;
    margin: 0 auto; }
  .analytics-page .line-graph {
    color: gray; }
  .analytics-page .horizontal-graph {
    color: #5A8DCF; }
  .analytics-page .ant-calendar-picker input {
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    color: #2E3846; }

.infographics__title {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #264164;
  display: block;
  margin: 23px 0 45px 0; }

.infographics__big-image {
  width: 100%;
  object-fit: cover; }

.infographics__body {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap; }
  .infographics__body-item {
    margin-bottom: 70px;
    text-align: center; }
    .infographics__body-item__title {
      display: inline-block;
      margin: 0 auto 20px;
      color: #264164;
      font-weight: bold;
      font-size: 19px;
      line-height: 120%; }
    .infographics__body-item__img {
      width: auto;
      height: 250px;
      cursor: pointer;
      object-fit: contain; }

@media (min-width: 992px) {
  .main-buttons {
    bottom: -168px; }
  .main-header_left {
    left: -1000px; }
  .main-header_right {
    top: -1000px; }
  .services-wrapper {
    opacity: 0;
    bottom: -300px;
    position: relative;
    padding: 200px 0;
    height: 100%; }
  .news-wrapper_title {
    position: relative;
    top: -400px;
    opacity: 0; }
  .news-wrapper_items {
    margin-top: 500px;
    opacity: 0; }
  .contact-wrapper_form {
    position: relative;
    opacity: 0;
    right: -500px; }
  .contact-wrapper_content {
    position: relative;
    opacity: 0;
    left: -500px; }
  .active .main-buttons {
    bottom: 0;
    transition: .5s ease-in; }
  .active .main-header_right {
    top: 0;
    transition: .5s ease-in; }
  .active .main-header_left {
    left: 0;
    transition: .5s ease-in; }
  .active .services-wrapper {
    bottom: 0;
    opacity: 1;
    transition: .5s ease-in; }
  .active .news-wrapper_title {
    opacity: 1;
    top: 0;
    transition: .5s ease-in; }
  .active .news-wrapper_items {
    opacity: 1;
    margin-top: 0;
    transition: .5s ease-in; }
  .active .contact-wrapper_form {
    opacity: 1;
    transition: .5s linear;
    right: 0; }
  .active .contact-wrapper_content {
    opacity: 1;
    transition: .5s ease-in;
    left: 0; } }

@media (max-width: 991px) {
  body .main-page-export > div {
    height: unset !important; }
  body .main-header .main-header_content .main-header_left .main-page__locale {
    position: absolute;
    top: 50px;
    right: 50%; } }

@media (max-width: 991px) {
  .filter-form__item {
    flex: 25% !important;
    margin-right: 0 !important; }
  .chart__content {
    background-size: 75% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .chart__header {
    width: 50% !important; }
  .chart_bar-progress-text-outside {
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    font-weight: bold;
    width: 50px !important;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chart__footer-content-item {
    width: 25% !important; }
  .info_wrapper .static-page__progress-wrapper-half-width {
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

@media (max-width: 768px) {
  html body .main-buttons .main-buttons_content .main-buttons_item {
    margin: 10px 0; }
  html body .contact-wrapper .contact-wrapper_content .call-us-form__description {
    width: 100%; }
  html body .services-wrapper, html body .news-wrapper {
    padding: 50px 0 !important; }
  html body .card-news {
    width: 315px; }
  html body .news-wrapper_title {
    padding: 0 40px; }
  html body .show-all_button {
    margin-top: 10px; }
  html body .contact-wrapper {
    padding: 0 !important; }
    html body .contact-wrapper .contact-wrapper_form {
      padding: 50px 0 !important; }
    html body .contact-wrapper .contact-wrapper_content {
      padding: 50px 40px !important; }
  html body .news-mini-slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 30px; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
  .filter-form__item {
    flex: 100% !important;
    margin-right: 0 !important; }
  .info_wrapper {
    width: 100% !important; }
  .specialization {
    margin-top: 10px !important; }
  .side-content_item {
    margin-left: 0 !important;
    position: relative !important;
    right: 0 !important;
    margin-bottom: 10px !important; }
  .chart__content-right-body {
    display: none; }
  .stat-wrapper {
    display: flex;
    flex-direction: column; }
    .stat-wrapper .stat-item {
      justify-content: flex-start !important; }
  .chart__header {
    width: 75% !important; }
  .chart__footer-content-item, .chart__footer-header {
    width: 50% !important; }
  .mobileLang {
    display: block; }
  .desktopLang {
    display: none; }
  .nav-bar {
    padding: 10px 15px; }
  #mobileLogo {
    height: 40px;
    display: inline-block; }
    #mobileLogo img {
      height: 100%; }
  .navbar-collapse {
    padding: 30px 0 0 0;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .navbar-collapse .navbar-nav {
      margin: 0 0 15px 0;
      padding-left: 15px; }
      .navbar-collapse .navbar-nav .menu-selected {
        background: rgba(255, 255, 255, 0.1);
        color: #FFF !important;
        font-weight: bold;
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px; }
  .search-page .justify-content-between {
    flex-wrap: wrap; }
    .search-page .justify-content-between .search-page__search-input {
      width: 100%; }
      .search-page .justify-content-between .search-page__search-input .ant-input-suffix {
        display: none; }
  .search-page .product-search-result {
    margin-bottom: 20px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__title {
      font-size: 16px; }
    .search-page .product-search-result .product-search-result__button {
      font-size: 15px; }
    .search-page .product-search-result .product-search-result__content {
      padding: 25px 21px 10px 21px; }
    .search-page .product-search-result .product-search-result__content .product-search-result__address {
      font-size: 13px;
      position: unset; }
  .rc-footer {
    text-align: left !important; }
  .rc-footer-column h2 {
    margin: 0 !important;
    height: unset !important; }
  .ant-pagination {
    text-align: center !important; }
  .sign-in-wrapper, .register-wrapper {
    padding: 25px 40px; }
    .sign-in-wrapper h1, .register-wrapper h1 {
      font-size: 22px;
      font-weight: normal; }
    .sign-in-wrapper .sign-in-buttons .ant-btn-link, .register-wrapper .sign-in-buttons .ant-btn-link {
      font-size: 14px; }
  .news-detail-page, .support-page {
    max-width: 100%;
    padding: 35px; }
    .news-detail-page .d-flex, .support-page .d-flex {
      flex-wrap: wrap; }
    .news-detail-page .card-details-information, .support-page .card-details-information {
      width: 100%; }
    .news-detail-page .card-details-information__image, .support-page .card-details-information__image {
      width: 100%;
      object-fit: cover; }
    .news-detail-page .news-detail-page__content, .support-page .news-detail-page__content {
      margin: 0;
      padding-right: 0; }
      .news-detail-page .news-detail-page__content P, .support-page .news-detail-page__content P {
        text-align: unset;
        font-weight: normal; }
    .news-detail-page .card-details-information__content .d-flex, .support-page .card-details-information__content .d-flex {
      flex-wrap: unset; }
    .news-detail-page .news-detail-page__header, .support-page .news-detail-page__header {
      padding: 0;
      background: none; }
      .news-detail-page .news-detail-page__header .header__title, .support-page .news-detail-page__header .header__title {
        font-size: 16px; }
  .support-page__info {
    font-size: 16px !important; }
  .static-page .static-page__content {
    margin-top: 20px; }
    .static-page .static-page__content .static-page__html P {
      text-indent: unset !important;
      margin: 10px 0; }
  .card-import .card-import__title {
    font-size: 18px;
    font-weight: normal; }
  .main-header {
    background: #f1f1f1 !important; }
  .ant-menu {
    line-height: unset !important;
    background: #f1f1f1 !important;
    border-bottom: 0 !important; }
    .ant-menu .ant-menu-submenu-title {
      font-size: 15px; }
    .ant-menu .ant-menu-item .ant-menu-submenu-title {
      font-size: 13px; }
  .export-calculator__header {
    flex-wrap: wrap; }
    .export-calculator__header > div, .export-calculator__header .header__title {
      margin-bottom: 15px; }
  .mobileSelect {
    padding: 0 !important; }
  .support-page .inner-menu {
    background: #f3c366; }
    .support-page .inner-menu .steps-next__button {
      font-size: 12px;
      line-height: 12px; }
  .ant-modal .modal-contents .d-flex {
    flex-wrap: wrap; }
  .ant-modal .modal-contents .content__title {
    margin-top: 35px;
    margin-bottom: 20px; }
  .modal-contents .modal-contents__image {
    max-width: 100%;
    object-fit: contain; }
  .analytics-page .analytics-page-container > .d-flex {
    flex-wrap: wrap; }
    .analytics-page .analytics-page-container > .d-flex > button {
      width: 100% !important; }
  .analytics-page .sidebar {
    width: 100%;
    max-width: 100%; }
    .analytics-page .sidebar .ant-select {
      width: 100% !important; }
  .analytics-page .analytics-page__content {
    width: 100% !important; }
  .static-page .static-page__content .static-page__html .stat-wrapper {
    display: block; }
    .static-page .static-page__content .static-page__html .stat-wrapper .stat-number {
      width: 100%;
      margin: 20px 0; }
  .static-page .static-page__content .static-page__html .side-content, .static-page .static-page__content .static-page__html .side-description, .static-page .static-page__content .static-page__html .country-map {
    display: none; }
  .static-page .static-page__content .static-page__html .info_wrapper {
    width: 100%; }
  .static-page .static-page__content .static-page__html .static-page__title.staticFull {
    height: auto !important; }
  .tab-analytics__header {
    flex-wrap: wrap; }
    .tab-analytics__header .tab-analytics__button {
      width: 100%; }
  .tab-analytics__body {
    display: block; }
    .tab-analytics__body .tab-analytics__content {
      width: 100%; }
    .tab-analytics__body .sidebar__item.d-flex button {
      width: 50%; } }

@media screen and (max-width: 576px) {
  html body {
    max-width: 100%;
    overflow-x: hidden; }
    html body .main-header .main-header_content .main-header_left .main-page__locale {
      position: fixed;
      background: none !important;
      color: #FFF;
      top: 4px;
      right: unset;
      z-index: 1111111;
      left: 0; }
      html body .main-header .main-header_content .main-header_left .main-page__locale:before {
        border-color: #FFF; }
      html body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
        background: none; }
    html body .services-wrapper, html body .news-wrapper {
      padding: 50px 0 !important; }
      html body .services-wrapper h2, html body .news-wrapper h2 {
        font-size: 40px;
        line-height: 44px; }
    html body .slick-dots {
      display: none !important; }
    html body .news-mini-slider .news-mini-slider__item .item__content {
      background: rgba(0, 0, 0, 0.4); }
    html body .news-mini-slider .news-mini-slider__title {
      line-height: 20px; }
    html body .news-mini-slider .news-mini-slider__item .item__img {
      height: 300px !important;
      min-height: unset; }
    html body .contact-wrapper .call-us-form__button {
      width: 100%; }
    html body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      font-size: 16px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title {
      flex-wrap: wrap;
      margin-bottom: 100px; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
      width: 100%;
      text-align: center; }
    html body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      width: 100%; }
    html body .slider-arrows {
      position: absolute;
      top: 130px;
      left: 50%;
      margin-left: -48px; }
    html body .main-header_right {
      margin-bottom: 30px; }
    html body .menu-expanded {
      width: 100%;
      padding: 30px 15px; }
      html body .menu-expanded h2 {
        font-size: 30px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li span, html body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 14px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu li li a, html body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        font-size: 12px; }
      html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, html body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 5px 0; }
      html body .menu-expanded .menu-expanded_navigation {
        width: 100%;
        height: 80vh; }
    html body #logo {
      margin: 60px auto;
      display: table; }
    html body .menu-label, html body .menu-expanded_close {
      padding: 10px 20px;
      width: 100%;
      text-align: right; }
    html body .main-header .main-header_content h2 {
      font-size: 40px;
      line-height: 44px;
      margin: 15px 0; }
    html body .main-header .main-header_content .search-input button {
      height: 40px;
      width: 100px;
      padding: 0;
      font-size: 14px; }
    html body .main-header .main-header_content .search-input input {
      height: 40px; }
  .news-mini-slider .news-mini-slider__item .item__img {
    width: 100%;
    height: calc(100% - 100px) !important; }
  .news-mini-slider .news-mini-slider__item .item__content {
    height: 160px !important; }
  .chart__content {
    background-size: 70% !important;
    min-height: 100% !important;
    background-position: center right !important; }
  .static-page .static-page__title.staticFull {
    margin-top: 30px !important;
    margin-bottom: 25px !important;
    color: #fff;
    font-size: 48px;
    height: auto !important; }
  .chart_bar-title {
    width: 50% !important; }
  .chart__header {
    width: 90% !important; }
  .chart__footer-header {
    width: 90% !important; }
  .chart__footer-content-item {
    width: 100% !important; }
  .noPadding {
    padding: 0 !important; }
  .news-mini-slider {
    height: 300px;
    min-height: unset; }
    .news-mini-slider .news-mini-slider__item {
      height: 300px;
      min-height: unset; }
    .news-mini-slider .news-mini-slider__title {
      font-size: 1.2em; }
    .news-mini-slider .ant-carousel .slick-dots {
      left: 50vw;
      padding-left: 45px;
      margin-left: -25%; }
  .card-media, .card-events {
    width: 100%; }
    .card-media .card-media__img, .card-media .card-events__img, .card-events .card-media__img, .card-events .card-events__img {
      width: 100%; }
    .card-media .card-media__content, .card-media .card-events__content, .card-events .card-media__content, .card-events .card-events__content {
      min-height: auto;
      padding: 25px; }
      .card-media .card-media__content .content__date, .card-media .card-media__content .card-events__date, .card-media .card-media__content .date__title, .card-media .card-media__content .date__text, .card-media .card-events__content .content__date, .card-media .card-events__content .card-events__date, .card-media .card-events__content .date__title, .card-media .card-events__content .date__text, .card-events .card-media__content .content__date, .card-events .card-media__content .card-events__date, .card-events .card-media__content .date__title, .card-events .card-media__content .date__text, .card-events .card-events__content .content__date, .card-events .card-events__content .card-events__date, .card-events .card-events__content .date__title, .card-events .card-events__content .date__text {
        font-size: 13px !important;
        font-weight: normal !important;
        line-height: normal !important; }
      .card-media .card-media__content .content__title, .card-media .card-media__content .card-events__title, .card-media .card-events__content .content__title, .card-media .card-events__content .card-events__title, .card-events .card-media__content .content__title, .card-events .card-media__content .card-events__title, .card-events .card-events__content .content__title, .card-events .card-events__content .card-events__title {
        font-size: 16px; }
  .email-form-card, .link-card, .card-news {
    width: 100%;
    max-width: 100%; }
  .card-news {
    min-height: auto; }
  .static-page img {
    max-width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  .product-search-result {
    min-height: auto; }
  .product-search-group__item {
    margin-right: 0; }
  .email-form-card, .link-card {
    margin-bottom: 0;
    padding: 15px 25px;
    height: 170px;
    max-height: 170px;
    position: relative; }
    .email-form-card .link-card__title, .email-form-card .email-form-card__title, .link-card .link-card__title, .link-card .email-form-card__title {
      font-size: 16px; }
    .email-form-card .link-card__label, .link-card .link-card__label {
      border-radius: 2px;
      font-weight: bold;
      height: auto;
      line-height: 120%;
      color: #FFFFFF;
      border: none; }
      .email-form-card .link-card__label span, .link-card .link-card__label span {
        width: 100%; }
    .email-form-card .link-card__label, .email-form-card .email-form-card__button, .link-card .link-card__label, .link-card .email-form-card__button {
      padding: 10px;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      font-size: 13px;
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .email-form-card .link-card__circle, .link-card .link-card__circle {
      display: none; }
    .email-form-card.blueButton .link-card__label, .link-card.blueButton .link-card__label {
      background: #2A5287; }
  .popular-service-list .popular-service-list__item .item__title {
    height: unset;
    font-size: 1.15em; }
  .popular-service-list .popular-service-list__item .item__menu .item__menu__link, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title {
    margin-bottom: 12px;
    padding: 0 30px;
    font-size: 14px; }
    .popular-service-list .popular-service-list__item .item__menu .item__menu__link span, .popular-service-list .popular-service-list__item .ant-menu-submenu .ant-menu-submenu-title span {
      font-size: 14px !important; }
  .section__header {
    width: 100%;
    padding: 15px; }
    .section__header .header__title {
      float: left;
      font-size: 20px !important;
      display: inline-block;
      line-height: 30px !important; }
    .section__header .header__link {
      line-height: 30px;
      font-size: 14px;
      float: right; }
  .card-news .card-news__title {
    font-size: 16px;
    min-height: unset; }
  .card-news .card-news__date {
    font-size: 13px; }
  .sticky-sidebar__item {
    width: 40px;
    height: 40px; }
  .ant-pagination .ant-pagination-item {
    height: 35px !important;
    width: 35px !important;
    padding: 11px 0 !important; }
    .ant-pagination .ant-pagination-item a {
      line-height: 100% !important; }
  .search-page .justify-content-between .search-page__title {
    font-size: 20px; }
  .news-page__title,
  .events-page__title,
  .news-detail-page__tile,
  .static-page__title,
  .import-page__title,
  .header__title,
  .personal__title,
  .international-tenders__title,
  .analytics-page__content h3,
  .about__title {
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 24px !important; }
  .news-detail-page .news-detail-page__content P {
    text-align: unset;
    font-weight: normal;
    font-size: 13px !important; }
    .news-detail-page .news-detail-page__content P span {
      font-size: 13px !important; }
  .news-detail-page .card-details-information {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    background: unset; }
  .card-import {
    margin-bottom: 20px; }
    .card-import .card-import__content {
      height: unset; }
  .about-partners {
    margin: 0 !important; }
  .modal-contents .content__label {
    min-width: 150px;
    font-size: 14px; }
  .modal-contents .content__label-info {
    font-size: 14px; }
  .main-page__locale {
    background-color: #dde3ef !important; }
  .analytics-page {
    padding: 30px 0 !important; }
  .bottom-row-btns-list {
    width: 100%; } }

.infographics-slider {
  margin-top: 1rem;
  padding: 0 25px; }
  .infographics-slider .slick-slide {
    padding: 0 15px; }
  .infographics-slider .slick-list {
    margin: 0 2em; }
  .infographics-slider .slider__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 15px;
    background-color: #2A5287; }
  .infographics-slider .slider__title--active {
    font-weight: 600;
    background-color: #1398E7; }
  .infographics-slider .slick-prev:before, .infographics-slider .slick-next:before {
    display: none; }
  .infographics-slider .slider-right {
    transform: rotate(180deg); }

.infographics-extended__content {
  margin-top: 30px;
  background: #F5F5F5; }

.infographics-extended__text {
  margin: 25px 0; }
  .infographics-extended__text h2 {
    font-weight: 600;
    color: #2A5287;
    font-size: 23px; }
  .infographics-extended__text p {
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 600;
    color: #2A5287;
    font-size: 16px; }

.infographics-extended__title {
  padding: 15px 36px;
  font-size: 14px;
  line-height: 14px;
  color: #8F98A4; }

.c-page__header {
  margin: 15px 0 45px; }

.c-page__title {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #264164; }


.about .about-partner {
  text-align: center;
  padding: 15px; }
  .about .about-partner__img {
    max-height: 200px;
    max-width: 200px; }
  .about .about-partner__title {
    margin-top: 10px; }

.about .about__title {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #264164;
  display: block;
  margin: 23px 0 45px 0; }

.about .about__text {
  font-size: 20px;
  color: #264164;
  font-weight: bold; }

.about .about-partners {
  width: 100%;
  margin-top: 62px; }
  .about .about-partners .about-partners__img {
    align-items: center; }
    .about .about-partners .about-partners__img > a {
      width: 100%; }
      .about .about-partners .about-partners__img > a img {
        width: 100%;
        max-width: 150px;
        object-fit: contain;
        margin: 0 auto;
        display: table; }
    .about .about-partners .about-partners__img .special {
      width: 100%;
      max-width: 150px;
      object-fit: contain;
      margin: 0 auto;
      display: table; }
    .about .about-partners .about-partners__img .about-partners__img-special {
      width: 80%;
      margin: 0 10%;
      font-weight: 500;
      text-align: center;
      color: #264164; }

.faq .ant-collapse {
  border: none;
  background: transparent; }
  .faq .ant-collapse .ant-collapse-item {
    margin-bottom: 20px;
    border: none; }
    .faq .ant-collapse .ant-collapse-item .ant-collapse-header {
      font-size: 18px;
      font-weight: bold;
      line-height: 16px;
      color: #1E2B6C;
      padding: 12px 16px 12px 40px;
      text-transform: unset; }
      .faq .ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
        color: #1398E7; }
    .faq .ant-collapse .ant-collapse-item .ant-collapse-content {
      border: none; }

.analytics .infographics-extended__content {
  background: #FFFFFF; }

.analytics .analytics-main-title {
  padding: 20px 0;
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #264164; }

.analytics .analytic-cover {
  flex-wrap: wrap;
  margin-top: 30px;
  background: #FFFFFF; }

.analytics .analytics-header {
  display: flex; }
  .analytics .analytics-header .analytics-header__item {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #2A5287;
    padding: 15px 30px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer; }
    .analytics .analytics-header .analytics-header__item:hover {
      background-color: #1398E7; }
  .analytics .analytics-header .analytics-header__item--active {
    background-color: #1398E7; }

.infographics-page .infographics__body-item__img {
  width: 100%;
  height: 250px;
  object-fit: cover; }

[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

.rc-footer {
  position: relative;
  clear: both;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 1.5;
  background-color: #000; }

.rc-footer a {
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none; }

.rc-footer a:hover {
  color: #40a9ff; }

.rc-footer-container {
  width: 100%;
  max-width: 1200px;
  padding: 80px 0;
  margin: auto; }

.rc-footer-columns {
  display: flex;
  justify-content: space-around; }

.rc-footer-column h2 {
  position: relative;
  margin: 0 auto 24px;
  font-weight: 500;
  font-size: 16px;
  color: #fff; }

.rc-footer-column-icon {
  margin-right: 0.5em;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  position: relative;
  text-align: center; }

.rc-footer-column-icon > span,
.rc-footer-column-icon > svg,
.rc-footer-column-icon img {
  width: 100%;
  display: block; }

.rc-footer-item {
  margin: 12px 0; }

.rc-footer-item-icon {
  margin-right: 0.4em;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  position: relative;
  text-align: center; }

.rc-footer-item-icon > span,
.rc-footer-item-icon > svg,
.rc-footer-item-icon img {
  width: 100%;
  display: block; }

.rc-footer-item-separator {
  margin: 0 0.3em; }

.rc-footer-bottom-container {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  padding: 16px 0;
  line-height: 32px;
  font-size: 16px; }

.rc-footer-light {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85); }

.rc-footer-light h2,
.rc-footer-light a {
  color: rgba(0, 0, 0, 0.85); }

.rc-footer-light .rc-footer-bottom-container {
  border-top-color: #e8e8e8; }

.rc-footer-light .rc-footer-item-separator,
.rc-footer-light .rc-footer-item-description {
  color: rgba(0, 0, 0, 0.45); }

@media only screen and (max-width: 767.99px) {
  .rc-footer {
    text-align: center; }
  .rc-footer-container {
    padding: 40px 0; }
  .rc-footer-columns {
    display: block; }
  .rc-footer-column {
    display: block;
    margin-bottom: 40px; }
  .rc-footer-column:last-child {
    margin-bottom: 0; } }

.main-header {
  background: #fff; }
  .main-header .ant-menu {
    float: right;
    max-width: 100%;
    width: 100%; }
  .main-header .ant-row {
    display: flex;
    align-items: center; }
  .main-header .ant-menu-horizontal > .ant-menu-item:hover,
  .main-header .ant-menu-horizontal > .ant-menu-submenu:hover,
  .main-header .ant-menu-horizontal > .ant-menu-item-active,
  .main-header .ant-menu-horizontal > .ant-menu-submenu-active,
  .main-header .ant-menu-horizontal > .ant-menu-item-open,
  .main-header .ant-menu-horizontal > .ant-menu-submenu-open,
  .main-header .ant-menu-horizontal > .ant-menu-item-selected,
  .main-header .ant-menu-horizontal > .ant-menu-submenu-selected {
    color: #67768f;
    border-bottom: 2px solid #f3c366; }
  .main-header .ant-menu-item-selected .ant-dropdown-trigger a,
  .main-header .ant-dropdown-trigger:hover {
    color: #1890ff; }
  .main-header .ant-dropdown-trigger {
    padding: 0 20px;
    display: inline-block;
    line-height: 100px;
    box-sizing: border-box; }
    .main-header .ant-dropdown-trigger a {
      color: rgba(0, 0, 0, 0.65); }
  .main-header .ant-menu-item {
    font-weight: 500;
    font-size: 15px; }
    .main-header .ant-menu-item a {
      color: #264164; }
  .main-header .ant-menu-submenu-title {
    font-weight: 500;
    font-size: 15px;
    color: #264164;
    padding: 0 11px; }

.header-popup-menu .ant-menu .ant-menu-item {
  font-weight: 500;
  font-size: 15px; }
  .header-popup-menu .ant-menu .ant-menu-item a {
    color: #264164 !important; }

.header-popup-menu .ant-menu .ant-menu-submenu .ant-menu-submenu-title {
  font-weight: 500;
  font-size: 15px;
  color: #264164; }

.ant-dropdown-menu .ant-dropdown-menu-item a {
  color: #2A5287;
  font-size: 15px;
  line-height: 15px;
  padding-top: 15px;
  padding-bottom: 20px; }

.ant-dropdown-menu .dropdown__item--even a {
  background: rgba(255, 255, 255, 0.49); }

.ant-menu-submenu-popup .ant-menu {
  max-height: 500px;
  overflow-y: auto; }
  .ant-menu-submenu-popup .ant-menu .ant-menu-item {
    min-width: 250px; }

.header-sub-menu .ant-menu-submenu-title a {
  margin-right: 10px; }

 body .auth-menu {
  position: absolute;
  top: 82px;
  right: 30px;
  line-height: 57px; }
  body .auth-menu a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    color: #FFFFFF;
    display: inline-block; }


body .ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0); }

body .absolute_menu {
  position: fixed;
  width: 100%;
  padding: 0 64px;
  z-index: 100;
  top: 0;
  left: 0; }
  body .absolute_menu .ant-btn {
    padding: 0; }
  body .absolute_menu .top-search {
    background: #1E2B6C; }
  body .absolute_menu .search-input {
    width: 100%;
    margin: 13px 0 13px 0; }
    body .absolute_menu .search-input input {
      height: 48px;
      border: 0;
      outline: none;
      font-size: 14px;
      border-radius: 0 !important;
      padding-left: 50px;
      background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAYCAYAAACmwZ5SAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF7GlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA5LTI2VDIyOjA5OjM2KzA2OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wOS0yN1QxNjo0NTozNSswNjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wOS0yN1QxNjo0NTozNSswNjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpiMjAyMDVmMy00NjE4LThjNGUtOTczZC1iNGEyZWIxOWVkM2MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjYyMGMwMDMtNzExYy1hODQ2LWEzMzAtYTM1MjBkNzc2NTcwIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MjYyMGMwMDMtNzExYy1hODQ2LWEzMzAtYTM1MjBkNzc2NTcwIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNjIwYzAwMy03MTFjLWE4NDYtYTMzMC1hMzUyMGQ3NzY1NzAiIHN0RXZ0OndoZW49IjIwMjAtMDktMjZUMjI6MDk6MzYrMDY6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YjIwMjA1ZjMtNDYxOC04YzRlLTk3M2QtYjRhMmViMTllZDNjIiBzdEV2dDp3aGVuPSIyMDIwLTA5LTI3VDE2OjQ1OjM1KzA2OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+R2LWMQAAApFJREFUWIXll09O20AUxr83dthVcndILe10l0IrDTcIJ4AbJNlVNG3NCQgnwCpR1R1wAzgB6QlipIYidTOCVuquFohFsT2vi8QlQIhINdMS8ZMs/5s3/j7Ps+cNMTPuE+J/C/jX+LY7JKJr1+SLRsUYroJEBWDZvxwDHLOh3eMvrZ1RfdrMQrKd0oOGpQolp9kmA5XRUaxFKV/Q8Uc99K5Fjc5SWqplZbKs0zebGEbTMyyPui066rZIsJlnpjqYNEDSpH7n0eyycqWnwMkISxVKk2UdMAIGbZ2eeSuJjpJh7aUKgzzNVwkcAkhEKZu/OtI2NVr/hgHApPkegIBB0XF3Y2VUWx1HCYCVmbnGQwKqeepvAlhwoQtwkNIzLxtLAEsw69Mzb+22cV7JDwEkBFQelxsV27oKrBsmQ4u9AzRvSuNh6DhKQIgAQAiu2tZV4OCnxQoA8nPeHzdSZP52/7BiUdDlZzjoUwHA968f4nED9WGkAQBE0qKeS9y7SsuBYdIA8Oz566fjRspiHmbENhUN4mKE2wCQEtXGDczhKQBgcGxT0CDWDQvi7d4eYaDC4LZxUoUBEVZ7Z96ObV0F1g3rz6029UY5eJCm67eNM1nWLObv44P3u7Z1FTiptH7lfn3KyzoEqj2Ze5OclLy1JB5VWmYRGFUAMIbqLjQVOFstydllZUjsAQgA1gCagnlfH/SmK1l+JY3v1wC8AyO46OH6ymlilofT5VBOiXwP9GcNPBQG2pxTUwhs9dpeNj0xhgtmZt8uArxExAr9wgQgDTZtY8TWt8ONT8DVF3RheuIMj8NV0yel0vzPznpiRRzuYKX14zDS58ZbAJNmiPZNP7u/hpmtbraYLofShUbrKX3X+Q0/kKLPc3/DlQAAAABJRU5ErkJggg==) no-repeat left center; }
    body .absolute_menu .search-input button {
      height: 48px;
      width: 124px !important;
      background: #0997E3;
      color: #FFF;
      border: 0;
      outline: none;
      font-size: 16px;
      margin-right: -1px; }
  body .absolute_menu .main-page__locale {
    position: absolute;
    right: 0px;
    width: 135px;
    line-height: 74px;
    background: #1E2B6C;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFF;
    top: 0;
    border-radius: 0;
    display: block;
    cursor: pointer;
    user-select: none; }
    body .absolute_menu .main-page__locale img {
      margin-right: 10px; }
    body .absolute_menu .main-page__locale:before {
      content: ' ';
      display: block;
      position: absolute;
      width: 6px;
      height: 6px;
      top: 45%;
      right: 14px;
      border-bottom: 2px solid #FFF;
      border-left: 2px solid #FFF;
      transform: rotate(-45deg); }
    body .absolute_menu .main-page__locale .language-pointer {
      padding: 0 10px 0 0;
      box-sizing: border-box;
      display: block; }

.simplebar-scrollbar {
  background: #424D86;
  border-radius: 10px; }

.simplebar-horizontal {
  display: none; }

.rc-footer {
  background: #F2F7FB;
  color: #89909c;
  padding: 0 35px;
  position: unset !important; }
  .rc-footer a {
    color: #737A7B; }
  .rc-footer-column {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 15px; }
    .rc-footer-column h2 {
      color: #1E2B6C;
      margin-bottom: 50px;
      height: 50px;
      font-size: 18px; }

.copyright {
  color: #FFF;
  background: #1E2B6C;
  height: 48px;
  line-height: 48px;
  float: left;
  width: 100%;
  text-align: center; }

.sticky-sidebar {
  position: fixed;
  right: 0; }
  .sticky-sidebar__footer {
    margin-top: 10px; }

.sticky-sidebar__item {
  border-bottom: 1px solid #A2CCFA;
  width: 64px;
  padding: 8px 0px;
  text-align: center;
  cursor: pointer;
  background: #0997E3;
  color: #FFF;
  box-sizing: content-box; }
  .sticky-sidebar__item img {
    margin: 0 auto; }
  .sticky-sidebar__item span {
    font-size: 10px;
    width: 60px;
    text-align: center;
    margin: 0; }
  .sticky-sidebar__item :last-child {
    border-bottom: 0; }

.sticky-sidebar__item .item__title {
  font-size: 11px;
  line-height: 11px;
  color: #2A5287; }

.sticky-sidebar__img {
  fill: #2A5287;
  margin: 0 auto; }

.sticky-sidebar__img--white {
  fill: white; }

@media (max-width: 768px) {
  .sticky-sidebar {
    top: 100px; }
  .sticky-sidebar__item {
    background: #E8F1FD;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #A2CCFA; }
  .sticky-sidebar__item .item__title {
    display: none; }
  .sticky-sidebar__item--active {
    background: #2A5287; } }

.sticky__modal__form {
  padding: 0 !important; }

.application-modal-footer__btn {
  width: 100%; }

@charset "UTF-8";
body .sticky-sidebar {
  top: -51px; }

body .main-page-export {
  overflow-x: hidden;
  background: #F2F7FB; }

body .main-page, body .main-page-export {
  font-family: 'Source Sans Pro', sans-serif !important; }

body .section .header__link {
  margin-right: 10px; }

body .accel {
  background: #c5e0b5;
  padding: 30px 20px; }

body .accel a {
  text-decoration: none; }

body .accel button {
  color: #FFF;
  background: #fe9900;
  border: 1px solid #37555d;
  float: right;
  margin-top: 10px;
  padding: 8px 15px; }

body .accel p {
  font-size: 14px;
  line-height: 120%;
  font-weight: bold;
  color: #2A5287;
  text-decoration: none; }

body .accel img {
  width: 60px; }

body .services-wrapper {
  background: #F2F7FB url(/_next/static/images/Neuralinks-47d0f8d272a8537c34200ced074dbf6a.png) no-repeat center;
  padding: 120px 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

body .news-wrapper {
  background: #F2F7FB url(/_next/static/images/Neuralinks-47d0f8d272a8537c34200ced074dbf6a.png) no-repeat center;
  padding: 120px;
  height: 100%; }
  body .news-wrapper.events {
    background: #FFF url(/_next/static/images/Neuralinks-47d0f8d272a8537c34200ced074dbf6a.png) no-repeat center; }
  body .news-wrapper .news-wrapper_content {
    position: relative; }
    body .news-wrapper .news-wrapper_content .news-wrapper_title {
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px; }
      body .news-wrapper .news-wrapper_content .news-wrapper_title h2 {
        color: #1E2B6C;
        font-size: 48px;
        font-weight: 800;
        text-transform: uppercase; }
      body .news-wrapper .news-wrapper_content .news-wrapper_title .show-all_button {
        color: #FFF;
        font-size: 16px;
        line-height: 48px;
        height: 48px;
        font-weight: bold;
        padding: 0 40px;
        border: 1px solid #0997E3;
        float: right;
        background: #0997E3; }

body .scroll_to_top {
  height: 67px;
  width: 67px;
  background: #0997E3; }
  body .scroll_to_top:hover {
    background-color: #096dd9; }
  body .scroll_to_top span {
    display: block;
    border-bottom: 4px solid #FFFFFF;
    border-left: 4px solid #FFFFFF;
    transform: rotate(133deg);
    height: 20px;
    width: 20px;
    position: relative;
    left: 37%;
    top: 27px; }

body .services-wrapper {
  position: relative; }
  body .services-wrapper .services-wrapper_content .services-wrapper_item {
    z-index: 11;
    background: #FFF;
    margin: 15px 0;
    text-transform: uppercase;
    color: #1E2B6C;
    font-size: 24px;
    padding: 24px;
    box-shadow: 0px 8px 12px rgba(162, 204, 250, 0.24);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left; }
    body .services-wrapper .services-wrapper_content .services-wrapper_item img {
      margin: 0 auto;
      display: table; }
    body .services-wrapper .services-wrapper_content .services-wrapper_item span {
      padding: 0 25px;
      font-weight: 600;
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      line-height: 32px; }
    body .services-wrapper .services-wrapper_content .services-wrapper_item:hover {
      border: 2px solid #0997E3;
      padding: 22px; }
      body .services-wrapper .services-wrapper_content .services-wrapper_item:hover span {
        color: #0997E3; }
  body .services-wrapper h2 {
    font-weight: 800;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 48px;
    color: #1E2B6C;
    width: 100%;
    text-transform: uppercase;
    position: relative; }
    body .services-wrapper h2 .services-wrapper_button {
      position: absolute;
      top: 0;
      right: 0; }
      body .services-wrapper h2 .services-wrapper_button a {
        background: #0997E3;
        color: #FFF;
        padding: 0 35px;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        display: block;
        text-transform: none; }
  body .services-wrapper .modalExport {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 43, 108, 0.8);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-out; }
    body .services-wrapper .modalExport.active {
      display: flex;
      opacity: 1; }
    body .services-wrapper .modalExport .modalExport-content {
      background: #FFF;
      margin: 0 auto;
      padding: 40px;
      width: 560px;
      position: relative; }
      body .services-wrapper .modalExport .modalExport-content .model-close {
        position: absolute;
        top: 40px;
        right: 40px;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        color: #1E2B6C; }
      body .services-wrapper .modalExport .modalExport-content h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #1E2B6C;
        margin: 30px 0; }
      body .services-wrapper .modalExport .modalExport-content .modalExport-item {
        background: #FFFFFF;
        box-shadow: 0px 8px 12px rgba(162, 204, 250, 0.24);
        padding: 16px;
        width: 100%;
        display: flex;
        margin-bottom: 12px;
        align-items: center;
        text-decoration: none; }
        body .services-wrapper .modalExport .modalExport-content .modalExport-item span {
          font-weight: 600;
          font-size: 18px;
          line-height: 24px;
          color: #0997E3;
          margin-left: 16px; }
        body .services-wrapper .modalExport .modalExport-content .modalExport-item:last-child {
          margin-bottom: 0; }
        body .services-wrapper .modalExport .modalExport-content .modalExport-item:hover {
          padding: 14px;
          border: 2px solid #0997E3; }

body .main-buttons {
  background: #1E2B6C;
  position: relative;
  z-index: 2; }
  body .main-buttons .main-buttons_content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 20px; }
    body .main-buttons .main-buttons_content .main-buttons_item {
      font-size: 18px;
      line-height: 24px;
      color: #FFF;
      height: 48px;
      text-transform: none;
      display: flex;
      justify-content: center;
      align-items: center; }
      body .main-buttons .main-buttons_content .main-buttons_item span {
        display: inline-block;
        vertical-align: middle; }
      body .main-buttons .main-buttons_content .main-buttons_item :last-child {
        width: calc(100% - 70px);
        padding-left: 18px;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 1px; }
      body .main-buttons .main-buttons_content .main-buttons_item .main-buttons_icon {
        width: 48px;
        height: 48px;
        vertical-align: text-top !important; }
        body .main-buttons .main-buttons_content .main-buttons_item .main-buttons_icon.main_buttons_icon1 {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAAwCAYAAADuFn/PAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA5LTI2VDE2OjI1OjE1KzA2OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTA5LTI2VDE2OjI1OjE1KzA2OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wOS0yNlQxNjoyNToxNSswNjowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphYjQ0ZGI2Ni04OTlhLTgyNDgtODE5ZC0yNzdkN2E1ZjNhODUiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1ZTE0ZjM3Mi1jZDBlLTFmNGUtOGY3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) no-repeat left center; }
        body .main-buttons .main-buttons_content .main-buttons_item .main-buttons_icon.main_buttons_icon2 {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAAwCAYAAADuFn/PAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA5LTI2VDE2OjI1OjQzKzA2OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTA5LTI2VDE2OjI1OjQzKzA2OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wOS0yNlQxNjoyNTo0MyswNjowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphZTEyYmEyMi00ZmViLTk3NGEtYTRmNC02MDFjZWY1MWNhYmYiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1MGQ1ODRkYi0wNjFkLWVlNDYtYWIw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) no-repeat left center; }
        body .main-buttons .main-buttons_content .main-buttons_item .main-buttons_icon.main_buttons_icon3 {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAAwCAYAAADuFn/PAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA5LTI2VDE2OjI2OjI1KzA2OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTA5LTI2VDE2OjI2OjI1KzA2OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wOS0yNlQxNjoyNjoyNSswNjowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNmQ2YzE3NC0wZTY5LTQ1NDAtOWJjMC05YTFjNjBkZTVmYmMiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo5OGZiNmJlZS01OWY4LTFlNDAtOGUy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) no-repeat left center; }
        body .main-buttons .main-buttons_content .main-buttons_item .main-buttons_icon.main_buttons_icon4 {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAAAwCAYAAADuFn/PAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTEwLTE1VDIzOjU4OjU5KzA2OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTEwLTE1VDIzOjU4OjU5KzA2OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0xMC0xNVQyMzo1ODo1OSswNjowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowM2JhMmQzMy0wZTcyLWQyNDUtOGQwMC0zNGI4YzljNmY4ZmMiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1MDhkZjcwOS03M2IzLWNjNDEtYTI5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) no-repeat left center; }
        body .main-buttons .main-buttons_content .main-buttons_item .main-buttons_icon.main_buttons_icon5 {
          background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 496 496' style='enable-background:new 0 0 496 496;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M248,0C111.033,0,0,111.033,0,248s111.033,248,248,248s248-111.033,248-248C495.85,111.096,384.904,0.15,248,0z M248,480 C119.87,480,16,376.13,16,248S119.87,16,248,16s232,103.87,232,232C479.85,376.068,376.068,479.85,248,480z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M364.626,127.672c-2.203-1.068-4.774-1.068-6.978,0v-0.008L205.312,201.6c-0.232,0.112-0.368,0.352-0.584,0.488 c-1.045,0.692-1.94,1.587-2.632,2.632c-0.136,0.216-0.376,0.352-0.488,0.584l-73.944,152.344 c-1.927,3.976-0.266,8.761,3.71,10.688c2.203,1.068,4.774,1.068,6.978,0L290.688,294.4c0.232-0.112,0.368-0.352,0.584-0.488 c1.045-0.692,1.94-1.587,2.632-2.632c0.136-0.216,0.376-0.352,0.488-0.584l73.944-152.336 C370.263,134.384,368.602,129.599,364.626,127.672z M152.144,343.856L211.096,222.4l62.504,62.504L152.144,343.856z M284.944,273.592L222.4,211.096l121.448-58.952L284.944,273.592z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
      body .main-buttons .main-buttons_content .main-buttons_item:hover .main_buttons_icon1 {
        background-position: right center; }
      body .main-buttons .main-buttons_content .main-buttons_item:hover .main_buttons_icon2 {
        background-position: right center; }
      body .main-buttons .main-buttons_content .main-buttons_item:hover .main_buttons_icon3 {
        background-position: right center; }
      body .main-buttons .main-buttons_content .main-buttons_item:hover .main_buttons_icon4 {
        background-position: right center; }
      body .main-buttons .main-buttons_content .main-buttons_item:hover .main_buttons_icon5 {
        background-position: right center; }

body .main-header {
  background: #F2F7FB; }
  body .main-header .main-header_content {
    margin: 0 auto;
    padding: 0 64px; }
    body .main-header .main-header_content .main-header_left {
      position: relative;
      padding-top: 105px; }
      body .main-header .main-header_content .main-header_left .main-page__locale {
        position: absolute;
        top: 50px;
        right: 15px; }
        body .main-header .main-header_content .main-header_left .main-page__locale .language-pointer {
          line-height: unset; }
      body .main-header .main-header_content .main-header_left p {
        color: #151517;
        font-size: 14px;
        line-height: 30px; }
        body .main-header .main-header_content .main-header_left p a {
          text-decoration: underline;
          color: #0997E3; }
    body .main-header .main-header_content h2 {
      font-weight: 800;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #1E2B6C;
      margin: 55px 140px 25px 0; }
      body .main-header .main-header_content h2 span {
        color: #0997E3; }

body #logo {
  margin-top: 30px; }

body .sticky-siderbar-wrapper {
  top: calc(100vh - 392px) !important; }

body .menu-label, body .menu-expanded_close {
  padding: 25px 32px;
  background: #1E2B6C;
  position: fixed;
  right: 0;
  top: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 10000; }
  body .menu-label img, body .menu-expanded_close img {
    margin-top: -3px;
    margin-left: 7px; }

body .menu-label {
  padding: 25px 32px;
  background: #1E2B6C;
  position: absolute;
  right: -1px;
  top: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 10000; }
  body .menu-label img {
    margin-top: -3px;
    margin-left: 7px; }

body .menu-expanded_close {
  text-transform: unset;
  position: absolute; }

body .menu-expanded_content {
  padding-left: 60px; }

body .menu-expanded {
  box-sizing: content-box;
  padding: 60px 6px;
  background: #1E2B6C;
  color: #FFF;
  z-index: 101;
  position: fixed;
  top: 0;
  left: -2000px;
  height: 100vh;
  transition: left 0.25s ease-out; }
  body .menu-expanded.active {
    display: block;
    height: 100vh;
    left: 0;
    transition: left 0.25s ease-in; }
  body .menu-expanded h2 {
    text-transform: uppercase;
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    margin: 20px 0 30px 0; }
  body .menu-expanded .menu-expanded_navigation {
    width: 98%;
    height: 65vh; }
    body .menu-expanded .menu-expanded_navigation .ant-menu {
      background: none !important;
      border: none !important; }
      body .menu-expanded .menu-expanded_navigation .ant-menu .ant-menu-item {
        height: unset !important; }
        body .menu-expanded .menu-expanded_navigation .ant-menu .ant-menu-item .ant-menu-submenu-title {
          height: unset !important;
          margin: 0 !important; }
      body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-item, body .menu-expanded .menu-expanded_navigation .ant-menu > .ant-menu-submenu {
        margin: 8px 0; }
      body .menu-expanded .menu-expanded_navigation .ant-menu .ant-menu-item:active, body .menu-expanded .menu-expanded_navigation .ant-menu .ant-menu-submenu-title:active {
        background: none !important; }
      body .menu-expanded .menu-expanded_navigation .ant-menu .ant-menu-submenu-arrow {
        color: #FFF !important;
        position: unset;
        right: unset;
        top: unset;
        width: 10px;
        transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        display: inline-block;
        height: 5px;
        margin-left: 15px; }
      body .menu-expanded .menu-expanded_navigation .ant-menu li span, body .menu-expanded .menu-expanded_navigation .ant-menu li a {
        font-size: 18px;
        line-height: 26px;
        color: #FFF !important; }
      body .menu-expanded .menu-expanded_navigation .ant-menu li li a, body .menu-expanded .menu-expanded_navigation .ant-menu li li span {
        opacity: 0.6;
        font-size: 16px;
        position: relative; }
        body .menu-expanded .menu-expanded_navigation .ant-menu li li a:before, body .menu-expanded .menu-expanded_navigation .ant-menu li li span:before {
          content: '\2014';
          width: 10px;
          height: 10px;
          position: absolute;
          left: -25px;
          top: -2px; }

body .contact-wrapper {
  margin: 0 auto;
  height: 100%;
  position: relative; }
  body .contact-wrapper .slider-arrows {
    position: unset;
    height: auto;
    right: unset;
    top: unset;
    left: unset; }
    body .contact-wrapper .slider-arrows .slider-arrows_left {
      position: absolute;
      left: 0;
      bottom: 55px; }
    body .contact-wrapper .slider-arrows .slider-arrows_right {
      position: absolute;
      right: 0;
      bottom: 55px; }
  body .contact-wrapper .partners-slider {
    width: 100%;
    background: #FFF;
    height: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    color: #000000; }
    body .contact-wrapper .partners-slider > ul {
      align-items: center; }
    body .contact-wrapper .partners-slider a {
      margin: 0 10px;
      filter: grayscale(100%);
      align-items: center;
      justify-content: center;
      display: flex;
      flex-wrap: wrap;
      text-align: center; }
      body .contact-wrapper .partners-slider a span {
        width: 100%;
        margin-top: 10px; }
      body .contact-wrapper .partners-slider a:hover {
        filter: grayscale(0); }
      body .contact-wrapper .partners-slider a img {
        height: 100%; }
      body .contact-wrapper .partners-slider a:first-child img, body .contact-wrapper .partners-slider a:nth-child(2) img {
        height: auto; }
  body .contact-wrapper > div {
    height: 100%; }
  body .contact-wrapper .contact-wrapper_content {
    background: #FFF url(/_next/static/images/Neuralinks2-cfbfbedf7b8cf5ef82d2f8a051f9be36.png) no-repeat left center;
    padding: 210px 64px !important; }
    body .contact-wrapper .contact-wrapper_content .call-us-form__title {
      font-size: 48px;
      font-weight: 800;
      line-height: 60px;
      color: #1E2B6C;
      letter-spacing: 2px;
      text-transform: uppercase; }
    body .contact-wrapper .contact-wrapper_content .call-us-form__description {
      font-size: 18px;
      line-height: 30px;
      color: #1E2B6C;
      margin: 30px 0 20px 0;
      width: 75%; }
  body .contact-wrapper .contact-wrapper_form {
    background: #1E2B6C;
    padding: 0 0 210px 0; }
  body .contact-wrapper .captcha {
    display: none;
    float: left; }
  body .contact-wrapper .contact-wrapper_details {
    display: flex;
    margin-bottom: 30px; }
    body .contact-wrapper .contact-wrapper_details img {
      display: block;
      height: 80px; }
    body .contact-wrapper .contact-wrapper_details .contact-content {
      width: calc(100% - 100px);
      padding-left: 20px;
      vertical-align: middle;
      font-size: 18px;
      line-height: 26px;
      font-weight: 600;
      color: #151517; }
      body .contact-wrapper .contact-wrapper_details .contact-content.contact-emails {
        margin-top: 15px; }
    body .contact-wrapper .contact-wrapper_details:last-child {
      margin: 0; }
  body .contact-wrapper .ant-form-item {
    margin-bottom: 30px; }
  body .contact-wrapper .call-us-form__textarea {
    margin-top: 0;
    font-size: 16px; }
  body .contact-wrapper .call-us-form__button {
    float: right;
    padding: 0 45px;
    color: #FFF;
    background: #1398E7;
    font-size: 18px;
    height: 60px; }
  body .contact-wrapper .call-us-form__input {
    border: 1px solid #e7ebf1;
    box-sizing: border-box;
    border-radius: 2px;
    padding-top: unset;
    padding-bottom: unset;
    margin-top: unset;
    height: 60px;
    font-size: 16px; }

body .telegram {
  background: #FFF;
  padding: 16px;
  position: fixed;
  right: 16px;
  bottom: 48px;
  z-index: 100000000;
  width: 325px;
  display: none; }
  body .telegram.active {
    display: block; }
  body .telegram .tg-header {
    align-items: center;
    vertical-align: middle;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between; }
    body .telegram .tg-header img {
      width: 36px;
      height: 36px; }
    body .telegram .tg-header h4 {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      color: #1E2B6C;
      display: inline-block;
      margin: 0;
      width: calc(100% - 48px); }
  body .telegram .close-tg {
    position: absolute;
    top: 20px;
    right: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACzSURBVHgBnZIxCsMwDEW/nFI0eu2WHiXHyYky9ig5Srx19ShKg2sVAqW2HPAHg7D0pI8tIMs/Ns/LNuJEvDxHrdWYNHjJZU1IPmGfZL4HCyLsKyHFK78nJ8IZoNyFcmJYa5MPCEijDhCBp/9EPuF3spWjWtejIN/CakiWJS0EHGpQAZawqoRUDp1ybasUrNd2FqT2EobJgvu/owW13DhmibpGFqSS+RYO2wSKzIjfRM+SfwBHjr9WliEiqgAAAABJRU5ErkJggg==) no-repeat center;
    height: 13px;
    width: 13px;
    cursor: pointer; }
  body .telegram p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #151517; }
  body .telegram .buttons {
    display: flex;
    justify-content: space-between; }
    body .telegram .buttons a {
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
      text-decoration: none;
      text-align: center;
      color: #0997E3;
      height: 36px;
      line-height: 36px;
      padding: 0 10px;
      display: block; }
      body .telegram .buttons a.subscribe {
        background: #0997E3;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        color: #FFFFFF;
        padding: 0 20px; }

.ant-menu-item-selected {
  background-color: inherit !important;
  border-right: none; }
  .ant-menu-item-selected:after {
    content: none !important; }

.section-three__graphic {
  width: 100%;
  position: relative;
  margin-bottom: 80px; }
  .section-three__graphic .square_wrapper {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%; }
    .section-three__graphic .square_wrapper .square {
      flex-grow: 1;
      height: 100%;
      border: 2px solid #F2F7FB;
      position: relative; }
      .section-three__graphic .square_wrapper .square p {
        position: absolute;
        bottom: -40px;
        left: 20%;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #151517; }
  .section-three__graphic .stages_wrapper {
    display: flex;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    text-align: center; }
  .section-three__graphic .stages_1 {
    color: #1E2B6C;
    flex-grow: 1;
    flex-basis: 1%; }
  .section-three__graphic .stages_2 {
    color: #1E2B6C;
    flex-grow: 1;
    flex-basis: 70%; }
  .section-three__graphic .stages_active {
    color: #55b57f; }
  .section-three__graphic .graphic_button {
    position: absolute;
    background: #F2F7FB;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #333333;
    outline: none;
    border: none;
    padding: 8px;
    cursor: pointer; }
    .section-three__graphic .graphic_button-1 {
      top: 10px;
      left: 0;
      width: 18%; }
    .section-three__graphic .graphic_button-2 {
      top: 41px;
      left: 224px;
      width: 39.1%; }
    .section-three__graphic .graphic_button-3 {
      top: 73px;
      left: 716px;
      width: 25%; }
    .section-three__graphic .graphic_button-4 {
      top: 104px;
      left: 1026px;
      width: 17.8%; }
    .section-three__graphic .graphic_button_active {
      background: #55b57f;
      color: #333333; }

.export-accelerator {
  font-family: 'Source Sans Pro', sans-serif !important;
  background: #F2F7FB; }
  .export-accelerator .title-wrapper {
    display: flex;
    justify-content: space-between; }
  .export-accelerator .request_button {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    background-color: #1398E7;
    height: 60px;
    width: 300px;
    padding: 16px 40px;
    border: 1px solid #0997E3;
    float: right; }
  .export-accelerator .all_news_title {
    margin-bottom: 40px; }
  .export-accelerator .slide {
    height: 100vh; }
  .export-accelerator .absolute_menu {
    position: absolute; }
  .export-accelerator .margin-top-2 {
    margin-top: 2px; }
  .export-accelerator .margin-bottom-2 {
    margin-bottom: 2px; }
  .export-accelerator .margin-left-2 {
    margin-left: 2px; }
  .export-accelerator .border-right-2 {
    border-right: 2px solid #F2F7FB; }
  .export-accelerator .border-top-2 {
    border-top: 2px solid #F2F7FB; }
  .export-accelerator .border-bottom-2 {
    border-bottom: 2px solid #F2F7FB; }
  .export-accelerator .border-left-2 {
    border-left: 2px solid #F2F7FB; }
  .export-accelerator .border-right-2 {
    border-right: 2px solid #F2F7FB; }
  .export-accelerator .background-white {
    background-color: #ffffff; }
  .export-accelerator .advantages_img {
    width: 5vmax;
    height: 4vmax;
    margin-right: 32px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat; }
  .export-accelerator .advantages-1 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVlSURBVHgB7Z1daFtVHMD/59x70zRpkhVaQx2tHfZFlAkKsjKoFB+Egqx7UKaw4ZOF4XzbECzokKG0vinD7sXCQEf7YH2xiEhR0IlOBVsHyqzSWLQfbLn5atL7cTwn3U1v0zRNcnuSQ3N+EHJPclMuP/7/8/G/6QmCSiEEweTfLZ2ZoGoE0qqV1hTQEILDgEGIEjQsdTVnrWdaDHirNwcIkUo+ur+AqSklmh3wZxKm/9AIq4CWeDK3fuvXDEy/YJU7b28hNOKi11cCmQ2rFZoYv3kvu3b+0fReEVlaII26cKI/QiyMQQIobduJmzf1UtG4W+Cbc2q4uy8s5e0kL1G/k4DLg6b7dWXHWSzy/I/LyCuFDyE/bvflwv2bcHu6kM7bomifJ9O2PCSIcbi/P5KfkdynIIsNGFLe/jCJnVd/CzrtLWE0dZt9tK2GrNruh+en8t1fXmBH8ngAJNXx3ICfPWGWzzkz1AKSqgixhQV1h+Cjv/yhTV8bSKommXswiTvsnAaS2lDWNGziqAKSmjhCiyrYSqelwBphFSncTBWWA4e6kxNnj0iBHpECPSIFekQK9IgU6BEp0CNSoEdU4AgGK7JpoxF6eIY+uqG+xOjjEx8m12xQdOAECk0sdwAHmDzDRjP05sFj0EDoMmtBw2SYl0RuKcwir9HyGOwa6LW8Apzg2QeeAWFA3K6Fp8B693llID3ACTkKe0QK9AjXaYyLMWgMl4AzdRGoYjwODcC0be4CZQp7RAr0iBTokXoNIlXzwUBkDiOUX8nYhCy8+o0+CAIibAQ68oqPRUOYCHz3xBFWtYHb65nZ41H/SPH7YyfbL36xlLz2bHdwxLaR/vr38QkQAG7VGDqFWHOO6TSms9y55x4J9px4QPsJqiCWgVPv/Bj/Dg7oGmpFiBR+skN7u8TLetaGD9nDBrRU/GZXK/9JciUIkcIKZn3c9n8R2ASWPvvHGPxyMZ1g7We61fdOHQvOqO5+UZBihRAReOsuGTZs+NxpL29YFxx5jK9ipr6SskedtgUwzwSDAAghcHI+HjNssuC0/01YseJzlg2rkMY5k8y6BTcSIQTSFI34FBhy2l1h3670PKophZqeRlP+XJ+PW42vGoQQePpY25y7f+tqJVeYVKfNjrvalPedtoZh6Kmu1hkQACEGETp8sPQsRB2Tebo3ODf0EMn3i36MXkQIwu7PWIDmQQCEEPhfyho/GlJOul/DGHW3AhrZ6zO/rG6OggAIkcJXfk5+m8jZoymTjH0aMx5OGdau+uGGZU/8cBeeYOfpBrwx+XsmBgIgxEqkFFefPrLmbp//Ol7132ialUgpTLI9rWHzPhAUYctZrwlavipGFlQ9wlNgoZOnfdFFqDM7byjtLkYcFDxT+AZ9OOIu1eMO2d6QG5Xsr1EL3CLQh8kE+2YUNBhEJ9w+onErvnITyL5Oxr5WRg/HeaZQGVgXMqYRddhWLG6FB27zwGZBjsIekQI9IgV6RAr0iBToESnQI1KgRzDbfBAktUHdYSUYtEBSE2zXSxy3V6TAGolngiYG3GKApDYs3cDwcm9O9oM1cqFvE7O9QZNhNQuSqkiaWpa525rGnI1ugKQ6Vjsz7GlLIEJ2slWREisk7+oystnx9kT6bDSD20w5Iu8Dtqgj6qrQLrxD81l/qUeXEveGydNXenT3ntI7l3I0lfU/FpNS4m625C0mndR1KH2riq5QIh8vReyUKnd2A1fkFcljlN0KHq6vBEJNvjltfsBgfV5VW8G7odEI02uB0D3DD80CXVjk58Z/RjdKRZ2byu82s4icveODVESDdFoNHbKfw0jSwgDQtS0E0mZ+dVbhz2H8D8M0A6kFnJbpAAAAAElFTkSuQmCC); }
  .export-accelerator .advantages-2 {
    background-image: url(data:image/png;base64,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); }
  .export-accelerator .advantages-3 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAVfSURBVHgB7Z1PaCNVGMC/781MkiZN4kJDYKFlhb3IbhW7q1AqC/XWg9CLsgi7ehMEFw/qxYMu3tqbiLAH8c+C1vZSL/bmnnQVRUHXPUhdpVU024XtJJs0ycx7z/cmf/ovTZNMXvts3w/ayTTTkv76vfne9830BaFTOEf46M9oppSwvXjRpkXHAgcRjgIe51bCo/bdCr1Xinrw9qkKIPJOvnV/AfPzVrZ8IVbK+7EjI6wDouuFyr0ffi7BwnO03XF7CxERl72ei5c26AAcY2L+/fLay2eKe0Vka4Ei6lL58TSnhIABsMhY/uZNt1U07hb41g07NXw6ZeRtJ5DoLufh6qS/9evWtqNk5MUeM5HXighijJyIVFLjVbi90BzOm6LEOc8M2/bwBCGp8fF0MCOp05QlE4aRtz9SYub9XxON/ZowMXSPe7bthrJ9IgbPzgenv0DgUOHROBi645kLMbkhcjxX/GQUDF2RlIWFcIfw4R+xZDUyCIauKVROFsgQqzhg6A1rzSE+yVpg6ImHRFOF0GLRCOwR2ZEix6nD0neEOzNxDokRGBIjMCRGYEiMwJAYgSExAkNiBIbECAyJDZpw+ZHEyBMZ513RXxtFxNRex1V8NvdTrjz7yXJ1BTRAmwh8MuMsWggT7eRJoja5eP7kwMegCVoIfHMsOUEQhjs93kY8++rjqTOgAVoM4XgUm/I4h5Xvc9XpVsedz0a+aIgesHkaNEC5QMrEL8zbR9d3/1TPPpyuvZQq5fDB7VLL4wejmLLqzaNv/90YpW3vWgFgyPIOIbdAIZi89vcQKMADbxSZ/Y6IqQk4XFaR0GkLHCVJR8k5kII3AowsaiBPMsyY9VXwmhSgRCBn1usI7bPpQSIGfVq8ptdAAWoEAkyBdqCS0aBEoPyLQ3/4rP7RB7iSIaxNJbIbXLEJXpGPfMaeEpuO54kHiba1sDgNuJt7KDPoKmiIrgJnotxuTqZFJE7bhIwh8mnQDB2H8IyQNctg9yyZcHQp6IV2Ajm3vxQ1BDDGp8Tnl7Y9BzCKoNdlbO0ERi3vLwaWUMhHd049dLwDQLtzoEetoMsihvEMAhkTUTdJAC/XE4l2aCeQI3uvUXZZBFZlM4AQXBKJ5JyQ+DVoho5JZFiUXYs+MCkriDrRDPhcNgMQ2SznqEN93UTXibScNF9s7AihcqzMOgi3qh39B9vBoZ1AkWV/4cCXtn+NzMktZahdNaJhBOIL4nzXsurwAd7QLRNrl0QY51Oyix10sutQTid8xhdRwy6Pko60KP7XIDRBM+Fc/ef9CH1oJoipUQb6jMbNBJ4mQNO1x6BNc3Yn2razZE+xyvAGFxJ16m7vRFUE9qv1NNwveVxkd1CAKoFzoBkE2DegACUCI4Rf06t2xRWHR2ZAAUoEim6KGyHsaQiuZxyeyHpXeybC7Ulm0TwoQFkSkRJtAldqe4c7/W3VnO0X5v7AkBiBITECQ2IEhsQIDIkRGBIjMCRGYEiMwJAQufggGHpDuCNWIqHb7Sb/G+Sql2Sd5YzAHlkvJXwCJOqBoTeo6xF48VTFnAd75JXTVSLXBi2k7DIYuqLgO2XprjaNuZTdAEN33M2U5KYmEJEVBiwjsUMCV1eRycebE+lL2RIZ9E1G3gdChSPhqrnffEaMZ/f5EddI3Bspz82NuFvXlN5eyomh7P52p2Ak7qYm706hMXQbtL7aIyqU9KcrafbANiu7wZbI2yFP0nYpeLieiyeP+eK0QcKQ57yuloLfiohGWFiLJ+97MTguiMIimBv/nt1oFXVb6fyCrYzIpeUIPEg7UCzaySP2dhgF0RgAUdtCvOgH1VmHb4fxH0zx25baQfX5AAAAAElFTkSuQmCC); }
  .export-accelerator .advantages-4 {
    background-image: url(data:image/png;base64,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); }
  .export-accelerator .advantages-text {
    width: 80%; }
    .export-accelerator .advantages-text span {
      font-size: 20px; }
  .export-accelerator .advantages {
    display: flex;
    margin: 40px 40px 40px 0; }
    .export-accelerator .advantages h4 {
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      color: #1E2B6C; }
  .export-accelerator .slide-1__left_first {
    padding: 82px 64px 80px 64px; }
    .export-accelerator .slide-1__left_first h1 {
      font-style: normal;
      font-weight: 800;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #1E2B6C; }
      .export-accelerator .slide-1__left_first h1 span {
        color: #0997E3; }
    .export-accelerator .slide-1__left_first p {
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 30px;
      color: #1E2B6C; }
  .export-accelerator .slide-1__left_second {
    padding: 35px 32px 29px 64px; }
    .export-accelerator .slide-1__left_second h2 {
      font-style: normal;
      font-weight: 800;
      font-size: 32px;
      line-height: 38px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #1E2B6C; }
  .export-accelerator .qaz_trade_space {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 33px 0;
    background-color: #F2F7FB; }
    .export-accelerator .qaz_trade_space img {
      object-fit: cover;
      max-width: 50%; }
  .export-accelerator .slide-1__right, .export-accelerator .slide-1__left {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .export-accelerator .grow-one {
    flex-grow: 1; }
  .export-accelerator .useful_links {
    display: flex;
    flex-direction: column;
    padding: 50px 25px;
    align-items: center;
    flex-wrap: wrap; }
    .export-accelerator .useful_links .gerb {
      width: 250px; }
    .export-accelerator .useful_links img {
      width: 150px; }
    .export-accelerator .useful_links a + a {
      margin-top: 40px; }
    .export-accelerator .useful_links .qztTradeLogo {
      width: 200px; }
    .export-accelerator .useful_links a {
      margin-left: 50px; }
      .export-accelerator .useful_links a:last-of-type {
        margin-top: 50px; }
  .export-accelerator .section-two {
    position: relative;
    height: 100%; }
    .export-accelerator .section-two h1 {
      margin-top: 59px;
      margin-bottom: 46px;
      font-style: normal;
      font-weight: 800;
      font-size: 32px;
      line-height: 38px;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-align: center;
      color: #1E2B6C; }
    .export-accelerator .section-two__wrapper {
      display: flex;
      justify-content: start;
      align-items: start;
      padding: 0 130px 0 130px; }
      .export-accelerator .section-two__wrapper ul {
        list-style: none;
        margin-left: 111px; }
      .export-accelerator .section-two__wrapper li {
        font-size: 20px;
        position: relative;
        margin-bottom: 32px; }
        .export-accelerator .section-two__wrapper li:before {
          content: '';
          display: block;
          width: 19px;
          height: 19px;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJQSURBVHgBtZa/b9NAFMe/75pCEgEpQgyVaJQO3cuOwF1ZGhaGLJAJJRJ/A+GPoFZZKgZYaYduSA0/9kQqEwyEpBITUgFBXHD8uHdu0uZHHdt1vpLls+/0Pnf2e3dfQgil7Y5FxOvEZDGjAMKC6WAc6nYTxE3+RzvO46X6tFgUDGo/JKgnOnIBocQtVqrmPLrxIhIwbX8rENwt3bQQSxqM3ppTWW6N9qjRF9nNdpHYbcSHiahAnGpkN9rFsZ5RGHv0GgmKmO/9qea3x4DmM8rK+gmRlHRiMbk3+59XnZB7e4nD/MALhNRW/9EAJRvDZ2IsWenNgwcDoJ/6sxV5Xs3cTVEDe0hA9u0cbi3Oo/TmEPvf3bF+drGmZAdBAhJYaSWN/KU5c00SzfO6AtMqzqk+TPTyUxe7X48mD/TI0kAEAnMXyVxhYdX3PwOioaCCSiF/eQ7796/jQ/GaaZ8TZkpEBfX/OGLkLpD5J7t3rw5BI8OOpcwRcxbwr4fKOz/QaWhcmLAoa3cajOD/WFrJaMiV40n4q44MMzzUFRPXpw189bk7WGlcmEiXYFMx006YwQKVgm7/6mHj4+/IMJE+ibbNdDP2wZcZ76WCa3Ur+WXlk72nmLGYVU3ug4rO2B3ZTy3MRP7qpDWoQ0aqHFQi8Vn6ANb+pv84ADqVxRaBy0hYEvO0mRraacR7iAdJZKVS5CN+xp/ABPk2UVuOmJkrBQ645Uk2MdgIP9NGWEU0wjobnWpEIzwGft65Qx4X9SaxSnKcDVv9lvaCdSlqp7r0dlqs/7blDrdZBnSBAAAAAElFTkSuQmCC) no-repeat;
          background-size: contain;
          position: absolute;
          left: -30px;
          top: 2px; }
    .export-accelerator .section-two .warehouse-img {
      position: relative;
      z-index: 0; }
      .export-accelerator .section-two .warehouse-img img {
        width: 35vmax;
        border-radius: 18px;
        box-shadow: 42px 34px 0 5px rgba(9, 151, 227, 0.2);
        z-index: 1;
        transform-style: preserve-3d; }
      .export-accelerator .section-two .warehouse-img span {
        display: block;
        border-radius: 16px;
        background-color: #09E395;
        opacity: 0.2;
        width: 9vw;
        height: 22vh;
        position: absolute;
        top: -40px;
        left: -40px; }
    .export-accelerator .section-two .warning_info__wrapper {
      position: relative;
      width: 100%; }
      .export-accelerator .section-two .warning_info__wrapper .warning_substrate {
        background-color: #ffffff;
        height: 55%;
        width: 100%;
        position: absolute;
        top: 45%; }
    .export-accelerator .section-two .warning_info {
      position: relative;
      z-index: 1;
      padding: 40px;
      background: #FFF7F7;
      border-radius: 16px;
      display: flex;
      flex-direction: row; }
      .export-accelerator .section-two .warning_info h2 {
        flex-basis: 30%;
        display: flex;
        align-items: center;
        margin: 0;
        font-style: normal;
        font-weight: 800;
        font-size: 32px;
        line-height: 42px;
        text-align: right;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #1E2B6C; }
      .export-accelerator .section-two .warning_info ul {
        list-style: none;
        margin-left: 40px;
        margin-bottom: 0; }
      .export-accelerator .section-two .warning_info .warning_item + .warning_item {
        margin-top: 15px; }
      .export-accelerator .section-two .warning_info .warning_item {
        position: relative;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
        color: #1E2B6C; }
        .export-accelerator .section-two .warning_info .warning_item:before {
          content: '';
          display: block;
          width: 19px;
          height: 19px;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKNSURBVHgBtZaxb9NAFMbfOydIUV0UpsIWQN2DREM7INyGSoglYaALSLRdmGBlJCsz7BF/Ae0EEioxZSAKSGSHiowwNWocReD6jnfXOCKOfXZS9xuiOH55P7+77/kdQgL1bi9bBhcVDsICFAUAzJ/cEV36aDPB2h73duftr3ZcLtTddNaWNhHxuQAoQAJRsg4DqOX2Wq81MZMa3FkueK6og6xoBilwlq3m3jU7wXss+EO/XKp6rvdtVpiUXBGZ44hyhTzMOIyC30CK4gD3zu+1diaAJ8soK/MNkZZE18ga1/zlHS0pd3kjfZgU5qmQun+lgNKNSZ04I9QalEuPRkBp/cjQuXlg1Q3AhUvR6a4ugvFgG2DOjIyhvawpoGxqXXWseh8yj59C5lUd8MpiKCzz4iUYD7eBrd+NBEpGz7puMeReBTTizU8g+g6gaarE/0N9GFJlot8D/nlflwqQYYXRZ1EXJA6+w/GzJxPQIMylGPj9C2JkoVNeOkzizjGA46iGGoMd/IB4iS5L2grBSqeHqcfOMziNBNLwwKn+woYjJlbBPYsyUswT0pIK7MSFhRkkzEgJ1JYV2loYNfyEG2nPotyrL1ANa2NXC1y5GWmQIJRRrE6GgB21485a6SfZvBAaRYmMygZ4zf1oNy5cVDD+/i3NOAciquuYH1qXFfCIXt4MsQ5nq02Tjh4jTzvlG43TTHmthtXJr6M+dL0/W0lbZDqW6Lr876p/PQJesNsdDrgFKUtQTpl7Aiglzx7yDJJGpbKy4HlGKvS9dGgVC1l2rhHp3Hic7XruWGVaoC/lXqDTQFIwmYNia+a0B+GgBusrtzzvuCpnpwBexOGEkcuG6tUobNnUucaXj3G5/gEKakAttDIfSgAAAABJRU5ErkJggg==) no-repeat;
          background-size: contain;
          position: absolute;
          left: -30px;
          top: 2px; }
  .export-accelerator .section-three {
    height: 100%;
    padding-top: 86px;
    padding-bottom: 80px; }
    .export-accelerator .section-three h1 {
      font-style: normal;
      font-weight: 800;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #1E2B6C; }
    .export-accelerator .section-three .title-wrapper {
      display: flex;
      justify-content: space-between; }
    .export-accelerator .section-three .request_button {
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      text-align: center;
      color: #FFFFFF;
      background-color: #1398E7;
      height: 60px;
      width: 300px;
      padding: 16px 40px;
      border: 1px solid #0997E3;
      float: right; }
    .export-accelerator .section-three .section-three-water {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #1E2B6C; }
    .export-accelerator .section-three .section-three__graphic_wrapper {
      margin-top: 108px; }
      .export-accelerator .section-three .section-three__graphic_wrapper h2 {
        font-style: normal;
        font-weight: 800;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #1E2B6C; }
      .export-accelerator .section-three .section-three__graphic_wrapper .section-three__graphic {
        background-size: cover;
        width: 100%;
        height: 10vh;
        display: flex;
        flex-direction: column;
        min-height: 170px; }
    .export-accelerator .section-three ul {
      margin: 40px 0 40px 0;
      display: flex;
      justify-content: center; }
    .export-accelerator .section-three li {
      cursor: not-allowed;
      padding: 15px;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      color: #828282;
      background: #F2F2F2;
      width: 73px;
      display: inline; }
      .export-accelerator .section-three li:first-of-type {
        cursor: pointer;
        color: #0997E3;
        background: rgba(9, 151, 227, 0.1); }
    .export-accelerator .section-three li + li {
      margin-left: 24px; }
    .export-accelerator .section-three .ant-tabs-ink-bar {
      right: initial;
      left: 1px; }
    .export-accelerator .section-three .ant-tabs-tab {
      text-align: left;
      white-space: initial; }
    .export-accelerator .section-three .ant-tabs-bar {
      width: 30%;
      border: 2px solid #F2F7FB; }
    .export-accelerator .section-three .ant-tabs-nav-container {
      padding: 34px 0 34px 0;
      background: #F2F7FB; }
    .export-accelerator .section-three .ant-tabs-tab {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 26px;
      color: rgba(21, 21, 23, 0.6); }
    .export-accelerator .section-three .ant-tabs-tab-active {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 26px;
      color: #0997E3; }
  .export-accelerator .ant-tabs {
    border: 2px solid #F2F7FB; }
  .export-accelerator .ant-tabs-left-content {
    padding: 32px; }
    .export-accelerator .ant-tabs-left-content h3 {
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 32px;
      color: #1E2B6C; }
    .export-accelerator .ant-tabs-left-content p {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 28px;
      color: #151517; }
  .export-accelerator .ant-tabs-line {
    height: 0vh;
    min-height: 350px; }
  .export-accelerator .results_programs {
    padding-top: 53px;
    padding-bottom: 53px;
    background-color: #1E2B6C;
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    .export-accelerator .results_programs h1 {
      margin-right: 20px;
      font-style: normal;
      font-weight: 800;
      font-size: 32px;
      line-height: 38px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #FFFFFF; }
    .export-accelerator .results_programs .swimming_pool {
      text-align: center;
      margin-left: 21px;
      display: flex;
      justify-content: start;
      align-items: center; }
      .export-accelerator .results_programs .swimming_pool h3 {
        font-style: normal;
        font-weight: 800;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0; }
      .export-accelerator .results_programs .swimming_pool p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 28px;
        color: rgba(255, 255, 255, 0.6);
        margin: 0; }
    .export-accelerator .results_programs .fashionable {
      margin-right: 16px;
      width: 80px;
      height: 80px; }
      .export-accelerator .results_programs .fashionable-1 {
        background: url(data:image/png;base64,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) no-repeat; }
      .export-accelerator .results_programs .fashionable-2 {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASkAAABQCAYAAABFw4M/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABT+SURBVHgB7Z1LcBzHece/ntkH3iC1JKWSAQc5BEoVXWXqlBJyCG1KZSVlVZJKDN4iKCkVQ6ZiUeZNUYmk7fIplCgnlsqPyGBuhJJyHKrKScUUqQtonUQdeLDKiRADdpkklg88drGPmXZ/M91A76BndheYmV0A3481tcRsT0/Po//7fV9/08Ogk3DO4CeQg1u3M/sy5ayTzdrcztj4lWvZtl6U1Tm3MrU61Di3azXnQa6/DgcPVuErUAPGOBAEsSthkCZSlB75xS/y1exgT1CItorlOk5mrVx98MRYGf4YqiRaBLF7SEekZnhuaGFhwMnnczzDEt9nrrRS9gTrT1gFCILY0SQnGMJqOvDO4kB5jfenIUwm0MJaKT+6DCPCuppkDhAEseOIXzy6QJyCoFj15Ozy4t8cXAaCIHYU8YrIDO8dKN4ejCvWFDfrltXXWBkIgtgRxCNSM9wevPOrfU42n4MdQNYprT088NklcgEJovvZtkg9+q+/6V9Ztga7xbVrFWa57uryoSWyqgiiu9m6sIjY0/7v/d9QBYb6YAfTU7FW7321sAQEQXQlWxMpdO/u/3q/A7ks7AJsqNaW9z9+n9w/gug+2hcpIVAiOF7o1uD4VvGC6oVHiyRUBNFdtCdSu1SgFCRUBNF9tC5Su1ygFCRUBNFdtCZSe0SgFHtFqDjnY/jJGJsDguhSMq0U8oLkVm5PCBSCYozHvMx5Mc2HlYVovCQ+9sHWuNRMbET9R8XHn4rlz8Qypq3Hj5tiuS6WN0m0iG6iqSW1/7v/O7zT0wy2StrpCUIsPgVNPNrkqBCXD0LqReE7J5aXoDXOi7rOAUF0AVbktzO8d68KFLKWd/vhP3maxz8GMSMF6hq0LlDIWbHdD4EguoBwkRJxqP67d4dhj9N/+84gngtIGCkmSfCGWI5A+0yJNr0BBNFhQmNSQwsLw/X+nh31qEsScNey8LnEZYAiJItJpB7IZUsIkZkSH1MhX0+DH4Oak2VM5U6LOn4sXL/rQBAdwixCws3ru7+Y1C/7jqS0euBBks/5yaD2tcDqi0IgXoYtIur8EfhB8iCnRb1vtrB/5Loo+wUgiA5hdPdwuhUgGhjoFecEpz9Oly1bUZKjhnXXgwKFSGtp2lRHgq4oQTRlk0gd+Je7XTsfVCfxzslbd/shOcYM6xpECvOa0OJR+U0tYBKX6xHlPwhZ/zwQRIdoFCkRIF6rOr1AGOnP8f4EranfMax7gFYMBrDFcl/8jSkK6JJ9iukKOALXhmApoqyisIGSrQTeCSIWgpZUjqyocDCInrA1ZeIjsZyGzeIyBn6w+5oQqjARMbmLUxHu2+mQ9WNAEB2iQaQoFtUcz5pKhjHDuovQXCDw+2shFtV1wzoUqAYLTFpr0xC+r7D1BJE4GyL1w097yIpqjmdNzfAkpkkeM6xTFg9aRNfBf3QFQsqZki/fDCmPI37oLqK4oaWGbuTz2r4IomtYF6l9D6AHugTbgSHurk1wp3IcnOqz+H9cB13C8OIv03L5UDD+XIy87cc0ALE8Kf7+XfBzm4IclWkE68gRu4sR9WN5dBWVGM6J5T+AILoIP5nzLLeqfYsdDZhztz4K4EwK3+N4ncGIt5JxwH9Ina2JITaYFz1vlln2BeCZBegQ9WxPzgugx/vwMVpJc4F108Hn8fDhXyFGL4A5p+nzEHDxMM9KPkAcFm9SeIII5sdn5oAgOoQvUmNzOagOQCdAC6nOKl8XMjXprYgeOxtFEeNO/Tgw53KnxMpz+f4J0OWL7Q3J7SRtooUkhAdFLRgwPxJWtyj/sfjvWTC7ldfF8rIodzMktkUuINExPJFCV6/agceI0Y2rMf6OMEnad+V8sZoQ/upr3Mr8N6RN/2KsIrUF2hIOIUDT4mNajgRiuoNy8TC58/+1oiahuwkE0SE8kar39Kb+vjzO19Byusi291atURfqImDsvsQg9y6kyEDV6V0BiOWNyFI4NrlZQjxeiNhsS1ngaC1BiOjImFa7CaAEkSgZjEe51mKqo3rMrX+JRwd028N13+SstsBY9gakhDcSGl9cCq2iqeBKdNGEqFw0rMfRuaYWj0wr+CPDvjAIb7LETCOEc2HzVBFEGlhwuLXZOeMCA+QuOF+HmOHceSf1EUA/LrVt5EyYJtHATPOGgLe0dsKmUPlx4G9MLxgLLChu1wx5Uj8Cc7zqHBBEB7Hg7t2UXT3njOgWo8avGLsMzD4t7BMR4GXz0AbCaRyuW5XzkCZ5iNMCDbMsUai4fAwGH43BUb0xQ7lpw7S/l8A8ModCpR6twRwprNc0WwJaUZeAIDoIg+/eG+4DJ5WwuZ9mUP/Q+B2w1ywr/wP1t50Ro37Vyv+ECloILreese3cLUiBEtglOPHIQ4gJTK4E88wFzZgD34WbM9R5FMzpCs1Ay+5Jmu+c6DTWYK2UoruHVpSReV2gvJJ1WOKMN6xrxdKymUxlSAM79gx9zFNqN5kS41BfCBMTmdCJ9c5B68xF1UkQaWJx17YgPZ4yrzYLjghJb1hEzPpHxvIvi+D4jMV6vi8U4i9N23Dgz0JKDNTKsQo8BrPFgoKCo3pzTYqjpXMOWhAT8T0KH05cNw2t1fmkHAUkiI6T4XY6z+v57pvZdRPCcjgjgt6ODQ1vZhEd5UsyWxoybu4HjtZSZmXmuevMiq0nAtWNAquPdDIjfbsEcppUXpMCheRmuyNuUsheEHVi0ihmph8N1imWj0NG/QiiY2R4hqUy22S9uva5sO9U0JtBfj3rGhM9xceLEIl5bifu8lFxVImLVNIPZEflNG2jThShDyB8gjuC6CpSc/UYs6LTAzCD3F370HXW3hGf/y7W/Jv+dc2qNMSz/CB8mPvotBVsJwiie0ktaC6sm+EWksvRAjIKDOP8RQ6VIXDhZ6KeEQ7ui2HZ6hyspT3/mhuC2CWkN7LHeETeE5sVonKLM2sjUM7dUTG6d1hYWBPrz/YJa0vo0nFviwjFE9/FlhZAEERnyViu46Qz2V1GiFS9YQ1j9vdsN/u6Cpg3yA7znu/DmNQEtEnGzd5yUjgiZrkuEASRKKlZUt5onFNfADlXlGtbz9g8Qky4CKRzDJy37bjNB0cJk8Jy6w4QBJEoFnPS62jMYj9Z37EbPj0L57VJMVTujexx4CK+xL4PzP6LDO/5fWb1PI4Lihwmdm7KsWJsFlJi2R4gS4ogEsZazvbVISWYy2bW/+BO+CwI3F138Sw7+zRY+bM4w4FuIdk8dwsTOzO5/DMN+8CJ8NLCcciSIoiEsWCpmppIce+ZunWhGnV5Cw8EN0nKrFcrG7lU+NhMmkmcdXL3CCJpLDhQTrWjCcvnNXTh8P9eWoFbObPFqsDflqvt51O1opA7d6pAEESiWDA3lmpHwweHGctoM07yM1sSKs8KWxcocSCZ11J/FObc4RoQBJEoFpxnLqYhQIp4M2h6QW8FCtXah3JK4Ui8V125lQ9VYN3Dsl5Ke55z75zF+7YYgiAMeCkIK7XsWl/eTfX14Rj0FpKzJMTmvJwzalQM5V0UQnVGuIPDKlkT373HLT4kXMPDQhGe9RM7fW3wRv6EVcYgvWmDFStWrpMvYSCIPYOfJzW4VIXqQKoi5cFy/wW8fkvO1qmsqNGGbHLG3/DtlUCOuQiSZ92es46VTk7UJir714AgiMTxHzAWcSlW5x1xXTDJk1l54fpl/sAf+YuaNpjNY84Uzr6Jc0ullbRp5O8hllgeTscilufF0hfy/Yj8fgQIYg/iW1IiLrX61oNKH9Q69qp1FCvRHC9O5b0w1KodZsLt4/5ze0LIhHjJwHiqr7Yx4E0bHF88qgT+oz9Fsbxn+P5psYyLJdVXdhFEt7DxWMyB4VW4v9gxkdJBC0nFmdZdvG4KUcfo6jHGPhFW0ifiv8cgIFJifQH86WhmRbkSEMQeZEOkJlmVfecOT2sSvJ2KN6r3VRZ30PyKWM4IURpH0dLWj8tPT7ykS9gryhT1jaWYlYNCJl1Ez40M1KuXwe+VK7mg6lD7ghCwDRH7bVjfSrkmxwb6eln2EXlsxbBtgu2FJkTVq52PhuPYSvu0ciNRZUzHEdyXtr8R+d0nhu965fXS27Vg+uFr8dwGz8GmaxfnvdHwgPGqGLQSexsEIpSVci2WtxbrSGsKL/BzYtETUvHvj7SLj9P+TomyrwRuninwbc3X8Q95gTGHbP0ml/VfCNxIOO3NF7V68Ea+IcqgaH4FwmegwDpeCe7X1B7Zlm+BL8Tvaft+SpbDZy3xtVnYyVCoL6iOJv6Px/9lfVux7phc16fVdVVsM6Ptv+HYw44/8L2p3lntlV4jst5psdwIHENb7ZPidAoarw+eh3cDnfVbYOaEtl3DNZTHOaPNUa/umW/I9qt24bW+Isrd0LbF45mEwDlQ7dKu5bQ6B4F9XNBEEsupa6vqGpdt+Dk03hsN9clziO3wzmvjLAh3DpbYobsDZE2Z8ayokZGkkl/xgj6HN7C40AvyguJFnIb2UUmuF6QAYl0nwe9QnghKAcCb+yr4HQytBK+Die/wJnoXNkQFb5hRaBTQLSNvzuealMEO4wmUOIb3tHWTss24lMF3h/GBdAgI1UewEcfD/Z2U9V0KaQ/Wix3liqwXzw1ej6Lav6F9U4H2HZH1oEDMBNpXwnLaD8g9sXxDXmtVV1lup1tRM7AxhfQxuag2qGt4WSw/A/8a4v5Poihh3VqTT8ljw3JoKWFC9ZQ8vk/k/qYC50Cd77B4actIa2uqhXLYji/r6xqnD8YAujAWgDCy4lol4RYnlfj6PvhBdPX6dC+YHuamNQEFb1ptKz/x5vPcR3nD4I2AlgL+6mIHKspOjqOrR7R1RdkuUH+34jo1QQlUmFWzSQAkOIhQlG0uyjZelcd2LDBCWtbai8ePHbZgbo7Xua/I/al635PtGzG0bzykfcdk+94OtA+XI1oZ5C0lItKauRI4BvU5H7wOGihQeA3fV9cLfBFWgzE6N7VyuN8LstxTEefgqjxvcYwsR15zjSmxNNzzm+eTEtaU9djtvnQmwts5eFbU3z2WmIBLcxpvCrxR8ZcTb57pQDF1gQsQcbHlL3afdCsOgH8D6h1U3XQ3Ddt+E9rjgBQVHexgq6bCsiwu6C6aHoeakN9fMVgw2O6rhm3U+fo9sXys2iDFBNuCViD+/23DtiA77YI8Z2qbXrkEU0OwrsmQ9uG2s4b6ZwLbo5UyzhuzflSeIlo5JYiIByJaO8Fw/u/BRjxTMRtoE95veNxPyL/DzgHA5nPQFrI+FFQUxqmIcihkyntQom4QKWFNrczML/fdt/cBsU4SsSgD+IuKFwpNcRShj/UvtdjVSTkiiDfzZ8HvvD9X5QJxkahfrjJsn17Y7LoV9PZo7VJu3hUZyDXVh/ENPK6bhm0BNlsT+jq9M2HHGNXag+fLmIOnuTrjsq6o86I6T9hbfJpZCrgv0zlT2wYtqWb1PSGXIIuBv8shZbzzKi04dImD5wDbavzBaQXNzbsq79+wcsrNmw7eG+aZOSdHy/Y/L/Q52XwOCCjlMmU4MRpHh45EXhzsTN4vMjOnHeCvEYqQsoY+0r+Uv1oq6Pi+NoqCN4DqGOpYwtyfdkB35PVAG8IeGPf2b4rxaFyS5U7JQGxRbqNu3Khfdb1D39SC3timKfHxqvj8B8N5xf3hedMDv7iNKXD9U7H8IfhB/m8GXF+st9k5xXNfasFi7dXKh9WDNAS/IzBZ32hlq3OB94fpHLT/8H8j6p5rFtPC/cyajiX0lVbLhz7zoFNZ6N2Edw7696VhRSlUsNN4UVXsCIVBxj6wnN7plHjdCHRG/ddWxTc2jd5hxxTL30L8KDeuWfAd2/WW/P8Z3jgMj53nKb45O18dR9QsGGjZhaVV4D7mA52zAGbBQXG4ID+D7cP9Hwm2DwVSEzz8USkEtjM9eYDXqxjyQ4X3AVqF+F3QrQNZzxcDq48EyhTktsq6LEAgBirLbCcehVa+5+ax6Dy/p+Wn8Z4Pf++eCBCvDrppds6uZLVSeZhgsNxDxgGw86EFhBf1yjaC06qj4ogSPlIzLoep1zuOvGHwhhiXN/S47CRo7uONmUR2O9bb0nHJMkrMzmgdF61Dzy2RbVbHpmJYekfo08pgB8Vf9LCgPwrYKHZsdc7A/2UvhrSvFGifEpzLsn2vGtqnYkI4QKIEDs95QQrK8yAFVMaYPg8GlzkAXsMJ7Rqq/U3AZgsM76/ntPOBx6fuAwTFqhA4B6fAbMkVtP3pbvUob3x8C//fyjWPLBf9Ioa/emy19O2infYMCd1CKSNGOr+WvJsH/s05Bf5Nc6WJOxSJ9PuxM2OnPCLrRBP6p6AFLXHkRpTD/U7AhiWCN8nb2xDIKIrtHJd079Ciws60nj8lPjH4PQkbQXc8vss4chWoQr2iXpXBTngpZHe4Lbo+x7XyGOyeaNI+FKpXYcM1XZDrpsLaJwPWWOakXFQZjHHhj4O6F1CgIs9XyDXEuqYNbtPbsl41vB/MG2vnHISlj+B10XOjWr3ms1Eua/N8qLPcGij8puDmM+m9o68LsKFaWz7xmUVICbQWWMyPvvCQbN6Qci1lZXcLSbSZh2S9J1UXj8hib7cNYeeDb6RzvMI2ss5D27WdcyDjV4t6LDAOmguPN9rH7w0Ubxf2SloCphssFx6/DykSt0DJOlu60XaSOCmSaLO8BrFch1bqCiuzlWNr41pHtivOcxAXVkulRExmpfBoMe0ZPDsBHiMea9JxKILYhWCYIfYJKNt7/GWG27vZoiKBIojuo/1n9HapUJFAEUR30pq7p6Ncv0o9tff1JQ0GyUmgCKI72d5sB98uDu309AQvzeCvD6zQm18IojvZ/pQsM/O9/XfzwzttehfMJF/NHFyCEzTjJUF0M/EIi4hTweLDoT671hXTDzejZOcqMDT0kNw7guh+4rV+hFU1UMwOdmtQ3QuO42wG6WSREwQRA8m4aN+5MzBguV0zJ5Xn2uFkfqcOrlLsiSB2FsnFkdAFhIVcJy0rEieC2PmkE+w++2kPPD6c7wNnWzP8tYInTH3ZNZj7VQnOfy6p+cgJgkiJdEfkOGdwbi6PgjXgVvNxWVilbE8d+Noa/HKlBufGKmQ1EcTuobNpA55o3crCoUM5yGRssIVoOczqr69lgikNnhAhruuA4ziwVK3DStkhUSKI3c1vATXMH7h6/cyNAAAAAElFTkSuQmCC) no-repeat; }
      .export-accelerator .results_programs .fashionable-3 {
        background: url(data:image/png;base64,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) no-repeat; }
  .export-accelerator .section-five {
    padding-top: 80px; }
    .export-accelerator .section-five .ant-tabs-line {
      min-height: 650px !important; }
    .export-accelerator .section-five h1 {
      font-style: normal;
      font-weight: 800;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #1E2B6C; }
    .export-accelerator .section-five .title-wrapper {
      display: flex;
      justify-content: space-between; }
    .export-accelerator .section-five .section-three-water {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #1E2B6C; }
    .export-accelerator .section-five .section-five__graphic_wrapper h2 {
      font-style: normal;
      font-weight: 800;
      font-size: 32px;
      line-height: 38px;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #1E2B6C; }
    .export-accelerator .section-five .section-five__graphic_wrapper .section-three__graphic {
      background-size: cover;
      width: 100%;
      height: 10vh;
      display: flex;
      justify-content: center;
      min-height: 300px; }
    .export-accelerator .section-five ul {
      margin: 40px 0 40px 0;
      display: flex;
      justify-content: center; }
    .export-accelerator .section-five li {
      cursor: not-allowed;
      padding: 15px;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 19px;
      text-align: center;
      color: #828282;
      background: #F2F2F2;
      width: 73px;
      display: inline; }
      .export-accelerator .section-five li:first-of-type {
        cursor: pointer;
        color: #0997E3;
        background: rgba(9, 151, 227, 0.1); }
    .export-accelerator .section-five li + li {
      margin-left: 24px; }
  .export-accelerator .ant-tabs-ink-bar {
    right: initial !important;
    left: 1px !important; }
  .export-accelerator .ant-tabs-tab {
    text-align: left !important; }
  .export-accelerator .ant-tabs-bar {
    width: 30%;
    border: 2px solid #F2F7FB; }
  .export-accelerator .ant-tabs-nav-container {
    padding: 34px 0 34px 0;
    background: #F2F7FB; }
  .export-accelerator .ant-tabs-tab {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: rgba(21, 21, 23, 0.6); }
  .export-accelerator .ant-tabs-tab-active {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #0997E3; }
  .export-accelerator .ant-tabs {
    border: 2px solid #F2F7FB; }

.navigate_links_wrapper {
  max-width: 1450px;
  margin: 0 auto;
  padding: 12px 20px; }
  .navigate_links_wrapper .main-buttons_item {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
    color: #ffffff; }

.main-buttons__fixed {
  width: 100%;
  height: 45px;
  position: fixed;
  top: 0;
  left: 0; }

.export_accelerator__buttons {
  background: #1E2B6C; }

.dropdown {
  margin-left: 70px !important;
  width: initial !important;
  padding: 0 !important;
  position: relative;
  background: initial !important; }
  .dropdown .ant-select-selection {
    height: auto;
    min-width: 262px;
    background: rgba(9, 151, 227, 0.1);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0997E3;
    padding: 9px; }

.accelerator-news {
  padding-top: 80px; }
  .accelerator-news h1 {
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1E2B6C; }

.dumb-button + .dumb-button {
  margin-left: 32px; }

.dumb-button {
  padding: 32px;
  height: 141px;
  background: #F2F7FB;
  border-radius: 10px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .dumb-button .dumb-text {
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1E2B6C; }
  .dumb-button .dumb-text-small {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #0997E3; }
  .dumb-button .worthless-icon {
    width: 66px;
    height: 60px;
    background-size: contain !important; }
    .dumb-button .worthless-icon-1 {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA8CAYAAADfYhweAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMnSURBVHgB7ZtRbtNAEEBnnPQ/SG35QcT+BxLfIDkB7QkoJ6A3ID0B6gloTwA9QcoJUjUSv3H5QKIFNUJCQsL2MOt2kXAVZ71eO4m978NO7IkVv3jWO7sOAjOZ3XZaGL3jl3sA1IFGgXNefIyodeR7j4K22ORgOOZVHxpJcgEctDB0eT3E6exmQAhjsEBE4dAhIBcsCVvOVtcBy39YISna2bvpnBcB1Ap0eTFYtDdTiIPOybPu9inUiMvZ9QEgDhbttymTwgpJYYWksEJSWCEp2mCIpARw4CXQXXHId6jzP3HrkyiYYIMoLIQr5T5Xyh+SEoDEFky2x0SiYJpPZt+Ofe/xCDaEQikjrgo+6Qksrod4WMF5y1JGsCFoC+ErwyXE9yqx91L2YAPQFtJ24leQo1JusxTYAPRThuJcvzg3L/3PX2+7sOZoCyGNEbYwjNZ+VM72Q1IUuO1iADlH26Lo91We+OnVjzdEUR8RgzBun1bRp9EWwl/yhIhGqvHcTwl878mFSqyYBRAD30RxX/RriMSdKjqYzK73fW9X6Ri6aKdMGDvHvJorfwCdkUqYlIEP2ihyW4hjllJqO6QthC/fORLsq8TyqP6opzDQtFjGPzplSynUqD73ds4jIl+kw4KQOSEd9ro7R8uOpSBDUqqUwrXMfU57l1++c2EXD7ixSIo7xNZFGP889V1vaVrlkCGRUoam2xRj1e6Lp9tnvDqDnGjIkJQiZaX9kAIyJMbTZ2VCDMiQGJWyEiEGZUiMSalcSAkyJEakVCqkRBmSwlIqE1KBDEkhKZUIqVCGRFtK6UJWIEOiJaVUISuUIcktpTQhayBDkktKKULWSIZEWYpxIWsoQ5JI4SnFXlaQUSFrLEPS4Wr8MCvAmJANkKGEESF1kSEoLKROMgSFhNRNhqDIZHftZAi0hNRVhiC3kDrLEOQSUncZAmUhTZAhUBLSFBmCpUKaJEOQKSQCbJQMQebMHVI8AribmmwKy1KmUTIE9pGqFFZICgeTZ8UsgtihIHkwfRrcjCnjf2hNgIAueu6un6RMSOFr3nQCeZ4Zqw9zce4x/RqKN38BY2eLoOltIjgAAAAASUVORK5CYII=) no-repeat; }
    .dumb-button .worthless-icon-2 {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA8CAYAAADfYhweAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHSSURBVHgB7ZrPUcJAFId/bwN3HB1nPJEU4B86gA4oQTugBKlAO1A7sANKAKWA5CzOwMVbwrrhoMu7Z/ft8L4DCbnlmy/JJrsEx7LcDjJqntzuFLADnBS0cz/vjc3mo+Ks6rWHDNULt7nDSXII4D6jOnfbCa3LzdgSFlDQ2HpiLGwO5UDf9IcGyhEqhKFCGCqEoUIYKoShQhgqhKFCGCqEoUIYKoShQhgRhFAFwYQVQni+yS8K992hcJ8dKggkqBADWrXbUXFV3eaXBZF5hDCi3kOuh+dzabVEv6lKq0XMU0ZKLaIeuxJqETkOiVmL2IFZrFrEj1RD15LE0D1kLUm9y4SoJbmXu79agBU6INm3XQvqZJVCD4mxLLd5j+qXruakkyrko/yaZdQsLTBGRyRRyH8VrQiLLhFfSIgqfMQWErIKH5GFhK7CR1QhsarwEVNIzCp8ohcioQqfqIVIqcInaCF72HYt7Ju0KnzCXjIWs8/qewo0A6dB5IrpCPcQ2etidW6XoUIYKoShQhgqhKFCGCqEoUIYKoShQhgqhKFCGCqEYUj4utGQ7I2tqN1ZV5uFpK9WMXBToys3iT46XDK1rR/coVe3u8PpsWvPfW9/Ju2fX3havIDIxJxtAAAAAElFTkSuQmCC) no-repeat; }

.dumb-button-wrapper {
  display: flex; }

.accelerator_commands {
  padding-top: 98px; }
  .accelerator_commands h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #1E2B6C; }

.accelerator-some-wrapper {
  display: flex;
  margin-top: 50px; }

.command-left {
  flex-grow: 1;
  flex-basis: 20%; }
  .command-left p {
    margin-top: 52px;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #1E2B6C; }

.with-delimiter {
  border-top: 2px solid #F2F7FB;
  padding-top: 80px; }

.worthless_block_wrapper {
  padding-bottom: 50px;
  display: flex; }
  .worthless_block_wrapper h1 {
    text-align: left;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1E2B6C; }
  .worthless_block_wrapper p {
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #1E2B6C; }
  .worthless_block_wrapper .worthless-button {
    background: #1398E7;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 0; }
  .worthless_block_wrapper .worthless_block-left {
    flex-basis: 66%; }
  .worthless_block_wrapper .worthless_block-right {
    padding-top: 13px;
    display: flex;
    flex-basis: 35%;
    flex-direction: column; }
    .worthless_block_wrapper .worthless_block-right .footer__social_networks {
      margin-top: 48px; }
    .worthless_block_wrapper .worthless_block-right .footer__social_networks__title {
      display: block; }
    .worthless_block_wrapper .worthless_block-right .footer__social_networks__link + .footer__social_networks__link {
      margin-left: 12px; }

.accelerator_command__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 50%;
  padding-bottom: 80px; }

.accelerator_command_name {
  margin-top: 32px;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #151517; }

.accelerator_command_info {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
  color: #151517; }

.accelerator_command_item {
  max-width: 300px;
  margin-left: 32px; }
  .accelerator_command_item img {
    height: 160px;
    width: 160px;
    object-fit: cover; }
  .accelerator_command_item a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #0997E3;
    position: relative;
    padding-left: 30px; }
    .accelerator_command_item a:after {
      content: '';
      position: absolute;
      left: 00px;
      top: 4px;
      display: block;
      width: 24px;
      height: 18px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGcSURBVHgBtZNPTsJAFMa/N0xCwU23JtbgCZQTADfwCLLC4kI4gXAC2NAuxRN4BOoJwBOA1MQtK2gQeM7UQBAFiqS/VTt/vjfzzfco5bxXmBaXiAMhPEq5PiNG5Nq3NyOqJKQY4Qjms4QpedpUn3n9v3EDHjDmhcC+GOAfGO5HhjDvKJ3MckyEsur0LFBT9TLEspt03io4EP2WxLOuFld6NTXkrQpogpJVVxMFEI0EiUbKGTaiCJuPffPE8ZsgDtczIx/YVv3HDVZFbMtjJAoE9FShSsod9g23n9kmri2ZBrKzINzrPUyzbFC2XtbXiM1NgX06GNtWdmUZEp20M7z+Le7ntSXq1lfq9E2956+3E9hCaNmCi2Aymeg53fJry7m069fUiTuhJYJuJrfn1W06EjsI7s7bygZPJ4MFP6jE5ULRMIIqcaQSV9qdOIE9aMuSxmdW24DvbOcJ1E4a82yUOEtEYFS80M1XNVrDV5DgSfnsaYxoRCqwRFuGA9lr0bHEXiC0iBjmroY6ugAIVwTZRwzIsJkEcogB1aC9L2MfpM0CGVw8AAAAAElFTkSuQmCC); }

.accelerator_command_item + .accelerator_command_item {
  margin-bottom: 32px; }

.news_wrapper {
  display: flex;
  justify-content: center; }
  .news_wrapper img {
    max-height: 200px;
    width: 100%; }
  .news_wrapper .news_item {
    cursor: pointer;
    padding: 20px;
    max-width: 20vmax; }
  .news_wrapper .news_date {
    margin: 30px 0 15px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #1E2B6C; }
  .news_wrapper .news_info {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #151517; }

.company_title {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #151517; }

.company_wrapper {
  display: flex; }
  .company_wrapper img {
    max-width: 50%;
    max-height: 300px;
    object-fit: initial; }
  .company_wrapper .company_info_wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 32px; }
    .company_wrapper .company_info_wrapper .company_info, .company_wrapper .company_info_wrapper .company_city {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 28px;
      color: #151517; }
    .company_wrapper .company_info_wrapper .company_city {
      margin-bottom: 40px; }
    .company_wrapper .company_info_wrapper .company_info {
      margin-bottom: 25px; }
    .company_wrapper .company_info_wrapper .company_link {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      color: #0997E3;
      margin-bottom: 48px; }
    .company_wrapper .company_info_wrapper .company_pdf {
      background: #0997E3;
      border: 1px solid #0997E3;
      padding: 14px;
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      color: #FFFFFF;
      max-width: 200px; }

.slide-first {
  background-image: url(/_next/static/images/Neuralinks-47d0f8d272a8537c34200ced074dbf6a.png);
  background-color: #ffffff; }
.steps-next__button.ml-3 { display: none !important; }
