.theVipProgram {
  position: relative;
}
.theVipProgram .theMainWalletSection {
  margin-bottom: 0.875rem;
  border-radius: 12px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.theVipProgram .theMainWalletSection .theMainWalletPadd {
  padding: 1.25rem 1.5rem;
}
.theVipProgram .theMainWalletSection .theMainWalletPadd .theMWTitle {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.theVipProgram .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1024px) {
  .theVipProgram .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWIcon {
    width: 20px;
    height: 20px;
  }
}
.theVipProgram .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
  color: #4b515e;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .theVipProgram .theMainWalletSection .theMainWalletPadd .theMWTitle .theMWLabel {
    font-size: 0.875rem;
  }
}
.theVipProgram .theMainWalletSection .theMainWalletPadd .theMWValue {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .theVipProgram .theMainWalletSection .theMainWalletPadd .theMWValue {
    font-size: 2.125rem;
  }
}
.theVipProgram .theVipProgramBox {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd {
  padding: 1.875rem 1.5rem 2.1875rem;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPaymentTitleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramDepositProgressTextWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramDepositProgressTextWrapper .theVipDepositProgressLabel {
  color: var(--global-secondary-text-color);
  font-size: 0.75rem;
  font-weight: 400;
  text-align: right;
  opacity: 0.5;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramDepositProgressTextWrapper .theVipDepositProgressAmount {
  color: var(--global-button-color);
  font-size: 0.75rem;
  font-weight: 700;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPaymentTitle {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.625rem;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPaymentLevel {
  margin: 4rem 0 0;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox {
  flex: 1;
  min-width: 100%;
  max-width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--global-secondary-modal-color);
  display: flex;
}
@media screen and (min-width: 768px) {
  .theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox {
    min-width: 48%;
    max-width: 49%;
  }
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBPadd {
  padding: 0.625rem 0.75rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.5rem;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBHeader .theVipProgramBoxFWBHLevelBox {
  width: 34px;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBHeader .theVipProgramBoxFWBHLevelBox img {
  width: 70%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBHeader .theVipProgramBoxFWBHLevelName {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBHeader .theVipProgramBoxFWBHLabel {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBContent .theVipProgramBoxFWBCAmount {
  color: var(--global-primary-text-color);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.375rem;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBContent .theVipProgramBoxFWBCAmount span {
  font-size: 0.75rem;
  font-weight: 400;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBContent .theVipProgramBoxFWBCProgressBack {
  position: relative;
  width: 100%;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBContent .theVipProgramBoxFWBCProgressBack .theVipProgramBoxFWBCProgressBG {
  position: relative;
  width: 100%;
  height: 5px;
  background: var(--global-secondary-text-color);
  border-radius: 3.25rem;
  opacity: 0.5;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBContent .theVipProgramBoxFWBCProgressBack .theVipProgramBoxFWBCProgress {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: var(--global-primary-text-color);
  border-radius: 3.25rem;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBContent .theVipProgramBoxFWBCFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBContent .theVipProgramBoxFWBCFlex .theVipProgramBoxFWBCFText {
  flex: 1;
  font-size: 0.75rem;
  font-weight: 400;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramBoxFlexWrap .theVipProgramBoxFWBox .theVipProgramBoxFWBContent .theVipProgramBoxFWBCFlex .theVipProgramBoxFWBCFButton {
  width: 20%;
  max-width: 75px;
  padding: 0.3125rem 0;
  font-weight: 900;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  text-align: center;
  cursor: pointer;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPLFlexWrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPLFlexWrap .theVipProgramPLBoxFWBox {
  width: 100%;
  border-radius: 0.375rem;
  display: flex;
  border: 1px solid var(--global-secondary-modal-color);
}
@media screen and (min-width: 768px) {
  .theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPLFlexWrap .theVipProgramPLBoxFWBox {
    width: 49%;
  }
}
@media screen and (min-width: 1024px) {
  .theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPLFlexWrap .theVipProgramPLBoxFWBox {
    width: 32.7%;
  }
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPLFlexWrap .theVipProgramPLBoxFWBox .theVipProgramPLBoxFWBPadd {
  padding: 0.875rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPLFlexWrap .theVipProgramPLBoxFWBox .theVipProgramPLBoxFWBHLevelFlex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPLFlexWrap .theVipProgramPLBoxFWBox .theVipProgramPLBoxFWBHLevelBox {
  width: 55px;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPLFlexWrap .theVipProgramPLBoxFWBox .theVipProgramPLBoxFWBHLevelBox img {
  width: 70%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPLFlexWrap .theVipProgramPLBoxFWBox .theVipProgramPLBoxFWBHLevelTextBox {
  flex: 1;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPLFlexWrap .theVipProgramPLBoxFWBox .theVipProgramPLBoxFWBHLevelTextBox .theVipProgramPLBoxFWBHLevelName {
  color: var(--global-primary-text-color);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}
.theVipProgram .theVipProgramBox .theVipProgramBoxPadd .theVipProgramPLFlexWrap .theVipProgramPLBoxFWBox .theVipProgramPLBoxFWBHLevelTextBox .theVipProgramPLBoxFWBHLevelAmount {
  color: var(--global-primary-text-color);
  font-weight: 400;
  font-size: 0.75rem;
}
.theVipProgram .theDNotesSection {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.theVipProgram .theDNotesSection .theNotesTitle {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration-line: underline;
}
.theVipProgram .theDNotesSection .theNotesContent {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}/*# sourceMappingURL=vipProgram.css.map */