<!DOCTYPE html><html lang="id"><head><meta charset="utf-8"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="cache-control" content="cache"><meta http-equiv="pragma" content="cache"><meta name="viewport" content="initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,width=device-width,user-scalable=no"><meta name="robots" content="index, follow"><link rel="preconnect" href="https://voucerdigital.com/"><link rel="preconnect" href="https://semutganteng.fra1.digitaloceanspaces.com"><style>/* Buttons */
.btn {
padding: 8px 16px;
border-radius: 15px;
border: none;
cursor: pointer;
width: 50%;
display: block;
margin-left: auto;
margin-right: auto;
}
.btn-orange-outline {
background: white;
border: 1px solid #DA6B0E;
color: #DA6B0E;
border-radius: 5px;
font-size: 13px;
padding: 3px 15px;
font-style: normal;
font-weight: 600;
line-height: 20px;
}
.btn-orange-outline:hover {
border: 1px solid #DA6B0E;
background: #FCF0E7;
color: #DA6B0E;
}
/* Calculator Dropdown Styles */
.dropdown-calculator-menu {
position: relative;
}
.calculator-dropdown-trigger i.fa-chevron-down {
font-size: 12px;
margin-left: 5px;
transition: transform 0.3s ease;
}
.dropdown-calculator-menu:hover .calculator-dropdown-trigger i.fa-chevron-down {
transform: rotate(180deg);
}
.calculator-dropdown {
position: absolute;
top: 100%;
left: 0;
background: #FFF;
border: none;
border-radius: 6px;
box-shadow: 0 16px 32px -12px rgba(14, 18, 27, 0.10);
z-index: 1000;
min-width: 303px;
padding: 0;
overflow: hidden;
}
.calculator-dropdown-item {
margin-bottom: 0;
}
.calculator-dropdown-item:last-child {
border-bottom: none;
}
.calculator-dropdown-item a {
display: flex;
position: relative;
width: 303px;
height: 50px;
overflow: hidden;
text-decoration: none;
transition: transform 0.2s ease;
}
.calculator-dropdown-item a:hover {
opacity: 0.9;
}
.calculator-dropdown-item .item-content {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
padding-left: 15px;
z-index: 2;
}
.calculator-dropdown-item .item-title {
color: white;
font-weight: 600;
font-size: 14px;
line-height: 24px;
}
.calculator-dropdown-item .item-bg {
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
}
.calculator-dropdown-item:nth-child(1) .item-bg {
background: linear-gradient(90deg, #1D1E20 38.1%, rgba(29, 30, 32, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-winrate-bg.png') lightgray 77.555px -102.052px / 81.902% 499.306% no-repeat !important;
box-shadow: 0 2px 1px 0 rgba(10, 13, 20, 0.03);
}
.calculator-dropdown-item:nth-child(2) .item-bg {
background: linear-gradient(90deg, #1D1E20 38.1%, rgba(29, 30, 32, 0.00) 67.27%), linear-gradient(90deg, #1F5537 38.1%, rgba(28, 72, 48, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-magic-wheel.png') lightgray 60.142px -56.844px / 100% 327.375% no-repeat !important;
box-shadow: 0 2px 1px 0 rgba(10, 13, 20, 0.03);
}
.calculator-dropdown-item:nth-child(3) .item-bg {
background: linear-gradient(90deg, #1D1E20 38.1%, rgba(29, 30, 32, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-zodiak-bg.png') lightgray 77.555px -44.052px / 75.902% 448.306% no-repeat !important;
box-shadow: 0 2px 1px 0 rgba(10, 13, 20, 0.03);
}
/* Hover states for dropdown items */
.calculator-dropdown-item:nth-child(1):hover .item-bg {
background: linear-gradient(90deg, #E62E05 38.1%, rgba(230, 46, 5, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-winrate-bg.png') lightgray 77.555px -102.052px / 81.902% 499.306% no-repeat !important;
}
.calculator-dropdown-item:nth-child(2):hover .item-bg {
background: linear-gradient(90deg, #E62E05 38.1%, rgba(230, 46, 5, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-magic-wheel.png') lightgray 60.142px -56.844px / 100% 327.375% no-repeat !important;
}
.calculator-dropdown-item:nth-child(3):hover .item-bg {
background: linear-gradient(90deg, #E62E05 38.1%, rgba(29, 30, 32, 0.00) 67.27%), url('https://digivospaces.b-cdn.net/UniPlay/Statics/calc-zodiak-bg.png') lightgray 77.555px -44.052px / 75.902% 448.306% no-repeat !important;
}
/* Hide mobile dropdown submenu on desktop */
@media (min-width: 769px) {
.dropdown-submenu.dropdown-calculator-mobile {
display: none !important;
}
.cek-transaksi-mobile {
display: none !important;
}
}
@media (max-width: 768px) {
.dropdown-submenu:hover .submenu {
display: none !important;
}
.dropdown-submenu>a i.fa-chevron-down {
-webkit-transition: transform 0.3s ease;
/* Untuk iOS */
transition: transform 0.3s ease;
}
.dropdown-submenu.active>a i.fa-chevron-down {
transform: rotate(180deg);
}
.dropdown-submenu .submenu {
display: none;
list-style: none;
padding: 0;
margin: 0;
background: transparent;
margin-left: 10px;
}
.dropdown-submenu.active .submenu {
display: block !important;
background: transparent !important;
}
.dropdown-submenu.active {
background: transparent !important;
}
.dropdown-submenu.active>a {
background: transparent !important;
}
.dropdown-submenu .submenu li {
margin: 0;
}
.dropdown-submenu .submenu li a {
padding: 10px 15px;
color: rgba(0, 0, 0, 0.8);
font-size: 14px;
}
.dropdown-submenu .submenu li a:hover {
color: #E62E05;
background: transparent;
}
}</style><meta name="google-site-verification" content="TWCnU5sHuhMM6VPEbboeHwbx46nBTRiOZSUlu0EqEEQ"><script type="4b20aa0b6e845be19fcfd4b7-text/javascript">(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-T9CFBHN2');</script><script async src="https://www.googletagmanager.com/gtag/js?id=G-0D6MD4FFRL" type="4b20aa0b6e845be19fcfd4b7-text/javascript"></script><script type="4b20aa0b6e845be19fcfd4b7-text/javascript">window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-0D6MD4FFRL');</script><link rel="icon" href="https://uniplay.id/cdn/fb64-pic26234f625741fb5cf88d522586f3a0a11738813188.png?ncahce=1738813188" sizes="32x32"><link rel="icon" href="https://uniplay.id/cdn/fb64-pic26234f625741fb5cf88d522586f3a0a11738813188.png?ncahce=1738813188" sizes="192x192"><link rel="apple-touch-icon" href="https://uniplay.id/cdn/fb64-pic26234f625741fb5cf88d522586f3a0a11738813188.png?ncahce=1738813188"><title>Top Up Game Online Termurah dan Aman</title><link rel="canonical" href="https://voucerdigital.com/"><meta name="description" content="Hadirkan bermain yang lebih seru dengan Top Up Game Instan Voucer Digital Kami! Nikmati kemudahan mengisi saldo game favorit Anda secara cepat dan aman."><meta property="og:locale" content="id_ID"><meta property="og:type" content="website"><meta property="og:title" content="Top Up Game Online Termurah dan Aman"><meta property="og:description" content="Hadirkan bermain yang lebih seru dengan Top Up Game Instan Voucer Digital Kami! Nikmati kemudahan mengisi saldo game favorit Anda secara cepat dan aman."><meta property="og:url" content="https://voucerdigital.com/"><meta property="og:site_name" content="Voucer Digital"><style type="text/css">@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/200/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/200/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/200/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/200/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/200/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/200/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/200/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/300/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/300/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/300/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/300/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/300/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/300/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/300/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/600/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/600/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/600/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/600/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/600/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/600/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/600/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/700/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/700/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/700/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/700/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/700/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/700/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/700/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/900/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/900/normal.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/900/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/900/normal.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/900/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/900/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:normal;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/900/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/200/italic.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/200/italic.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/200/italic.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/200/italic.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/200/italic.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/200/italic.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:200;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/200/italic.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/300/italic.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/300/italic.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/300/italic.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/300/italic.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/300/italic.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/300/italic.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:300;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/300/italic.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/400/italic.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/400/italic.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/400/italic.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/400/italic.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/400/italic.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/400/italic.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:400;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/400/italic.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/600/italic.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/600/italic.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/600/italic.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/600/italic.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/600/italic.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/600/italic.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:600;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/600/italic.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/700/italic.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/700/italic.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/700/italic.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/700/italic.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/700/italic.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/700/italic.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:700;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/700/italic.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic-ext/900/italic.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/cyrillic/900/italic.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek/900/italic.woff2);unicode-range:U+0370-03FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin/900/italic.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/greek-ext/900/italic.woff2);unicode-range:U+1F00-1FFF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/latin-ext/900/italic.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:swap;}@font-face {font-family:Source Sans Pro;font-style:italic;font-weight:900;src:url(/cf-fonts/s/source-sans-pro/5.0.11/vietnamese/900/italic.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:swap;}</style><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/plugins/fontawesome-free/css/all.min.css"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/plugins/bootstrap/css/bootstrap.min.css"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/themes/css/theme_v3.css?c=v.14.39.1757997053"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/themes/css/flashsale.css?c=v.14.36.11757997053"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/themes/css/cooltipz.min.css?c=v.14.36"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/vendor/slick/slick.css?c=v.14.36"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/themes/css/cooltipz.min.css?c=v.14.36"><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/plugins/ui/jquery-ui.min.css"><script src="https://voucerdigital.com/assets/plugins/jquery/jquery.min.js" type="4b20aa0b6e845be19fcfd4b7-text/javascript"></script><script defer src="https://voucerdigital.com/assets/plugins/bootstrap/js/bootstrap.bundle.min.js" type="4b20aa0b6e845be19fcfd4b7-text/javascript"></script><script defer src="https://voucerdigital.com/assets/plugins/jquery-lazy/jquery.lazy.min.js" type="4b20aa0b6e845be19fcfd4b7-text/javascript"></script><script defer src="https://voucerdigital.com/assets/plugins/ui/jquery-ui.min.js" type="4b20aa0b6e845be19fcfd4b7-text/javascript"></script><link rel="preload stylesheet" as="style" href="https://voucerdigital.com/assets/plugins/color-main/coloris.min.css"><script defer src="https://voucerdigital.com/assets/plugins/color-main/coloris.min.js" type="4b20aa0b6e845be19fcfd4b7-text/javascript"></script><script type="4b20aa0b6e845be19fcfd4b7-text/javascript">var isDisabledScroll = false;
var keys = {
37: 1,
38: 1,
39: 1,
40: 1
};
var supportsPassive = false;
try {
window.addEventListener("test", null, Object.defineProperty({}, 'passive', {
get: function() {
supportsPassive = true;
}
}));
} catch (e) {}
var wheelOpt = supportsPassive ? {
passive: false
} : false;
var wheelEvent = 'onwheel' in document.createElement('div') ? 'wheel' : 'mousewheel';
function preventDefault(e) {
e.preventDefault();
}
function preventDefaultForScrollKeys(e) {
if (keys[e.keyCode]) {
preventDefault(e);
return false;
}
}
function disableScroll() {
window.addEventListener('DOMMouseScroll', preventDefault, false); // older FF
window.addEventListener(wheelEvent, preventDefault, wheelOpt); // modern desktop
window.addEventListener('touchmove', preventDefault, wheelOpt); // mobile
window.addEventListener('keydown', preventDefaultForScrollKeys, false);
isDisabledScroll = true;
}
// call this to Enable
function enableScroll() {
window.removeEventListener('DOMMouseScroll', preventDefault, false);
window.removeEventListener(wheelEvent, preventDefault, wheelOpt);
window.removeEventListener('touchmove', preventDefault, wheelOpt);
window.removeEventListener('keydown', preventDefaultForScrollKeys, false);
isDisabledScroll = false;
}
function delay(callback, ms) {
var timer = 0;
return function() {
var context = this,
args = arguments;
clearTimeout(timer);
timer = setTimeout(function() {
callback.apply(context, args);
}, ms || 0);
};
}
function OpenMenuHeader(elem) {
var $this = $(elem);
var $parents = $this.parents('.burger-menu-v3');
if ($parents.find('.menu-pop-theme-v3').is(':hidden')) {
$parents.find('.menu-pop-theme-v3').fadeIn('fast', function() {
$('.tmv1-menu-trigger').find('i').removeClass('fa-bars').addClass('fa-times')
})
} else {
$parents.find('.menu-pop-theme-v3').fadeOut('fast', function() {
$('.tmv1-menu-trigger').find('i').addClass('fa-bars').removeClass('fa-times')
})
}
}
function reloadWidgetWhatsapp(from) {
$('body').find('.livechat-wdg-parent').remove()
$.ajax({
url: 'https://voucerdigital.com/ajax/widget-whatsapp.php',
type: 'POST',
dataType: 'JSON',
headers: {
"Authorization": "Basic " + 'YUhGS1NsZFZUR0pYWlRaaVExSmpXSEpuUnpKTVRHcE5TWEJ1Y0ZCSWFYcHVlbVpWTkdscWFUSjRXakp1U2tsaGQxTXhibWRDYXpkMVdHbEdkSEJqTVU1TWEyTk9jR3gwTlhoall6bFZiakJaTjFKelIxaGpSVGhhV1UxYVpsZHhhMDVNWlZjcmRsVlFkamc5'
},
data: {
'from': from
},
beforeSend: function(e) {
},
success: function(e) {
if (e.status) {
$('body').append(e.html);
}
}
});
$.ajax({
url: 'https://voucerdigital.com/ajax/socialproff-client.php',
type: 'POST',
dataType: 'JSON',
headers: {
"Authorization": "Basic " + 'UXpsMVpsUTVOWFl2Y1dFMWMzVllZV3hQSzBGVFlWVnlWMlkxTVN0NVRDOVNlVkJXYkRoeGRDdFBXbWM0T1ZwcU1WRnZTM05QUml0eE1UQXJSekJsU1dKM0swVTVLMlIxVXpScllsRkNZVmxHUkRaeFVFNWlTa2xQUldwaU1XeG1RbEYxT0VWTFlWaHFWMUU5'
},
data: {},
beforeSend: function(e) {
},
success: function(e) {
if (e.status) {
$('body').append(e.html);
}
}
});
}
function ShowSearchMobile(elem) {
var $this = $(elem)
if ($('.header-search-bar').is(':hidden')) {
$('.header-search-bar').fadeIn('fast')
} else {
$('.header-search-bar').fadeOut('fast')
}
}
document.addEventListener('DOMContentLoaded', function() {
$(function() {
reloadWidgetWhatsapp('cd')
$('.lazy').lazy();
$('form[name="search-form"]').on('submit', function(e) {
e.preventDefault();
$('.search-text').trigger('keyup');
});
// Calculator dropdown functionality
$('.dropdown-calculator-menu').hover(
function() {
$(this).find('.calculator-dropdown').fadeIn('fast');
},
function() {
$(this).find('.calculator-dropdown').fadeOut('fast');
}
);
// Mobile submenu dropdown functionality - Parent toggle
$('.dropdown-calculator-mobile > a').on('click touchstart', function(e) {
// Hanya jalankan toggle untuk menu utama, bukan submenu
if (!$(e.target).closest('.submenu').length) {
e.preventDefault();
var $this = $(this);
var $submenu = $this.parent();
// Toggle active class
$submenu.toggleClass('active');
// Tutup submenu lain
$submenu.siblings('.dropdown-submenu').removeClass('active');
}
});
// Handle submenu clicks with JavaScript navigation
$('.dropdown-calculator-mobile .submenu a').on('click touchstart', function(e) {
e.preventDefault();
e.stopPropagation();
var url = $(this).attr('href');
if (url && url !== '#' && url !== 'javascript:void(0)') {
window.location.href = url;
}
});
$(".search-text").on("click", function() {
$(".search-area").addClass("active");
});
$('.search-text').keyup(delay(function(e) {
var $this = $(this);
if ($this.val().length > 2) {
$.ajax({
url: 'https://voucerdigital.com/ajax/search-entity.php',
type: 'POST',
dataType: 'JSON',
headers: {
"Authorization": "Basic " + 'N3EyUHFXUFpmVHRLS3JlRnhZckF4dmtoMlJvSmttT0RkcjY1eGIxUGU2ZS9SZXBMVDdPYmRWdWZMOHNOUkowa2R6b2tXMFNKb3FQYjB1a2phcjhFbXQyQVppZXJpTVJ6aDY0elZTVGdvSldZNm1nQkNCaDdxU1RYbEJDRHA2UVE='
},
data: {
search_q: $this.val(),
token: 'OGR6QWlkeHNSL2I1Nnp5cWh1MHhweXVUcDJqUERZTGhYVmV3ZGgrOEI4a2xIQThxYkZzTUFRbHNxaDdTbGlNdEQ3SnBDclhMRi85YmdDbnRWYjhQSWc9PQ=='
},
beforeSend: function(e) {
console.log('Processing Search');
},
success: function(e) {
console.log('Finish Search');
if (e.status) {
$(".result-quick-search").html(e.html);
$(".result-quick-search").slideDown();
} else {
$(".result-quick-search").slideUp();
}
}
});
} else {
$(".result-quick-search").slideUp();
$(".result-quick-search").html('');
}
}, 500));
});
})</script> <body class="hold-transition"><div class="header-navbar"><div class="header-content-v3"><div class="header-content-v3-left"><a href="https://voucerdigital.com/"><img src="https://uniplay.id/cdn/fb64-picb795c7f10e7e5c775f350f1231c601f91738813188.png?ncahce=1738813188" alt=""> </a> <ul><li><a href="https://voucerdigital.com/cek-transaksi">Cek Transaksi</a> </ul></div> <div class="header-content-v3-right"><div class="header-search-bar"><form name="search-form" id="search-form" action="" method="GET"><div class="header-search-bar-field"><input type="text" name="q" class="q search-text" placeholder="Pencarian..."> <i class="fas fa-search"></i></div> <a class="close-search-mobile" href="javascript:;" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; ShowSearchMobile(this)" data-cf-modified-4b20aa0b6e845be19fcfd4b7-="" data-cf-modified-d8640b5a184bc92d871a156b-=""><i class="fas fa-times"></i> </a></form> <div class="result-quick-search" style="display: none;"></div></div> <div class="frame-trigger-search-mobile"><a href="javascript:;" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; ShowSearchMobile(this)" data-cf-modified-4b20aa0b6e845be19fcfd4b7-="" data-cf-modified-d8640b5a184bc92d871a156b-=""><i class="fas fa-search"></i> </a> </div> <div class="burger-menu-v3"><a href="javascript:;" class="tmv1-menu-trigger" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; OpenMenuHeader(this)" data-cf-modified-4b20aa0b6e845be19fcfd4b7-="" data-cf-modified-d8640b5a184bc92d871a156b-=""><i class="fas fa-bars"></i> </a> <div class="menu-pop-theme-v3" style="display: none;"><div class="arrow-up"></div> <ul><li class="cek-transaksi-mobile"><a href="https://voucerdigital.com/cek-transaksi"><div class="right"><b>Cek Transaksi</b> </div> </a> </ul></div></div></div></div> </div> <div class="slider-wrapper"><div class="image-slider transition-slide"><div class="image-slider-items"><a draggable="true" href="https://voucerdigital.com" target="_blank" class="img-slide active"><picture><img src="https://voucerdigital.com/cdn/f231e735d85feff4021fcfa6db34d44f.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f231e735d85feff4021fcfa6db34d44f.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/f231e735d85feff4021fcfa6db34d44f.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f231e735d85feff4021fcfa6db34d44f.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/7111d3c065aa2efd295ff0336142d47e.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/7111d3c065aa2efd295ff0336142d47e.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/7111d3c065aa2efd295ff0336142d47e.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/7111d3c065aa2efd295ff0336142d47e.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <a draggable="true" href="https://voucerdigital.com/game/mobile-legends" target="_blank" class="img-slide next-item inactive"><picture><img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/7111d3c065aa2efd295ff0336142d47e.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/7111d3c065aa2efd295ff0336142d47e.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/7111d3c065aa2efd295ff0336142d47e.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/7111d3c065aa2efd295ff0336142d47e.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/c58263af1c2877750428d72751dceb32.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/c58263af1c2877750428d72751dceb32.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/c58263af1c2877750428d72751dceb32.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/c58263af1c2877750428d72751dceb32.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <a draggable="true" href="https://voucerdigital.com/game/free-fire" target="_blank" class="img-slide inactive"><picture><img src="https://voucerdigital.com/cdn/7111d3c065aa2efd295ff0336142d47e.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/7111d3c065aa2efd295ff0336142d47e.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/7111d3c065aa2efd295ff0336142d47e.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/7111d3c065aa2efd295ff0336142d47e.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/c58263af1c2877750428d72751dceb32.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/c58263af1c2877750428d72751dceb32.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/c58263af1c2877750428d72751dceb32.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/c58263af1c2877750428d72751dceb32.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/0bd985855c79ff51218313dfa001b449.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/0bd985855c79ff51218313dfa001b449.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/0bd985855c79ff51218313dfa001b449.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/0bd985855c79ff51218313dfa001b449.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <a draggable="true" href="https://voucerdigital.com/game/valorant" target="_blank" class="img-slide inactive"><picture><img src="https://voucerdigital.com/cdn/c58263af1c2877750428d72751dceb32.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/c58263af1c2877750428d72751dceb32.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/c58263af1c2877750428d72751dceb32.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/c58263af1c2877750428d72751dceb32.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/0bd985855c79ff51218313dfa001b449.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/0bd985855c79ff51218313dfa001b449.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/0bd985855c79ff51218313dfa001b449.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/0bd985855c79ff51218313dfa001b449.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/f8c7c70149eae77b29b22855a2819fe8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f8c7c70149eae77b29b22855a2819fe8.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/f8c7c70149eae77b29b22855a2819fe8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f8c7c70149eae77b29b22855a2819fe8.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <a draggable="true" href="https://voucerdigital.com/game/soul-land-new-world" target="_blank" class="img-slide inactive"><picture><img src="https://voucerdigital.com/cdn/0bd985855c79ff51218313dfa001b449.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/0bd985855c79ff51218313dfa001b449.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/0bd985855c79ff51218313dfa001b449.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/0bd985855c79ff51218313dfa001b449.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/f8c7c70149eae77b29b22855a2819fe8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f8c7c70149eae77b29b22855a2819fe8.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/f8c7c70149eae77b29b22855a2819fe8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f8c7c70149eae77b29b22855a2819fe8.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/951521a39038da195ed34ccd218e3853.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/951521a39038da195ed34ccd218e3853.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/951521a39038da195ed34ccd218e3853.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/951521a39038da195ed34ccd218e3853.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <a draggable="true" href="https://voucerdigital.com/voucher/steam" target="_blank" class="img-slide inactive"><picture><img src="https://voucerdigital.com/cdn/f8c7c70149eae77b29b22855a2819fe8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f8c7c70149eae77b29b22855a2819fe8.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/f8c7c70149eae77b29b22855a2819fe8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f8c7c70149eae77b29b22855a2819fe8.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/951521a39038da195ed34ccd218e3853.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/951521a39038da195ed34ccd218e3853.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/951521a39038da195ed34ccd218e3853.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/951521a39038da195ed34ccd218e3853.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <a draggable="true" href="https://voucerdigital.com" target="_blank" class="img-slide prev-item inactive"><picture><img src="https://voucerdigital.com/cdn/951521a39038da195ed34ccd218e3853.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/951521a39038da195ed34ccd218e3853.png" alt="img-1" class="img-prev for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/951521a39038da195ed34ccd218e3853.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/951521a39038da195ed34ccd218e3853.png" alt="img-1" class="img-prev for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/f231e735d85feff4021fcfa6db34d44f.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f231e735d85feff4021fcfa6db34d44f.png" alt="img-2" class="w-100 img-current for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/f231e735d85feff4021fcfa6db34d44f.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/f231e735d85feff4021fcfa6db34d44f.png" alt="img-2" class="w-100 img-current for_mobile_show"></picture> <picture><img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-2" class="img-next for_desktop_show lazy"> <img src="https://voucerdigital.com/cdn/dcb163c3022b7b15429aa8571f191691.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Sliders/dcb163c3022b7b15429aa8571f191691.png" alt="img-2" class="img-next for_mobile_show"></picture></a> <div class="image-slider__dots"><div class="image-slider__dot active" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-4b20aa0b6e845be19fcfd4b7-="" data-cf-modified-d8640b5a184bc92d871a156b-=""></div> <div class="image-slider__dot " onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-4b20aa0b6e845be19fcfd4b7-="" data-cf-modified-d8640b5a184bc92d871a156b-=""></div> <div class="image-slider__dot " onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-4b20aa0b6e845be19fcfd4b7-="" data-cf-modified-d8640b5a184bc92d871a156b-=""></div> <div class="image-slider__dot " onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-4b20aa0b6e845be19fcfd4b7-="" data-cf-modified-d8640b5a184bc92d871a156b-=""></div> <div class="image-slider__dot " onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-4b20aa0b6e845be19fcfd4b7-="" data-cf-modified-d8640b5a184bc92d871a156b-=""></div> <div class="image-slider__dot " onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-4b20aa0b6e845be19fcfd4b7-="" data-cf-modified-d8640b5a184bc92d871a156b-=""></div> <div class="image-slider__dot " onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectThisSketlon(this)" data-cf-modified-4b20aa0b6e845be19fcfd4b7-="" data-cf-modified-d8640b5a184bc92d871a156b-=""></div></div></div> <div class="image-slider__nav"><div href="#" class="prev nav-inactive slide-leave slide-leave-active" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectPrevNextSketlon(this, 'prev')" data-cf-modified-4b20aa0b6e845be19fcfd4b7-="" data-cf-modified-d8640b5a184bc92d871a156b-=""> โฎ </div> <div href="#" class="next nav-inactive slide-leave slide-leave-active" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; SelectPrevNextSketlon(this, 'next')" data-cf-modified-4b20aa0b6e845be19fcfd4b7-="" data-cf-modified-d8640b5a184bc92d871a156b-=""> โฏ </div></div></div> </div> <div class="frame-grid-product-v2"><div class="title-frame"><i class="fa fa-fire"></i> <h3>Produk Unggulan</h3></div> <div class="parent-grid-product-v2"><a href="https://voucerdigital.com/game/mobile-legends" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/dd3ccb84374a3f9225f0515c31ac6910-large.png" data-src="https://uniplay.id/cdn/dd3ccb84374a3f9225f0515c31ac6910-large.png" alt="Mobile Legends: Bang Bang ID"> </div> <div class="entitas-name-v3"><h6>Mobile Legends: Bang Bang ID</h6></div></a> <a href="https://voucerdigital.com/game/mobile-legends-my" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d201fbfb1b5703f80474083563cb8622-large.png" data-src="https://uniplay.id/cdn/d201fbfb1b5703f80474083563cb8622-large.png" alt="Mobile Legends: Bang Bang MY"> </div> <div class="entitas-name-v3"><h6>Mobile Legends: Bang Bang MY</h6></div></a> <a href="https://voucerdigital.com/game/mobile-legends-ph" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/6d22ad543f2a28f4dba19841d13a07d3-large.png" data-src="https://uniplay.id/cdn/6d22ad543f2a28f4dba19841d13a07d3-large.png" alt="Mobile Legends: Bang Bang PH"> </div> <div class="entitas-name-v3"><h6>Mobile Legends: Bang Bang PH</h6></div></a> <a href="https://voucerdigital.com/game/mobile-legends-br" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/253b78e697518ab156510e9e6f120100-large.jpeg" data-src="https://uniplay.id/cdn/253b78e697518ab156510e9e6f120100-large.jpeg" alt="Mobile Legends: Bang Bang BR"> </div> <div class="entitas-name-v3"><h6>Mobile Legends: Bang Bang BR</h6></div></a> <a href="https://voucerdigital.com/game/free-fire" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/27f1a02395e94ada15b932beb3efbd62-large.jpeg" data-src="https://uniplay.id/cdn/27f1a02395e94ada15b932beb3efbd62-large.jpeg" alt="Free Fire"> </div> <div class="entitas-name-v3"><h6>Free Fire</h6></div></a> <a href="https://voucerdigital.com/game/pubg-mobile-indonesia" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/75ccb3ee8968746243a08a942dcb8b64-large.jpeg" data-src="https://uniplay.id/cdn/75ccb3ee8968746243a08a942dcb8b64-large.jpeg" alt="PUBG Mobile (Indonesia)"> </div> <div class="entitas-name-v3"><h6>PUBG Mobile (Indonesia)</h6></div></a> <a href="https://voucerdigital.com/game/valorant" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ac7dbc6c7f97282313b7d1c9f18f8dee.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/ac7dbc6c7f97282313b7d1c9f18f8dee.jpeg" alt="Valorant"> </div> <div class="entitas-name-v3"><h6>Valorant</h6></div></a> <a href="https://voucerdigital.com/game/magic-chess-go-go" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/1c25d5b96830e42572e86b1d6c53bdf9-large.jpeg" data-src="https://uniplay.id/cdn/1c25d5b96830e42572e86b1d6c53bdf9-large.jpeg" alt="Magic Chess Go Go"> </div> <div class="entitas-name-v3"><h6>Magic Chess Go Go</h6></div></a></div></div> <div class="frame-grid-product-v2"><div class="title-frame"><i class="fa fa-shopping-cart"></i> <h3>Voucher</h3></div> <div class="parent-grid-product-v2"><a href="https://voucerdigital.com/voucher/bigo-live-voucher" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e301853953fe1f73e8431feffb3e11c6-large.png" data-src="https://uniplay.id/cdn/e301853953fe1f73e8431feffb3e11c6-large.png" alt="Bigo Live Voucher"> </div> <h6>Bigo Live Voucher</h6></a> <a href="https://voucerdigital.com/voucher/bstation" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/4342ed2a508a50b38671d0c06ec5d6d7-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/4342ed2a508a50b38671d0c06ec5d6d7-large.jpeg" alt="Bstation"> </div> <h6>Bstation</h6></a> <a href="https://voucerdigital.com/voucher/crunchyroll" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e29fc1e63fb35fcaf59db4ac8f6d718c-large.png" data-src="https://uniplay.id/cdn/e29fc1e63fb35fcaf59db4ac8f6d718c-large.png" alt="Crunchyroll"> </div> <h6>Crunchyroll</h6></a> <a href="https://voucerdigital.com/voucher/garena-shell" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/0c37cb532949590d0a8aa84d268408b8.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/0c37cb532949590d0a8aa84d268408b8.png" alt="Garena Shell"> </div> <h6>Garena Shell</h6></a> <a href="https://voucerdigital.com/voucher/geforce-now" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/c2fe01cfa89b5c7362505735ad2d8f95-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/c2fe01cfa89b5c7362505735ad2d8f95-large.jpeg" alt="GeForce Now"> </div> <h6>GeForce Now</h6></a> <a href="https://voucerdigital.com/voucher/iqiyi" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d3cce03be2db65b9f8723bea21c01b74-large.jpeg" data-src="https://uniplay.id/cdn/d3cce03be2db65b9f8723bea21c01b74-large.jpeg" alt="IQIYI"> </div> <h6>IQIYI</h6></a> <a href="https://voucerdigital.com/voucher/nintendo-eshop" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/282e232b845bf03015ba700b629b78a3.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/282e232b845bf03015ba700b629b78a3.png" alt="Nintendo eShop"> </div> <h6>Nintendo eShop</h6></a> <a href="https://voucerdigital.com/voucher/point-blank-cash" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/4d28dddb44768d23195895237c790ac7.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/4d28dddb44768d23195895237c790ac7.png" alt="Point Blank (Cash Voucher)"> </div> <h6>Point Blank (Cash Voucher)</h6></a> <a href="https://voucerdigital.com/voucher/roblox" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/620ad99df2c704d765036ae40064ba77-large.jpeg" data-src="https://uniplay.id/cdn/620ad99df2c704d765036ae40064ba77-large.jpeg" alt="Roblox"> </div> <h6>Roblox</h6></a> <a href="https://voucerdigital.com/voucher/steam" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/b09347019ee70f90e5517b2ae2f4c2d4-large.jpeg" data-src="https://uniplay.id/cdn/b09347019ee70f90e5517b2ae2f4c2d4-large.jpeg" alt="Steam Wallet"> </div> <h6>Steam Wallet</h6></a> <a href="https://voucerdigital.com/voucher/spotify" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/3cc6d11b72d5acbc7c077569980b837f-large." data-src="https://uniplay.id/cdn/3cc6d11b72d5acbc7c077569980b837f-large." alt="Spotify Voucher"> </div> <h6>Spotify Voucher</h6></a> <a href="https://voucerdigital.com/voucher/vision-plus-voucher" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/24acd87d2472744c8a77fee664d31fc2-large." data-src="https://uniplay.id/cdn/24acd87d2472744c8a77fee664d31fc2-large." alt="Vision+ Voucher"> </div> <h6>Vision+ Voucher</h6></a> <a href="https://voucerdigital.com/voucher/google-play" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/5ffb13190e8fdde605a1f3e697bcb43f-large.jpeg" data-src="https://uniplay.id/cdn/5ffb13190e8fdde605a1f3e697bcb43f-large.jpeg" alt="Voucher Google Play"> </div> <h6>Voucher Google Play</h6></a> <a href="https://voucerdigital.com/voucher/webtoon-koin" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d9714a62656295e37af8614a7703ef85-large." data-src="https://uniplay.id/cdn/d9714a62656295e37af8614a7703ef85-large." alt="Webtoon Koin"> </div> <h6>Webtoon Koin</h6></a></div></div> <div class="frame-grid-product-v2"><div class="title-frame"><i class="fa fa-gamepad"></i> <h3>Semua Games</h3></div> <div class="parent-grid-product-v2 limited-height"><a href="https://voucerdigital.com/game/ace-razer" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/16be523446f06eae118aeaa5f63f0e0a-large.jpeg" data-src="https://uniplay.id/cdn/16be523446f06eae118aeaa5f63f0e0a-large.jpeg" alt="Ace Racer"> </div> <h6>Ace Racer</h6></a> <a href="https://voucerdigital.com/game/afk-journey" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/8d1bef380cec01e8063bd11c7939a891-large.jpeg" data-src="https://uniplay.id/cdn/8d1bef380cec01e8063bd11c7939a891-large.jpeg" alt="AFK Journey"> </div> <h6>AFK Journey</h6></a> <a href="https://voucerdigital.com/game/alchemy-stars" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/96c9db6eae4b689abb55d1fada72ed13-large.jpeg" data-src="https://uniplay.id/cdn/96c9db6eae4b689abb55d1fada72ed13-large.jpeg" alt="Alchemy Stars"> </div> <h6>Alchemy Stars</h6></a> <a href="https://voucerdigital.com/game/age-of-empires-mobile" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/921338bb989c448d34993a08a9199b30-large.jpeg" data-src="https://uniplay.id/cdn/921338bb989c448d34993a08a9199b30-large.jpeg" alt="Age of Empires Mobile"> </div> <h6>Age of Empires Mobile</h6></a> <a href="https://voucerdigital.com/game/arena-breakout" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/9bb94217f43f140029a2149a892d3aaf-large.jpeg" data-src="https://uniplay.id/cdn/9bb94217f43f140029a2149a892d3aaf-large.jpeg" alt="Arena Breakout"> </div> <h6>Arena Breakout</h6></a> <a href="https://voucerdigital.com/game/arena-of-valor" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/66b3adc2cc297cd4420f76666861a5a6-large.png" data-src="https://uniplay.id/cdn/66b3adc2cc297cd4420f76666861a5a6-large.png" alt="Arena Of Valor (All Bind)"> </div> <h6>Arena Of Valor (All Bind)</h6></a> <a href="https://voucerdigital.com/game/blood-strike" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/5c49a7a04cda43bd3694b78c7d8ebcca-large.jpeg" data-src="https://uniplay.id/cdn/5c49a7a04cda43bd3694b78c7d8ebcca-large.jpeg" alt="Blood Strike"> </div> <h6>Blood Strike</h6></a> <a href="https://voucerdigital.com/game/call-of-duty-id" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/6298ebc274f0a63bdf75af13e74c66d7-large.jpeg" data-src="https://uniplay.id/cdn/6298ebc274f0a63bdf75af13e74c66d7-large.jpeg" alt="Call of Duty Mobile ID"> </div> <h6>Call of Duty Mobile ID</h6></a> <a href="https://voucerdigital.com/game/command-and-conquer-legions" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/3c6e646666f465da9897cd29c3d3b83c-large.jpeg" data-src="https://uniplay.id/cdn/3c6e646666f465da9897cd29c3d3b83c-large.jpeg" alt="Command & Conquerโข: Legions"> </div> <h6>Command & Conquerโข: Legions</h6></a> <a href="https://voucerdigital.com/game/crystal-of-atlan" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f8e6c962b7446134592bcda504df5868-large.png" data-src="https://uniplay.id/cdn/f8e6c962b7446134592bcda504df5868-large.png" alt="Crystal of Atlan"> </div> <h6>Crystal of Atlan</h6></a> <a href="https://voucerdigital.com/game/delta-force-mobile" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/1cff4f7bb7de5540b36f4ad73aa0b749-large.jpeg" data-src="https://uniplay.id/cdn/1cff4f7bb7de5540b36f4ad73aa0b749-large.jpeg" alt="Delta Force Mobile"> </div> <h6>Delta Force Mobile</h6></a> <a href="https://voucerdigital.com/game/delta-force-steam" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/01e44847af322226d93a7f7444bf810b-large.jpeg" data-src="https://uniplay.id/cdn/01e44847af322226d93a7f7444bf810b-large.jpeg" alt="Delta Force - Steam"> </div> <h6>Delta Force - Steam</h6></a> <a href="https://voucerdigital.com/game/dragon-nest-m-classic" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/573ac5e614005ed09bb792c674fbed65-large.png" data-src="https://uniplay.id/cdn/573ac5e614005ed09bb792c674fbed65-large.png" alt="Dragon Nest M: Classic"> </div> <h6>Dragon Nest M: Classic</h6></a> <a href="https://voucerdigital.com/game/dragon-pow" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f907e9e3cb81e7b6aedb4fb596b86ae2-large.jpeg" data-src="https://uniplay.id/cdn/f907e9e3cb81e7b6aedb4fb596b86ae2-large.jpeg" alt="Dragon POW!"> </div> <h6>Dragon POW!</h6></a> <a href="https://voucerdigital.com/game/ea-sports-fc-mobile" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/93b818e39dfa3fa222ecbbea3b456e12-large.jpeg" data-src="https://uniplay.id/cdn/93b818e39dfa3fa222ecbbea3b456e12-large.jpeg" alt="EA SPORTS FC Mobile"> </div> <h6>EA SPORTS FC Mobile</h6></a> <a href="https://voucerdigital.com/game/eggy-party" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/212c2fe2a92f038ed428c12bb8f19084-large.png" data-src="https://uniplay.id/cdn/212c2fe2a92f038ed428c12bb8f19084-large.png" alt="Eggy Party"> </div> <h6>Eggy Party</h6></a> <a href="https://voucerdigital.com/game/eve-echoes" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/a612e89bb34584e1ab9211e43561cce1-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/a612e89bb34584e1ab9211e43561cce1-large.jpeg" alt="EVE Echoes"> </div> <h6>EVE Echoes</h6></a> <a href="https://voucerdigital.com/game/free-fire" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/27f1a02395e94ada15b932beb3efbd62-large.jpeg" data-src="https://uniplay.id/cdn/27f1a02395e94ada15b932beb3efbd62-large.jpeg" alt="Free Fire"> </div> <h6>Free Fire</h6></a> <a href="https://voucerdigital.com/game/genshin-impact" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/8e36e04e087baaba89db4cda2b154936-large.jpeg" data-src="https://uniplay.id/cdn/8e36e04e087baaba89db4cda2b154936-large.jpeg" alt="Genshin Impact"> </div> <h6>Genshin Impact</h6></a> <a href="https://voucerdigital.com/game/goddess-of-victory-nikke" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/66ab4ec6de781abc33b538746ed71f45-large.png" data-src="https://uniplay.id/cdn/66ab4ec6de781abc33b538746ed71f45-large.png" alt="Goddess of Victory: Nikke"> </div> <h6>Goddess of Victory: Nikke</h6></a> <a href="https://voucerdigital.com/game/growtopia" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/a8981850afc7975f8ffcfbbbd8a6c01b-large.png" data-src="https://uniplay.id/cdn/a8981850afc7975f8ffcfbbbd8a6c01b-large.png" alt="Growtopia"> </div> <h6>Growtopia</h6></a> <a href="https://voucerdigital.com/game/harry-potter-magic-awakened" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/2cab58a49f1513ec3276499a1d344e42.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/2cab58a49f1513ec3276499a1d344e42.jpeg" alt="Harry Potter: Magic Awakened"> </div> <h6>Harry Potter: Magic Awakened</h6></a> <a href="https://voucerdigital.com/game/hago" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f0e6e564f2b5ff9ec067fc8151cee45f-large.png" data-src="https://uniplay.id/cdn/f0e6e564f2b5ff9ec067fc8151cee45f-large.png" alt="Hago"> </div> <h6>Hago</h6></a> <a href="https://voucerdigital.com/game/honkai-impact-3" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/a7fcfc1225d9cf9e20652742553774c3-large.png" data-src="https://uniplay.id/cdn/a7fcfc1225d9cf9e20652742553774c3-large.png" alt="Honkai Impact 3"> </div> <h6>Honkai Impact 3</h6></a> <a href="https://voucerdigital.com/game/honkai-star-rail" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/cb833991d8d607174f636be5b59a1f86-large.png" data-src="https://uniplay.id/cdn/cb833991d8d607174f636be5b59a1f86-large.png" alt="Honkai: Star Rail"> </div> <h6>Honkai: Star Rail</h6></a> <a href="https://voucerdigital.com/game/honor-of-kings" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/0e0502c3cc466b50f70897275b107376.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/0e0502c3cc466b50f70897275b107376.jpeg" alt="Honor of Kings"> </div> <h6>Honor of Kings</h6></a> <a href="https://voucerdigital.com/game/league-of-legends-wild-rift" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/1284bcb919179b6c023738affae7f9ce.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/1284bcb919179b6c023738affae7f9ce.jpeg" alt="League of Legends: Wild Rift"> </div> <h6>League of Legends: Wild Rift</h6></a> <a href="https://voucerdigital.com/game/league-of-legends-pc" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ac3c170d55873ad12d8dd4a5e2dd3cdb.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/ac3c170d55873ad12d8dd4a5e2dd3cdb.jpeg" alt="League of Legends - PC"> </div> <h6>League of Legends - PC</h6></a> <a href="https://voucerdigital.com/game/legends-of-runeterra" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/6ffed0654b291ffe7a4219cba580483a.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/6ffed0654b291ffe7a4219cba580483a.jpeg" alt="Legends of Runeterra"> </div> <h6>Legends of Runeterra</h6></a> <a href="https://voucerdigital.com/game/light-of-thel-new-era" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/dc2ab2ed125a8bfefae64a6a00870461.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/dc2ab2ed125a8bfefae64a6a00870461.jpeg" alt="Light of Thel: New Era"> </div> <h6>Light of Thel: New Era</h6></a> <a href="https://voucerdigital.com/game/love-and-deepspace" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e9e886df2eedf8bfc4cd55335fedf522-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/e9e886df2eedf8bfc4cd55335fedf522-large.jpeg" alt="Love and Deepspace"> </div> <h6>Love and Deepspace</h6></a> <a href="https://voucerdigital.com/game/magic-chess-go-go" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/1c25d5b96830e42572e86b1d6c53bdf9-large.jpeg" data-src="https://uniplay.id/cdn/1c25d5b96830e42572e86b1d6c53bdf9-large.jpeg" alt="Magic Chess Go Go"> </div> <h6>Magic Chess Go Go</h6></a> <a href="https://voucerdigital.com/game/marvel-rivals" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/dc86e9662ac1bda1b2d65fa2f8a280af-large.png" data-src="https://uniplay.id/cdn/dc86e9662ac1bda1b2d65fa2f8a280af-large.png" alt="Marvel Rivals"> </div> <h6>Marvel Rivals</h6></a> <a href="https://voucerdigital.com/game/marvel-duel" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/17fa1d0e6992a0e3b941c18a254a3a2e-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/17fa1d0e6992a0e3b941c18a254a3a2e-large.jpeg" alt="Marvel Duel"> </div> <h6>Marvel Duel</h6></a> <a href="https://voucerdigital.com/game/metal-slug-awakening" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/db14a797c4f2f671e23b2ad3136d42ba.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/db14a797c4f2f671e23b2ad3136d42ba.jpeg" alt="Metal Slug: Awakening"> </div> <h6>Metal Slug: Awakening</h6></a> <a href="https://voucerdigital.com/game/mobile-legends" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/dd3ccb84374a3f9225f0515c31ac6910-large.png" data-src="https://uniplay.id/cdn/dd3ccb84374a3f9225f0515c31ac6910-large.png" alt="Mobile Legends: Bang Bang ID"> </div> <h6>Mobile Legends: Bang Bang ID</h6></a> <a href="https://voucerdigital.com/game/mobile-legends-my" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d201fbfb1b5703f80474083563cb8622-large.png" data-src="https://uniplay.id/cdn/d201fbfb1b5703f80474083563cb8622-large.png" alt="Mobile Legends: Bang Bang MY"> </div> <h6>Mobile Legends: Bang Bang MY</h6></a> <a href="https://voucerdigital.com/game/mobile-legends-ph" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/6d22ad543f2a28f4dba19841d13a07d3-large.png" data-src="https://uniplay.id/cdn/6d22ad543f2a28f4dba19841d13a07d3-large.png" alt="Mobile Legends: Bang Bang PH"> </div> <h6>Mobile Legends: Bang Bang PH</h6></a> <a href="https://voucerdigital.com/game/nba-infinite" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/4c4d5504075b0088a7d08365b420db87-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/4c4d5504075b0088a7d08365b420db87-large.jpeg" alt="NBA INFINITE"> </div> <h6>NBA INFINITE</h6></a> <a href="https://voucerdigital.com/game/never-after" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ae0365523a2f2113de24931c00d1d010.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/ae0365523a2f2113de24931c00d1d010.jpeg" alt="Never After (Global)"> </div> <h6>Never After (Global)</h6></a> <a href="https://voucerdigital.com/game/onmyoji-arena" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/3d509f9c3bdc8649781af6b5c8109d0d-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/3d509f9c3bdc8649781af6b5c8109d0d-large.jpeg" alt="Onmyoji Arena"> </div> <h6>Onmyoji Arena</h6></a> <a href="https://voucerdigital.com/game/pixel-gun-3d" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f75db45019d83f7cb84e84e34bd393c4.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/f75db45019d83f7cb84e84e34bd393c4.jpeg" alt="Pixel Gun 3D"> </div> <h6>Pixel Gun 3D</h6></a> <a href="https://voucerdigital.com/game/pubg-mobile" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e4fe1514f3dbc35bb4521fc7b2ff55eb-large.png" data-src="https://uniplay.id/cdn/e4fe1514f3dbc35bb4521fc7b2ff55eb-large.png" alt="PUBG Mobile"> </div> <h6>PUBG Mobile</h6></a> <a href="https://voucerdigital.com/game/punishing-gray-raven" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/336bf9f8767d6fec6ab42b6bafcab91d.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/336bf9f8767d6fec6ab42b6bafcab91d.jpeg" alt="Punishing: Gray Raven"> </div> <h6>Punishing: Gray Raven</h6></a> <a href="https://voucerdigital.com/game/point-blank" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e3511e24e789254cb6e4dd275e21ed65-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/e3511e24e789254cb6e4dd275e21ed65-large.jpeg" alt="Point Blank"> </div> <h6>Point Blank</h6></a> <a href="https://voucerdigital.com/game/racing-master" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f4b17e4d956c029fe13dae3c5de3b3e5-large.jpeg" data-src="https://uniplay.id/cdn/f4b17e4d956c029fe13dae3c5de3b3e5-large.jpeg" alt="Racing Master"> </div> <h6>Racing Master</h6></a> <a href="https://voucerdigital.com/game/ragnarok-m-eternal-love" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/8f1d1e2774067755b349eeaf25e23843.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/8f1d1e2774067755b349eeaf25e23843.jpeg" alt="Ragnarok M - Eternal Love"> </div> <h6>Ragnarok M - Eternal Love</h6></a> <a href="https://voucerdigital.com/game/ragnarok-m-classic" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e5571b1eb8e2154e0f7e7a7cd80cd2f4-large.jpeg" data-src="https://uniplay.id/cdn/e5571b1eb8e2154e0f7e7a7cd80cd2f4-large.jpeg" alt="Ragnarok M Classic"> </div> <h6>Ragnarok M Classic</h6></a> <a href="https://voucerdigital.com/game/ragnarok-origin" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/88ed8714bdcea576420f13ea8acb5a98.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/88ed8714bdcea576420f13ea8acb5a98.jpeg" alt="Ragnarok Origin"> </div> <h6>Ragnarok Origin</h6></a> <a href="https://voucerdigital.com/game/ragnarok-x" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ea1a50450a06c8262f9117e0ae21b412.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/ea1a50450a06c8262f9117e0ae21b412.png" alt="Ragnarok X: Next Generation"> </div> <h6>Ragnarok X: Next Generation</h6></a> <a href="https://voucerdigital.com/game/sausage-man" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/22a94bccf244eed256b0c61fb508b35b.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/22a94bccf244eed256b0c61fb508b35b.jpeg" alt="Sausage Man"> </div> <h6>Sausage Man</h6></a> <a href="https://voucerdigital.com/game/seal-m-sea" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/0085738606ccf63d3a1db3380c4c4f0f.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/0085738606ccf63d3a1db3380c4c4f0f.jpeg" alt="SEAL M SEA"> </div> <h6>SEAL M SEA</h6></a> <a href="https://voucerdigital.com/game/tarisland" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/c6bb708998ac19d839744c5a68f4a0d5-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/c6bb708998ac19d839744c5a68f4a0d5-large.jpeg" alt="Tarisland"> </div> <h6>Tarisland</h6></a> <a href="https://voucerdigital.com/game/speed-drifters" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/6473c415507aed3dedd6e641c7be3cb0.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/6473c415507aed3dedd6e641c7be3cb0.png" alt="Speed Drifters"> </div> <h6>Speed Drifters</h6></a> <a href="https://voucerdigital.com/game/teamfight-tactics-mobile" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/01680ee78a658a95ce1d6cb18bb0f571.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/01680ee78a658a95ce1d6cb18bb0f571.jpeg" alt="Teamfight Tactics Mobile"> </div> <h6>Teamfight Tactics Mobile</h6></a> <a href="https://voucerdigital.com/game/tom-and-jerry-chase" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/5b23909a02b507db0da71f2581158778-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/5b23909a02b507db0da71f2581158778-large.jpeg" alt="Tom and Jerry: Chase"> </div> <h6>Tom and Jerry: Chase</h6></a> <a href="https://voucerdigital.com/game/undawn" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/b0e50623471e9f3f462af74c4e56d63b.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/b0e50623471e9f3f462af74c4e56d63b.jpeg" alt="Undawn (All Bind)"> </div> <h6>Undawn (All Bind)</h6></a> <a href="https://voucerdigital.com/game/mu-origin-3-sea" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/cb6015208c765686dced2dd2a3155551.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/cb6015208c765686dced2dd2a3155551.jpeg" alt="MU Origin 3 (SEA)"> </div> <h6>MU Origin 3 (SEA)</h6></a> <a href="https://voucerdigital.com/game/state-of-survival" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/d0b2d6344deedf6ef24f25c71fb1db2c.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/d0b2d6344deedf6ef24f25c71fb1db2c.jpeg" alt="State of Survival"> </div> <h6>State of Survival</h6></a> <a href="https://voucerdigital.com/game/captai-tsubasa-ace" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/008bd276bf48ee7bea74309898c9d47c.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/008bd276bf48ee7bea74309898c9d47c.jpeg" alt="Captain Tsubasa: Ace"> </div> <h6>Captain Tsubasa: Ace</h6></a> <a href="https://voucerdigital.com/game/zenless-zone-zero" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/522f47b6d59041390c689d9d30aedcec-large.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/522f47b6d59041390c689d9d30aedcec-large.jpeg" alt="Zenless Zone Zero"> </div> <h6>Zenless Zone Zero</h6></a> <a href="https://voucerdigital.com/game/one-punch-man-the-strongest" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/57e5d35e96a80910cbb8df1358dccebf.png" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/57e5d35e96a80910cbb8df1358dccebf.png" alt="One Punch Man: The Strongest"> </div> <h6>One Punch Man: The Strongest</h6></a> <a href="https://voucerdigital.com/game/super-sus" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/e4de995a17b731eb952480fc5102239c.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/e4de995a17b731eb952480fc5102239c.jpeg" alt="Super SUS"> </div> <h6>Super SUS</h6></a> <a href="https://voucerdigital.com/game/soul-land-new-world" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/f6910a61796d4f8ba225af00a459915f-large.png" data-src="https://uniplay.id/cdn/f6910a61796d4f8ba225af00a459915f-large.png" alt="Soul Land: New World"> </div> <h6>Soul Land: New World</h6></a> <a href="https://voucerdigital.com/game/valorant" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/ac7dbc6c7f97282313b7d1c9f18f8dee.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/ac7dbc6c7f97282313b7d1c9f18f8dee.jpeg" alt="Valorant"> </div> <h6>Valorant</h6></a> <a href="https://voucerdigital.com/game/zepeto" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/98c6514c1c32e228bf850529160bfe25.jpeg" data-src="https://digivospaces.b-cdn.net/UniPlay/Products/98c6514c1c32e228bf850529160bfe25.jpeg" alt="Zepeto"> </div> <h6>Zepeto</h6></a> <a href="https://voucerdigital.com/game/wetv" class="child-top-product-v3"><div class="img-wrapper-v3"><img class="lazy" src="https://voucerdigital.com/cdn/0c8b6ec54506b5fd298f233c0812ab36-large.png" data-src="https://uniplay.id/cdn/0c8b6ec54506b5fd298f233c0812ab36-large.png" alt="WeTV"> </div> <h6>WeTV</h6></a></div> <div class="overlay-more-games"><button type="button" class="more-game-btn" onclick="if (!window.__cfRLUnblockHandlers) return false; if (!window.__cfRLUnblockHandlers) return false; ShowAllGames(this)" data-cf-modified-4b20aa0b6e845be19fcfd4b7-="" data-cf-modified-d8640b5a184bc92d871a156b-=""><span>Tampilkan Lainnya</span> <i class="fas fa-chevron-down"></i></button> </div></div> <div class="frame-featured-product-v2"><div class="content-featured"><div class="featured-desc"><h2>Top up Game Online Termurah dan Aman</h2> <p class="sub">๐ฎ Top Up Game Online Instant Termurah dan Aman๐ฎ Hadirkan pengalaman bermain yang lebih seru dengan Top Up Game Instan kami! Nikmati kemudahan mengisi saldo game favorit Anda secara cepat dan aman.</div> <div class="parent-featured-product-v2"><div class="child-featured-product-v2"><div class="header-child-featured-product-v2"><i class="fas fa-shield-alt"></i> <h4>Jujur & Terpercaya</h4></div> <p>Setiap hari ada ribuan transaksi top-up game atau pembelian voucher yang dilakukan oleh pelanggan kami.</div> <div class="child-featured-product-v2"><div class="header-child-featured-product-v2"><i class="far fa-credit-card"></i> <h4>Metode Pembayaran Lengkap</h4></div> <p>Kami menawarkan begitu banyak pilihan channel pembayaran, mulai dari bank transfer, gopay, ovo, shopee pay, dan lainnya.</div> <div class="child-featured-product-v2"><div class="header-child-featured-product-v2"><i class="far fa-clock"></i> <h4>Pengiriman Instan</h4></div> <p>Hanya butuh beberapa detik saja untuk menyelesaikan transaksi anda. Semua proses kami berjalan secara otomatis.</div> <div class="child-featured-product-v2"><div class="header-child-featured-product-v2"><i class="fas fa-thumbs-up"></i> <h4>Pasti Lebih Murah</h4></div> <p>Top-up game favoritmu dengan harga yang pastinya lebih murah dibandingkan website top-up lainnya.</div> <div class="child-featured-product-v2"><div class="header-child-featured-product-v2"><i class="fas fa-percent"></i> <h4>Promosi-promosi Menarik</h4></div> <p>Dapatkan promo harga terbaik yang bisa anda dapatkan setiap minggunya, ikuti terus kami di sosial media.</div> <div class="child-featured-product-v2"><div class="header-child-featured-product-v2"><i class="fab fa-whatsapp"></i> <h4>Layanan Pelanggan via WhatsApp</h4></div> <p>Custome Support kami siap membantu anda setiap hari, 7 hari dalam seminggu dan 30 hari dalam sebulan.</div></div></div> </div> <script type="4b20aa0b6e845be19fcfd4b7-text/javascript">var $indexActive = 0;
var intervalSliderSketlon = null;
document.addEventListener("DOMContentLoaded", function () {
const expiredTime = new Date("").getTime();
let ajaxTriggered = false;
const $totalprodukflashsale = "0"
const $totalprodukflashsalelebih = "0"
if (parseInt($totalprodukflashsale) == parseInt($totalprodukflashsalelebih)) {
const flashSaleEl = document.querySelector('.flashsale-container-wrapper');
if (flashSaleEl) flashSaleEl.style.display = 'none';
}
const countdownInterval = setInterval(function () {
const now = new Date().getTime();
const distance = expiredTime - now;
if (distance <= 0 && !ajaxTriggered) {
ajaxTriggered = true; // tandai bahwa ajax sudah dipanggil
clearInterval(countdownInterval); // hentikan interval
// Kosongkan countdown
document.getElementById("cd-hari").textContent = "0";
document.getElementById("cd-jam").textContent = "0";
document.getElementById("cd-menit").textContent = "0";
document.getElementById("cd-detik").textContent = "0";
var fd = new FormData();
fd.append('token', 'cjJwS1NMbHRqS1ROZ3FmU1RjUWRBd3p5dEdQTk5RRk02bG1yZXVkbWJ6ZjRHR2FQbDdiN3FRWW1yZ2lBOEJTcU14MW82ZFVkajY1UklMTWFCNktLeGc9PQ==');
fd.append('flashsale', 'Q1pHdzBVNWF0eC9KeHQ0NkZ5UUxHbFhIeFNYTFBHRDhUdCtwSXZtWVFhUk5Pa05FcUtiOG9ESngveGNrVW42VUlWVjVobU15c3d4MkdCRHp6RG5FT3c9PQ==');
$.ajax({
url: 'https://voucerdigital.com/ajax/reload_cache.php',
type: 'POST',
dataType: 'JSON',
headers: {
"Authorization": "Basic " + 'WkZKVU4wTlBWM1o1V25ocFNYaHpibkJRVm1WV1NGSndPRGRXUVdSVU0wVlpaM2xzYTBkS1JtRkhjMHRPU0hwVEwweENhRE00YUZCYWFqUk9WemxFZUZGb2RHZHZXVEZYZUVRNE4yUjVUalZCV21kTlMxaGtVelIwWWxWVFJUWjVXU3RxVjI5cEx6VkxUVlU5'
},
data: fd,
processData: false,
contentType: false,
beforeSend: function(e){
},
success: function(e){
// Sembunyikan elemen flash sale
const flashSaleEl = document.querySelector('.frame-flashsale');
if (flashSaleEl) flashSaleEl.style.display = 'none';
}
});
return;
}
if (distance > 0) {
const days = Math.floor(distance / (1000 * 60 * 60 * 24));
const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((distance % (1000 * 60)) / 1000);
document.getElementById("cd-hari").textContent = days;
document.getElementById("cd-jam").textContent = hours;
document.getElementById("cd-menit").textContent = minutes;
document.getElementById("cd-detik").textContent = seconds;
}
}, 1000);
});
document.addEventListener("DOMContentLoaded", function () {
const flashsale = document.querySelector(".flash-sale-wrapper");
const leftFlashSale = document.querySelector(".left-flash-sale");
const rightFlashSale = document.querySelector(".right-flash-sale");
// Sembunyikan arrow jika di mobile
if (window.innerWidth <= 768) {
leftFlashSale.style.display = "none";
rightFlashSale.style.display = "none";
}
// Event scroll jika bukan mobile
leftFlashSale.addEventListener("click", () => {
flashsale.scrollBy({ left: -300, behavior: "smooth" });
});
rightFlashSale.addEventListener("click", () => {
flashsale.scrollBy({ left: 300, behavior: "smooth" });
});
});
document.querySelectorAll('.bestseller').forEach(function(el) {
const persen = el.dataset.diskon;
el.style.setProperty('--diskon-label', `"Diskon ${persen}%"`);
});
function ShowAllGames(elem) {
var $this = $(elem);
var $parents = $this.parents('.overlay-more-games');
var $super_parents = $this.parents('.frame-grid-product-v2');
$super_parents.find('.parent-grid-product-v2').removeClass('limited-height');
$parents.remove();
}
function SelectPrevNextSketlon(elem, type){
var $this = $(elem);
const $totalImageSliderItems = $('.image-slider-items').find('a').length;
if(type == 'prev'){
if(parseInt($indexActive) > 0){
$indexActive--;
}else{
$indexActive = ($totalImageSliderItems - 1);
}
}else{
if(parseInt($indexActive) >= ($totalImageSliderItems - 1)){
$indexActive = 0;
}else{
$indexActive++;
}
}
SliderSketlon();
if(intervalSliderSketlon != null){
clearInterval(intervalSliderSketlon);
intervalSliderSketlon = null;
}
setTimeout(() => {
SliderHomeInitialization();
}, 5000);
}
function SelectThisSketlon(elem){
var $this = $(elem);
$indexActive = $this.index();
SliderSketlon();
if(intervalSliderSketlon != null){
clearInterval(intervalSliderSketlon);
intervalSliderSketlon = null;
}
setTimeout(() => {
SliderHomeInitialization();
}, 5000);
}
function SliderSketlon(){
const $totalImageSliderItems = $('.image-slider-items').find('a').length;
$('.image-slider__dot').removeClass('active');
$('.image-slider__dot').eq($indexActive).addClass('active');
$('.image-slider-items').find('a').addClass('inactive').removeClass('next-item').removeClass('prev-item').removeClass('active');
if($indexActive > 0){
$('.image-slider-items').find('a').eq($indexActive - 1).addClass('inactive').addClass('prev-item').removeClass('next-item').removeClass('active');
}else{
$('.image-slider-items').find('a').eq($totalImageSliderItems - 1).addClass('inactive').addClass('prev-item').removeClass('next-item').removeClass('active');
}
$('.image-slider-items').find('a').eq($indexActive).removeClass('inactive').removeClass('next-item').removeClass('prev-item').addClass('active');
if($indexActive != ($totalImageSliderItems - 1)){
$('.image-slider-items').find('a').eq($indexActive + 1).addClass('inactive').addClass('next-item').removeClass('prev-item').removeClass('active');
}else{
$('.image-slider-items').find('a').eq(0).addClass('inactive').addClass('next-item').removeClass('prev-item').removeClass('active');
}
}
function SliderHomeInitialization(){
const $totalImageSliderItems = $('.image-slider-items').find('a').length;
if(intervalSliderSketlon == null){
intervalSliderSketlon = setInterval(() => {
SliderSketlon($indexActive);
$indexActive++;
if(parseInt($indexActive) > ($totalImageSliderItems - 1)){
$indexActive = 0;
}
}, 2500);
}
}
function checkScrollEnd() {
const $container = $('.parent-top-product-v2');
const $scrollLeftBtn = $('#scrollLeftBtn');
const $scrollRightBtn = $('#scrollRightBtn');
const scrollLeft = $container.scrollLeft();
const maxScrollLeft = $container[0].scrollWidth - $container[0].clientWidth;
if (scrollLeft <= 0) {
$scrollLeftBtn.addClass('disable');
} else {
$scrollLeftBtn.removeClass('disable');
}
if (scrollLeft >= maxScrollLeft) {
$scrollRightBtn.addClass('disable');
} else {
$scrollRightBtn.removeClass('disable');
}
}
function TopProductNav(elem, direction){
const $container = $('.parent-top-product-v2'); // Find the container
console.log('container', $container)
// Define the scroll amount per click
const scrollAmount = 200; // Adjust the amount as needed
// if (direction === 'left') {
// $container.animate({ scrollLeft: '-=' + scrollAmount }, 300, checkScrollEnd);
// } else if (direction === 'right') {
// $container.animate({ scrollLeft: '+=' + scrollAmount }, 300, checkScrollEnd);
// }
if (direction === 'left') {
$container.scrollLeft($container.scrollLeft() - scrollAmount);
} else if (direction === 'right') {
$container.scrollLeft($container.scrollLeft() + scrollAmount);
}
checkScrollEnd();
}
function EnableDraggingDekstop(){
}
$(document).ready(function(){
var isTouchDevice = 'ontouchstart' in document.documentElement;
if (isTouchDevice) {
var initialTouchX = null;
var initialTouchY = null;
$('.slider-wrapper').on('touchstart', function(e) {
initialTouchX = e.touches[0].clientX;
initialTouchY = e.touches[0].clientY;
});
$('.slider-wrapper').on('touchmove', function(e) {
if (!initialTouchX || !initialTouchY) return;
var currentTouchX = e.touches[0].clientX;
var currentTouchY = e.touches[0].clientY;
var diffX = currentTouchX - initialTouchX;
var diffY = currentTouchY - initialTouchY;
if (Math.abs(diffX) > Math.abs(diffY)) {
if (diffX > 0) {
SelectPrevNextSketlon(this, 'prev')
} else if (diffX < 0) {
SelectPrevNextSketlon(this, 'next')
}
}
initialTouchX = null;
initialTouchY = null;
e.preventDefault();
});
}else{
// setTimeout(() => {
SliderHomeInitialization();
// }, 1500);
}
});
var isMobileReady = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
if (isMobileReady) {
$('.flash-sale-wrapper').on('scroll', function() {
let scrollLeft = ($(this).scrollLeft() * -1) // Mendapatkan posisi scroll horizontal
let scrollTop = $(this).scrollTop(); // Mendapatkan posisi scroll vertikal
console.log('Scroll Left:', scrollLeft, 'Scroll Top:', scrollTop);
if((scrollLeft <= -25) && (scrollLeft >= -2322)){
$(".flashsale-slider-wrapper").addClass('show_after').addClass('show_before')
}else if((scrollLeft <= -2322)){
$(".flashsale-slider-wrapper").removeClass('show_after').addClass('show_before')
}else{
$(".flashsale-slider-wrapper").addClass('show_after').removeClass('show_before')
}
});
}</script> <div class="footer-theme-v2"><div class="footer-payment-method-v2"><div class="parent-list-payment-method-v2"><b>Metode Pembayaran</b> <div class="superparent-list-payment-method-v2"><div class="list-payment-method-v2"><div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/dd920d3298dccf45cc501062be95fcdf.png" alt="ATM BCA"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/30b361569ce44d82e67d71aedbcc71f5.png" alt="ALFAMART"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/ab4d3b3c1c7064fe503f20c930ed14a9.png" alt="BCA VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/5629c3172ab8bcc266ed06c3a2d33290.png" alt="MANDIRI VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/44ad59539d914915f034fd588c3cdb01.png" alt="QRIS"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/21a56d9c15d3c6a44845751b953ea713.png" alt="BRI VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/ee96757e066b76a8ce9feb3c04d02650.png" alt="BNI VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/332500adf61e23bdd545295b0ca8a5f9.png" alt="OVO"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/2018663403d3b4ad78b520f5dfd97596.png" alt="PERMATA VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/3aad4c1c3744d75fcf8af981ed7f11de.png" alt="DANA"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/2767f2668e2381233828e941a227e85b.png" alt="DANAMON VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/58b97fbaf277c095aa26d7068d203ced.png" alt="SINARMAS VIRTUAL ACCOUNT"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/c34eea027f1c29d8cbcb3b2f803ca9b6.png" alt="BCA MOBILE"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/44400c00ab57c6ac4c294aa5fa9acb4f.png" alt="MANDIRI ONLINE"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/37e72e4b317cada590191a2ad30adf2d.png" alt="LinkAja"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/e5ce9ef48125254d41302ce66d0d9a89.png" alt="BRI MOBILE"> </div> <div class="item-payment-method-v2"><img src="https://digivospaces.b-cdn.net/UniPlay/Statics/26785b3e158d5f02f6d2b8d36ca0905e.png" alt="INDOMARET"> </div></div> </div></div> <div class="frame-social-media-v2"><a href="https://www.instagram.com/voucerdigital/" target="_blank"><img src="https://semutganteng.fra1.cdn.digitaloceanspaces.com/StaticAssets/2024/50_ig.svg" alt="Instagram"> </a> <a href="https://www.facebook.com/profile.php?id=61572676845293&locale=id_ID" target="_blank"><img src="https://semutganteng.fra1.cdn.digitaloceanspaces.com/StaticAssets/2024/51_fb.svg" alt="Facebook"> </a></div> <p>ยฉ 2025 Voucer Digital</div> </div> <script defer src="https://voucerdigital.com/assets/vendor/slick/slick.js" type="4b20aa0b6e845be19fcfd4b7-text/javascript"></script> <script type="4b20aa0b6e845be19fcfd4b7-text/javascript">document.addEventListener('DOMContentLoaded', function() {
const slickSetting = {
autoplay: true,
autoplaySpeed: 0,
arrows: false,
draggable: false,
centerMode: false,
infinite: true,
cssEase: 'linear',
pauseOnHover: false,
variableWidth: true,
dots: false,
slidesToShow: 1,
slidesToScroll: 1,
pauseOnFocus: false,
pauseOnHover: false,
}
$(".list-payment-method-v2").slick({
...slickSetting,
speed: 5000
});
// Winrate Calculator Function
// Winrate Calculator Function
function calculateWinrate() {
var currentMatches = parseFloat($('input[name="current_match"]').val()) || 0;
var currentWinrate = parseFloat($('input[name="current_totalwr"]').val()) || 0;
var targetWinrate = parseFloat($('input[name="target_winrate"]').val()) || 0;
console.log('Target winrate:', targetWinrate); // Debug log
if (currentMatches <= 0 || currentWinrate < 0 || targetWinrate < 0 || targetWinrate > 100) {
alert('Masukkan nilai yang valid!');
return;
}
if (targetWinrate <= currentWinrate) {
alert('Target win rate harus lebih tinggi dari win rate saat ini!');
return;
}
var winsNeeded;
// Handle 100% target winrate case (requires infinite wins)
if (targetWinrate == 100) {
console.log('100% case detected!'); // Debug log
var currentWins = Math.floor((currentWinrate / 100) * currentMatches);
var currentLosses = currentMatches - currentWins;
$('#wins-needed').text('โ WIN');
$('#target-text').html(`
<div style="text-align: left; font-size: 14px; line-height: 1.5;">
<strong>Penjelasan:<\/strong><br>
1. Current: ${currentWins} wins, ${currentLosses} losses dari ${currentMatches} matches<br>
2. Untuk 100% WR: (${currentWins} + X wins) / (${currentMatches} + X matches) = 1<br>
3. Solve: ${currentWins} + X = ${currentMatches} + X โ ${currentWins} = ${currentMatches} (impossible!)<br>
4. Satu-satunya cara: <strong>X = โ (menang terus selamanya)<\/strong>
<\/div>
`);
$('#winrate-result').show();
return;
}
// Google formula: WR = (Jumlah Kemenangan / Jumlah Pertandingan) x 100%
// To find wins needed: solve for additional wins required to reach target WR
// Excel formula: =ROUNDUP(((B4/100*B2)-(B3/100*B2))/(1-B4/100),0)
// B2 = currentMatches, B3 = currentWinrate, B4 = targetWinrate
winsNeeded = Math.ceil(((targetWinrate / 100 * currentMatches) - (currentWinrate / 100 * currentMatches)) / (1 - targetWinrate / 100));
if (winsNeeded < 0) {
winsNeeded = 0;
}
// Check for infinity result
if (!isFinite(winsNeeded)) {
var currentWins = Math.floor((currentWinrate / 100) * currentMatches);
var currentLosses = currentMatches - currentWins;
$('#wins-needed').text('โ WIN');
$('#target-text').html(`
<div style="text-align: left; font-size: 14px; line-height: 1.5;">
<strong>Penjelasan:<\/strong><br>
1. Current: ${currentWins} wins, ${currentLosses} losses dari ${currentMatches} matches<br>
2. Untuk ${targetWinrate}% WR: (${currentWins} + X wins) / (${currentMatches} + X matches) = ${targetWinrate/100}<br>
3. Solve: ${currentWins} + X = ${targetWinrate/100} ร (${currentMatches} + X)<br>
4. Satu-satunya cara: <strong>X = โ (menang terus selamanya)<\/strong>
<\/div>
`);
} else {
$('#wins-needed').text(winsNeeded + ' WIN');
$('#target-text').text('Untuk mendapatkan ' + targetWinrate + '% Win Rate');
}
$('#winrate-result').show();
}
$('.calc-form-wrapper button:not([onclick])').click(function(e) {
e.preventDefault();
calculateWinrate();
});
$('.calc-form-wrapper input').keypress(function(e) {
if (e.which == 13) {
e.preventDefault();
calculateWinrate();
}
});
})</script>
<!-- SUPER FAST CACHE ENGINE | GENERATED AT 2025-09-16 11:30:53 --><script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="4b20aa0b6e845be19fcfd4b7-|49" defer type="d8640b5a184bc92d871a156b-text/javascript"></script><script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"ac311d6ad0614988b99f49d60ecb0497","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
<script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="d8640b5a184bc92d871a156b-|49" defer></script>