.zoomex-common-fixed-footer {
  width: 100%;
  height: 48px;
  background: #17181e;
  position: relative;
}

.zoomex-noncrypto-footer-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 64px 120px;
  background: #15192a;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-logo {
  width: 200px;
  height: 78px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('https://smart1.bycsi.com/asset/image/logo-white.svg');
  margin-bottom: 20px;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-copyright {
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-desc-wrapper {
  color: #fff;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-desc-wrapper > a {
  color: #fff;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-desc-wrapper > a:hover {
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .zoomex-noncrypto-footer-wrapper {
    padding: 0 20px;
  }
  .zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
    padding: 36px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
    width: 684px;
  }
}
@media screen and (max-width: 767px) {
  .zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
    width: 343px;
  }
}
@media screen and (max-width: 343px) {
  .zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
    width: 100%;
  }
}

.common-fixed-header {
  background: var(--re-bg-drak);
  color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1002;
}
.common-fixed-header-inner {
  height: 3rem;
  max-width: 1312px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
#__region_frame_header__ {
  background: var(--re-rui-bg-web-1);
  color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1002;
}
#__region_signup {
  position: relative;
  z-index: 1003;
}
#__region_signup .signup-modal span.close {
  color: var(--re-new-grey-minor);
}
body.branch-banner-is-active .common-fixed-header {
  margin-top: 77px;
}
body.branch-banner-is-active #modal-root .by-uniframe.by-modal {
  top: 25px !important;
}
#branch-banner-iframe {
  position: fixed !important;
}

.non-crypto-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100vw;
  height: 48px;
  background: #17181e;
  color: #ffffff;
}
.non-crypto-header-wrapper .non-crypto-header-left .logo {
  width: auto;
  height: 22px;
  margin-left: 16px;
}
.non-crypto-header-wrapper .non-crypto-header-right {
  display: flex;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
}
.non-crypto-header-wrapper .non-crypto-header-right .header-sign-up {
  padding: 0 20px;
  font-weight: 600;
  color: #17181e;
  background-color: #ffb11a;
  cursor: pointer;
}
.non-crypto-header-wrapper .non-crypto-header-right .header-locale-selector {
  width: 48px;
  color: #fff;
  cursor: pointer;
}
.lang-selector-modal.ant-modal {
  width: 60vw !important;
  max-width: 800px;
  min-height: 500px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.38);
}
.lang-selector-modal.ant-modal .ant-modal-content {
  box-shadow: none;
  height: 100%;
}
.lang-selector-modal.ant-modal .ant-modal-content .ant-modal-close-x {
  width: 60px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}
