:root {
  --nav-bg: rgb(11, 27, 75);
  --nav-shadow: rgba(2, 10, 37, 0.22);
  --nav-border: rgba(255, 255, 255, 0.08);
  --page-bg: #0b256f;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100vh;
  overflow-x:hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  background-color: var(--page-bg);
  background-image: url("../assets/images/home-bg-dark.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Prompt, PromptMedium, Arial, sans-serif;
}

.vip-nav {
  background: var(--nav-bg);
  border-bottom: 1px solid var(--nav-border);
  box-shadow: 0 18px 40px var(--nav-shadow);
}

.vip-nav__inner {
  width: min(100%, 1280px);
  height: 95px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.vip-nav__brand {
  display: inline-flex;
  text-decoration: none;
  margin-left: -7px;
}

.vip-nav__brand img {
  display: block;
  width: clamp(220px, 26vw, 340px);
  height: 52px;
}

.vip-home {
  width: 100%;
  margin: 0 auto;
}

.vip-banner {
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(5, 13, 42, 0.26);

}

.vip-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.vip-menu {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(8, 18, 52, 0.2);
}

.vip-menu.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 120;
  animation: vip-menu-slide-down 0.22s ease-out;
  background: rgba(255, 255, 255, 0.98);
}

.vip-menu-placeholder {
  display: block;
  height: 0;
  transition: height 0.22s ease;
}

.vip-menu-placeholder.is-active {
  height: 74px;
}

.vip-menu__mobile-bar {
  display: none;
}

.vip-menu__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.vip-menu__item {
  min-height: 74px;
  padding: 16px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #051a53;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.vip-menu__item + .vip-menu__item {
  border-left: 1px solid rgba(12, 31, 88, 0.08);
}

.vip-menu__item:hover,
.vip-menu__item:focus-visible {
  color: #faa51f;
}

.vip-menu__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
}

