/* 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 {
  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;
  font-feature-settings: 'tnum';
  position: relative;
  clear: both;
}
.ant-table-body {
  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: 2px 2px 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;
  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;
  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: #000;
}
.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;
  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;
  transform: scale(0.91666667) rotate(0deg);
  display: block;
  height: 1em;
  line-height: 1em;
  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: #000;
}
.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;
  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 {
  user-select: none;
}
.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 2px;
}
.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 2px;
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.3s, border 0s;
}
.ant-table-thead > tr,
.ant-table-tbody > tr {
  transition: all 0.3s, height 0s;
}
.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
  background: #403d3c;
}
.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;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 2px 2px;
}
.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: 2px 2px 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: 2px 2px 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: 2px;
}
.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: 2px 2px 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 2px 2px;
}
.ant-table-placeholder .anticon {
  margin-right: 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: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  border: 0;
  border-radius: 2px 2px 0 0;
  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: 2px;
  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: #000;
  font-weight: bold;
  text-shadow: 0 0 2px #333030;
}
.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: #000;
}
.ant-table-filter-dropdown-link:hover {
  color: #0d0c0c;
}
.ant-table-filter-dropdown-link:active {
  color: #000000;
}
.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;
  transition: all 0.3s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 2px;
  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 {
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  user-select: none;
}
.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;
  transition: 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;
  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: 2px 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;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 2px 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 {
  box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  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: 2px;
}
.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;
  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-spin {
  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;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #000;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: 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;
  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;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  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: #000;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  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;
  animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(45deg);
  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;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    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 {
  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;
  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: 2px;
  outline: 0;
  cursor: pointer;
  user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #000;
  transition: all 0.3s;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #000;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #000;
}
.ant-pagination-item-active a {
  color: #000;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #0d0c0c;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #0d0c0c;
}
.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;
  transform: scale(1) rotate(0deg);
  color: #000;
  letter-spacing: -1px;
  opacity: 0;
  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;
  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: 2px;
  cursor: pointer;
  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);
  user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #0d0c0c;
}
.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: 2px;
  outline: none;
  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: #000;
  border-color: #000;
}
.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: 32px;
  line-height: 1.5 \9;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  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: #0d0c0c;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #0d0c0c;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 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;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
  line-height: 40px;
  line-height: 1.5 \9;
}
.ant-pagination-options-quick-jumper input-sm {
  height: 24px;
  padding: 1px 7px;
  line-height: 24px;
  line-height: 1.5 \9;
}
.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 {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #000;
}
.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;
  line-height: 24px;
  line-height: 1.5 \9;
  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;
  }
}

._3moNQ{margin:14px 0 8px !important}._2kM_P{font-size:0.8125rem;line-height:2.31;font-weight:300;color:#808080;text-transform:capitalize}

._2D4zT{display:inline-block;list-style:none;margin:0;padding:0;display:flex;align-items:center}._2D4zT li{padding:0 0 0 15px}._8-kC5{color:inherit}._2crM-{color:inherit}.mPMOZ{color:inherit}

._1hTu4 span{color:white;max-width:85%;padding:15px 0 0;font-size:1rem;text-align:center}._1hTu4>div{position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,0.75)}._1hTu4>div span{display:flex;height:100%;width:90%;justify-content:center;align-items:center;padding:0;margin:auto;text-transform:uppercase;font-family:'Teko', sans-serif;font-size:2rem;line-height:1}.gHHKr{width:100%}@media only screen and (max-width: 767px){.gHHKr img:first-of-type{display:none}}.gHHKr img:last-of-type{display:none}@media only screen and (max-width: 767px){.gHHKr img:last-of-type{display:block}}.gHHKr>div span{font-size:3.5rem}@media only screen and (max-width: 767px){.gHHKr>div span{font-size:2.4rem}}

._3-F2b{position:relative;overflow:hidden;transition:500ms all}._3-F2b:hover img{transform:scale(1.03)}._3-F2b>img{width:100%;height:100%;object-fit:cover;object-position:center;transition:1s all ease-in-out}@media only screen and (max-width: 767px){._3-F2b{padding:0px 15px}}

._2ooIe{position:relative;overflow:hidden;transition:500ms all}._2ooIe:hover img{transform:scale(1.03)}._2ooIe>img{width:100%;height:100%;object-fit:cover;object-position:center;transition:1s all ease-in-out}@media only screen and (max-width: 767px){._2ooIe{padding:0px 15px}}._2hOpH{border-radius:12px;width:100%;height:100%;object-fit:cover;object-position:center;transition:1s all ease-in-out}

._2bnxv{max-width:145px !important;height:37px}.V5vlj{position:absolute;bottom:30px}._2NN8W{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;margin:12px 0 0}._2NN8W>div{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;width:100%}._2NN8W>div>span{margin-right:12.5px;margin-top:1px}._2NN8W h1,._2NN8W h2,._2NN8W h3,._2NN8W h4,._2NN8W h5,._2NN8W h6{line-height:1.35;margin:0 0 5px;max-width:calc(100% - 10px)}._2NN8W p{color:rgba(0,0,0,0.5);font-weight:500;font-size:0.875rem;line-height:1.57;max-width:325px;margin-bottom:0}@media only screen and (max-width: 767px){._76gxh{flex-direction:column}}@media only screen and (max-width: 767px){._76gxh>span{display:none}}@media only screen and (max-width: 767px){._76gxh h3{order:2}}@media only screen and (max-width: 767px){._76gxh>div{order:1;margin:0 0 10px}}._2FBFL>span{margin-right:0 !important;margin-left:12.5px !important}._2FBFL>div{margin-right:12.5px !important;margin-left:0 !important}._1p8aj>div>span{margin-top:6.5px}@media only screen and (max-width: 767px){._1p8aj h2{font-size:1.25rem;line-height:1.35}}._-7zex{font-size:0.875rem;font-weight:300;line-height:1.357;color:#c41923;padding:3px 5px;background:rgba(196,25,35,0.1);margin-left:12.5px}._27Bmx{margin-top:10px}._2D1oA{margin-left:43px}@media only screen and (max-width: 767px){._2D1oA{margin:0}}._3lVTA{height:262px}@media only screen and (max-width: 991px){._3lVTA{height:281px}}@media only screen and (max-width: 991px) and (max-width: 767px){._3lVTA{height:192px}}._2BwnX{height:476px}@media only screen and (max-width: 991px){._2BwnX{height:281px}}@media only screen and (max-width: 991px) and (max-width: 767px){._2BwnX{height:192px}}@media only screen and (max-width: 767px){._1rVOy{height:162px}}@media only screen and (max-width: 767px){._3WwDd{height:250px}}

._1tQhS{display:block;margin-bottom:17px}

._3HiYd{display:block}._3HiYd>div{margin:0 0 21px}@media only screen and (max-width: 991px){._3HiYd h3{font-size:1.065rem}}@media only screen and (max-width: 767px){._3HiYd h3{font-size:1.125rem}}._38sg8>img{height:24px !important;width:auto !important;top:94px !important}@media only screen and (max-width: 767px){._38sg8>img{display:none}}._38sg8>img:first-of-type{left:-40px}._38sg8>img:last-of-type{right:-40px}

._3NP-u{margin:0 0 23px}._2N5Dz{max-width:920px;margin:auto;display:flex;flex-wrap:wrap}.qx2Pu{flex:1 0 20%;display:flex;justify-content:flex-start;flex-direction:column;align-items:center;margin:0 0 30px}@media only screen and (max-width: 767px){.qx2Pu{flex:1 0 50%}}.qx2Pu img{width:98px;height:98px;object-fit:cover;margin:0 0 14px;border-radius:50%}.qx2Pu h6{text-align:center}.qx2Pu p{font-size:1.06rem;line-height:1.41;font-weight:300;margin:0 0 12px}.qx2Pu p i{padding-right:4px}

._9_pvT>img{height:24px !important;width:auto !important;transform:translateY(-50%)}@media only screen and (max-width: 767px){._9_pvT>img{z-index:10}}._9_pvT>img:first-of-type{left:-40px}@media only screen and (max-width: 767px){._9_pvT>img:first-of-type{left:auto;right:75px;top:calc(100% - 22px)}}._9_pvT>img:last-of-type{right:-40px}@media only screen and (max-width: 767px){._9_pvT>img:last-of-type{right:24px;top:calc(100% - 22px)}}@media only screen and (max-width: 767px){._14dlm{padding:0 16px}}

@media only screen and (max-width: 767px){._14MjT{display:none !important}}._20e36{display:flex;align-items:center;flex-wrap:wrap;margin:0 0 17px}@media only screen and (max-width: 767px){._20e36{padding:0px 0px 0px 10px}}._1mjHp{margin:0}@media only screen and (max-width: 767px){._1mjHp{margin:0 0 5px}}._20e36>div{display:flex;flex-wrap:wrap}._20e36>div b{margin-left:3px}._20e36>span{font-size:0.75rem;line-height:2.5;font-weight:300}._20e36 a{display:flex;align-items:center;margin:0 8px 0 0}._20e36 a b{padding-left:5px}.FbEBY{width:30px;height:30px;object-fit:cover;border-radius:50%}._2LW24{border:1px solid rgba(0,0,0,0.25);border-width:1px 0;padding:25px 0;margin:0 0 34px}._2LW24 p{margin:0;font-size:0.875rem !important;line-height:1.71 !important;font-weight:300 !important}._2ectY a{margin:0 0 0 8px}._2ectY>div{display:flex}._2ectY>div b{margin-right:3px}._1Yr3g a,._1Yr3g b,._1Yr3g span,._1Yr3g>div{color:#fff}._1aMvL{color:#737373;font-size:12px;font-weight:400 !important;margin-left:0;display:flex;align-items:center}._2-0IV{margin-left:15px}

@media only screen and (max-width: 767px){.LGp17{font-size:1rem !important;padding:0px 7px 5px 10px}}@media only screen and (max-width: 767px){._1J8WR{font-size:1.125rem !important;padding:0px 7px 0px 10px}}@media only screen and (max-width: 767px){._1dmXU{padding:0 16px !important}}._3Jo6d{cursor:pointer}._3Jo6d:hover>div>div:first-child{box-shadow:0 5px 46px 0 rgba(0,0,0,0.2)}._3Jo6d:hover>div>div:first-child::before,._3Jo6d:hover>div>div:first-child img{transform:scale(1.03)}._3Jo6d>div>div:first-child{transition:500ms all}._24C5D *{color:#fff !important;font-weight:400 !important}._3Jo6d h1,._3Jo6d h2,._3Jo6d h3,._3Jo6d h4,._3Jo6d h5,._3Jo6d h6{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 12px}@media only screen and (max-width: 767px){._3Jo6d h1,._3Jo6d h2,._3Jo6d h3,._3Jo6d h4,._3Jo6d h5,._3Jo6d h6{margin:0 0 4px}}._2SUHl{opacity:0;transition:300ms all ease-in-out;position:absolute;bottom:24px;right:24px;z-index:2;display:flex}._2SUHl i{padding-left:15px;opacity:0.7}._2SUHl i:hover{opacity:1}.TvaUY{opacity:1}.TvaUY i{opacity:1}._3yOBa{display:flex;align-items:center;margin:0 0 17px}._3yOBa img{filter:invert(0.2);transform:scale(0.9)}._3yOBa i{padding:3px 15px 0 0;transform:scale(0.9)}._3yOBa i svg g{fill:#dcdcdc}._3yOBa ul li{padding:0 15px 0 0}._3Elfa{justify-content:flex-end}.SegTl>i svg g{fill:#5a5a5a}._1zAoR{height:192px}@media only screen and (max-width: 991px){._1zAoR{height:190px}}@media only screen and (max-width: 767px){._1zAoR{height:254px}}._13V73{height:262px}@media only screen and (max-width: 991px){._13V73{height:190px}}@media only screen and (max-width: 767px){._13V73{height:254px}}._26-F-{height:422px}@media only screen and (max-width: 991px){._26-F-{height:284px}}@media only screen and (max-width: 767px){._26-F-{height:254px}}._1f_T4{height:476px}@media only screen and (max-width: 991px){._1f_T4{height:281px}}@media only screen and (max-width: 767px){._1f_T4{height:325px}}._3JUV3{height:265px}@media only screen and (max-width: 991px){._3JUV3{height:166px}}@media only screen and (max-width: 767px){._3JUV3{height:192px}}._1zAoR>div{display:flex;align-items:center;transition:300ms all ease-in-out}@media only screen and (max-width: 767px){._2yEzx{display:none}}._1x2P9{position:relative;box-shadow:0 0 0 0 rgba(0,0,0,0.2);transition:500ms all ease-in-out;margin:0 0 12px}._1x2P9:hover>div{opacity:1}._1Hkyr{display:flex;align-items:center}.xRFXB{display:flex;overflow:hidden}.xRFXB>ul{transform:translateX(-100%);transition:300ms all}._1Hkyr ul{opacity:0;transition:500ms all;transform:translateX(100%)}._1Hkyr ul li{padding:0 0 2px 15px}._1Hkyr ul img{transform:none !important}._1Hkyr>div{overflow:hidden}._1Hkyr:hover ul{opacity:1;transform:translate(0)}._1zAoR:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);opacity:0;transition:300ms all ease-in-out;z-index:1}._2thPV{font-size:0.875rem;line-height:2.14;font-weight:300;margin:0 0 7px}._1rgdE{margin:0 0 12px !important;color:#000;font-weight:900}.L9z9Q{display:flex;align-items:center;flex-wrap:wrap}.L9z9Q>span{font-size:0.75rem;line-height:2.5;font-weight:300}.L9z9Q a{display:flex;align-items:center;margin:0 12px 0 0}.L9z9Q a b{padding-left:5px}._2mHA_>ul{transform:translateX(0)}.hNMQf{transform:rotate(180deg)}

._3TwbW>div{margin:0 0 34px}@media only screen and (max-width: 767px){._3TwbW>div{margin:0}}@media only screen and (max-width: 767px){._3TwbW>div>div:last-child{padding:0 16px !important}}

@media only screen and (max-width: 767px){._30EB8{border-top:1px solid rgba(102,102,102,0.21);padding-top:15px;width:100%;padding-left:0 !important;padding-right:0 !important}}

.eI3D6{background-color:#191919;padding:41px 0}.eI3D6 h2{color:#fff !important;margin:0 0 43px !important}.QL1lU{width:1175px;margin:auto;max-width:90%}._3sknv{margin:auto;display:block !important}._3sknv>img{width:100%}.aIExd>img{height:24px !important;width:auto !important;transform:translateY(-50%)}.aIExd>img:first-of-type{left:-40px}.aIExd>img:last-of-type{right:-40px}

@media only screen and (max-width: 767px){._1Ago9{font-size:1rem !important;padding:0px 7px 5px 10px}}@media only screen and (max-width: 767px){._2YMEJ{font-size:1.125rem !important;padding:0px 7px 0px 10px}}@media only screen and (max-width: 767px){._2r5nK{padding:0 16px !important}}._2D5xv{cursor:pointer}._2D5xv:hover>div>div:first-child{box-shadow:0 5px 46px 0 rgba(0,0,0,0.2)}._2D5xv:hover>div>div:first-child::before,._2D5xv:hover>div>div:first-child img{transform:scale(1.03)}._2D5xv>div>div:first-child{transition:500ms all}._1q3DK *{color:#fff !important}._2D5xv h1,._2D5xv h2,._2D5xv h3,._2D5xv h4,._2D5xv h5,._2D5xv h6{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 12px;padding-bottom:7px}@media only screen and (max-width: 767px){._2D5xv h1,._2D5xv h2,._2D5xv h3,._2D5xv h4,._2D5xv h5,._2D5xv h6{margin:0 0 4px}}._332Ql{opacity:0;transition:300ms all ease-in-out;position:absolute;bottom:24px;right:24px;z-index:2;display:flex}._332Ql i{padding-left:15px;opacity:0.7}._332Ql i:hover{opacity:1}.t-MAq{opacity:1}.t-MAq i{opacity:1}._2kg1K{display:flex;align-items:center;margin:0 0 17px}._2kg1K img{filter:invert(0.2);transform:scale(0.9)}._2kg1K i{padding:3px 15px 0 0;transform:scale(0.9)}._2kg1K i svg g{fill:#dcdcdc}._2kg1K ul li{padding:0 15px 0 0}._1psoG{justify-content:flex-end}._1SrgW>i svg g{fill:#5a5a5a}._2Ipv5{height:192px}@media only screen and (max-width: 991px){._2Ipv5{height:190px}}@media only screen and (max-width: 767px){._2Ipv5{height:254px}}._22a66{height:262px}@media only screen and (max-width: 991px){._22a66{height:190px}}@media only screen and (max-width: 767px){._22a66{height:254px}}._27nrR{height:422px}@media only screen and (max-width: 991px){._27nrR{height:284px}}@media only screen and (max-width: 767px){._27nrR{height:254px}}._1JIzZ{height:476px}@media only screen and (max-width: 991px){._1JIzZ{height:281px}}@media only screen and (max-width: 767px){._1JIzZ{height:325px}}._1QRqd{height:265px}@media only screen and (max-width: 991px){._1QRqd{height:166px}}@media only screen and (max-width: 767px){._1QRqd{height:192px}}._2Ipv5>div{display:flex;align-items:center;transition:300ms all ease-in-out}@media only screen and (max-width: 767px){._2g_ta{display:none}}.RzWRo{position:relative;box-shadow:0 0 0 0 rgba(0,0,0,0.2);transition:500ms all ease-in-out;margin:0 0 12px}.RzWRo:hover>div{opacity:1}.oPyLJ{display:flex;align-items:center}.eEUmF{display:flex;overflow:hidden}.eEUmF>ul{transform:translateX(-100%);transition:300ms all}.oPyLJ ul{opacity:0;transition:500ms all;transform:translateX(100%)}.oPyLJ ul li{padding:0 0 2px 15px}.oPyLJ ul img{transform:none !important}.oPyLJ>div{overflow:hidden}.oPyLJ:hover ul{opacity:1;transform:translate(0)}._2Ipv5:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);opacity:0;transition:300ms all ease-in-out;z-index:1}._2RhOG{font-size:0.875rem;line-height:2.14;font-weight:300;margin:0 0 7px}._1fy1b{margin:0 0 12px !important;color:#000;font-weight:900}._3x7aU{display:flex;align-items:center;flex-wrap:wrap}._3x7aU>span{font-size:0.75rem;line-height:2.5;font-weight:300}._3x7aU a{display:flex;align-items:center;margin:0 12px 0 0}._3x7aU a b{padding-left:5px}._3Z4gT>ul{transform:translateX(0)}._1PDF0{transform:rotate(180deg)}

._2RvYH{padding:0 0 50px}@media only screen and (max-width: 767px){._2RvYH{padding:0 0 18px}}._2xqxY:not(:last-child){padding:0 0 25px}@media only screen and (max-width: 767px){._2xqxY:not(:last-child){padding:0}}.B3C9y{border-top:2px solid #000}.B3C9y a{padding:22px 0 26px;display:flex;align-items:center}@media only screen and (max-width: 767px){.B3C9y a{padding:8px 16px;justify-content:space-between}.B3C9y a i{transform:scale(0.8)}.B3C9y a h2{line-height:2.11}}.B3C9y a:hover h2{padding-right:25px}.B3C9y h2{padding-right:14px;transition:300ms all;color:#000 !important;margin:0}.B3C9y g{stroke:#000}.B3C9y[data-category="billionaires"]{border-top:2px solid #886f68}.B3C9y[data-category="billionaires"] h2{color:#886f68 !important}.B3C9y[data-category="billionaires"] g{stroke:#886f68}.B3C9y[data-category="lists"]{border-top:2px solid #666}.B3C9y[data-category="lists"] h2{color:#666 !important}.B3C9y[data-category="lists"] g{stroke:#666}.B3C9y[data-category="innovation"]{border-top:2px solid #2561aa}.B3C9y[data-category="innovation"] h2{color:#2561aa !important}.B3C9y[data-category="innovation"] g{stroke:#2561aa}.B3C9y[data-category="leadership"]{border-top:2px solid #857529}.B3C9y[data-category="leadership"] h2{color:#857529 !important}.B3C9y[data-category="leadership"] g{stroke:#857529}.B3C9y[data-category="money"]{border-top:2px solid #628048}.B3C9y[data-category="money"] h2{color:#628048 !important}.B3C9y[data-category="money"] g{stroke:#628048}.B3C9y[data-category="consumer"]{border-top:2px solid #377e88}.B3C9y[data-category="consumer"] h2{color:#377e88 !important}.B3C9y[data-category="consumer"] g{stroke:#377e88}.B3C9y[data-category="industry"]{border-top:2px solid #b16122}.B3C9y[data-category="industry"] h2{color:#b16122 !important}.B3C9y[data-category="industry"] g{stroke:#b16122}.B3C9y[data-category="lifestyle"]{border-top:2px solid #5d1033}.B3C9y[data-category="lifestyle"] h2{color:#5d1033 !important}.B3C9y[data-category="lifestyle"] g{stroke:#5d1033}.B3C9y[data-category="featured"]{border-top:2px solid #fff}.B3C9y[data-category="featured"] h2{color:#fff !important}.B3C9y[data-category="featured"] g{stroke:#fff}.B3C9y[data-category="brandvoice"]{border-top:2px solid #c41923}.B3C9y[data-category="brandvoice"] h2{color:#c41923 !important}.B3C9y[data-category="brandvoice"] g{stroke:#c41923}.B3C9y[data-category="companies"]{border-top:2px solid #c41923}.B3C9y[data-category="companies"] h2{color:#c41923 !important}.B3C9y[data-category="companies"] g{stroke:#c41923}.B3C9y[data-category="events"]{border-top:2px solid #48807c}.B3C9y[data-category="events"] h2{color:#48807c !important}.B3C9y[data-category="events"] g{stroke:#48807c}.B3C9y[data-category="magazines"]{border-top:2px solid #000}.B3C9y[data-category="magazines"] h2{color:#000 !important}.B3C9y[data-category="magazines"] g{stroke:#000}.B3C9y[data-category="magazine"]{border-top:2px solid #000}.B3C9y[data-category="magazine"] h2{color:#000 !important}.B3C9y[data-category="magazine"] g{stroke:#000}._3HTFs i{transform:scaleX(-1) scale(0.8) !important}._3HTFs h2{padding-right:0;padding-left:14px}._2EgxV{font-size:16px;color:#666666;letter-spacing:0;line-height:22px;padding:0 16px;margin-top:6px}._2EgxV svg{margin-left:2px}._3jqwX i{transform:rotate(180deg)}._1VwhK{overflow:hidden;position:relative;width:100%}._1e5Zj,._29I8O{width:66.66%;float:left}@media only screen and (max-width: 768px){._1e5Zj,._29I8O{width:100%}}._296Pj,.J8s9G{float:right}._1e5Zj{margin:0 0 20px;border-bottom:1px solid #e2e2e2;padding:0 0 27px}@media only screen and (max-width: 768px){._1e5Zj{padding:0}}@media only screen and (max-width: 767px){._1e5Zj{border-bottom:1px solid #e2e2e2;padding:0;margin:0 0 13.5px}}._29I8O{display:flex;flex-wrap:wrap;justify-content:space-between}@media only screen and (max-width: 767px){._29I8O{display:none}}._29I8O>div{flex:0 0 48%;margin:0 0 27px;align-items:flex-start}@media only screen and (max-width: 768px){._29I8O>div{flex:0 0 100%}}._29I8O>div p{display:none}._29I8O>div h4{font-size:14px;font-weight:900;letter-spacing:-0.21px;line-height:21px}.RYoTD{height:100px !important}._3hl3F{width:33.33%;float:right;padding-left:3%}._2O-K_{float:left;padding-left:0;padding-right:3%}@media only screen and (max-width: 768px){._3hl3F{width:100%;padding-left:0;display:flex;justify-content:space-between;align-items:flex-start}}@media only screen and (max-width: 767px){._3hl3F{flex-direction:column}}._3hl3F>div{margin:0 0 27px}@media only screen and (max-width: 768px){._3hl3F>div{flex:0 0 48%}}@media only screen and (max-width: 767px){._3hl3F>div{flex:0 0 100%;border-bottom:1px solid #e2e2e2;margin:0 0 13.5px}}._1pBAI{bottom:0;top:0;right:31.8%;border-left:1px solid #e2e2e2;position:absolute}@media only screen and (max-width: 768px){._1pBAI{display:none}}._2EcTl{left:31.8%;right:auto}

@media only screen and (max-width: 767px){.Mnfjb>div{max-width:280px;margin:auto;text-align:center}}.Mnfjb img{width:100%}.Mnfjb h3{margin:21px 0 9px !important}.Mnfjb p{margin:0 0 30px;text-align:center;font-size:1.0625rem;font-weight:300;letter-spacing:-0.26px;line-height:1.4117}.Mnfjb button{margin:0 0 20px}

.aXMC4{margin:0 0 3px}._6FM7b p{margin:0 0 13px;color:#fff;font-size:0.875rem;font-weight:300;letter-spacing:-0.21px;line-height:1.71}._6FM7b h1{margin:0 0 11px}._33v9B{flex-direction:column;position:absolute;left:-42px;top:5px}._33v9B li{padding:0 0 15px}._33v9B img,._33v9B i{filter:invert(0.3)}._1styV{display:flex;align-items:center;flex-wrap:wrap;margin:0 0 12px}._3orzi{border:1px solid rgba(0,0,0,0.25);border-width:1px 0;padding:20px 0 28px;margin:0 0 34px}._3orzi>div:first-child{margin:0 0 20px}._3orzi p{margin:0;font-size:0.875rem !important;line-height:1.71 !important;font-weight:300 !important}._1styV>span{font-size:0.75rem;line-height:2.5;font-weight:300}._1styV a{display:flex;align-items:center;margin:0 12px 0 0}._1styV a>span{margin:0 10px 0 0}._1styV a b{padding-left:5px}._1dpk1 a,._1dpk1 b,._1dpk1 span{color:#fff}._1-Qc0{color:#000000;font-size:1.125rem;line-height:1.56;margin-bottom:0 0 1.625rem;opacity:1}._1-Qc0::first-letter{font-size:6.25rem;line-height:1;font-weight:900;float:left;margin:0 29px 0 14px;text-transform:uppercase}._1-Qc0 li,._1-Qc0 p{opacity:1;color:#000000;font-weight:300;font-size:1.125rem;line-height:1.56;margin-bottom:1.625rem}@media only screen and (max-width: 767px){._1-Qc0 li,._1-Qc0 p{font-size:0.9rem}}._1-Qc0 li a,._1-Qc0 p a{text-decoration:underline}._3CqGe::first-letter{opacity:1;color:#000000;font-weight:300;font-size:1.125rem;line-height:1.56;float:none;margin:0}._10LZe{background-size:cover;background-position:center;position:absolute;left:0;top:0;width:100%;height:100%}._10LZe:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.3)}._3oTui{position:relative;width:100%;display:flex;align-items:flex-end;margin:0 0 14px}._3oTui img{width:100%}._2s20k{width:100%}@media only screen and (max-width: 767px){._2s20k img{display:none}}._2s20k img:last-of-type{display:none}@media only screen and (max-width: 767px){._2s20k img:last-of-type{display:block}}._3Azct{z-index:2;margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:61px 99px;background:#f0222e;text-align:center}@media only screen and (max-width: 991px){._3Azct{padding:25px}}@media only screen and (max-width: 767px){._3Azct{width:90%}}._3Azct h1{margin:0}._2ozbD{display:flex;margin:0 0 36px}@media only screen and (max-width: 767px){._2ozbD{flex-direction:column;margin:0 0 25px}}._2ozbD button{width:auto;margin:0 10px 0 0}@media only screen and (max-width: 767px){._2ozbD button{margin:0 0 15px 0}}.NeFsW::first-letter{font-size:6.25rem;line-height:1.37;font-weight:900;float:left;margin:0 29px 0 14px;text-transform:uppercase}._1E4QH{border:1.5px solid rgba(0,0,0,0.25);border-radius:4px;padding:23px 112px 51px 29px;margin:0 0 30px;position:relative;display:block}._1E4QH span{opacity:0.8;color:#000000;font-size:1rem;line-height:1.75;font-weight:300}._1E4QH img{position:absolute;bottom:20.5px;right:31px}._2FpCt{margin:0 0 20px}._3xiLN{padding:12px 0;border-top:1px solid rgba(0,0,0,0.25)}._3xiLN h6{margin:0}._27oSu{display:flex;border:1px solid rgba(0,0,0,0.25);border-width:1px 0}._27oSu>div{flex:1 0 50%;padding:7px 20px 20px 0}._27oSu>div:last-child:not(:first-child){padding-left:20px;padding-right:0;border-left:1px solid rgba(0,0,0,0.25)}._27oSu>div p{font-weight:300;line-height:2.14;margin:0 0 9px;font-size:0.875rem}._3z87V{max-width:169px;display:block;text-align:center;margin:auto}._3z87V img{width:98px;height:98px}._3z87V h6{margin:11px 0 10px}._1-eqw{font-size:1.0625rem;font-weight:500;letter-spacing:-0.26px;line-height:1.41;display:flex;align-items:center;justify-content:center}._1-eqw i{margin-left:10px}._2N84K h5{margin:0 0 30px}._2dMoF{border-bottom:1px solid #000;margin-bottom:47px}.itNpr{margin:0 0 50px}._3C8Q-{width:98px;height:98px;border-radius:50%;object-fit:cover}._2LbZd{margin:0 0 45px;display:flex}@media only screen and (max-width: 767px){._2LbZd{flex-direction:column;margin:0 0 20px 0}}._2LbZd h2{margin:0 50px 0 0}@media only screen and (max-width: 767px){._2LbZd h2{margin:0 0 20px 0}}._2YpeO h2{margin:0 0 0 50px}@media only screen and (max-width: 767px){._2YpeO h2{margin:0 0 20px 0}}._2LbZd img{filter:invert(1)}._2LbZd>span{width:268px}@media only screen and (max-width: 767px){._2LbZd>span{width:100%}}._2LbZd input{padding-left:50px !important}._2cYWR{width:180px;height:50px;margin:40px auto;display:block}.oWw0I{width:1130px !important;max-width:90%}._3PRW6{display:flex;position:relative}@media only screen and (max-width: 768px){._3PRW6{flex-direction:column}}._3PRW6 img{width:280px;height:280px;object-fit:cover;margin:0 0 16px}._3PRW6>div h6{margin:0 0 28px}._3PRW6>div button{width:100%}._3ib2k{flex-direction:row-reverse}@media only screen and (max-width: 768px){._3ib2k{flex-direction:column}}@media only screen and (max-width: 768px){._3ib2k img{display:block;margin-right:0;margin-left:auto}}._3ib2k>div h6{direction:rtl;text-align:right}._4E065{margin-left:40px}@media only screen and (max-width: 768px){._4E065{margin:15px 0 0}}._1ubkp{margin-right:40px;margin-left:0}@media only screen and (max-width: 768px){._1ubkp{margin:15px 0 0}}._22Ymv{display:table-row}._22Ymv span{color:#666666;font-size:1rem;line-height:1.375;font-weight:300;display:table-cell}@media only screen and (max-width: 768px){._22Ymv span{display:block}}._22Ymv span:first-of-type{font-weight:900;letter-spacing:-0.24px;line-height:28px;color:#000;width:150px;margin:0 34px 0 0}@media only screen and (max-width: 768px){._22Ymv span:last-of-type{margin:0 0 20px}}.qH5HR{display:table-row;text-align:right;direction:rtl}@media only screen and (max-width: 768px){.qH5HR{flex-direction:column;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column-reverse}}.qH5HR span{color:#666666;font-size:1rem;line-height:1.375;font-weight:300;display:table-cell}@media only screen and (max-width: 768px){.qH5HR span{display:block}}.qH5HR span:last-of-type{font-weight:900;letter-spacing:-0.24px;line-height:28px;color:#000;width:150px;margin:0 34px 0 0}@media only screen and (max-width: 768px){.qH5HR span:last-of-type{margin:0}}@media only screen and (max-width: 768px){.qH5HR span:first-of-type{margin:0 0 20px}}._1hZuF{padding-top:50px;display:flex;justify-content:flex-end}._1hZuF button{width:120px;display:flex;align-items:center;justify-content:space-between;margin-left:20px}._1hZuF button i{margin:0 !important}._1hZuF button:first-child i{padding-left:0}.YRHUV{cursor:pointer}

