.title-box {text-align: center;}
.title-box h1, 
.title-box h2 {font-size: var(--fs-56); color: var(--v-black-light); font-weight: 600;}
.title-box h1 span, 
.title-box h2 span {color: var(--v-orange);}
.title-box p {margin: 0; font-size: var(--fs-22); color: var(--v-black);}

.row1{background-color: #F5F5F5; position: relative;padding-top: 180px;padding-bottom: 235px;max-width: 100%;overflow: hidden;}
.row1 .wrap img{max-width: none; height: revert-layer;}
.row1 .wrap-two{display: none;}
.row1 .wrap{ position: absolute; top: -180px; right: -153px; max-width: none;}
.row1 .inner{ position: relative;}

.row1 .inner .title-box{margin-bottom: 60px; text-align: left;}
.row1 .inner .title-box h1{font-size: var(--fs-50); margin-bottom: 13px; color: var(--v-black);}
.row1 .inner .title-box p{font-size: var(--fs-20);margin-bottom: 0; color: var(--v-black);}
.row1 .inner .awards{max-width: 918px; margin: 0 auto; display: flex; justify-content: space-between;}
.row1 .inner .awards li{width: 28%; max-width: 245px;}
.row1 .inner .awards li .img-box{text-align: center; margin-bottom: 18px;filter: grayscale(100%);}
.row1 .inner .awards li .text-box{text-align: center; color: var(--v-white);}
.row1 .inner .awards li .text-box .text-p1{font-size: var(--fs-20); margin-bottom: 9px; font-weight: 500;}
.row1 .inner .awards li .text-box .text-p2{font-size: var(--fs-16); margin: 0;}

.row2{background: var(--v-white); /*box-shadow: 0px -13px 99px #00000029;*/  position: relative; overflow: hidden;}
.row2 .inner{padding-top: 65px;}
/* .row2 .inner .title-box{margin-bottom: 360px;} */
.row2 .inner .title-box h2{margin-bottom: 16px;}
.row2 .inner .title-box p:first-of-type{margin-bottom: 32px;}
.row2 .inner .title-box .orange-button{margin-bottom: 20px;}
.row2 .inner .title-box .bottom-text{color: #636363; font-size: var(--fs-20); text-decoration: underline; margin: 0;margin-top: 10px;}
.row2 .inner .content .icon-list ul li{width: max-content; display: flex;}
.row2 .inner .content .icon-list ul li .icon-img{margin: 10px; width: 178px; height: 187px;}
.row2 .inner .content .icon-list ul{transition-timing-function: linear;}
.row2 .inner .content .wrap:last-of-type{margin-left: 100px;}
.row2 .inner::after{content: ''; display: block; width: 100%; height: 286px; background: transparent linear-gradient(0deg, var(--v-white) 0%, transparent 89%, transparent 100%) 0% 0% no-repeat padding-box; position: absolute; bottom: 0; left: 0; z-index: 1;}

.row2 .content{padding-top: 360px; position: relative;}
.row2 .content .product-list{max-width: 1300px; margin: 0 auto; background-color: #414142; padding: 2px; border-radius: 25px; position: absolute; bottom: -30%; left: 0; right: 0; z-index: 2; transition: .3s linear;}
.row2 .content .product-list .product-wrap{padding: 51px 37px 60px; border: 2px solid #6d6e71; border-radius: 25px; position: relative;}
.row2 .content .product-list .product-wrap .time{width: 20%; padding: 0 15px 0 20px; position: relative;}
.row2 .content .product-list .product-wrap .time::after{content: ''; width: 1px; height: 26px; background: #d2d2d2; position: absolute; right: 0; top: 0; bottom: 0; margin: auto;}
.row2 .content .product-list .product-wrap .time::before{content: ''; width: 1px; height: 26px; background: #d2d2d2; position: absolute; left: 0; top: 0; bottom: 0; margin: auto;}
.row2 .content .product-list .product-wrap .fees{width: 20%; padding: 0 21px 0 15px; text-align: center;position: relative;}
.row2 .content .product-list .product-wrap .fees::after{content: ''; width: 1px; height: 26px; background: #d2d2d2; position: absolute; right: 0; top: 0; bottom: 0; margin: auto;}
.row2 .content .product-list .product-wrap p{margin-bottom: 0;display: flex;align-items: center;}
.row2 .content .product-list .product-wrap .fees p {text-align: left;}
.row2 .content .product-list .product-wrap p a{width: 24px;height: 24px;border-radius: 14px;text-align: center;display: block;margin-left: 10px;color: var(--v-white);background-color: var(--v-orange);line-height: 1.3;}
.row2 .content .product-list .product-wrap .table-wrap{height: 728px; overflow-y: scroll; position: relative;}
.row2 .content .product-list .product-wrap .table-wrap::-webkit-scrollbar{display: none !important;width: 0px;}

.row2 .content .product-list .product-wrap::after{content: ''; width: 14px; height: 13px; background: url(/wp-content/themes/vantage-au/images/trading-support-row2-camera.svg) top center no-repeat; background-size: contain; position: absolute; top: 20px; left: 0; right: 0; margin: auto; z-index: 1;}
/* .row2 .content .product-list:hover{bottom: -16%;} */
.row2 .content .product-list.active{bottom: -16%;}
.row2 .content .product-list .table-wrap .swiper{height: 720px;}
.row2 .content .product-list .table-wrap .swiper .swiper-slide{background-color: #fff;}
.row2 .content .product-list .table-wrap .swiper .swiper-slide .table-tit,
.row2 .content .product-list .table-wrap .swiper .swiper-slide .table-con{height: 100%;display: flex;width: 100%;}
.row2 .content .product-list .table-wrap .swiper .swiper-slide li{font-size: var(--fs-18);color: var(--v-black);display: flex;align-items: center;}
.row2 .content .product-list .table-wrap .swiper .swiper-slide .method{width: 49%;padding: 0 51px 0 15px;text-align: left;}
.row2 .content .product-list .table-wrap .swiper .swiper-slide .method .img-box{margin-right: 16px;}
.row2 .content .product-list .table-wrap .swiper .swiper-slide .time{width: 18%;padding: 0 21px 0 15px;text-align: left;}
.row2 .content .product-list .table-wrap .swiper .swiper-slide .fees{width: 14%;padding: 0 21px 0 15px;text-align: left;}
.row2 .content .product-list .table-wrap .swiper .swiper-slide .currencies{width: 19%;padding: 0 21px 0 15px;text-align: left;}
.row2 .content .product-list .table-wrap .swiper .swiper-slide:nth-of-type(odd){background: #f5f5f5;}
.row2 .content .product-list .table-wrap .swiper .swiper-slide:nth-of-type(even){background: #fff;}
.row2 .content .product-list .table-wrap .swiper .swiper-slide:first-child{background: #818181;color: #fff;}
.row2 .content .product-list .table-wrap .swiper .swiper-slide .table-tit li{color: var(--v-white);}

.row2 .content .product-list .product-wrap .phone{display: none;position: relative;}
.row2 .content .product-list .product-wrap .phone .phone-img{min-width: 354px !important;}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.phone-list{width: 100%;padding-top: 64px;display: none;}
/* .phone-list .inner{display: flex;justify-content: space-around;flex-direction: column;align-items: center;} */
.phone-list .inner .gray-button{margin: 0 auto;width: 172px;height: 53px;color: var(--v-black);background-color: #e2e2e2;border-radius: 33px;text-align: center;line-height: 53px;font-size: var(--fs-18);transform: translateY(-45px);cursor: pointer;}
.phone-list-external{margin: 0 auto;width: 100%;max-width: 362px;background: var(--v-white);border-radius: 16px;box-shadow: -1px -14px 9px 0px #0000000d;position: relative;}
.phone-list-external::-webkit-scrollbar{display: none !important;width: 0px !important;}
.phone-list-external .phone-list-con{width: 100%;height: 320px;border-radius: 10px;overflow-y: scroll;position: relative;}
.phone-list-external .phone-list-con::-webkit-scrollbar{display: none;}
/* .phone-list-external .phone-list-con .bottom-shadow{width: 100%;height: 0px;position: absolute;bottom: 0px;left: 0px;box-shadow: 9px -9px 40px 40px #fff;position: absolute;bottom: 0px;left: 0px;} */
.phone-list-external .phone-list-con li,
.phone-list-external .phone-list-con .phone-list-slide{max-height: 154px;height: auto !important;}
.phone-list-external .phone-list-con .phone-list-slide:nth-child(1){position: sticky; top: 0;z-index: 2;}
.phone-list-external .phone-list-con .phone-list-slide:nth-of-type(odd){background-color: #f5f5f5;}
.phone-list-external .phone-list-con .phone-list-slide:nth-of-type(even){background-color: #fff;}
.phone-list-external .phone-list-con .table-tit{display: flex;flex-wrap: wrap;background: #818181;height: 64px;}
.phone-list-external .phone-list-con .table-tit li{font-size: var(--fs-14);color: var(--v-white);display: flex;align-items: center;}
.phone-list-external .phone-list-con .table-tit li.fees{width: 50%;justify-content: flex-end;}
.phone-list-external .phone-list-con .table-tit li.currencies{width: 50%;justify-content: flex-end; padding: 0 21px 0 15px;text-align: right;}
.phone-list-external .phone-list-con .table-tit .method{width: 50%;position: relative;}
.phone-list-external .phone-list-con .table-tit .method::after{content: '';width: 1px;height: 12px;position: absolute;left: 80px;background-color: var(--v-white);opacity: .3;}
.phone-list-external .phone-list-con .time{padding: 0px 0px;width: 100%;text-align: left;padding-left: 16px;}
.phone-list-external .phone-list-con .time::before,
.phone-list-external .phone-list-con .time::after{display: none;}
.phone-list-external .phone-list-con .time p{margin-bottom: 0px;}
.phone-list-external .phone-list-con .method{text-align: left;padding-left: 20px;color: var(--v-black);}
.phone-list-external .phone-list-con .fees{width: 100%;text-align: right;padding: 0px 0px;padding-right: 16px;color: var(--v-orange);}
.phone-list-external .phone-list-con .table-con{display: flex;flex-wrap: wrap;padding: 16px 0px;justify-content: space-between;}
.phone-list-external .phone-list-con .table-con .table-con-left{width: 60%;}
.phone-list-external .phone-list-con .table-con .table-con-right{width: 40%;display: flex;flex-direction: column;justify-content: space-between;}
.phone-list-external .phone-list-con .table-con li{font-size: var(--fs-16);}
.phone-list-external .phone-list-con .table-con .method{display: flex;}
.phone-list-external .phone-list-con .table-con .method p{margin-bottom: 6px;display: flex;align-items: center;}
.phone-list-external .phone-list-con .table-con .method p a{width: 24px;height: 24px;border-radius: 14px;text-align: center;display: block;margin-left: 10px;color: var(--v-white);background-color: var(--v-orange);line-height: 1.5;}
.phone-list-external .phone-list-con .table-con .method .img-box{width: 30px;min-width: 30px;height: auto;display: flex;justify-content: space-around;align-items: center;margin-right: 12px;}
.phone-list-external .phone-list-con .table-con .time{font-size: var(--fs-14);padding-left: 46px;}
.phone-list-external .phone-list-con .table-con .currencies{font-size: var(--fs-14);padding-right: 20px;}
.phone-list-external .phone-list-con .table-con .table-con-right p{flex-wrap: wrap; justify-content: flex-end;}

@keyframes ipad {
    0%{top: 0;}
    100%{top: -40%;}
}

.row3{background: url(/wp-content/themes/vantage-au/images/trading-support-row3-bg.webp) top center no-repeat; background-size: cover;}
.row3 .inner{padding-top: 200px; padding-bottom: 120px;}
.row3 .inner .content{max-width: 1300px; background: var(--v-white); box-shadow: 0px 20px 40px #00000029; border-radius: 33px; padding: 0 20px 79px; margin: 0 auto;}
.row3 .inner .content ul{display: flex; justify-content: center;}
.row3 .inner .content ul li{width: 45%; max-width: 500px; height: auto; position: relative; padding-bottom: 74px;}
.row3 .inner .content ul li .title-box h2{font-weight: 600;color: var(--v-black); font-size: var(--fs-32); margin-bottom: 19px; text-align: center; }
.row3 .inner .content ul li .title-box h2 span{color: var(--v-orange);}
.row3 .inner .content ul li .title-box p{font-size: var(--fs-18); color: var(--v-black); margin: 0; text-align: left;}
.row3 .inner .content ul li .text-box{padding-top: 20px; margin-top: 20px; border-top: 1px solid #c6c6c6;}
/* .row3 .inner .content ul li:last-of-type .text-box{padding-top: 12px; margin-top: 12px;} */
.row3 .inner .content ul li .text-box p{font-size: var(--fs-16); color: var(--v-grey); margin: 0;}
.row3 .inner .content ul li .img-box{margin-top: -114px; margin-bottom: 32px;}
.row3 .inner .content ul li .img-box img{max-width: 200px;}
.row3 .inner .content ul li .img-box,
.row3 .inner .content ul li .button-box{text-align: center;}
.row3 .inner .content ul li .button-box{width: 100%; position: absolute; bottom: 0;}
.row3 .inner .content ul li .text-content{margin-bottom: 61px;}
.row3 .inner .content ul li:first-of-type{margin-right: 100px;}
.row3 .inner .footer-btn{text-align: center;margin-top: 25px;}



.row4{background: #f2f3f5;}
.row4 .inner{padding-top: 80px; padding-bottom: 140px;}
.row4 .inner .title-box{margin-bottom: 58px; text-align: center;}
.row4 .inner .title-box h2{ margin-bottom: 19px;}
.row4 .inner .content ul{display: flex; justify-content: center;gap: 20px;}
.row4 .inner .content ul li{width: 16%; max-width: 220px; background: var(--v-white); position: relative; z-index: 1; text-align: center; border-radius: 20px; overflow: hidden;}
.row4 .inner .content ul li .wrap{padding: 32px 0 34px;}
.row4 .inner .content ul li::after{content: ""; position: absolute; left: -190px; bottom: -256px; width: 210px; height: 390px; background: rgba(0, 0, 0, 0.1); transform: rotateZ(-40deg) translateX(0px); transition: all .5s;}
.row4 .inner .content ul li:hover::after{transform: rotateZ(-44deg) translateX(600px);}
.row4 .inner .content ul li:hover .link-box a{color: var(--v-red-dark);}
.row4 .inner .content ul li .img-box{margin-bottom: 16px;}
.row4 .inner .content ul li h3{font-size: var(--fs-20); color: var(--v-black); margin-bottom: 20px; font-weight: 500;}
.row4 .inner .content ul li .link-box a{text-decoration: underline; line-height: 1.2; color: var(--v-grey); font-size: var(--fs-14); transition: all .5s;}
.row4 .inner .content ul li .a-wrap{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.row4 .inner .content ul li:active{background: #e8e9ed; box-shadow: inset 0 3px 6px 0 #00000047;}
.row4 .inner .swiper-scrollbar-drag{background: #818181;}

.row5{background: #ececec;}
.row5 .inner{padding-top: 80px; padding-bottom: 120px;}
.row5 .inner .title-box{margin-bottom: 36px; text-align: center;}
.row5 .inner .title-box h2{margin-bottom: 19px;}
.row5 .inner .content ul{display: flex; flex-wrap: wrap; justify-content: center;}
.row5 .inner .content ul li{width: 48%; max-width: 676px; background: var(--v-white); border-radius: 15px; padding: 28px 28px 32px; position: relative; overflow: hidden; margin-bottom: 20px;}
.row5 .inner .content ul li:nth-child(odd){margin-right: 20px;}
.row5 .inner .content ul li::before{content: ''; display: block; width: 0; height: 0; background-color: #e2e2e2; position: absolute; bottom: -100%; left: -50%; transition: all .4s; z-index: 1; border-radius: 50%;}
.row5 .inner .content ul li:hover::before{width: 200%; height: 300%;}
.row5 .inner .content ul li .p_title{font-size: var(--fs-20); color: var(--v-black); margin-bottom: 10px; position: relative; z-index: 2; font-weight: 500;}
.row5 .inner .content ul li p{font-size: var(--fs-16); color: #404040; margin: 0; position: relative; z-index: 2;}

.trading-account-free{padding: 100px 0px 100px;}
.trading-account-free .free-account{background: url(/wp-content/themes/vantage-au/images/trading-account-free-img.webp)top center no-repeat;background-size: cover;padding: 97px 0px 97px;border-radius: 26px;}
.trading-account-free .title-box{margin: 0 0 37px;}
.trading-account-free .button-link{display: flex;justify-content: center;}
.trading-account-free .demo-button{margin-right: 30px; display: none;}

.row2 .row2-bottom-text{max-width: 1300px; margin: 0 auto; color: #ffffff;position: relative;z-index: 5;font-size: var(--fs-12);padding: 0 37px 20px;font-weight: 400;}

.row3 .inner .live-button::after{width: 1.5em;height: 1.5em;}
@media (max-width:1440px) {
    .trading-account-free .free-account{padding: 80px 0px 76px;}
}

@media (max-width:1240px) {
    .row1{padding-bottom: 184px;}
    .row1 .inner .title-box {max-width: 52%;position: relative;z-index: 3;}
    .row1 .wrap{width: 77%}

    .row4 .inner .content ul{flex-wrap: wrap;}
    .row4 .inner .content ul li{width: 30%; max-width: 280px;}
    .row4 .inner .content ul li:nth-child(odd){margin-bottom: 20px;}

    .row2 .content .product-list .table-wrap .swiper .swiper-slide .method{width: 39%;padding: 0 15px 0 15px;}
    .row2 .content .product-list .table-wrap .swiper .swiper-slide .time{width: 20%;}
    .row2 .content .product-list .table-wrap .swiper .swiper-slide .fees{width: 16%;}
    .row2 .content .product-list .table-wrap .swiper .swiper-slide .currencies{width: 25%;text-align: left;}
}

@media (max-width:1024px) {
    .trading-account-free .free-account{padding: 60px 0px 56px;}

    .row2 .content .product-list .product-wrap .time{width: 30%;}

    .row3 .inner .content ul li:first-of-type{margin-right: 40px;}


}
@media (max-width:992px) {
    .row3 .inner .content ul li{padding-bottom: 64px;}
    .row3 .inner .content ul li .text-content{margin-bottom: 50px;}
}

@media (max-width:940px) {
    .row2 .content .product-list .product-wrap .fees{width: 25%;}

    .row2 .content .product-list .table-wrap .swiper .swiper-slide li {font-size: var(--fs-16);}
}

@media (max-width:768px) {
    .row1{flex-direction: column;display: flex; padding-top:0px; padding-bottom: 0px; background-color: #F1F3F5;}
    .row1 .wrap{position: static;width: 100%;}
    .row1 .wrap img { max-width: 100%; height: auto;}

    .row1 .inner{padding-top: 31px; margin: inherit;}
    .row1 .inner .wrap-one{display: none;}
    .row1 .wrap-two{display: block;}
    .row1 .inner .title-box{max-width: none; margin-bottom: 30px;}

    /* .row1 .inner .awards{flex-direction: column; align-items: center;} */
    /* .row1 .inner .awards li{width: 100%; margin-bottom: 20px;} */
    .row1 .inner .awards{max-width: none; margin: 0; justify-content: flex-start;}
    .row1 .inner .awards li {max-width: none;}
    .row1-swiper .awards .swiper-slide:first-child { display: none; }
    .row1-swiper .awards .swiper-slide { flex:0 0 50%;}

    .row2 .inner{padding-top: 24px;}
    .row2 .inner::after{display: none;}
    .row2 .inner .title-box h2{margin-bottom: 12px;}
    .row2 .inner .title-box .orange-button{margin-bottom: 0; padding: 15px 30px;}
    .row2 .content{padding-top: 80px;}
    .row2 .content .product-list{bottom: -10px; background: none; padding: 0; width: fit-content;}
    /* .row2 .content .product-list:hover{bottom: -29%;} */
    .row2 .content .product-list .product-wrap{border: none; padding: 0;}
    .row2 .content .product-list .product-wrap .table-wrap{display: none;}
    .row2 .content .product-list .product-wrap .phone{display: block; text-align: center;}
    .phone-list{display: block;}
    .phone-list .inner{padding-left: 0; padding-right: 0;}
    .row2 .content .product-list .product-wrap::after{display: none;}
    .row2 .inner .content .icon-list ul li{width: 120px; height: 118px;}
    
    .row2 .row2-bottom-text{color: var(--v-grey);padding: 20px 0px 10px;}

    .row3{background: transparent;}
    .row3 .inner{padding-top: 64px; padding-bottom: 32px;}
    .row3 .inner .content{background: transparent; box-shadow: none; padding: 0;}
    .row3 .inner .content ul{flex-direction: column; align-items: center;}
    .row3 .inner .content ul li{width: 100%; margin-bottom: 60px; padding-bottom: 57px;}
    .row3 .inner .content ul li:last-of-type{margin: 0;}
    .row3 .inner .content ul li .text-box{margin-top: 12px; padding-top: 12px;}
    .row3 .inner .content ul li .text-content{margin-bottom: 20px;}
    .row3 .inner .content ul li .img-box{margin: 0;}
    .row3 .inner .content ul li .img-box img{max-width: 140px;}
    .row3 .inner .content ul li:first-of-type{margin-right: 0;}

    .row3 .inner .content ul li .title-box h2{height: auto !important;}
    .row3 .inner .content ul li .title-box p{height: auto !important;}

    .row4 .inner{padding-top: 32px; padding-bottom: 32px;}
    .row4 .inner .title-box h2{margin-bottom: 8px;}
    .row4 .inner .title-box{margin-bottom: 12px;}
    .row4 .inner .content{overflow: hidden;}
    .row4 .inner .content ul{margin-bottom: 15px;}
    .row4 .inner .content ul li{padding: 20px 7px; border-radius: 4px; margin: 0; height: auto;}
    .row4 .inner .content ul li:nth-child(odd){margin-bottom: 0;}
    .row4 .inner .content ul li .img-box{margin-bottom: 12px;}
    .row4 .inner .content ul li .img-box img{max-width: 48px;}
    .row4 .inner .content ul li h3{margin-bottom: 12px;}
    .row4 .inner .support-swiper-scrollbar{display: block; height: 3px; width: 50%; margin: 0 auto; background: #d5d5d5;}
    .row4 .inner .content ul li .link-box a{color: var(--v-orange);}
    .row4 .inner .content ul li:hover .link-box a{color: var(--v-orange);}

    .row5 .inner{padding-top: 32px; padding-bottom: 28px;}
    .row5 .inner .title-box{margin-bottom: 32px;}
    .row5 .inner .title-box h2{margin-bottom: 8px;}
    .row5 .inner .content ul{flex-direction: column; align-items: center;}
    .row5 .inner .content ul li{width: 100%; padding: 20px;}
    .row5 .inner .content ul li:nth-child(odd){margin-right: 0;}

    .trading-account-free{background: url(/wp-content/themes/vantage-au/images/trading-account-free-img-mobile.webp)top center no-repeat;background-size: cover;padding: 0px;}
    .trading-account-free .free-account{background: none;padding: 50px 0px 51px;}
    .trading-account-free .title-box{margin-bottom: 20px;}
    .trading-account-free .button-link{flex-direction: column;align-items: center;}
    .trading-account-free a p{font-size: 17px;}
    .trading-account-free .green-button{margin-right: 0px;margin-bottom: 12px; display: block; padding: 21px 43px; width: 272px;}
    .trading-account-free .orange-button{padding: 21px 43px; width: 272px;}
    .trading-account-free .green-button::after{width: 2em;height: 2em;}
    .trading-account-free .orange-button::after{width: 2em;height: 2em;}
    .row2 .content .product-list.active{bottom: -10px;}
    .row2 .content .product-list .product-wrap .time,.row2 .content .product-list .product-wrap .fees,.row2 .content .product-list .product-wrap .currencies{width: 100%;}
    .row2 .content .product-list .product-wrap .table-tit .time,.row2 .content .product-list .product-wrap .table-tit .fees,.row2 .content .product-list .product-wrap .table-tit .currencies{width: 50%;}
    .row2 .content .product-list .product-wrap .fees::after{display: none;}
}
@media (max-width:510px) {
    .row1 .inner{padding-top: 31px;}
    /* .row1 .inner{padding-top: 33px; padding-bottom: 74px;} */
    .row1 .inner .title-box{margin-bottom: 37px;}
    .row1 .inner .awards li .img-box{margin-bottom: 12px;}
    .row1 .inner .awards li .img-box img{max-width: 88px;}

    /* .row2{border-radius: 25px 25px 0px 0px; margin-top: -20px;} */

    .row4 .inner .content ul li .wrap{padding: 0;}

    .trading-account-free .title-box{margin: 0 0 20px;}
    .row2 .content .product-list .product-wrap .phone .phone-img {position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);}
    /* .row2 .content .product-list .product-wrap .phone .phone-list-external{    top: -290px;} */
}
/* ! vantagemarekts|2025-10-21 18:00:00 ! */