.vip-menu__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.vip-menu__toggle {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid rgba(12, 31, 88, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #051a53;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
}

.vip-menu__toggle-icon {
  width: 20px;
  height: 14px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.vip-menu__toggle-icon span {
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.vip-menu.is-open .vip-menu__toggle-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.vip-menu.is-open .vip-menu__toggle-icon span:nth-child(2) {
  opacity: 0;
}

.vip-menu.is-open .vip-menu__toggle-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.wheel-img2 {
    position:relative;
    top: -62rem !important;
    left: 0;
    width: 80%;
    height: 0;
    overflow: visible;
    pointer-events: none;
}

.wheel2{
  display: block;
  width: 30%;
}

.viplevel{
  border: 5px #faa520 solid;
   padding: 41px;
   border-radius: 25px;
}

.bg-yellow {
  background-color: var(--yellow, #faa520);
}

.color-light-blue {
  color: #044cbf;
}

.color-grey {
  color: var(--gray, #676262);
}

.color-yellow {
  color: var(--yellow, #faa520);
}

#program-vip p,
#cara-meniguti-program-vip p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#keuntugan-member-vip p {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

#keuntugan-member-vip ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

#keuntugan-member-vip table p {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 16px;
}

#keuntugan-member-vip table p i {
  font-weight: 300;
}

#keuntugan-member-vip .card-border-yellow {
  width: 100% !important;
  overflow-x: hidden !important;
}

#keuntugan-member-vip .padding-20 {
  padding: 8px 22px 18px !important;
}

#keuntugan-member-vip .vip-mobile-benefits__header {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 56px !important;
  padding: 16px 20px !important;
  background: #044cbf !important;
  color: #fff !important;
  text-align: center !important;
}

#keuntugan-member-vip .vip-mobile-benefits__header span {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table {
  width: 100% !important;
  min-width: 100% !important;
  table-layout: fixed !important;
  border-collapse: collapse !important;
  display: block !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table tbody {
  display: block !important;
  width: 100% !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table tr {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: center !important;
  width: 100% !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table td {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 0 !important;
  vertical-align: middle !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table td:first-child,
#keuntugan-member-vip .vip-mobile-benefits__table td:last-child {
  width: 100% !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table td:first-child {
  text-align: left !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  padding-left: 38px !important;
  white-space: nowrap;
}

#keuntugan-member-vip .vip-mobile-benefits__table td:last-child {
  justify-content: center !important;
  text-align: center !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table td p {
  margin: 0 !important;
}

#keuntugan-member-vip .vip-title {
  display: block !important;
  text-align: center !important;
  color: #044cbf !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  margin: 0 auto !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table td[colspan="2"] {
  display: block !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  text-align: center !important;
  padding: 4px 0 8px !important;
  padding-left: 0 !important;
  white-space: normal !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table td[colspan="2"] hr {
  margin: 10px 0 !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table td[colspan="2"] p.bg-yellow {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  text-align: left !important;
  line-height: 18px !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table td[colspan="2"] p.bg-yellow i {
  display: block !important;
  white-space: normal !important;
  font-style: italic !important;
  font-weight: 300 !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table td:first-child:has(> p.color-light-blue),
#keuntugan-member-vip .vip-mobile-benefits__table td:last-child:has(> p.color-light-blue) {
  justify-content: center !important;
  padding-left: 0 !important;
  gap: 0 !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table td > p.color-light-blue {
  color: #044cbf !important;
  text-align: center !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  white-space: nowrap !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table td.color-light-blue,
#keuntugan-member-vip .vip-mobile-benefits__table td.color-yellow,
#keuntugan-member-vip .vip-mobile-benefits__table td.color-grey {
  font-size: 12px !important;
  line-height: 18px !important;
  white-space: nowrap !important;
}

#keuntugan-member-vip .vip-mobile-benefits__table tr td:first-child img {
  vertical-align: middle !important;
  flex: 0 0 55px !important;
  margin-right: 12px !important;
}

#program-vip h1,
#cara-meniguti-program-vip h1,
#keuntugan-member-vip h1 {
  text-align: center;
  font-family: Prompt;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.border-yellow {
  border-radius: 10px;
  border: 2px solid var(--yellow, #faa520);
}

.card-border-yellow {
  border-radius: 10px;
  border: 2px solid var(--yellow, #faa520);
  background-color: #f1f3ff;
  margin-bottom: 20px;
  z-index: 1;
  overflow-x: auto;
}

.padding-20 {
  padding: 20px;
}

.card-border-yellow table img {
  margin-right: 10px;
}

.card-border-yellow table td,
.card-border-yellow table th {
  border-style: none;
}

.card-border-yellow table th {
  text-align: center;
  font-size: 16px;
  padding: 20px 0px !important;
  background: var(--blue-international, #044cbf);
  color: #fff;
  width: 100%;
}

.card-border-yellow table td {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

#keuntungan-member .vip-mobile-benefits table {
  width: 100%;
  border-collapse: collapse;
}

#keuntungan-member .vip-mobile-benefits table > tbody > tr .vip-title {
  font-size: 14px;
  margin-top: 10px;
}

#keuntungan-member .vip-mobile-benefits {
  display: none;
  width: 100%;
}

@media (max-width: 1024px) {
  #keuntungan-member .vipbgpannel {
    display: none !important;
  }

  #keuntungan-member .vip-mobile-benefits {
    display: block;
  }
}

@media (max-width: 900px) {
  .vip-menu__mobile-bar {
    display: flex;
    justify-content: flex-end;
    padding: 10px 14px;
  }

  .vip-menu__toggle {
    padding: 10px;
    font-size: 0;
    gap: 0;
    min-width: 42px;
    min-height: 42px;
    justify-content: center;
  }

  .vip-menu__items {
    display: none;
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(12, 31, 88, 0.08);
  }

  .vip-menu.is-open .vip-menu__items {
    display: grid;
  }

  .vip-menu__items .vip-menu__item {
    min-height: 58px;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
    padding: 14px 16px;
    border-left: 0 !important;
    border-top: 1px solid rgba(12, 31, 88, 0.08) !important;
  }

  .vip-menu__items .vip-menu__item:first-child {
    border-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .vip-menu__mobile-bar {
    padding: 8px 12px;
  }

  .vip-menu__toggle {
    padding: 9px;
    min-width: 40px;
    min-height: 40px;
  }

  .vip-menu__items .vip-menu__item {
    min-height: 52px;
    font-size: 13px;
    padding: 12px 14px;
    gap: 12px;
  }

  .vip-menu__icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
}


@keyframes vip-menu-slide-down {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vip-floating-menu {
  position: fixed;
  top: 138px;
  right: 10px;
  z-index: 140;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.vip-floating-item {
  min-height: 72px;
  width: 72px;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  border: 0;
  border-radius: 999px;
  background: #0041e3;
  color: #fff;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 31, 90, 0.32);
  overflow: hidden;
  transition: width 0.28s ease, padding-left 0.28s ease, transform 0.2s ease;
}

.vip-floating-item:hover,
.vip-floating-item:focus-visible {
  width: 194px;
  padding-left: 20px;
  outline: none;
}

.vip-floating-label {
  margin-left: 0rem;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  transform: translateX(10px);
  transition: max-width 0.28s ease, opacity 0.2s ease, transform 0.28s ease;
}

.vip-floating-item:hover .vip-floating-label,
.vip-floating-item:focus-visible .vip-floating-label {
  max-width: 122px;
  opacity: 1;
  transform: translateX(0);
}

.vip-floating-icon {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #0041e3;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.14);
  color: #fff;
  overflow: hidden;
}

.vip-floating-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.vip-floating-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.vip-floating-item--menu .vip-floating-icon svg {
  width: 30px;
  height: 30px;
}

.vip-floating-item--top .vip-floating-label,
.vip-floating-item--scrolltop .vip-floating-label {
  max-width: 0;
}

.vip-floating-rtp-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #0041e3;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
}

@media (max-width: 980px) {
  .vip-floating-menu {
    top: 42%;
    right: 8px;
  }

  .vip-floating-item {
    min-height: 66px;
    width: 66px;
  }

  .vip-floating-item:hover,
  .vip-floating-item:focus-visible {
    width: 172px;
    padding-left: 16px;
  }

  .vip-floating-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .vip-floating-icon svg {
    width: 28px;
    height: 28px;
  }

  .vip-floating-icon img {
    width: 38px;
    height: 38px;
  }

  .vip-nav__inner {
    height: 60px;
    padding: 0 18px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

@media (max-width: 640px) {
  .vip-nav{
    padding: 0px;
    height: auto;
  }
  .vip-nav__inner {
    height: 60px;
    padding: 0 18px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .vip-nav__brand img {
    width: 160px;
    height: auto;
  }

  .vip-menu__item {
    min-height: 62px;
    justify-content: flex-start;
    text-align: left;
    font-size: 0.82rem;
  }

  .vip-menu__item + .vip-menu__item {
    border-left: 0;
    border-top: 1px solid rgba(12, 31, 88, 0.08);
  }

  .vip-floating-menu {
    top: 40%;
    right: 6px;
  }

  .vip-floating-item {
    min-height: 62px;
    width: 62px;
    scale: 0.9;
  }

  .vip-floating-item:hover,
  .vip-floating-item:focus-visible {
    width: 152px;
    padding-left: 14px;
  }

  .vip-floating-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .vip-floating-label {
    font-size: 13px;
  }

  .vip-banner {
    height: 25vh;
  }

  .vip-banner img{
    height: 100%;
    object-fit: cover;
    object-position: 28% center;
  }
}



@media (max-width: 440px) {
  .vip-nav{
    padding: 0px;
    height: auto;
  }
  .vip-nav__inner {
    height: 60px;
    padding: 0 18px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .vip-nav__brand img {
    width: 160px;
    height: auto;
  }

  .vip-menu__item {
    min-height: 62px;
    justify-content: flex-start;
    text-align: left;
    font-size: 0.82rem;
  }

  .vip-menu__item + .vip-menu__item {
    border-left: 0;
    border-top: 1px solid rgba(12, 31, 88, 0.08);
  }

  .vip-floating-menu {
    top: 40%;
    right: 3px;
    gap: 0.2rem;
    scale: 0.8;
  }

  .vip-floating-item {
    min-height: 62px;
    width: 62px;
    scale: 0.9;
  }

  .vip-floating-item:hover,
  .vip-floating-item:focus-visible {
    width: 152px;
    padding-left: 14px;
  }

  .vip-floating-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .vip-floating-label {
    font-size: 13px;
  }

  .vip-banner {
    height: 18vh;
  }

  .vip-banner img{
    height: 100%;
    object-fit: cover;
    object-position: 24% center;
  }
}

.vip-footer__column img {
  max-width: 100%;
  height: auto;
}

.vip-footer__cta {
  min-height: 61px !important;
  height: auto !important;
  overflow: visible !important;
}

.vip-footer__cta-inner {
  min-height: 61px !important;
  height: auto !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: clamp(8px, 1.2vw, 16px) !important;
  padding: 0 clamp(12px, 1.8vw, 20px) !important;
  overflow: visible !important;
}

.vip-footer__cta-copy {
  margin: 0;
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-family: PromptMedium, Prompt, Arial, sans-serif;
  font-size: clamp(0.95rem, 0.55rem + 0.95vw, 1.35rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.vip-footer__cta-link,
.vip-footer__cta-inner > a {
  width: clamp(172px, 17vw, 204px) !important;
  min-width: clamp(172px, 17vw, 204px) !important;
  min-height: 61px !important;
  height: auto !important;
  flex: 0 0 auto;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 10px) !important;
  font-size: clamp(0.92rem, 0.68rem + 0.45vw, 1rem) !important;
}

.vip-footer__column p {
  font-size: clamp(0.9rem, 0.78rem + 0.25vw, 1rem) !important;
  line-height: 1.25;
}

@media (min-width: 1025px) {
  .vip-footer__cta-copy {
    font-size: clamp(0.89rem, 0.49rem + 0.56vw, 1.3rem);
  }
}

@media (max-width: 1024px) {
  .vip-footer__cta {
    min-height: 61px !important;
    height: auto !important;
  }

  .vip-footer__cta-inner {
    min-height: 61px !important;
    height: auto !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 6px !important;
    padding: 0 16px !important;
  }

  .vip-footer__cta-copy {
    flex: 1 1 auto;
    padding: 0 !important;
    font-size: clamp(0.9rem, 0.72rem + 0.6vw, 1.05rem);
    line-height: 1.2;
    letter-spacing: 0.01em;
  }

  .vip-footer__cta-inner > a {
    width: clamp(164px, 18vw, 192px) !important;
    min-width: clamp(164px, 18vw, 192px) !important;
    height: auto !important;
  }

  .vip-footer__content {
    padding: 28px 18px 24px !important;
  }

  .vip-footer__grid {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 28px !important;
  }

  .vip-footer__column {
    flex: 1 1 280px !important;
    width: min(100%, 360px) !important;
  }

  .vip-footer__column p {
    white-space: normal !important;
  }

  .vip-footer__column--payments {
    width: min(100%, 460px) !important;
    flex-basis: 460px !important;
  }
}

@media (max-width: 768px) {
  .vip-footer__cta {
    min-height: 61px !important;
    height: auto !important;
  }

  .vip-footer__cta-inner {
    min-height: 61px !important;
    height: auto !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    padding: 0 12px !important;
    gap: 4px !important;
  }

  .vip-footer__cta-copy {
    width: auto;
    justify-content: center;
    padding: 10px 8px 10px 0 !important;
    font-size: clamp(0.82rem, 0.72rem + 0.7vw, 0.94rem);
    line-height: 1.22;
    text-align: center;
  }

  .vip-footer__cta-inner > a {
    width: clamp(154px, 32vw, 186px) !important;
    min-width: clamp(154px, 32vw, 186px) !important;
    min-height: 61px !important;
    font-size: 0.88rem !important;
  }
}

@media (max-width: 640px) {
  #terms .viptermscondition {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #terms .viptermscondition__detail-section {
    min-height: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #terms .viptermscondition__detail-list,
  #terms .viptermscondition ol:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #terms .viptermscondition__detail-list li:last-child,
  #terms .viptermscondition ol:last-of-type li:last-child {
    margin-bottom: 0 !important;
  }

  .vip-footer__cta-inner {
    min-height: 61px !important;
    height: auto !important;
    gap: 2px !important;
    padding: 0 8px !important;
  }

  .vip-footer__cta-copy {
    padding: 8px 6px 8px 0 !important;
    font-size: clamp(0.78rem, 0.7rem + 0.65vw, 0.88rem);
    line-height: 1.2;
  }

  .vip-footer__cta-inner > a {
    width: clamp(146px, 31vw, 172px) !important;
    min-width: clamp(146px, 31vw, 172px) !important;
    min-height: 61px !important;
    gap: 8px !important;
    font-size: 0.82rem !important;
    background: transparent !important;
  }

  .vip-footer__cta-inner > a > svg:first-child {
    display: block !important;
  }

  .vip-footer__content {
    padding: 24px 14px 20px !important;
  }

  .vip-footer__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .vip-footer__column,
  .vip-footer__column--payments {
    width: 100% !important;
    max-width: 420px;
    flex: 0 0 auto !important;
    margin: 0 auto;
  }

  .vip-footer__column p {
    white-space: normal !important;
  }

  .vip-footer__column--social > div:last-child {
    flex-wrap: wrap !important;
    row-gap: 12px;
  }
}

@media (max-width: 440px) {
  .vip-footer__cta-copy {
    font-size: clamp(0.74rem, 0.68rem + 0.7vw, 0.82rem);
    line-height: 1.15;
    letter-spacing: 0;
  }

  .vip-footer__cta-inner > a {
    width: clamp(138px, 30vw, 160px) !important;
    min-width: clamp(138px, 30vw, 160px) !important;
    font-size: 0.76rem !important;
  }

  .vip-footer__content {
    padding: 22px 12px 18px !important;
  }

  .vip-footer__grid {
    gap: 20px !important;
  }

  .vip-footer__column {
    gap: 14px !important;
  }

  .vip-footer__column [style*="width: 90px"] {
    width: 48px !important;
  }

  .vip-footer__column [style*="width: 38px"] {
    width: 24px !important;
  }
}


.vip_cont {
  overflow: hidden;
}

.vip-footer {
  position: relative;
  z-index: 40;
  isolation: isolate;
  overflow: hidden;
  clear: both;
}

@media (max-width: 1200px) {

  .sticky-wheel {
    top: auto;
    width: 100%;
  }

  .wheel-img .wheel {
    display: block;
    width: min(100%, 420px) !important;
    max-width: 100%;
    height: auto;
  }

  .wheel-img2 {
    position:relative;
    top: -75rem !important;
    left: 0;
    width: 80%;
    height: 0;
  }

  .wheel2{
    width: 40%;
  }
}


#program-vip {
  width: min(100%, 1680px) !important;
  max-width: 1680px !important;
  min-width: 0 !important;
  padding: 0 clamp(18px, 3vw, 32px) !important;
}

#program-vip .vip-copy {
  position: relative;
  isolation: isolate;
}

#program-vip .vip-copy > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .vip_cont {
    position: relative;
  }

  .dice-img {
    display: block;
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    z-index: 0;
  }

  .sticky-dice {
    position: absolute !important;
    top: 138px !important;
    right: -116px !important;
    padding: 0;
  }

  .dice {
    display: block;
    width: min(118vw, 540px) !important;
    max-width: none !important;
    height: auto;
    opacity: 0.2;
  }

  #program-vip .vip-copy {
    padding: 34px 18px 24px;
    overflow: hidden;
    z-index: 1;
  }

  #program-vip .vip-copy::before {
    content: none;
  }

  #program-vip .vip-copy h1 {
    font-size: 34px !important;
    margin-bottom: 18px !important;
  }

  #program-vip .vip-copy p,
  #program-vip .vip-copy li,
  #program-vip .vip-copy small {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  #program-vip .vip-copy ol {
    padding-left: 1.3rem !important;
  }

  #program-vip .vip-copy br {
    display: none;
  }
}

@media (max-width: 640px) {
  #program-vip {
    padding: 0 12px !important;
  }

  .sticky-dice {
    top: 124px !important;
    right: -132px !important;
  }

  .dice {
    width: min(132vw, 500px) !important;
    opacity: 0.2;
  }

  #program-vip .vip-copy {
    padding: 24px 14px 20px;
  }

  #program-vip .vip-copy::before {
    content: none;
  }

  #program-vip .vip-copy h1 {
    font-size: 28px !important;
    margin-bottom: 16px !important;
  }

  #program-vip .vip-copy p,
  #program-vip .vip-copy li,
  #program-vip .vip-copy small {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  #program-vip .vip-copy li {
    margin-bottom: 12px !important;
  }
}

