USD Cent Account
Real trading, starting from cents.
- Start with real money, not a demo
- See your balance in cents
- Lower exposure while you learn the markets
- Trade Gold, FX, Crypto, Indices from one account
Open a Cent Account
.centHeroSection{
width:100%;
margin:0;
}
.centHeroSection .cent-hero{
width:100%;
min-height:520px;
background-image:url('https://aximedia.s3.amazonaws.com/rebrand-prod/wlmd3pay/english-1.png');
background-size:cover;
background-position:center;
background-repeat:no-repeat;
display:flex;
align-items:center;
position:relative;
overflow:hidden;
}
.centHeroSection .cent-bg-mobile{
display:none;
}
.centHeroSection .cent-fg{
position:relative;
z-index:2;
max-width:1200px;
margin:0 auto;
width:100%;
padding:70px 20px;
box-sizing:border-box;
}
.centHeroSection .cent-logo{
display:block;
height:26px;
width:auto;
margin:0 0 20px;
}
@media (min-width:769px){
.centHeroSection h2,
.centHeroSection .cent-hero-sub,
.centHeroSection .cent-bullets,
.centHeroSection .cent-hero-btn{
max-width:560px;
}
}
.centHeroSection h2{
font-size:48px;
font-weight:500;
color:#fff;
margin:0 0 10px;
line-height:1.1;
}
.centHeroSection .cent-hero-sub{
font-size:22px;
font-weight:500;
color:#fff;
margin:0 0 22px;
line-height:1.2;
}
.centHeroSection .cent-accent{ color:#F3D36A; }
.centHeroSection .cent-bullets{
list-style:none !important;
padding:0;
margin:0 0 26px;
color:#fff;
}
.centHeroSection .cent-bullets li{
position:relative;
padding-left:18px;
font-size:15px;
line-height:1.5;
margin:0 0 6px;
color:#fff;
}
.centHeroSection .cent-bullets li::before{
content:"\2022"; /* • */
position:absolute;
left:0;
top:0;
color:#fff;
font-size:16px;
line-height:1.5;
}
.centHeroSection .cent-bullets li:last-child{ margin-bottom:0; }
.centHeroSection .cent-hero-btn{
display:inline-flex;
align-items:center;
justify-content:center;
background:#F3D36A;
color:#000;
font-weight:500;
text-transform:uppercase;
letter-spacing:.3px;
padding:12px 22px;
border-radius:8px;
text-decoration:none;
}
.centHeroSection a:hover{
text-decoration:none !important;
color:#000 !important;
}
@media(max-width:768px){
.centHeroSection .cent-hero{
display:grid;
grid-template-columns:1fr;
min-height:0;
background-image:none;
background-color:#000;
overflow:hidden;
}
.centHeroSection .cent-bg-mobile{
display:block;
grid-area:1 / 1;
align-self:start;
width:100%;
height:auto;
}
.centHeroSection .cent-fg{
grid-area:1 / 1;
align-self:start;
z-index:2;
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
max-width:none;
width:100%;
margin:0;
padding:40px 20px 24px;
box-sizing:border-box;
}
.centHeroSection .cent-logo{
margin:0 auto 18px;
height:24px;
}
.centHeroSection h2{
font-size:clamp(28px, 8vw, 36px);
line-height:1.15;
margin:0 0 8px;
}
.centHeroSection .cent-hero-sub{
font-size:18px;
margin:0 0 18px;
}
.centHeroSection .cent-bullets{
display:inline-block;
text-align:left;
margin:0 auto 22px;
}
.centHeroSection .cent-hero-btn{
margin:0 auto;
}
}