.page-row1{background: #070c1b;}

.deposit-wrapper{background: #070c1b;}
.deposit-wrapper .inner{max-width: 1004px;}
.deposit-wrapper .deposit-content-list h2{font-size: var(--fs-60);font-weight: 700;text-align: center;margin-bottom: 60px;background: linear-gradient(136deg, #FFF 60.09%, rgba(72, 81, 101, 0.00) 111.49%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.deposit-wrapper .deposit-content-list ul{padding:30px 0px 0px;}
.deposit-wrapper .deposit-content-list ul li{color:#9399ad;font-size:13px;padding:0px;margin-bottom: 10px;line-height:1.85;}
.deposit-wrapper .deposit-content-table table{text-align:center;font-size:13px;color:#000000;border-bottom:1px solid #2a324e;border-right:1px solid #2a324e;}
.deposit-wrapper .deposit-content-table table th{background:#13192c;border-left:1px solid #2a324e;text-align:center;padding:15px 10px;line-height:1.2;font-size:15px;color:#ffffff;text-transform:uppercase;font-weight: 400;}
.deposit-wrapper .deposit-content-table table th:first-child{width: 255px;}
.deposit-wrapper .deposit-content-table table th:nth-child(3){width: 190px;}
.deposit-wrapper .deposit-content-table tbody tr:nth-child(odd){background-color: #1d243a;}
.deposit-wrapper .deposit-content-table tbody tr:nth-child(even){background-color: #13192c;}
.deposit-wrapper .deposit-content-table table tr td:first-child{text-align: left;}
.deposit-wrapper .deposit-content-table table td{font-size: var(--fs-14);color: #707894;text-align:center;border-left:1px solid #2a324e;padding:26px 4px;line-height:1.2;}
.deposit-wrapper .deposit-content-table table .img-box{display:inline-block;text-align:center;width:96px;}
.deposit-wrapper .deposit-content-table table .img-box img{display:inline-block;}
.deposit-wrapper .deposit-content-table table span{vertical-align:middle;padding:0px;margin:0px;}
.deposit-wrapper .deposit-content-table table span{width:150px;display:inline-block; text-align:center;}

.informations{padding: 164px 0 200px;}
.informations h2{color: #9399ad;font-size: var(--fs-60);font-weight: 700;text-align: center;margin-bottom: 70px;}
.informations ul{max-width: 870px;margin: 0 auto;padding: 0 20px;}
.informations ul li{color: #9399ad;font-size: 15px;font-weight: 400;line-height: 21px;margin-bottom: 25px;position: relative;}
.informations ul li::before{content:"";display:block;width: 7px;height: 7px;background: #9399ad;border-radius: 50%;position: absolute;top: 6px;left: -17px;}
html[lang="ar-AE"] .deposit-wrapper .deposit-content-table table{ direction: ltr;}
html[lang="ar-AE"] .deposit-wrapper .deposit-content-list ul{direction: ltr}
html[lang="zh-hans"] .deposit-wrapper .deposit-content-list h2, html[lang="zh-hant"] .deposit-wrapper .deposit-content-list h2{font-size: var(--fs-56);}

@media (max-width:1024px){
    .informations{padding: 140px 0 180px;}
    .informations h2{margin-bottom: 50px;}
}
@media (max-width:768px){
    .deposit-wrapper .deposit-content-table{overflow-x: scroll;}
    .deposit-wrapper .deposit-content-table table{width: 710px;}

    .informations{padding: 100px 0 120px;}
    .informations h2{margin-bottom: 40px;}
}
@media (max-width:510px){
    .informations{padding: 60px 0 50px;}
    .informations h2{margin-bottom: 30px;}
    .informations ul li{font-size: 14px;margin-bottom: 20px;}
}