@media (max-width: 480px) {
  .sticky-dice {
    top: 116px !important;
    right: -138px !important;
  }

  .dice {
    width: min(145vw, 470px) !important;
  }

  #program-vip .vip-copy h1 {
    font-size: 24px !important;
    margin-bottom: 14px !important;
  }

  #program-vip .vip-copy p,
  #program-vip .vip-copy li,
  #program-vip .vip-copy small {
    font-size: 12px !important;
  }
}

#cara-mengikuti {
  width: 100%;
}

@media (max-width: 1024px) {
  #cara-mengikuti .viplevel {
    height: auto !important;
    min-height: 0;
    padding: 32px 26px !important;
  }

  #cara-mengikuti .vip__level__box .top-level,
  #cara-mengikuti .vip__level__box .bot-level {
    gap: 0;
  }

  #cara-mengikuti .vip__level__box .bot-level .lvl-contain,
  #cara-mengikuti .vip__level__box .top-level .lvl-contain {
    padding: 0 20px !important;
  }

  #cara-mengikuti .img__viplevel {
    width: 84px;
    height: auto;
  }

  #cara-mengikuti .vip__level__box .lvl-contain p {
    font-size: 22px !important;
  }

  #cara-mengikuti .vip__level__box .lvl-contain span {
    font-size: 17px !important;
  }
   .wheel-img2 {
    display: none;
   }
   .dice{
    opacity: 0.2;
     width: min(118vw, 540px);
   }
}