.lang-selector-modal.ant-modal .ant-modal-header {
  border-bottom-color: hsla(0, 0%, 100%, 0.05);
  height: 80px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
}
.lang-selector-modal.ant-modal .ant-modal-header .ant-modal-title {
  font-weight: 500;
  font-size: 20px;
}
.lang-selector-modal.ant-modal .ant-modal-body {
  height: calc(100% - 80px);
  margin: 0 40px 40px;
  padding: 0;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  height: 100%;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
  width: 33%;
  padding: 10px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item:hover {
  color: #ffb11a;
  background: rgba(255, 177, 26, 0.06);
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item.active {
  color: #ffb11a;
}
/* ipad */
@media (max-width: 1024px) {
  .lang-selector-modal.ant-modal {
    max-width: 600px;
    min-height: 500px;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
    width: 49%;
  }
}
/* mobile */
@media (max-width: 768px) {
  .lang-selector-modal.ant-modal {
    width: 100vw !important;
    height: 90vh !important;
    max-height: 800px;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 0;
  }
  .lang-selector-modal.ant-modal .ant-modal-header {
    padding: 20px;
    height: 80px;
    display: flex;
    align-items: center;
  }
  .lang-selector-modal.ant-modal .ant-modal-body {
    margin: 0 20px;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list {
    width: 100%;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 16px;
  }
}

.common-upload .ant-upload.ant-upload-select-picture-card {
  width: 155px;
  height: 155px;
  margin: 0;
  border-radius: 8px;
  border: 1px solid var(--re-new-line-general);
  background: var(--re-new-bg-general);
}
.common-upload .ant-upload.ant-upload-select-picture-card .common-upload__button {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--re-new-grey-detail);
}
.common-upload .ant-upload.ant-upload-select-picture-card img {
  width: 155px;
  height: 155px;
  border-radius: 8px;
}
.common-upload .ant-upload.ant-upload-select-picture-card.ant-upload-disabled .common-upload__button {
  cursor: not-allowed;
}

.float-window {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 15px;
  bottom: 120px;
  z-index: 1000;
  width: auto;
  height: 80px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.4);
}
.float-window .float-window-content {
  padding: 0px 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.float-window .float-window-content .float-window-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.float-window .float-window-content .float-window-item .icon-base {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.float-window .float-window-content .float-window-item .text {
  margin-left: 9px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.modal_background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1101;
}
.modal_background .login-frame {
  width: 446px;
  height: 488px;
  /* new: 488px */
  border: none;
  left: 50%;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: translate(-50%, -50%);
}
.modal_background .login-frame.reg {
  height: 600px;
  /* new: 600px */
}
@media screen and (min-width: 748px) {
  .modal_background .login-frame {
    width: 446px;
    height: 488px;
  }
  .modal_background .login-frame.reg {
    height: 600px;
  }
}
@media screen and (max-width: 747px) {
  .modal_background .login-frame {
    width: 446px;
    height: 488px;
  }
  .modal_background .login-frame.reg {
    height: 600px;
  }
}
@media screen and (max-width: 446px) {
  .modal_background .login-frame {
    width: calc(100% - 8px) !important;
    height: 488px;
  }
  .modal_background .login-frame.reg {
    height: 545px;
  }
}

.vip-banner-section {
  width: 100%;
  height: 588px;
  background: url('/zoomex-vip-program/images/banner/background.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vip-banner-section.vip-user {
  height: 430px;
}
.vip-banner-section .banner-block {
  width: 1200px;
  margin: 0 auto;
  color: var(--re-new-grey-major);
}
.vip-banner-section .banner-block .title {
  line-height: 87px;
  padding-top: 94px;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -1px;
}
.vip-banner-section .banner-block .desc {
  margin-top: 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.vip-banner-section .banner-block .desc span {
  color: var(--re-new-brand-regular);
  font-weight: 700;
}
.vip-banner-section .banner-block .btn {
  margin-top: 64px;
}
@media (min-width: 1921px) {
  .vip-banner-section {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .vip-banner-section {
    height: 440px;
    background-image: url('/zoomex-vip-program/images/banner/h5/background.jpg');
  }
  .vip-banner-section .banner-block {
    width: 100%;
    margin: 0 auto;
    color: var(--re-new-grey-major);
    text-align: center;
  }
  .vip-banner-section .banner-block .title {
    line-height: 44px;
    padding-top: 142px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    white-space: pre-line;
  }
  .vip-banner-section .banner-block .desc {
    padding: 0 16px;
    margin-top: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  .vip-banner-section .banner-block .desc span {
    color: var(--re-new-brand-regular);
    font-weight: 700;
  }
  .vip-banner-section .banner-block .btn {
    margin-top: 48px;
  }
}

.benefit-cards-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-x: auto;
  padding-left: 30px;
  margin-bottom: 80px;
  color: #d3c19a;
}
.benefit-cards-container .benefit-card {
  flex-shrink: 0;
  width: 268px;
  margin-right: 20px;
  padding: 24px 20px;
  border-radius: 24px;
  border: 1px solid #4e4a44;
}
.benefit-cards-container .benefit-card .benefit-card-item {
  margin-bottom: 20px;
}
.benefit-cards-container .benefit-card .benefit-card-item .benefit-table__vip {
  justify-content: flex-start;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
.benefit-cards-container .benefit-card .benefit-card-item .benefit-table__vip .benefit-table__vip-icon {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.benefit-cards-container .benefit-card .benefit-card-item .benefit-table__vip .benefit-table__vip-icon.vip-icon__Vip0 {
  background-image: url('/zoomex-vip-program/images/vip/vip0.svg');
}
.benefit-cards-container .benefit-card .benefit-card-item .benefit-table__vip .benefit-table__vip-icon.vip-icon__Vip1 {
  background-image: url('/zoomex-vip-program/images/vip/vip1.svg');
}
.benefit-cards-container .benefit-card .benefit-card-item .benefit-table__vip .benefit-table__vip-icon.vip-icon__Vip2 {
  background-image: url('/zoomex-vip-program/images/vip/vip2.svg');
}
.benefit-cards-container .benefit-card .benefit-card-item .benefit-table__vip .benefit-table__vip-icon.vip-icon__Vip3 {
  background-image: url('/zoomex-vip-program/images/vip/vip3.svg');
}
.benefit-cards-container .benefit-card .benefit-card-item .benefit-table__vip .benefit-table__vip-icon.vip-icon__Vip4 {
  background-image: url('/zoomex-vip-program/images/vip/vip4.svg');
}
.benefit-cards-container .benefit-card .benefit-card-item .benefit-table__vip .benefit-table__vip-icon.vip-icon__Vip5 {
  background-image: url('/zoomex-vip-program/images/vip/vip5.svg');
}
.benefit-cards-container .benefit-card .benefit-card-item .benefit-card-item__title {
  line-height: 18px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #d3c19a;
}
.benefit-cards-container .benefit-card .benefit-card-item .benefit-card-item__value {
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: var(--re-new-grey-major);
}
.benefit-cards-container .benefit-card .benefit-card-item:last-child {
  margin-bottom: 0;
}
.benefit-cards-container .benefit-card--active {
  background: rgba(255, 218, 140, 0.24);
}
.benefit-cards-container::-webkit-scrollbar {
  display: none;
}

.benefit-table .benefit-table__title {
  text-align: center;
  line-height: 39px;
  margin-bottom: 48px;
  margin-top: 100px;
  font-size: 32px;
  font-weight: 700;
  color: #ffda8c;
}
.benefit-table .benefit-table__subtitle {
  margin-top: -36px;
  margin-bottom: 48px;
  text-align: center;
  color: #D3C19A;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}
.benefit-table .benefit-table__table .ant-table {
  padding: 4px 3px;
  border-radius: 12px;
  border: 1px solid #4e4a44;
  background: #05080a;
  color: #d3c19a;
}
.benefit-table .benefit-table__table .ant-table table .ant-table-thead .ant-table-cell {
  word-break: break-word;
  padding: 31px 12px 31px 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #d3c19a;
  background: transparent;
  border-bottom: 4px solid #05080a;
}
.benefit-table .benefit-table__table .ant-table table .ant-table-thead .ant-table-cell:first-child {
  padding-left: 22px;
}
.benefit-table .benefit-table__table .ant-table table .ant-table-thead .ant-table-cell:last-child {
  padding-right: 22px;
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .ant-table-row .ant-table-cell {
  padding: 32px 22px;
  line-height: 24px;
  border-bottom: 4px solid #05080a;
  background: rgba(11, 204, 191, 0.08);
  font-size: 16px;
  font-weight: 600;
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .ant-table-row .ant-table-cell .benefit-table__vip-level {
  display: flex;
  align-items: center;
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .ant-table-row .ant-table-cell .benefit-table__vip-icon {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .ant-table-row .ant-table-cell .benefit-table__vip-icon.vip-icon__Vip0 {
  background-image: url('/zoomex-vip-program/images/vip/vip0.svg');
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .ant-table-row .ant-table-cell .benefit-table__vip-icon.vip-icon__Vip1 {
  background-image: url('/zoomex-vip-program/images/vip/vip1.svg');
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .ant-table-row .ant-table-cell .benefit-table__vip-icon.vip-icon__Vip2 {
  background-image: url('/zoomex-vip-program/images/vip/vip2.svg');
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .ant-table-row .ant-table-cell .benefit-table__vip-icon.vip-icon__Vip3 {
  background-image: url('/zoomex-vip-program/images/vip/vip3.svg');
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .ant-table-row .ant-table-cell .benefit-table__vip-icon.vip-icon__Vip4 {
  background-image: url('/zoomex-vip-program/images/vip/vip4.svg');
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .ant-table-row .ant-table-cell .benefit-table__vip-icon.vip-icon__Vip5 {
  background-image: url('/zoomex-vip-program/images/vip/vip5.svg');
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .ant-table-row:hover .ant-table-cell {
  background: rgba(11, 204, 191, 0.08);
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .ant-table-row:last-child .ant-table-cell {
  border-bottom: unset;
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .benefit-level--active {
  background: rgba(255, 218, 140, 0.24);
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .benefit-level--active .ant-table-cell {
  background: unset;
}
.benefit-table .benefit-table__table .ant-table table .ant-table-tbody .benefit-level--active:hover .ant-table-cell {
  background: unset;
}
/* mobile */
@media (max-width: 767px) {
  .benefit-table .benefit-table__title {
    text-align: center;
    line-height: 30px;
    margin-bottom: 36px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #ffda8c;
  }
  .ant-radio-group + .benefit-table .benefit-cards-container .benefit-card {
    height: 308px;
  }
}

.vip-benefit-section {
  width: 100%;
  height: auto;
}
.vip-benefit-section .benefit-block {
  position: relative;
  width: 1200px;
  margin: 80px auto 60px;
}
.vip-benefit-section .benefit-block .ant-radio-group + .benefit-table .ant-table {
  border-radius: 0 12px 12px 12px;
}
.vip-benefit-section .benefit-block .ant-radio-group + .benefit-table .benefit-table__title {
  margin-bottom: 96px;
}
.vip-benefit-section .benefit-block .ant-radio-group {
  position: absolute;
  top: 267px;
}
.vip-benefit-section .benefit-block .ant-radio-group .ant-radio-button-wrapper {
  height: 56px;
  line-height: 54px;
  color: #D3C19A;
  border: 1px solid #4E4A44;
  border-bottom: none;
  background: #050505;
  outline: none;
}
.vip-benefit-section .benefit-block .ant-radio-group .ant-radio-button-wrapper:first-child {
  border-radius: 12px 0px 0px 0px;
  border-right: none;
}
.vip-benefit-section .benefit-block .ant-radio-group .ant-radio-button-wrapper:last-child {
  border-left: none;
}
.vip-benefit-section .benefit-block .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  border: 1px solid #4E4A44;
  background: rgba(255, 218, 140, 0.24);
  box-shadow: none;
}
.vip-benefit-section .benefit-block .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked::before {
  background-color: #4E4A44;
}
.vip-benefit-section .benefit-block .title {
  text-align: center;
  margin-bottom: 20px;
  line-height: 39px;
  color: var(--re-new-brand-regular);
  font-size: 32px;
  font-weight: 700;
}
.vip-benefit-section .benefit-block .desc {
  text-align: center;
  line-height: 29px;
  font-size: 24px;
  font-weight: 400;
  color: var(--re-new-grey-major);
}
/* mobile */
@media (max-width: 767px) {
  .vip-benefit-section .benefit-block {
    width: 100%;
    margin: 80px auto;
  }
  .vip-benefit-section .benefit-block .ant-radio-group {
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
    width: 315px;
  }
  .vip-benefit-section .benefit-block .ant-radio-group .ant-radio-button-wrapper {
    width: 157px;
    height: 52px;
    line-height: 52px;
    color: #D3C19A;
    border: 1px solid #4E4A44;
    background: #050505;
    outline: none;
    text-align: center;
    overflow: hidden;
  }
  .vip-benefit-section .benefit-block .ant-radio-group .ant-radio-button-wrapper:first-child {
    border-radius: 8px 0 0 8px;
  }
  .vip-benefit-section .benefit-block .ant-radio-group .ant-radio-button-wrapper:last-child {
    border-radius: 0px 8px 8px 0px;
    border-left: none;
  }
  .vip-benefit-section .benefit-block .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
    border: 1px solid #4E4A44;
    background: rgba(255, 218, 140, 0.24);
    box-shadow: none;
  }
  .vip-benefit-section .benefit-block .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked::before {
    background-color: #4E4A44;
  }
  .vip-benefit-section .benefit-block .title {
    width: 315px;
    margin: 0 auto 12px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
  }
  .vip-benefit-section .benefit-block .desc {
    width: 315px;
    margin: 0 auto 48px;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
    color: var(--re-new-grey-major);
  }
}
html[lang='ja-JP'] .vip-benefit-section .benefit-block .desc {
  text-align: left;
}
html[lang='ja-JP'] .vip-benefit-section .benefit-block .ant-radio-group {
  top: 296px;
}
@media (max-width: 767px) {
  html[lang='ja-JP'] .vip-benefit-section .benefit-block .ant-radio-group {
    top: 230px;
  }
}
html[lang='en-US'] .vip-benefit-section .benefit-block .ant-radio-group,
html[lang='de-DE'] .vip-benefit-section .benefit-block .ant-radio-group,
html[lang='ru-RU'] .vip-benefit-section .benefit-block .ant-radio-group,
html[lang='vi-VN'] .vip-benefit-section .benefit-block .ant-radio-group {
  top: 296px;
}
@media (max-width: 767px) {
  html[lang='en-US'] .vip-benefit-section .benefit-block .ant-radio-group,
  html[lang='de-DE'] .vip-benefit-section .benefit-block .ant-radio-group,
  html[lang='ru-RU'] .vip-benefit-section .benefit-block .ant-radio-group,
  html[lang='vi-VN'] .vip-benefit-section .benefit-block .ant-radio-group {
    top: 260px;
  }
}
html[lang='fr-FR'] .vip-benefit-section .benefit-block .ant-radio-group,
html[lang='es-MX'] .vip-benefit-section .benefit-block .ant-radio-group {
  top: 335px;
}
@media (max-width: 767px) {
  html[lang='ko-KR'] .vip-benefit-section .benefit-block .ant-radio-group {
    top: 180px;
  }
}
@media (max-width: 767px) {
  html[lang='fr-FR'] .vip-benefit-section .benefit-block .ant-radio-group {
    top: 260px;
  }
}
@media (max-width: 767px) {
  html[lang='ru-RU'] .vip-benefit-section .benefit-block .ant-radio-group,
  html[lang='es-MX'] .vip-benefit-section .benefit-block .ant-radio-group {
    top: 310px;
  }
}

.vip-exclusive-benefit-section {
  width: 100%;
  height: auto;
}
.vip-exclusive-benefit-section .exclusive-benefit-block {
  width: 1200px;
  margin: 80px auto 20px;
}
.vip-exclusive-benefit-section .exclusive-benefit-block .title {
  line-height: 39px;
  margin-bottom: 56px;
  font-size: 32px;
  font-weight: 700;
  color: var(--re-new-brand-regular);
}
.vip-exclusive-benefit-section .exclusive-benefit-block .benefit-list {
  flex-wrap: wrap;
}
.vip-exclusive-benefit-section .exclusive-benefit-block .benefit-list .single-benefit {
  width: 408px;
  margin-right: 200px;
  margin-bottom: 60px;
}
.vip-exclusive-benefit-section .exclusive-benefit-block .benefit-list .single-benefit:nth-child(2n) {
  margin-right: 0;
}
.vip-exclusive-benefit-section .exclusive-benefit-block .benefit-list .single-benefit .single-benefit__icon {
  width: 88px;
  height: 88px;
  margin-right: 20px;
}
.vip-exclusive-benefit-section .exclusive-benefit-block .benefit-list .single-benefit .single-benefit__label {
  line-height: 19px;
  font-size: 16px;
  font-weight: 700;
  color: var(--re-new-grey-major);
}
/* mobile */
@media (max-width: 767px) {
  .vip-exclusive-benefit-section .exclusive-benefit-block {
    width: auto;
    margin: 80px 30px 54px;
  }
  .vip-exclusive-benefit-section .exclusive-benefit-block .title {
    text-align: center;
    line-height: 30px;
    margin-bottom: 48px;
    font-size: 20px;
  }
  .vip-exclusive-benefit-section .exclusive-benefit-block .benefit-list .single-benefit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 48px;
  }
  .vip-exclusive-benefit-section .exclusive-benefit-block .benefit-list .single-benefit .single-benefit__icon {
    width: 48px;
    height: 48px;
    margin-right: 20px;
  }
  .vip-exclusive-benefit-section .exclusive-benefit-block .benefit-list .single-benefit .single-benefit__label {
    line-height: 19px;
    font-size: 16px;
    font-weight: 700;
    color: var(--re-new-grey-major);
  }
  .vip-exclusive-benefit-section .exclusive-benefit-block .benefit-list .single-benefit:last-child {
    margin-bottom: 0;
  }
}

.vip-invite-modal {
  padding: 0;
  border: none;
  background: var(--re-new-bg-light);
}
.vip-invite-modal .ant-modal-close-x {
  color: var(--re-new-grey-major);
}
.vip-invite-modal .ant-modal-content {
  border-radius: 8px;
}
.vip-invite-modal .ant-modal-content .ant-modal-body {
  padding: 0;
  color: var(--re-new-grey-major);
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content {
  padding: 32px 44px;
  background: var(--re-new-bg-light);
  border-radius: 8px;
  border: 4px solid #fff;
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__logo {
  width: 94px;
  height: 18px;
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__title {
  margin-top: 10px;
  margin-bottom: 12px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 700;
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__coins {
  width: 433px;
  height: 153px;
  margin-left: -44px;
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__desc {
  line-height: 17px;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__code {
  line-height: 17px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__code span {
  color: var(--re-new-brand-regular);
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__qr {
  width: 76px;
  height: 76px;
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__qr img {
  border-radius: 5.8px;
  width: 100%;
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social {
  flex-grow: 1;
  margin-left: 69px;
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__item {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 24px;
  border-radius: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__item.twitter {
  background-image: url('/zoomex-vip-program/images/social/twitter.png');
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__item.x {
  background-image: url('/zoomex-vip-program/images/social/twitter.png');
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__item.medium {
  background-image: url('/zoomex-vip-program/images/social/medium.png');
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__item.telegram {
  background-image: url('/zoomex-vip-program/images/social/telegram.png');
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__item.line {
  background-image: url('/zoomex-vip-program/images/social/line.png');
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__item.whatsapp {
  background-image: url('/zoomex-vip-program/images/social/whatsapp.png');
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__item.youtube {
  background-image: url('/zoomex-vip-program/images/social/youtube.png');
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__item.kakao {
  background-image: url('/zoomex-vip-program/images/social/kakao.png');
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__item.discord {
  background-image: url('/zoomex-vip-program/images/social/discord.png');
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__item:last-child {
  margin-right: 0;
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__btns {
  margin-top: 20px;
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__btns .invite-modal__social__btns__item {
  cursor: pointer;
  width: fit-content;
  min-width: 88px;
  height: auto;
  line-height: 15px;
  padding: 4.5px 0;
  border-radius: 4px;
  border: none;
  background-color: var(--re-new-brand-regular);
  color: var(--re-new-grey-black);
  font-size: 12px;
  font-weight: 400;
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__btns .invite-modal__social__btns__item:hover {
  background-color: var(--re-new-brand-regular-hover);
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__btns .invite-modal__social__btns__item:active {
  background-color: var(--re-new-brand-regular-press);
}
.vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__btns .invite-modal__social__btns__item.loading {
  cursor: not-allowed;
  opacity: 0.6;
}
/* mobile */
@media (max-width: 767px) {
  .vip-invite-modal {
    top: 70px;
  }
  .vip-invite-modal .ant-modal-close-x {
    color: var(--re-new-grey-major);
  }
  .vip-invite-modal .ant-modal-content {
    border-radius: 8px;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body {
    padding: 0;
    color: var(--re-new-grey-major);
    text-align: center;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content {
    padding: 32px 0 30px;
    border-radius: 8px;
    border: 2px solid #fff;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__logo {
    width: 94px;
    height: 18px;
    margin: auto;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__title {
    width: 204px;
    margin: 10px auto;
    line-height: 15px;
    font-size: 12px;
    font-weight: 700;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__coins {
    width: 327px;
    height: 116px;
    margin-left: -2px;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__desc {
    line-height: 17px;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 400;
    white-space: pre-line;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__code {
    line-height: 17px;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 400;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__code span {
    color: var(--re-new-brand-regular);
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social {
    display: block;
    width: 236px;
    margin: auto;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__qr {
    margin: 0 auto 24px;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social {
    flex-grow: 1;
    margin-left: 0;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__socials {
    justify-content: center;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__item {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 24px;
    border-radius: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__item:last-child {
    margin-right: 0;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__btns {
    margin-top: 24px;
    flex-direction: column;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__btns .invite-modal__social__btns__item {
    width: 100%;
    padding: 8.5px 0;
  }
  .vip-invite-modal .ant-modal-content .ant-modal-body .vip-invite-modal__content .invite-modal__qr-social .invite-modal__social .invite-modal__social__btns .invite-modal__social__btns__item:first-child {
    margin-bottom: 16px;
  }
}

.vip-invite-section {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.vip-invite-section .invite-block {
  width: 1200px;
  margin: 80px auto 120px;
  padding-right: 55px;
}
.vip-invite-section .invite-block .invite-block__left {
  flex-grow: 1;
  max-width: 806px;
}
.vip-invite-section .invite-block .invite-block__left .title {
  margin-bottom: 36px;
  line-height: 53px;
  font-size: 44px;
  font-weight: 700;
  color: var(--re-new-brand-regular);
}
.vip-invite-section .invite-block .invite-block__left .desc {
  word-break: break-word;
  line-height: 150%;
  font-size: 16px;
  font-weight: 400;
}
.vip-invite-section .invite-block .invite-block__left .desc span {
  color: var(--re-new-seconday-yellow-yellow);
}
.vip-invite-section .invite-block .invite-block__left .invite-step {
  margin: 32px 0;
}
.vip-invite-section .invite-block .invite-block__left .invite-step .invite-step__content {
  padding: 24px;
  margin-bottom: 16px;
  width: 100%;
  color: var(--re-new-grey-minor, #8599A6);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 12px;
  border: 1px solid #4E4A44;
  background: #050505;
  /* 137.5% */
}
.vip-invite-section .invite-block .invite-block__left .invite-step .invite-step__content span {
  color: var(--re-new-grey-white, #FFF);
  font-size: 20px;
  font-weight: 700;
}
.vip-invite-section .invite-block .invite-block__left .invite-step .invite-step__content span:first-child {
  margin-bottom: 8px;
}
.vip-invite-section .invite-block .invite-block__left .invite-step .invite-step__content span:last-child {
  color: var(--re-new-seconday-yellow-yellow, #FCC245);
}
.vip-invite-section .invite-block .invite-block__left .invite-step .invite-step__content:last-child {
  margin-bottom: 0;
}
.vip-invite-section .invite-block .invite-block__right {
  width: 292px;
  height: 195px;
  background-image: url('/zoomex-vip-program/images/invite/invite-circle.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
/* mobile */
@media (max-width: 767px) {
  .vip-invite-section .invite-block {
    position: relative;
    flex-direction: column;
    width: 315px;
    margin: 0 auto 176px;
    padding-right: 0;
  }
  .vip-invite-section .invite-block .invite-block__left {
    flex-grow: unset;
    max-width: unset;
    text-align: center;
  }
  .vip-invite-section .invite-block .invite-block__left .title {
    margin-bottom: 12px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: var(--re-new-brand-regular);
  }
  .vip-invite-section .invite-block .invite-block__left .desc {
    word-break: break-word;
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
  }
  .vip-invite-section .invite-block .invite-block__left .invite-step {
    margin: 12px 0 48px 0;
    text-align: left;
  }
  .vip-invite-section .invite-block .invite-block__left .invite-step .invite-step__content {
    font-size: 14px;
    font-weight: 400;
  }
  .vip-invite-section .invite-block .invite-block__left .invite-step .invite-step__content span {
    font-size: 16px;
  }
  .vip-invite-section .invite-block .invite-block__left .invite-block__left__btn {
    position: absolute;
    left: 0;
    bottom: -96px;
    width: 100%;
  }
  .vip-invite-section .invite-block .invite-block__right {
    width: 171px;
    height: 114px;
    background-image: url('/zoomex-vip-program/images/invite/h5/invite-circle.png');
  }
}

.vip-rules-section {
  width: 100%;
  height: auto;
}
.vip-rules-section .rules-block {
  width: 1200px;
  margin: 80px auto 48px;
}
.vip-rules-section .rules-block .title {
  margin-bottom: 8px;
  line-height: 39px;
  font-size: 32px;
  font-weight: 700;
  color: var(--re-new-brand-regular);
}
.vip-rules-section .rules-block .vip-rules {
  overflow: hidden;
  margin-bottom: 48px;
}
.vip-rules-section .rules-block .vip-rules h4 {
  line-height: 19px;
  margin-bottom: 12px;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 700;
  color: var(--re-new-grey-major);
}
.vip-rules-section .rules-block .vip-rules p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--re-new-grey-major);
}
.vip-rules-section .rules-block .vip-rules ol {
  margin-bottom: 0;
  padding-inline-start: 0;
  list-style: none;
}
.vip-rules-section .rules-block .vip-rules ol li {
  text-indent: -21px;
  margin-left: 21px;
  line-height: 24px;
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--re-new-grey-major);
}
.vip-rules-section .rules-block .vip-rules ol li:last-child {
  margin-bottom: 0;
}
/* mobile */
@media (max-width: 767px) {
  .vip-rules-section {
    width: 100%;
    height: auto;
  }
  .vip-rules-section .rules-block {
    width: auto;
    margin: 0 20px 80px;
  }
  .vip-rules-section .rules-block .title {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 20px;
  }
  .vip-rules-section .rules-block .vip-rules {
    overflow: hidden;
    margin-bottom: 48px;
  }
  .vip-rules-section .rules-block .vip-rules h4 {
    line-height: 15px;
    margin-bottom: 12px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 700;
    color: var(--re-new-grey-major);
  }
  .vip-rules-section .rules-block .vip-rules p {
    line-height: 18px;
    margin-left: 18px;
    font-size: 12px;
    font-weight: 400;
    color: var(--re-new-grey-major);
  }
  .vip-rules-section .rules-block .vip-rules ol li {
    line-height: 18px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    color: var(--re-new-grey-major);
  }
  .vip-rules-section .rules-block .vip-rules ol li:last-child {
    margin-bottom: 0;
  }
}

.vip-security-section {
  width: 100%;
  height: auto;
}
.vip-security-section .security-block {
  width: 1200px;
  margin: 30px auto 60px;
}
.vip-security-section .security-block .title {
  margin-bottom: 32px;
  line-height: 53px;
  font-size: 44px;
  font-weight: 700;
  color: var(--re-new-brand-regular);
}
.vip-security-section .security-block .security-item {
  flex-grow: 1;
  padding: 60px 28px;
  border-radius: 12px;
  border: 1px solid rgba(255, 239, 207, 0.22);
  background: linear-gradient(98deg, rgba(190, 181, 132, 0.2) 0%, rgba(74, 68, 37, 0.01) 100%);
}
.vip-security-section .security-block .security-item .security-item__icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin-right: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.vip-security-section .security-block .security-item .security-item__icon.security-item__icon--0 {
  background-image: url('/zoomex-vip-program/images/security/security1.svg');
}
.vip-security-section .security-block .security-item .security-item__icon.security-item__icon--1 {
  background-image: url('/zoomex-vip-program/images/security/security2.svg');
}
.vip-security-section .security-block .security-item .security-item__content {
  width: 388px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: var(--re-new-grey-major);
}
.vip-security-section .security-block .security-item .security-item__content span {
  color: var(--re-new-brand-regular);
}
.vip-security-section .security-block .security-item:first-child {
  margin-right: 48px;
}
/* mobile */
@media (max-width: 767px) {
  .vip-security-section {
    text-align: center;
  }
  .vip-security-section .security-block {
    width: 100%;
    margin: auto;
  }
  .vip-security-section .security-block .title {
    margin-bottom: 24px;
    line-height: 39px;
    font-size: 32px;
    font-weight: 700;
  }
  .vip-security-section .security-block .security-item-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .vip-security-section .security-block .security-item-container .security-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: unset;
    width: 315px;
    padding: 24px;
  }
  .vip-security-section .security-block .security-item-container .security-item .security-item__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .vip-security-section .security-block .security-item-container .security-item .security-item__icon.security-item__icon--0 {
    background-image: url('/zoomex-vip-program/images/security/security1.svg');
  }
  .vip-security-section .security-block .security-item-container .security-item .security-item__icon.security-item__icon--1 {
    background-image: url('/zoomex-vip-program/images/security/security2.svg');
  }
  .vip-security-section .security-block .security-item-container .security-item .security-item__content {
    width: 212px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: var(--re-new-grey-major);
  }
  .vip-security-section .security-block .security-item-container .security-item .security-item__content span {
    color: var(--re-new-brand-regular);
  }
  .vip-security-section .security-block .security-item-container .security-item:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.series-registration-timer-widget .series-games-clock-bg {
  padding: 14px 0 42px 0;
  width: 400px;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex {
  display: flex;
  justify-content: center;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item {
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:first-child {
  margin-left: 0;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:last-child {
  margin-right: 0;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-num {
  font-family: gilroy;
  letter-spacing: 8px;
  color: #ffffff;
  font-size: 28px;
  font-style: normal;
  line-height: 34px;
  margin-bottom: 3px;
  text-align: center;
  width: 40px;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-txt {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  line-height: 15px;
  text-align: center;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
  position: relative;
  padding: 0px 0px;
  width: 6px;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon:first-child {
  margin-bottom: 0px;
  top: 9px;
}
.series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon:last-child {
  margin-bottom: 0px;
  top: 19px;
}
.series-registration-timer-widget .series-games-clock-disabled-bg .series-games-flex .series-games-clock-item .series-games-clock-num,
.series-registration-timer-widget .series-games-clock-disabled-bg .series-games-flex .series-games-clock-item .series-games-clock-txt {
  color: rgba(255, 255, 255, 0.4) !important;
}
.series-registration-timer-widget .series-games-clock-disabled-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon {
  background: rgba(255, 255, 255, 0.4) !important;
}
.series-games-next-with-clock-widget .series-games-clock-bg {
  padding: 14px 0 18px 0;
  width: 400px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex {
  display: flex;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item {
  margin: 0 16px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:first-child {
  margin-left: 0;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:last-child {
  margin-right: 0;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-num {
  font-family: gilroy;
  letter-spacing: 8px;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 3px;
  text-align: center;
  width: 40px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-txt {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  line-height: 15px;
  text-align: center;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
  position: relative;
  padding: 0px 0px;
  width: 6px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon:first-child {
  margin-bottom: 0px;
  top: 5px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon:last-child {
  margin-bottom: 0px;
  top: 13px;
}
.series-games-next-with-clock-widget .series-games-clock-bg {
  padding: 14px 0 18px 0;
  width: 400px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex {
  display: flex;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item {
  margin: 0 16px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:first-child {
  margin-left: 0;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:last-child {
  margin-right: 0;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-num {
  font-family: gilroy;
  letter-spacing: 8px;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 3px;
  text-align: center;
  width: 40px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-txt {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  line-height: 15px;
  text-align: center;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
  position: relative;
  padding: 0px 0px;
  width: 6px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon:first-child {
  margin-bottom: 0px;
  top: 5px;
}
.series-games-next-with-clock-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon:last-child {
  margin-bottom: 0px;
  top: 13px;
}
/** red */
[zoomex-activity-theme='cmVk'] .series-countdown-block .series-registration-timer-widget .series-games-clock-bg .series-games-flex {
  background-image: url('/zoomex-vip-program/theme/red/count-down/close.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
[zoomex-activity-theme='cmVk'] .series-countdown-block .series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item {
  margin: 0;
  margin-right: 14px;
  width: 72px;
  height: 72px;
}
[zoomex-activity-theme='cmVk'] .series-countdown-block .series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item:last-child {
  margin-right: 0;
}
[zoomex-activity-theme='cmVk'] .series-countdown-block .series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-num {
  width: 28px;
  height: 24px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  transform: matrix(0.98, 0, -0.18, 1, 0, 0);
  margin-bottom: 2px;
}
[zoomex-activity-theme='cmVk'] .series-countdown-block .series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-item .series-games-clock-txt {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #D7DCE0;
  text-shadow: 0px 5.86047px 11.7209px rgba(0, 0, 0, 0.4);
  transform: matrix(0.98, 0, -0.18, 1, 0, 0);
}
[zoomex-activity-theme='cmVk'] .series-countdown-block .series-registration-timer-widget .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
  display: none;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .series-registration-timer-widget .series-games-clock-bg {
    padding: 14px 0 42px 0;
    width: 380px;
  }
}
@media (max-width: 767px) {
  .series-registration-timer-widget {
    max-width: 375px;
  }
  .series-registration-timer-widget .series-games-clock-bg {
    padding: 8px 0 42px 0;
    width: auto;
  }
}

.my-ranking-content-left-timer {
  margin-left: 8px;
  font-size: 14px;
}
.my-ranking-content-left-timer .timer-split {
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  top: 0px!important;
}

.wsot-registration-timer-widget .wsot-clock-bg {
  padding: 22px 0 26px 0;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex {
  display: flex;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
  display: flex;
  flex-direction: column !important;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 0px 45px;
  background-image: url('/zoomex-vip-program/assets/navigation/countdown_item.png');
  background-size: 100%;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
  font-style: italic;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  padding-top: 0 !important;
  color: #0bccbf;
  margin-bottom: 3px;
  text-align: center;
  width: 40px;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single {
  width: 60px !important;
  height: 76px !important;
  background-image: none;
  background-size: cover !important;
  margin-right: 8px;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-0 {
  background-image: url('/zoomex-vip-program/assets/navigation/countdown_item_0.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-1 {
  background-image: url('/zoomex-vip-program/assets/navigation/countdown_item_1.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-2 {
  background-image: url('/zoomex-vip-program/assets/navigation/countdown_item_2.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-3 {
  background-image: url('/zoomex-vip-program/assets/navigation/countdown_item_3.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-4 {
  background-image: url('/zoomex-vip-program/assets/navigation/countdown_item_4.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-5 {
  background-image: url('/zoomex-vip-program/assets/navigation/countdown_item_5.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-6 {
  background-image: url('/zoomex-vip-program/assets/navigation/countdown_item_6.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-7 {
  background-image: url('/zoomex-vip-program/assets/navigation/countdown_item_7.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-8 {
  background-image: url('/zoomex-vip-program/assets/navigation/countdown_item_8.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single.wsot-clock-num__single-9 {
  background-image: url('/zoomex-vip-program/assets/navigation/countdown_item_9.png') !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
  color: #FFF !important;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off !important;
  font-family: "Bai Jamjuree" !important;
  font-size: 20px;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt,
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt p {
  margin-bottom: 0;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
  position: relative;
  padding: 0px 0px;
  width: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 5px;
  background: #0bccbf;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:first-child {
  margin-bottom: 0;
  top: 28px;
}
.wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:last-child {
  margin-bottom: 0;
  top: 36px;
}
.wsot-registration-timer-widget .wsot-clock-disabled-bg .wsot-flex .wsot-clock-item .wsot-clock-num,
.wsot-registration-timer-widget .wsot-clock-disabled-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
  padding-top: 0 !important;
  color: rgba(255, 255, 255, 0.4) !important;
}
.wsot-registration-timer-widget .wsot-clock-disabled-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
  background: rgba(255, 255, 255, 0.4) !important;
}
.wsot-next-with-clock-widget .wsot-clock-bg {
  padding: 14px 0 18px 0;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex {
  display: flex;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
  margin: 0 16px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:first-child {
  margin-left: 0;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:last-child {
  margin-right: 0;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
  padding-top: 0 !important;
  letter-spacing: 8px;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 3px;
  text-align: center;
  width: 40px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  line-height: 15px;
  text-align: center;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
  position: relative;
  padding: 0px 0px;
  width: 6px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:first-child {
  margin-bottom: 0px;
  top: 5px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:last-child {
  margin-bottom: 0px;
  top: 13px;
}
.wsot-next-with-clock-widget .wsot-clock-bg {
  padding: 14px 0 18px 0;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex {
  display: flex;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
  margin: 0 16px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:first-child {
  margin-left: 0;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:last-child {
  margin-right: 0;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsots-clock-num {
  letter-spacing: 8px;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 3px;
  text-align: center;
  width: 40px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  line-height: 15px;
  text-align: center;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
  position: relative;
  padding: 0px 0px;
  width: 6px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:first-child {
  margin-bottom: 0px;
  top: 5px;
}
.wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:last-child {
  margin-bottom: 0px;
  top: 13px;
}
@media (max-width: 767px) {
  .wsot-registration-timer-widget .wsot-clock-bg {
    padding: 10px 0 16px 0;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex {
    display: flex;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-items: center;
    width: 52.5px;
    height: 52.5px;
    margin: 0px 16px;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
    margin-top: 9px;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 21px;
    font-style: normal;
    line-height: 21px;
    text-align: center;
    width: 40px;
    margin-bottom: 0;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 5.86047px 11.7209px rgba(0, 0, 0, 0.4);
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
    position: relative;
    padding: 0px 0px;
    width: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 5px;
    background: #ffffff;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:first-child {
    margin-bottom: 0;
    top: 20px;
  }
  .wsot-registration-timer-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:last-child {
    margin-bottom: 0;
    top: 30px;
  }
  .wsot-registration-timer-widget .wsot-clock-disabled-bg .wsot-flex .wsot-clock-item .wsot-clock-num,
  .wsot-registration-timer-widget .wsot-clock-disabled-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    padding-top: 0 !important;
    color: rgba(255, 255, 255, 0.4) !important;
  }
  .wsot-registration-timer-widget .wsot-clock-disabled-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
    background: rgba(255, 255, 255, 0.4) !important;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg {
    padding: 14px 0 18px 0;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex {
    display: flex;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
    margin: 0 16px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:first-child {
    margin-left: 0;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:last-child {
    margin-right: 0;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
    padding-top: 0 !important;
    letter-spacing: 8px;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 3px;
    text-align: center;
    width: 40px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.4);
    line-height: 15px;
    text-align: center;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
    position: relative;
    padding: 0px 0px;
    width: 6px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:first-child {
    margin-bottom: 0px;
    top: 5px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:last-child {
    margin-bottom: 0px;
    top: 13px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg {
    padding: 14px 0 18px 0;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex {
    display: flex;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
    margin: 0 16px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:first-child {
    margin-left: 0;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:last-child {
    margin-right: 0;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsots-clock-num {
    letter-spacing: 8px;
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 3px;
    text-align: center;
    width: 40px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.4);
    line-height: 15px;
    text-align: center;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
    position: relative;
    padding: 0px 0px;
    width: 6px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon {
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:first-child {
    margin-bottom: 0px;
    top: 5px;
  }
  .wsot-next-with-clock-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg .wsot-clock-colon:last-child {
    margin-bottom: 0px;
    top: 13px;
  }
}

.vip-buttonLink-section {
  width: 100%;
  height: auto;
}
.vip-buttonLink-section .buttonLink-block {
  width: 100%;
  margin: 24px auto 40px;
}
.vip-buttonLink-section .buttonLink-block .buttonLink-item {
  flex: 1;
  margin-right: 24px;
  padding: 10px 0;
  border-radius: 8px;
  border: 1px solid var(--re-new-grey-minor, #7A91A0);
  background: #050505;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.vip-buttonLink-section .buttonLink-block .buttonLink-item .buttonLink-item__icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.vip-buttonLink-section .buttonLink-block .buttonLink-item .buttonLink-item__icon.buttonLink-item__icon--0 {
  background-image: url('/zoomex-vip-program/images/buttonLink/buttonLink1.svg');
}
.vip-buttonLink-section .buttonLink-block .buttonLink-item .buttonLink-item__icon.buttonLink-item__icon--1 {
  background-image: url('/zoomex-vip-program/images/buttonLink/buttonLink2.svg');
}
.vip-buttonLink-section .buttonLink-block .buttonLink-item .buttonLink-item__icon.buttonLink-item__icon--2 {
  background-image: url('/zoomex-vip-program/images/buttonLink/buttonLink3.svg');
}
.vip-buttonLink-section .buttonLink-block .buttonLink-item .buttonLink-item__content {
  color: var(--re-new-grey-white, #FFF);
  font-size: 14px;
  font-weight: 600;
}
/* mobile */
@media (max-width: 767px) {
  .vip-buttonLink-section {
    width: 100%;
  }
  .vip-buttonLink-section .buttonLink-block {
    width: 100%;
    margin: auto;
  }
  .vip-buttonLink-section .buttonLink-block .buttonLink-item-container {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .vip-buttonLink-section .buttonLink-block .buttonLink-item-container .buttonLink-item {
    width: 100%;
    margin-right: 0;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 270px;
    padding: 10px 0;
  }
  .vip-buttonLink-section .buttonLink-block .buttonLink-item-container .buttonLink-item .buttonLink-item__icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .vip-buttonLink-section .buttonLink-block .buttonLink-item-container .buttonLink-item .buttonLink-item__icon.buttonLink-item__icon--0 {
    background-image: url('/zoomex-vip-program/images/buttonLink/buttonLink1.svg');
  }
  .vip-buttonLink-section .buttonLink-block .buttonLink-item-container .buttonLink-item .buttonLink-item__icon.buttonLink-item__icon--1 {
    background-image: url('/zoomex-vip-program/images/buttonLink/buttonLink2.svg');
  }
  .vip-buttonLink-section .buttonLink-block .buttonLink-item-container .buttonLink-item .buttonLink-item__content {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: var(--re-new-grey-white);
  }
}

.user-level-exclusive {
  width: 420px;
}
.user-level-exclusive .exclusive-block .exclusive-img {
  width: 157px;
  height: 196px;
  margin-right: 48px;
  border-radius: 12px;
}
.user-level-exclusive .exclusive-block .exclusive-title {
  max-width: 260px;
  line-height: 24px;
  margin-bottom: 32px;
  color: var(--re-new-grey-major);
  font-size: 20px;
  font-weight: 500;
}
.user-level-exclusive .exclusive-block .exclusive-social {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 24px;
  border-radius: 100%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.user-level-exclusive .exclusive-block .exclusive-social.twitter {
  background-image: url('/zoomex-vip-program/images/social/kakao.svg');
}
.user-level-exclusive .exclusive-block .exclusive-social.x {
  background-image: url('/zoomex-vip-program/images/social/twitter.svg');
}
.user-level-exclusive .exclusive-block .exclusive-social.medium {
  background-image: url('/zoomex-vip-program/images/social/medium.svg');
}
.user-level-exclusive .exclusive-block .exclusive-social.telegram {
  background-image: url('/zoomex-vip-program/images/social/telegram.svg');
}
.user-level-exclusive .exclusive-block .exclusive-social.line {
  background-image: url('/zoomex-vip-program/images/social/line.svg');
}
.user-level-exclusive .exclusive-block .exclusive-social.whatsapp {
  background-image: url('/zoomex-vip-program/images/social/whatsapp.svg');
}
.user-level-exclusive .exclusive-block .exclusive-social.youtube {
  background-image: url('/zoomex-vip-program/images/social/youtube.svg');
}
.user-level-exclusive .exclusive-block .exclusive-social.kakao {
  background-image: url('/zoomex-vip-program/images/social/kakao.svg');
}
.user-level-exclusive .exclusive-block .exclusive-social.discord {
  background-image: url('/zoomex-vip-program/images/social/discord.svg');
}
.user-level-exclusive .exclusive-block .exclusive-btn {
  padding: 9.5px 64px;
  line-height: 17px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--re-new-brand-regular);
  color: var(--re-new-grey-black);
}
.user-level-exclusive .exclusive-block .exclusive-btn:hover {
  background-color: var(--re-new-brand-regular-hover);
}
.user-level-exclusive .exclusive-block .exclusive-btn:active {
  background-color: var(--re-new-brand-regular-press);
}
.user-level-exclusive .exclusive-block:first-child {
  margin-bottom: 36px;
}
/* mobile */
@media (max-width: 767px) {
  .user-level-exclusive {
    width: 100%;
    margin-top: 30px;
  }
  .user-level-exclusive .exclusive-block {
    justify-content: space-around;
    align-items: center;
  }
  .user-level-exclusive .exclusive-block .exclusive-img {
    width: 100px;
    height: 127px;
    margin-right: 0;
    border-radius: 12px;
  }
  .user-level-exclusive .exclusive-block .exclusive-info {
    width: 138px;
  }
  .user-level-exclusive .exclusive-block .exclusive-info .exclusive-title {
    line-height: 17px;
    margin-bottom: 24px;
    color: var(--re-new-grey-major);
    font-size: 14px;
    font-weight: 500;
  }
  .user-level-exclusive .exclusive-block .exclusive-info .exclusive-socials {
    display: flex;
    flex-wrap: wrap;
    width: 138px;
  }
  .user-level-exclusive .exclusive-block .exclusive-info .exclusive-socials .exclusive-social {
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .user-level-exclusive .exclusive-block .exclusive-info .exclusive-socials .exclusive-social:nth-child(2n-1) {
    margin-bottom: 0;
  }
  .user-level-exclusive .exclusive-block .exclusive-info .exclusive-btn {
    padding: 9.5px 32px;
    line-height: 15px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
  }
  .user-level-exclusive .exclusive-block .exclusive-info:first-child {
    margin-bottom: 48px;
  }
}

.ant-dropdown .ant-dropdown-menu {
  background: #fff;
  border-radius: 8px;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
  color: #121B24;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-active {
  color: var(--re-new-brand-press, #00C4B7);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  background: var(--re-new-brand-alpha, rgba(11, 212, 198, 0.1));
}
.vip-level-section {
  width: 100%;
  overflow: hidden;
}
.vip-level-section .level-block {
  width: 1200px;
  margin: 0 auto;
}
.vip-level-section .level-block .margin-r12 {
  margin-right: 12px;
}
.vip-level-section .level-block .margin-r24 {
  margin-right: 24px;
}
.vip-level-section .level-block .padding-l8 {
  padding-left: 8px;
}
.vip-level-section .level-block .padding-l12 {
  padding-left: 12px;
}
.vip-level-section .level-block .vip-save-fee {
  margin-top: 12px;
  color: var(--re-new-grey-major, #FFF);
  font-size: 14px;
  font-weight: 500;
}
.vip-level-section .level-block .reward {
  padding-top: 40px;
  border-top: 1px solid var(--re-new-line-deep);
}
.vip-level-section .level-block .reward .reward__block {
  padding-bottom: 20px;
}
.vip-level-section .level-block .dear-user {
  line-height: 53px;
  font-size: 44px;
  font-weight: 700;
}
.vip-level-section .level-block .dear-user.vip {
  color: #ffda8c;
}
.vip-level-section .level-block .vip-count-down-wrap {
  display: flex;
  margin-top: 16px;
  padding: 10px 12px;
  border-radius: 20px;
  border: 1px solid var(--re-new-brand-regular, #0BCCBF);
  color: var(--re-new-brand-regular, #0BCCBF);
  width: max-content;
}
.vip-level-section .level-block .countdown-widget {
  display: flex;
}
.vip-level-section .level-block .countdown-widget .wsot-clock-bg {
  padding: 0;
}
.vip-level-section .level-block .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
  display: none;
}
.vip-level-section .level-block .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
  display: flex;
  flex-direction: row;
  width: auto;
  margin: 0 3px 0 0;
  background-image: none;
  height: auto;
}
.vip-level-section .level-block .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 14px;
}
.vip-level-section .level-block .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
  margin-left: 4px;
  color: var(--re-new-brand-regular, #0BCCBF);
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 14px;
}
.vip-level-section .level-block .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:last-child {
  margin-right: 0;
}
.vip-level-section .level-block .level-info {
  padding: 24px 24px 24px 60px;
  border-radius: 12px;
  border: 1px solid #4E4A44;
  background: #050505;
  width: 700px;
  margin-right: 80px;
}
.vip-level-section .level-block .level-info.flexWrap {
  flex-wrap: wrap;
}
.vip-level-section .level-block .level-info .drapdownType {
  margin-left: -36px;
  width: 100%;
  margin-bottom: 24px;
}
.vip-level-section .level-block .level-info .drapdownType .ant-space-item {
  color: var(--re-new-brand-hover, #00DBD0);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
}
.vip-level-section .level-block .level-info .drapdownType .ant-space-item:last-child {
  width: 16px;
  height: 16px;
  background-image: url('/zoomex-vip-program/images/vip/drap-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.vip-level-section .level-block .level-info .level-fee__margin {
  margin: 40px 0;
}
.vip-level-section .level-block .level-info .level-info-vol .vol {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: var(--re-new-grey-minor);
}
.vip-level-section .level-block .level-info .level-info-vol .vol span {
  font-size: 20px;
  font-weight: 600;
  color: var(--re-new-grey-major);
}
.vip-level-section .level-block .level-info .level-info-vol .vol:last-child {
  display: block !important;
}
.vip-level-section .level-block .level-info .level-info-vol .vol:last-child span {
  margin: 0 8px;
  font-size: 16px;
}
.vip-level-section .level-block .level-info .level-info-vol .progress {
  width: 368px;
  margin: 16px 0;
}
.vip-level-section .level-block .level-info .level-info-vol .progress .progress-container {
  position: relative;
  width: 320px;
  height: 16px;
  margin-right: 24px;
  border-radius: 30px;
  background-color: #373020;
}
.vip-level-section .level-block .level-info .level-info-vol .progress .progress-container .progress-container__proportion {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background-color: #ffda8c;
}
.vip-level-section .level-block .level-info .level-info-fee .fee-block {
  font-size: 16px;
  color: var(--re-new-grey-major);
}
.vip-level-section .level-block .level-info .level-info-fee .fee-block .fee-block__title {
  margin-bottom: 8px;
}
.vip-level-section .level-block .level-info .level-info-fee .fee-block .fee-block__title .block {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  border-radius: 4px;
  background: #ffda8c;
}
.vip-level-section .level-block .level-info .level-info-fee .fee-block .fee-block__title .block.next-block {
  opacity: 0.2;
}
.vip-level-section .level-block .level-info .level-info-fee .fee-block .fee-block__title .title {
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: var(--re-new-grey-minor);
}
.vip-level-section .level-block .level-info .level-info-fee .fee-block .fee {
  font-weight: 500;
  margin-right: 32px;
}
.vip-level-section .level-block .level-info .level-info-fee .fee-block .fee span {
  color: var(--re-new-brand-regular);
}
.vip-level-section .level-block .level-info .level-info-fee .fee-block .fee:last-child {
  margin-right: 0;
}
.vip-level-section .level-block .level-info .level-info-fee .fee-block:first-child {
  margin-bottom: 20px;
}
.vip-level-section .level-info-vip {
  margin-top: 40px;
  margin-bottom: 80px;
  align-items: center;
}
.vip-level-section .level-info-normal {
  margin-top: 40px;
  margin-bottom: 60px;
}
/* mobile */
@media (max-width: 767px) {
  .vip-level-section .level-block {
    width: auto;
    margin: 0 30px;
  }
  .vip-level-section .level-block .reward {
    padding-top: 30px;
  }
  .vip-level-section .level-block .reward .reward__block {
    padding-bottom: 16px;
  }
  .vip-level-section .level-block .reward .reward__info {
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
  }
  .vip-level-section .level-block .dear-user {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
  }
  .vip-level-section .level-block .dear-user span {
    margin-right: 12px;
  }
  .vip-level-section .level-block .vip-count-down-wrap {
    display: flex;
    flex-flow: column;
    margin-top: 16px;
    padding: 10px 12px;
    border-radius: 20px;
    border: 1px solid var(--re-new-brand-regular, #0BCCBF);
    color: var(--re-new-brand-regular, #0BCCBF);
    width: max-content;
  }
  .vip-level-section .level-block .countdown-widget {
    display: flex;
  }
  .vip-level-section .level-block .countdown-widget .wsot-clock-bg {
    padding: 0;
  }
  .vip-level-section .level-block .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
    display: none;
  }
  .vip-level-section .level-block .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
    display: flex;
    flex-direction: row;
    width: auto;
    margin: 0 3px 0 0;
    background-image: none;
    height: auto;
  }
  .vip-level-section .level-block .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 14px;
    color: var(--re-new-brand-regular, #0BCCBF);
  }
  .vip-level-section .level-block .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    margin: 0;
    margin-left: 4px;
    color: var(--re-new-brand-regular, #0BCCBF);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 14px;
  }
  .vip-level-section .level-block .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:last-child {
    margin-right: 0;
  }
  .vip-level-section .level-block .level-info {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #4E4A44;
    background: #050505;
    width: 100%;
    margin-right: 0;
  }
  .vip-level-section .level-block .level-info .drapdownType {
    margin-left: 0;
  }
  .vip-level-section .level-block .level-info .level-fee__margin {
    margin: 36px 0 16px 0;
  }
  .vip-level-section .level-block .level-info .level-info-vol {
    margin-right: 0;
  }
  .vip-level-section .level-block .level-info .level-info-vol .vol {
    flex-direction: column;
    height: auto;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: var(--re-new-grey-minor);
  }
  .vip-level-section .level-block .level-info .level-info-vol .vol .vol-value {
    display: block;
    margin-top: 4px;
    padding-left: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    color: var(--re-new-grey-major);
  }
  .vip-level-section .level-block .level-info .level-info-vol .vol .vol-value span {
    font-size: 16px;
    font-weight: 600;
  }
  .vip-level-section .level-block .level-info .level-info-vol .vol:last-child {
    display: block;
    flex-direction: row;
  }
  .vip-level-section .level-block .level-info .level-info-vol .progress {
    width: auto;
    margin: 16px 0;
  }
  .vip-level-section .level-block .level-info .level-info-vol .progress .progress-container {
    position: relative;
    width: 279px;
    height: 12px;
    margin-right: 12px;
    border-radius: 30px;
  }
  .vip-level-section .level-block .level-info .level-info-fee {
    width: 100%;
  }
  .vip-level-section .level-block .level-info .level-info-fee .fee-block {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    line-height: 24px;
    color: var(--re-new-grey-major);
  }
  .vip-level-section .level-block .level-info .level-info-fee .fee-block .fee-block__title {
    margin-bottom: 0;
  }
  .vip-level-section .level-block .level-info .level-info-fee .fee-block .fee-block__title .title {
    min-width: 137px;
    margin-right: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: var(--re-new-grey-minor);
  }
  .vip-level-section .level-block .level-info .level-info-fee .fee-block .fee-block__fee {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 28px;
  }
  .vip-level-section .level-block .level-info .level-info-fee .fee-block .fee-block__fee .fee {
    margin-top: 12px;
    font-weight: 500;
    margin-right: 0;
    font-size: 12px;
    line-height: 18px;
  }
  .vip-level-section .level-block .level-info .level-info-fee .fee-block .fee-block__fee .fee span {
    color: var(--re-new-brand-regular);
  }
  .vip-level-section .level-block .level-info .level-info-fee .fee-block .fee-block__fee .fee:last-child {
    margin-right: 0;
    margin-top: 4px;
  }
  .vip-level-section .level-block .level-info .level-info-fee .fee-block:first-child {
    margin-bottom: 16px;
  }
  .vip-level-section .level-info-vip {
    margin-top: 36px;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: center;
  }
  .vip-level-section .level-info-normal {
    margin-top: 36px;
    margin-bottom: 60px;
  }
  .vip-level-section .level-info-normal .level-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .vip-level-section .level-info-normal .level-info .level-info-fee {
    margin-top: 36px;
  }
}

.input-border-override {
  border-radius: 8px;
  border: 1px solid var(--re-new-line-general);
  background: var(--re-new-bg-general);
}
.apply-form {
  padding-top: 50px;
  color: var(--re-new-grey-major);
}
.apply-form .ant-form-item .ant-form-item-label {
  line-height: 17px;
}
.apply-form .ant-form-item .ant-form-item-label label {
  line-height: 17px;
  font-size: 14px;
  font-weight: 500;
  color: var(--re-new-grey-major);
}
.apply-form .ant-form-item .ant-form-item-label label.ant-form-item-required::before {
  color: var(--re-new-grey-major);
}
.apply-form .ant-form-item .ant-form-item-explain {
  display: none;
}
.apply-form .ant-form-item .ant-form-item-control .ant-form-item-control-input {
  min-height: auto;
}
.apply-form .ant-form-item .apply-form__nested > .ant-form-item {
  margin-bottom: 0;
}
.apply-form .ant-form-item .apply-form__nested > .ant-form-item:last-child {
  flex-grow: 1;
}
.apply-form .ant-form-item .apply-form__input {
  border-radius: 8px;
  border: 1px solid var(--re-new-line-general);
  background: var(--re-new-bg-general);
  width: 100%;
  height: 48px;
  padding: 15.5px 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--re-new-grey-major);
}
.apply-form .ant-form-item .apply-form__input::-webkit-input-placeholder {
  color: var(--re-new-grey-detail);
}
.apply-form .ant-form-item .apply-form__select {
  width: 150px;
  height: 48px;
  margin-right: 8px;
}
.apply-form .ant-form-item .apply-form__select .ant-select-selector {
  border-radius: 8px;
  border: 1px solid var(--re-new-line-general);
  background: var(--re-new-bg-general);
  width: 150px;
  height: 48px;
  padding: 15.5px 12px;
  line-height: 17px;
}
.apply-form .ant-form-item .apply-form__select .ant-select-selector .ant-select-selection-item {
  height: 17px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 500;
  color: var(--re-new-grey-major);
}
.apply-form .ant-form-item .apply-form__select .ant-select-arrow {
  color: var(--re-new-grey-major);
}
.apply-form .ant-form-item .apply-form__date {
  border-radius: 8px;
  border: 1px solid var(--re-new-line-general);
  background: var(--re-new-bg-general);
  width: 100%;
  height: 48px;
  color: var(--re-new-grey-major);
}
.apply-form .ant-form-item .apply-form__date .ant-picker-suffix {
  color: var(--re-new-grey-major);
}
.apply-form .ant-form-item .apply-form__date .ant-picker-clear {
  color: var(--re-new-grey-major);
  background: var(--re-new-bg-general);
}
.apply-form .ant-form-item .apply-form__date input {
  color: var(--re-new-grey-major);
  font-size: 14px;
  font-weight: 500;
}
.apply-form .ant-form-item .apply-form__date input::-webkit-input-placeholder {
  color: var(--re-new-grey-detail);
}
.apply-form .ant-form-item .apply-form__tips {
  font-size: 12px;
  font-weight: 400;
  color: var(--re-new-grey-minor);
  line-height: 15px;
}
.apply-form .apply-form__button {
  width: 100%;
  margin-top: 40px;
}
.apply-form__select-popup {
  background-color: var(--re-new-bg-light);
  border-radius: 8px;
  border: 1px solid var(--re-new-line-general);
}
.apply-form__select-popup .ant-select-item-option {
  height: 48px;
  padding: 8.5px 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--re-new-grey-major);
}
.apply-form__select-popup .ant-select-item-option .ant-select-item-option-content {
  line-height: 31px;
}
.apply-form__select-popup .ant-select-item-option:hover {
  background-color: var(--re-new-line-light);
}
.apply-form__select-popup .ant-select-item-option.ant-select-item-option-selected {
  color: var(--re-new-brand-regular);
  background-color: var(--re-new-brand-regular-01);
}
.apply-form__select-popup .ant-select-item-option.ant-select-item-option-active {
  background-color: var(--re-new-line-light);
}
.apply-form__date-popup .ant-picker-panel-container {
  background-color: var(--re-new-bg-light);
  border-radius: 8px;
  border: 1px solid var(--re-new-line-general);
}
.apply-form__date-popup .ant-picker-panel-container .ant-picker-panel {
  border-bottom: none;
}
.apply-form__date-popup .ant-picker-panel-container .ant-picker-panel .ant-picker-header {
  border-bottom-color: var(--re-new-line-general);
}
.apply-form__date-popup .ant-picker-panel-container .ant-picker-panel .ant-picker-header button {
  color: var(--re-new-grey-detail);
}
.apply-form__date-popup .ant-picker-panel-container .ant-picker-panel .ant-picker-header .ant-picker-month-btn,
.apply-form__date-popup .ant-picker-panel-container .ant-picker-panel .ant-picker-header .ant-picker-year-btn {
  color: var(--re-new-grey-major);
}
.apply-form__date-popup .ant-picker-panel-container .ant-picker-panel .ant-picker-body .ant-picker-content th {
  color: var(--re-new-grey-major);
}
.apply-form__date-popup .ant-picker-panel-container .ant-picker-panel .ant-picker-body .ant-picker-cell {
  color: var(--re-new-grey-detail);
}
.apply-form__date-popup .ant-picker-panel-container .ant-picker-panel .ant-picker-body .ant-picker-cell.ant-picker-cell-in-view {
  color: var(--re-new-grey-major);
}
.apply-form__date-popup .ant-picker-panel-container .ant-picker-panel .ant-picker-body .ant-picker-cell.ant-picker-cell-disabled {
  color: var(--re-new-grey-detail);
}
.apply-form__date-popup .ant-picker-panel-container .ant-picker-panel .ant-picker-body .ant-picker-cell.ant-picker-cell-disabled::before {
  background: rgba(255, 255, 255, 0.04);
}
.apply-form__date-popup .ant-picker-panel-container .ant-picker-panel .ant-picker-body .ant-picker-cell:hover:not(.ant-picker-cell-selected) .ant-picker-cell-inner {
  background: var(--re-new-mask);
}
.apply-form__date-popup .ant-picker-panel-container .ant-picker-panel .ant-picker-footer {
  border-top-color: var(--re-new-line-general);
}
/* mobile */
@media (max-width: 767px) {
  .apply-form {
    padding-top: 48px;
  }
  .apply-form .ant-form-item .apply-form__nested > .ant-form-item {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .apply-form .ant-form-item .apply-form__nested > .ant-form-item:last-child {
    flex-grow: 1;
  }
  .apply-form .ant-form-item .apply-form__input {
    border-radius: 8px;
    border: 1px solid var(--re-new-line-general);
    background: var(--re-new-bg-general);
    width: 100%;
    height: 48px;
    padding: 15.5px 12px;
    font-size: 14px;
    font-weight: 500;
    color: var(--re-new-grey-major);
  }
  .apply-form .ant-form-item .apply-form__input::-webkit-input-placeholder {
    color: var(--re-new-grey-detail);
  }
  .apply-form .ant-form-item .apply-form__select {
    width: 120px;
  }
  .apply-form .ant-form-item .apply-form__select .ant-select-selector {
    width: 120px;
  }
  .apply-form .ant-form-item .apply-form__select .ant-select-arrow {
    color: var(--re-new-grey-major);
  }
  .apply-form .ant-form-item .apply-form__date {
    border-radius: 8px;
    border: 1px solid var(--re-new-line-general);
    background: var(--re-new-bg-general);
    width: 100%;
    height: 48px;
    color: var(--re-new-grey-major);
  }
  .apply-form .ant-form-item .apply-form__date .ant-picker-suffix {
    color: var(--re-new-grey-major);
  }
  .apply-form .ant-form-item .apply-form__date .ant-picker-clear {
    color: var(--re-new-grey-major);
    background: var(--re-new-bg-general);
  }
  .apply-form .ant-form-item .apply-form__date input {
    color: var(--re-new-grey-major);
    font-size: 14px;
    font-weight: 500;
  }
  .apply-form .ant-form-item .apply-form__date input::-webkit-input-placeholder {
    color: var(--re-new-grey-detail);
  }
  .apply-form .ant-form-item .apply-form__tips {
    font-size: 12px;
    font-weight: 400;
    color: var(--re-new-grey-minor);
    line-height: 15px;
  }
  .apply-form .apply-form__button {
    width: 100%;
    margin-top: 24px;
  }
}

.vip-apply-section {
  width: 100%;
  overflow: hidden;
}
.vip-apply-section .apply-block {
  width: 1200px;
  margin: 30px auto 46px;
  color: var(--re-new-grey-major);
}
.vip-apply-section .apply-block .title {
  line-height: 53px;
  font-size: 44px;
  font-weight: 700;
  color: var(--re-new-brand-regular);
}
.vip-apply-section .apply-block .desc {
  margin-top: 32px;
  margin-bottom: 32px;
  line-height: 29px;
  font-size: 24px;
  font-weight: 500;
}
.vip-apply-section .apply-block .tips p {
  margin-bottom: 24px;
}
.vip-apply-section .apply-block .tips p .tip-content {
  font-size: 16px;
  font-weight: 500;
  padding-left: 12px;
}
.vip-apply-section .apply-block .tips p:last-child {
  margin-bottom: 0;
}
/* mobile */
@media (max-width: 767px) {
  .vip-apply-section {
    width: auto;
    margin: 0 30px 60px;
  }
  .vip-apply-section .apply-block {
    width: 100%;
    margin: auto;
  }
  .vip-apply-section .apply-block .title {
    line-height: 29px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .vip-apply-section .apply-block .desc {
    margin-top: 12px;
    margin-bottom: 33px;
    line-height: 21px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .vip-apply-section .apply-block .tips p {
    margin-bottom: 24px;
  }
  .vip-apply-section .apply-block .tips p .tip-content {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    padding-left: 12px;
  }
  .vip-apply-section .apply-block .tips p:last-child {
    margin-bottom: 0;
  }
}

.vip-activeLink-section {
  width: 100%;
  height: auto;
}
.vip-activeLink-section .activeLink-block {
  width: 1200px;
  margin: 30px auto 60px;
}
.vip-activeLink-section .activeLink-block .activeLink-item {
  flex: 1;
  margin-right: 24px;
  height: 160px;
  position: relative;
  border-radius: 12px;
  border: 1px solid #4E4A44;
  background: #050505;
}
.vip-activeLink-section .activeLink-block .activeLink-item .activeLink-item__icon {
  position: absolute;
  width: 64px;
  height: 64px;
  bottom: 20px;
  right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.vip-activeLink-section .activeLink-block .activeLink-item .activeLink-item__icon.activeLink-item__icon--0 {
  background-image: url('/zoomex-vip-program/images/activeLink/activeLink1.svg');
}
.vip-activeLink-section .activeLink-block .activeLink-item .activeLink-item__icon.activeLink-item__icon--1 {
  background-image: url('/zoomex-vip-program/images/activeLink/activeLink2.svg');
}
.vip-activeLink-section .activeLink-block .activeLink-item .activeLink-item__icon.activeLink-item__icon--2 {
  background-image: url('/zoomex-vip-program/images/activeLink/activeLink3.svg');
}
.vip-activeLink-section .activeLink-block .activeLink-item .activeLink-item__icon.activeLink-item__icon--3 {
  background-image: url('/zoomex-vip-program/images/activeLink/activeLink4.svg');
}
.vip-activeLink-section .activeLink-block .activeLink-item .activeLink-item__content {
  position: absolute;
  top: 32px;
  left: 32px;
  color: var(--re-new-grey-white, #FFF);
  font-size: 20px;
  font-weight: 700;
}
/* mobile */
@media (max-width: 767px) {
  .vip-activeLink-section {
    margin-bottom: 48px;
  }
  .vip-activeLink-section .activeLink-block {
    width: 100%;
    margin: auto;
  }
  .vip-activeLink-section .activeLink-block .title {
    margin-bottom: 24px;
    line-height: 39px;
    font-size: 32px;
    font-weight: 700;
  }
  .vip-activeLink-section .activeLink-block .activeLink-item-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .vip-activeLink-section .activeLink-block .activeLink-item-container .activeLink-item {
    margin-top: 24px;
    margin-right: 0;
    padding: 32px;
    display: flex;
    align-items: center;
    width: 315px;
    height: 100px;
  }
  .vip-activeLink-section .activeLink-block .activeLink-item-container .activeLink-item .activeLink-item__icon {
    position: static;
    width: 36px;
    height: 36px;
    margin-right: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .vip-activeLink-section .activeLink-block .activeLink-item-container .activeLink-item .activeLink-item__icon.activeLink-item__icon--0 {
    background-image: url('/zoomex-vip-program/images/activeLink/activeLink1.svg');
  }
  .vip-activeLink-section .activeLink-block .activeLink-item-container .activeLink-item .activeLink-item__icon.activeLink-item__icon--1 {
    background-image: url('/zoomex-vip-program/images/activeLink/activeLink2.svg');
  }
  .vip-activeLink-section .activeLink-block .activeLink-item-container .activeLink-item .activeLink-item__content {
    position: static;
    font-size: 20px;
    font-weight: 700;
    color: var(--re-new-grey-white);
  }
  .vip-activeLink-section .activeLink-block .activeLink-item-container .activeLink-item:first-child {
    margin-top: 0;
  }
}


.page-container {
  padding-top: 64px;
}
.page-container--app {
  padding-top: 0;
}
.vip-btn {
  cursor: pointer;
  width: fit-content;
  height: auto;
  border: none;
  background-color: #ffda8c;
  color: var(--re-new-grey-black);
}
.vip-btn:focus {
  color: var(--re-new-grey-black);
  border: none;
  background-color: #ffda8c;
}
.vip-btn:hover {
  color: var(--re-new-grey-black);
  border-color: #fff0d2;
  background-color: #fff0d2;
}
.vip-btn:active {
  color: var(--re-new-grey-black);
  border-color: #ffc854;
  background-color: #ffc854;
}
.vip-btn[disabled],
.vip-btn.disabled {
  cursor: not-allowed;
  background-color: rgba(255, 218, 140, 0.8);
  color: var(--re-new-grey-detail);
  border: none;
}
.vip-btn[disabled]:focus,
.vip-btn.disabled:focus,
.vip-btn[disabled]:hover,
.vip-btn.disabled:hover,
.vip-btn[disabled]:active,
.vip-btn.disabled:active {
  background-color: rgba(255, 218, 140, 0.8);
  color: var(--re-new-grey-detail);
  border: none;
}
.vip-btn--large {
  cursor: pointer;
  width: fit-content;
  height: auto;
  border: none;
  background-color: #ffda8c;
  color: var(--re-new-grey-black);
  padding: 20px 64px;
  line-height: 24px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
}
.vip-btn--large:focus {
  color: var(--re-new-grey-black);
  border: none;
  background-color: #ffda8c;
}
.vip-btn--large:hover {
  color: var(--re-new-grey-black);
  border-color: #fff0d2;
  background-color: #fff0d2;
}
.vip-btn--large:active {
  color: var(--re-new-grey-black);
  border-color: #ffc854;
  background-color: #ffc854;
}
.vip-btn--large[disabled],
.vip-btn--large.disabled {
  cursor: not-allowed;
  background-color: rgba(255, 218, 140, 0.8);
  color: var(--re-new-grey-detail);
  border: none;
}
.vip-btn--large[disabled]:focus,
.vip-btn--large.disabled:focus,
.vip-btn--large[disabled]:hover,
.vip-btn--large.disabled:hover,
.vip-btn--large[disabled]:active,
.vip-btn--large.disabled:active {
  background-color: rgba(255, 218, 140, 0.8);
  color: var(--re-new-grey-detail);
  border: none;
}
.vip-btn--small {
  cursor: pointer;
  width: fit-content;
  height: auto;
  border: none;
  background-color: #ffda8c;
  color: var(--re-new-grey-black);
  padding: 16.5px 88px;
  line-height: 19px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
}
.vip-btn--small:focus {
  color: var(--re-new-grey-black);
  border: none;
  background-color: #ffda8c;
}
.vip-btn--small:hover {
  color: var(--re-new-grey-black);
  border-color: #fff0d2;
  background-color: #fff0d2;
}
.vip-btn--small:active {
  color: var(--re-new-grey-black);
  border-color: #ffc854;
  background-color: #ffc854;
}
.vip-btn--small[disabled],
.vip-btn--small.disabled {
  cursor: not-allowed;
  background-color: rgba(255, 218, 140, 0.8);
  color: var(--re-new-grey-detail);
  border: none;
}
.vip-btn--small[disabled]:focus,
.vip-btn--small.disabled:focus,
.vip-btn--small[disabled]:hover,
.vip-btn--small.disabled:hover,
.vip-btn--small[disabled]:active,
.vip-btn--small.disabled:active {
  background-color: rgba(255, 218, 140, 0.8);
  color: var(--re-new-grey-detail);
  border: none;
}
.vip-btn--default {
  cursor: pointer;
  width: fit-content;
  height: auto;
  line-height: 19px;
  padding: 16.5px 52px;
  border-radius: 8px;
  border: 1px solid #ffda8c;
  font-size: 16px;
  font-weight: 600;
  color: #ffda8c;
  background-color: transparent;
}
.vip-btn--default:hover {
  border-color: #fff0d2;
  color: #fff0d2;
}
.vip-btn--default:active {
  border-color: #ffc854;
  color: #ffc854;
}
.vip-btn--default.disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.vip-btn--default.disabled:focus,
.vip-btn--default.disabled:hover,
.vip-btn--default.disabled:active {
  color: #ffda8c;
  background-color: transparent;
  border-color: #ffda8c;
}
.flex {
  display: flex;
}
.flex-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-between-end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.invite__flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grey-major-16-400 {
  font-family: var(--re-new-grey-major);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
/* ipad */
/* mobile */
@media (max-width: 767px) {
  .vip-btn--large {
    padding: 15.5px 48px;
    line-height: 19px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
  }
  .vip-btn--default {
    padding: 14.5px 52px;
  }
}
.mg-t-8 {
  margin-top: 8px;
}