@media (max-width: 900px) {
  #cara-mengikuti .viplevel {
    padding: 28px 18px !important;
  }

  #cara-mengikuti .vip__level__box .top-level {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 12px;
    margin-bottom: 34px !important;
  }

  #cara-mengikuti .vip__level__box .bot-level {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 12px;
  }

  #cara-mengikuti .vip__level__box .bot-level .lvl-contain,
  #cara-mengikuti .vip__level__box .top-level .lvl-contain {
    padding: 0 10px !important;
    min-width: 0;
  }

  #cara-mengikuti .img__viplevel {
    width: 74px;
  }

  #cara-mengikuti .vip__level__box .lvl-contain p {
    font-size: 18px !important;
    margin: 0.7rem 0 !important;
  }

  #cara-mengikuti .vip__level__box .lvl-contain span {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 640px) {
  #cara-mengikuti .viplevel {
    padding: 22px 12px !important;
    border-radius: 20px;
    border-width: 3px;
  }

  #cara-mengikuti .vip__level__box .top-level,
  #cara-mengikuti .vip__level__box .bot-level {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 10px;
  }

  #cara-mengikuti .vip__level__box .top-level {
    margin-bottom: 24px !important;
  }

  #cara-mengikuti .img__viplevel {
    width: 62px;
  }

  #cara-mengikuti .vip__level__box .lvl-contain p {
    font-size: 16px !important;
    margin: 0.55rem 0 !important;
  }

  #cara-mengikuti .vip__level__box .lvl-contain span {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 480px) {
  #cara-mengikuti .viplevel {
    padding: 18px 10px !important;
  }

  #cara-mengikuti .img__viplevel {
    width: 54px;
  }

  #cara-mengikuti .vip__level__box .lvl-contain p {
    font-size: 15px !important;
  }

  #cara-mengikuti .vip__level__box .lvl-contain span {
    font-size: 11px !important;
  }
}

#cara-mengikuti > p {
  margin: 0 0 14px 0;
}

#keuntungan-member {
  width: 100%;
}

@media (max-width: 900px) {
  #cara-mengikuti > p small {
    display: block;
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  #keuntungan-member {
    padding-top: 8px;
  }

  #keuntungan-member > h1 {
    font-size: 34px !important;
    line-height: 1.12 !important;
    margin-bottom: 12px !important;
    padding: 0 12px;
  }

  #keuntungan-member > p {
    margin: 0 auto 18px !important;
    padding: 0 16px;
    max-width: 760px;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
}

@media (max-width: 640px) {
  #cara-mengikuti > p {
    margin-bottom: 12px;
  }

  #cara-mengikuti > p small {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  #keuntungan-member {
    padding-top: 4px;
  }

  #keuntungan-member > h1 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
    padding: 0 10px;
  }

  #keuntungan-member > p {
    margin-bottom: 14px !important;
    padding: 0 12px;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 480px) {
  #cara-mengikuti > p small {
    font-size: 11px !important;
  }

  #keuntungan-member > h1 {
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

  #keuntungan-member > p {
    font-size: 12px !important;
  }
}

#keuntungan-member .vipbgpannel {
  width: 100%;
}

#keuntungan-member .viptable-shell {
  width: 100%;
  overflow: hidden;
}

#keuntungan-member .viptable-scale {
  display: inline-block;
  transform-origin: top left;
}

#keuntungan-member .viptablepannel {
  margin: 0 !important;
}

@media (max-width: 1200px) {
  #keuntungan-member .viptablepannel {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  #keuntungan-member .viptablepannel td,
  #keuntungan-member .viptablepannel th {
    padding: 9px 14px !important;
  }

  #keuntungan-member .viptablepannel thead img {
    width: 64px !important;
    height: 64px !important;
    margin-right: 0 !important;
  }

  #keuntungan-member .viptablepannel th:first-child {
    width: 320px !important;
  }

  #keuntungan-member .viptablepannel hr {
    width: 240px !important;
  }

  #keuntungan-member .viptablepannel tr td[colspan="11"] {
    font-size: 11px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 900px) {
  #keuntungan-member .viptablepannel {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  #keuntungan-member .viptablepannel td,
  #keuntungan-member .viptablepannel th {
    padding: 8px 12px !important;
  }

  #keuntungan-member .viptablepannel thead img {
    width: 56px !important;
    height: 56px !important;
  }

  #keuntungan-member .viptablepannel th:first-child {
    width: 280px !important;
  }

  #keuntungan-member .viptablepannel hr {
    width: 200px !important;
  }

  #keuntungan-member .vip-circle-checkmark {
    padding: 4px 7px !important;
    border-width: 4px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  #keuntungan-member .viptable-shell.is-scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }

  #keuntungan-member .viptable-shell.is-scrollable .viptable-scale {
    transform: none !important;
  }

  #keuntungan-member .viptablepannel {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  #keuntungan-member .viptablepannel td,
  #keuntungan-member .viptablepannel th {
    padding: 7px 10px !important;
  }

  #keuntungan-member .viptablepannel thead img {
    width: 48px !important;
    height: 48px !important;
  }

  #keuntungan-member .viptablepannel th:first-child {
    width: 220px !important;
  }

  #keuntungan-member .viptablepannel hr {
    width: 150px !important;
  }

  #keuntungan-member .viptablepannel tr td[colspan="11"] {
    font-size: 10px !important;
    line-height: 1.45 !important;
  }

  #keuntungan-member .vip-circle-checkmark {
    padding: 3px 6px !important;
    border-width: 3px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  #keuntungan-member .viptablepannel {
    font-size: 11px !important;
  }

  #keuntungan-member .viptablepannel thead img {
    width: 42px !important;
    height: 42px !important;
  }

  #keuntungan-member .viptablepannel th:first-child {
    width: 190px !important;
  }

  #keuntungan-member .viptablepannel hr {
    width: 120px !important;
  }
}

#terms {
  width: 100%;
}

#terms .viptermscondition__detail-bg {
  display: none;
}

@media (max-width: 1024px) {
  #terms {
    padding: 0 !important;
  }

  #terms .viptermscondition {
    position: relative;
    overflow: hidden;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 18px 0 0 !important;
    padding-bottom: 0 !important;
    font-size: 16px !important;
    line-height: 1.62 !important;
  }

  #terms .viptermscondition h1 {
    margin: 0 0 10px 0 !important;
    font-size: 42px !important;
    line-height: 1.08 !important;
  }

  #terms .viptermscondition > p,
  #terms .viptermscondition__detail-section > p {
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 1.42 !important;
  }

  #terms .viptermscondition ol {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 18px 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    list-style-position: inside;
  }

  #terms .viptermscondition li {
    margin-bottom: 14px !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 16px !important;
    line-height: 1.62 !important;
  }

  #terms .viptermscondition br {
    display: none;
  }

  #terms .viptermscondition__detail-section {
    position: relative;
    overflow: hidden;
    padding: 12px 0 0 !important;
    margin-bottom: 0 !important;
  }

  #terms .viptermscondition__detail-section > * {
    position: relative;
    z-index: 1;
  }

  #terms .viptermscondition__detail-bg {
    display: none !important;
  }

  #terms .viptermscondition__detail-bg .wheel {
    position: absolute;
    left: -220px;
    bottom: -20px;
    width: min(86vw, 620px);
    max-width: none;
    height: auto;
    opacity: 0.2;
  }

  #terms .viptermscondition__detail-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #terms .viptermscondition__detail-list li:last-child,
  #terms .viptermscondition ol:last-of-type li:last-child,
  #terms .viptermscondition > :last-child,
  #terms .viptermscondition__detail-section > :last-child {
    margin-bottom: 0 !important;
  }

  .wheel-img {
    display: none !important;
  }

  .vip-nav__inner{
    padding: 0 18px;
  }
}

@media (max-width: 767px) {
  #terms {
    padding: 0 !important;
  }

  #terms .viptermscondition {
    width: 100%;
    padding-top: 14px !important;
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  #terms .viptermscondition h1 {
    margin: 10px 0 14px 0 !important;
    font-size: 30px !important;
  }

  #terms .viptermscondition > p,
  #terms .viptermscondition__detail-section > p {
    margin-bottom: 14px !important;
    font-size: 16px !important;
    line-height: 1.38 !important;
  }

  #terms .viptermscondition li {
    margin-bottom: 12px !important;
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  #terms .viptermscondition__detail-section {
    padding: 10px 0 6px;
  }

  #terms .viptermscondition__detail-bg .wheel {
    left: -255px;
    bottom: -10px;
    width: min(122vw, 720px);
  }
}

@media (max-width: 480px) {
  #terms {
    padding: 0 !important;
  }

  #terms .viptermscondition {
    padding-top: 12px !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  #terms .viptermscondition h1 {
    margin: 8px 0 12px 0 !important;
    font-size: 25px !important;
  }

  #terms .viptermscondition > p,
  #terms .viptermscondition__detail-section > p {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  #terms .viptermscondition li {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  #terms .viptermscondition__detail-bg .wheel {
    left: -220px;
    bottom: -4px;
    width: min(130vw, 620px);
  }
}
