<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
--light-grey-card:#f1f1f1;
}



/* 3 easy steps start */
#easy-steps{
    height: auto;
}

.graph-card{
    background: var(--light-grey-card);
    border-radius: 0.5rem;
    min-width: 25%;
    aspect-ratio: 1/1;

}
.step-img[alt="Register"]{
    object-fit: cover;
}

.step-img[alt="Trade"]{
   padding: 0 10px 0 10px;
}
.trade-bg{
    background-image: url(../img/easy-steps/step-3.gif);
}

.register-bg{
    background-image: url(../img/easy-steps/step-1.gif);
}

.fund-bg{
    background-image: url(../img/easy-steps/step-2.gif);
}



.steps{
    padding: 1.5rem;
}

.muted-grey{
    color: var( --neutral-color-dark);
}
.step-img{
    border-radius: .25rem;
}



.gif-bg {
    position: absolute; 
    top: 0;
    height: 185px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden; 
}



.gif-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--gif-bg, url('../img/easy-steps/coins.gif'));
    background-position: center;
    background-size: 100% auto;
    z-index: -1;
}


@media (min-width:1200px) {
    .img-index-one{
        margin-top: 2px;
    }

   
}
@media (min-width:992px) and (max-width:1200px) {
    .whitebox img[alt="wallet"]{
        width: 18px;
    }

    .whitebox img[alt="arrow"]{
        width: 14px;
    }
    .whitebox span{
        display: flex;
    }
}

@media (max-width:1199px) and (min-width:992px){
    #easy-steps{
        height: 420px!important;
    }
}

@media (min-width:1200px) {
    #easy-steps{
        height: 600px!important;
    }
}

@media (min-width:992px) {


    /* .graph-card{
       width: 25%;
    } */

    .translate-y-50{
        transform: translateY(50%);
    }
    [dir="rtl"] .arrow-mobile{
        transform: scaleX(-1);
    }

}

@media (max-width:1400px) {
    .gif-bg {
        position: absolute; 
        top: 0;
        height: 162px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        overflow: hidden; 
    }
}

@media (max-width:1350px) {
.gif-bg {
        height: 102px;
    }
    .graph-card{
        background: var(--light-grey-card);
        border-radius: 0.5rem;
        min-width: 20%;
        aspect-ratio: 1/1;
    
    }

 

}
.bottom-2{
    bottom: 15px;
    padding: 0 10px;
}

p.amount,
p.badgeperc{
    font-size: 24px!important;
}

body h2{
    font-size:40px;
    margin-bottom: 25px;
}

.margin-b-40,
body h2.margin-b-40{
    margin-bottom: 40px;
}

body p, 
body p.text-lg
{
    font-size: 18px!important;
}

@media (max-width:992px) {

    html[lang="es"] p.hiw-description,
    html[lang="zh-Hans"] p.hiw-description,
    html[lang="zh-Hant"] p.hiw-description,
    html[lang="ko"] p.hiw-description,
    html[lang="th"] p.hiw-description,
    html[lang="vi"] p.hiw-description
    {

        width: 210px!important;

    }

    body h2{
        font-size:24px;
    }

    body p, 
    body p.text-lg{
        font-size: 16px!important;
    }
    .gif-bg {
        position: absolute; 
    
        display: flex;
        align-items: flex-end;
        justify-content: center;
        overflow: hidden; 
        width: 100%;
        left: 0;
        top: 0;
    }
.arrow-mobile{
    transform: rotate(90deg);
    z-index: 11;
    position: relative;
    width: 160px;
    margin: auto;
}

.gif-bg {
    height: 155px;
}
.graph-card{
    z-index: 99;
}

p.amount,
p.badgeperc{
    font-size: 14px!important;
}

/* .img-index-one img{
    width: 150px!important;
} */
}
.step-2-img{
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.whitebox{
    display: flex;
    width: 90%;
    padding: .5rem .3rem;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.5rem;
    background: var(--Element-Background-White, #FFF);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.badgeperc{
    display: flex;
    padding: 0.25rem 0.25rem 0.25rem 0.5rem;
    align-items: center;
    border-radius: 0.5rem;
    background: var(--primary-color-lighter);
    color: var(--primary-color);
}

/* 3 easy steps end */

/* how it works start */

@media (min-width:1800px) {
    #how-it-works .main-container div.steps-container{
       
         padding: 175px 0!important;
     }
     [dir="rtl"] #how-it-works .main-container div.steps-container{
       
         padding: 135px 0!important;
     }
 }
@media (min-width:1490px) {
   #how-it-works div.steps-container{
      
        padding: 155px 0!important;
    }
    [dir="rtl"] #how-it-works div.steps-container{
      
        padding: 110px 0!important;
    }
}
@media (min-width:1200px) {
    div.steps-container{
      
        padding: 100px 0!important;
    }
    [dir="rtl"] div.steps-container{
      
        padding: 70px 0!important;
    }
}
.steps-container{
      
    padding: 65px 0!important;
}
[dir="rtl"] .steps-container{
      
    padding: 17px 0!important;
}
.main-container{
 
    z-index: 999;
    position: relative;
}
.main-container::before{
    content: "";
    background-image: url('../img/how-it-works/xs-bg.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

[dir="rtl"] .main-container::before{

    background-position-x: right!important;
    transform: scaleX(-1);
}

.xs-bg{
    background-image: url('../img/how-it-works/xs-bg.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    z-index: 999;
    position: relative;
    padding: 40px 0;
}

.steps-container {
    position: relative; 
    z-index: 999;
}

.steps-container::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/how-it-works/bg-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    width: 75%;
    margin: auto;
}

[dir="rtl"] .steps-container::before {
    transform: scaleX(-1);
}

.steps-containerMobile {
    position: relative;
    z-index: 999;
}

.steps-containerMobile::before {
    content: ""; 
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/how-it-works/arrow-mobile.svg');
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; 

}

[dir="rtl"] .steps-containerMobile::before {
    top: 140px;
    height: 70%;
    background-size: contain;
}
[dir="rtl"] .steps-containerMobile::before{
    transform: scaleX(-1);
}

.gap-150{
    gap: 150px;
}
#how-it-works .step-count{
    font-size: 5.5rem!important;
    font-weight: 700!important;
    line-height: normal;
}


.hiw-description{
    color: var(--text-grey);
}

html[lang="jp"] #how-it-works .step-count{
    color: var(--primary-color)!important;
}


html[lang="jp"] .hiw-description{
    color: var(--text-grey);
    width: 220px!important;
    /* text-wrap: balance; */
}
html[lang="es"] .hiw-description,
html[lang="zh-Hans"] .hiw-description,
html[lang="zh-Hant"] .hiw-description,
html[lang="ko"] .hiw-description,
html[lang="th"] .hiw-description,
html[lang="vi"] .hiw-description
{

    width: auto!important;

}
.hiw-description{
    width: max-content;
 
}
@media (min-width:992px) {
    /* html[lang="fr"] .hiw-description,
html[lang="pt"] .hiw-description
{
    width: max-content;
} */
}


/* how it works end */
.filter-ul {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    padding: 10px;
    gap: 5px;
}

.filter-letter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #01337F;
    border-radius: 50%;
    color: #707070;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.filter-letter.active {
    background-color: var(--primary-color);
    color: white !important;
}

.filter-letter:hover {
    color: var(--secondary-color);
}



.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
}

.easy-steps {
    font-size: 40px !important;
}

[dir="rtl"] .popup .slick-list {
    direction: ltr !important;
}


.avatar-img {
    clip-path: circle();
    width: 250px;
    height: 270px;
}

@media (max-width:1200px) {
    img.avatar-img {
        clip-path: circle();
        width: auto !important;
        height: auto !important;
    }


    p.amount,
p.badgeperc{
    font-size: 16px!important;
}
}

.social-blog {
    width: 30px;
}

.analyst-banner {
    background: #30AF85;

    border-radius: 10px;
    color: #fff;
}

.author-banner {
    background: #F4F4F4;
    border-radius: 10px;
    color: #6F6C90;
}

.text-auth {
    color: #6F6C90;
}

.opacity-8 {
    opacity: .8;
}

.radius-8 {
    border-radius: 10px;
}

.semibold {
    font-weight: 600 !important;
}

.i__blog::before {
    color: #30af85 !important;
}

i::before {
    color: #fff !important;
}



.w-40 {
    width: 40px !important;
}

.accordion-button:not(.collapsed) {

    background-color: #f2f2f2 !important;
    color: #203b83 !important;
}

.accordion-button:is(.collapsed) {
    background-color: transparent !important;
    border: .75px solid #f2f2f2 !important;
}

.accordion .accordion-item:first-of-type .accordion-button {
    border: .75px solid #f2f2f2 !important;
}

.accordion-button::before {
    right: 20px !important;
}

.scrollTop {
    bottom: 100px;
    right: 20px;
    z-index: 9999;
}


@media (max-width:545px) {
    .scrollTop {
        bottom: 200px !important;
        ;
        right: 20px;
    }
    .gif-bg {
        height: 110px;
    }
}

.grey-p {
    color: rgba(98, 99, 101, 1);
}

.no-risk {
    background-image: url(../img/blogs-socials/blogsSubBanner-bg.svg);
    background-size: contain;
    border-radius: 20px;
}

.no-risk-dark {
    background-image: url(../img/blogs-socials/darkBanner.svg);
    background-size: cover;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

a.scrollTop&gt;img {
    width: 60px;
    right: 20px;
}

.light-green {
    background-color: rgba(48, 175, 133, 0.1);
    border-radius: 20px;
}


.text-grey {
    color: rgba(140, 140, 140, 1) !important;
}

.signup {
    background-image: url('../img/blogs-socials/news-bg.svg');
    background-color: var(--primary-color);
}



@media (max-width: 768px) {
    #futures__table th, #futures__table td{
        border: 1px solid #ddd !important;
   }

    .page-banner-img {
        height: 90px !important;
    }
}

@media (min-width: 769px) {

    .analyst-banner,
    .author-banner {
        height: 320px;
    }

}

.page-banner-img {
    height: 250px;
}

.analyst-banner&gt;.container,
.author-banner&gt;.container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media (max-width: 767px) {
    .hom-title {
        font-size: 40px !important;
    }

    .hom-sub {
        font-size: 30px !important;
    }

    .easy-steps {
        font-size: 30px !important;
    }
}

.market-leader h2 {
    font-size: 40px !important;
}

.multi-asset {
    font-size: 40px;
}

@media (max-width: 767px) {
    .market-leader&gt;h2 {
        font-size: 30px !important;
    }

    .multi-asset {
        font-size: 30px !important;
    }

    .easy-steps {
        font-size: 40px !important;
    }

    .leverage-banner-ar::before {
        background-position: 35% !important;
    }
}

.multi-asset-img {
    width: 50px;
    height: 50px;
}

.leverage-banner-ar {
    position: relative;
    background: rgb(48, 175, 133);
    background: url("../img/dynamic-leverage-banner.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 85%;
}

.leverage-banner-ar::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(48, 175, 133);
    background: url("../img/dynamic-leverage-banner.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 85%;
    transform: scaleX(-1);
}

.banner-content {
    z-index: 1;
}

.desktop-banner {
    top: 13%;

    right: 0;
}

[dir="rtl"] .desktop-banner {
    top: 13%;

    left: 0;
    transform: scaleX(-1);
    flex-direction: row !important;
}

@media (max-width: 768px) {
    .desktop-banner {
        opacity: 0.1;
        position: absolute !important;
    }

    .sub-market-banner {
        height: 50vh;
        top: auto;
        background: transparent linear-gradient(147deg, #2faf85 0%, #203b83 100%) 0% 0% no-repeat padding-box;
    }
}

.sub-market-banner {
    height: 50vh;
    top: auto;
    background: transparent linear-gradient(147deg, #2faf85 0%, #203b83 100%) 0% 0% no-repeat padding-box;
}

[dir="rtl"] .sub-market-banner {
    height: 50vh;
    top: auto;
    background: transparent linear-gradient(147deg, #2faf85 0%, #203b83 100%) 0% 0% no-repeat padding-box;
}

.desktop-banner-shares {
    top: 25%;
    right: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--primary-color) !important;
    border-color: transparent !important;
}

.nav-tabs {
    border-bottom: 0px solid #fff;
}

.nav-tabs .nav-item {
    border: none;
    background: transparent;
}

.nav-tabs .nav-item:hover {
    border: none;
    background: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent !important;
    isolation: isolate;
}

.bg-navy {
    background-color: var(--secondary-color);
    transform: rotate(45deg) translateX(-9px) translateY(10px);
    top: -30px !important;
    width: 45px;
    height: 110%;
}

[dir="rtl"] .bg-navy {
    background-color: var(--secondary-color);
    transform: rotate(-45deg) translateX(9px) translateY(10px);
    top: -30px !important;
    width: 45px;
    height: 110%;
}

.popular-img {
    max-height: 25px;
    aspect-ratio: 1/1;
    left: 15px;
    top: 0;
    position: relative;
}

[dir="rtl"] .popular-img {
    max-height: 25px;
    aspect-ratio: 1/1;
    right: 15px;
    top: 0;
    position: relative;
}

@media (min-width: 545px) and (max-width: 991px) {
    .bg-navy {
        transform: rotate(45deg) translateX(-9px) translateY(0px);
    }

    [dir="rtl"] .bg-navy {
        transform: rotate(-45deg) translateX(9px) translateY(0px);
    }
}

@media (max-width: 545px) {
    .bg-navy {
        transform: rotate(45deg) translateX(-9px) translateY(11px);
    }

    [dir="rtl"] .bg-navy {
        transform: rotate(-45deg) translateX(9px) translateY(11px);
    }
}

.drop-menu {
    border-color: var(--primary-color);
    color: #fff;
    font-size: 20px !important;
    background-color: var(--primary-color);
    background-image: transparent;
    border-width: 2px;
    border-radius: 18px;
}

select::after {
    padding-right: 10px;
}

.drop-content.accountTypeDropdown {
    border-radius: 18px !important;
    border: 2px solid #e6e7e8;
    font-size: 18px !important;
    color: white;
    background-color: #30af85;
    text-align: left;
}

.drop-content .dropdown-item {
    color: #fff !important;
}

.drop-content .dropdown-item:focus,
.drop-content .dropdown-item:hover {
    color: var(--secondary-color) !important;
    background-color: #e6e7e8c4 !important;
}

.dropdown .drop-content {
    background-color: var(--primary-color) !important;
}

i.arr-dwn {
    left: 90%;
}

.acc-table {
    min-height: 550px;
}

.rotate-chevron {
    transform: rotate(180deg) !important;
    transition: transform 0.3s ease !important;
}

.drop-content .dropdown-item.active-drop {
    color: var(--secondary-color) !important;
    background-color: #e6e7e8c4 !important;
}

.drop-menu.btn:hover {
    color: #fff !important;
}

.border-btn {
    border: 1px solid #ccc;
    border-radius: 18px;
}

h4.active-tabb {
    background-color: #30af85 !important;
    color: #fff !important;
}

h4.border,
.green-borders {
    border: 2px solid var(--primary-color) !important;
}

#deposit-section-btn .border,
#withdraw-section-btn .border {
    border: 2px solid var(--primary-color) !important;
}

.trading-hours td {
    border: 1px solid #e0dcdc !important;
    text-align: center;
    padding: 12px;
    color: #231f20;
}

.trading-hours th {
    width: 300px;
    color: white;
    background-color: var(--primary-color);
    padding: 12px;
    text-align: center;
    border: 1px solid white !important;
    font-weight: 800;
}

[dir="rtl"] .left-corner {
    border-radius: 0 23px 0 0;
}

[dir="rtl"] .right-corner {
    border-radius: 23px 0 0 0;
}

.left-corner {
    border-radius: 23px 0 0 0;
}

.right-corner {
    border-radius: 0 23px 0 0;
}

@media (min-width: 767px) {
    .trading-hours table {
        width: 100% !important;
    }
}

.tabs-width {
    width: 270px;
}

.tabAHeight {
    height: 115px !important;
}

.text-wrap-balance {
    text-wrap: balance;
}

@media (max-width: 767px) {
    .trading-hours .notices-table th {
        font-size: 8px;
    }

    .trading-hours .notices-table td {
        font-size: 8px;
        text-wrap: balance;
    }
}

.trading-hours .notices-table {
    width: auto !important;
}

.trading-hours .notices-table td,
.trading-hours .notices-table th {
    text-wrap: balance;
}

.radius-x {
    border-radius: 23px 23px 0 0;
}

.start-top-radius
{
    border-radius: 23px 0 0 0;
}

.end-top-radius
{
    border-radius: 0 23px 0 0;
}
[dir="rtl"] .start-top-radius
{
    border-radius: 0 23px 0 0;
}

[dir="rtl"] .end-top-radius
{
    border-radius: 23px 0 0 0;
}

.dl .accordion-button::before {
    right: 0;
}

[dir="rtl"] .dl .accordion-button::before {
    left: 0;
}

.dl .accordion-button {
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #30af85;
    color: #203b83;
}

.dl .accordion-button:not(.collapsed) {
    background: #fafafa 0% 0% no-repeat padding-box !important;
    border: 1px solid #30af85 !important;
    color: #203b83;
}

.dl .accordion-item:not(:first-of-type) {
    border-top: 0px solid var(--primary-color) !important;
}

@media (max-width: 767px) {
    .fs-md-10 {
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    .dl .nav-item .nav-link {
        margin-bottom: 1rem;
    }
}

.dl .nav-tabs .nav-item.show .nav-link,
.dl .nav-tabs .nav-link.active {
    background-color: #30af85 !important;
    color: #fff !important;
}

.dl .nav-item .nav-link {
    border: 2px solid var(--primary-color) !important;
    color: #30af85 !important;
    border-radius: 25px;
    text-transform: uppercase !important;
    font-size: 1.5rem;
    height: 80px;
    width: 205px;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .dl .nav-item .nav-link {
        font-size: 1.25rem;
        height: 70px;
        width: 180px;
    }
}

@media (max-width: 991px) {
    .dl .nav-item .nav-link {
        font-size: 1.25rem;
    }

    .dl ul {
        gap: 10px;
    }
}

.border-radius-23 {
    border-radius: 23px 23px 0 0;
}

.dl table tr:nth-last-child(odd) {
    background-color: #f2f2f2;
}

.dl table tr:nth-last-child(2) {
    background-color: transparent;
}

.dl table .green-td {
    color: var(--primary-color) !important;
}

.dl table td {
    font-weight: 500 !important;
}

.dl table tr .fw-800 {
    font-weight: 800 !important;
}

.dl table tr .fw-800:first-child {
    border-right: 1px solid rgb(228, 228, 228) !important;
    text-align: left;
}

[dir="rtl"] .dl table tr .fw-800:first-child {
    border-left: 1px solid rgb(228, 228, 228) !important;
    border-right: 1px solid var(--primary-color) !important;
    text-align: right;
}

.dl table td[colspan="2"] {
    border-right: 1px solid transparent !important;
}

[dir="rtl"] .dl table td[colspan="2"] {
    border-left: 1px solid transparent !important;
    border-right: 1px solid var(--primary-color) !important;
}

.glossary li::marker {
    content: "";
}

.glossary .active {
    color: var(--secondary-color);
}

/* .glossary a {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
} */

@media (max-width: 991px) {
    .glossary a {
        font-size: 12px;
    }
}

@media (min-width: 769px) {
    .mlr-adv {
        margin-left: 7%;
        margin-right: 7%;
    }
}

@media (max-width: 768px) {
    .plr-adv {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.web-color {
    color: #30af85 !important;
}

.web-back-color {
    background-color: #30af85 !important;
}

.homepage-register {
    border-radius: 20px;
    background-color: #30af85;
    border-color: #30af85;
    width: 130px;
}

.homepage-register:hover {
    color: inherit;
    background-color: #30af85 !important;
    border-color: #30af85 !important;
}

.overflow-x-scroll-asset::-webkit-scrollbar {
    display: none !important;
    /* Hide scrollbar for Chrome, Safari, and Opera */
}

.overflow-x-scroll-asset {
    -ms-overflow-style: none;
    /* Hide scrollbar for IE and Edge */
    scrollbar-width: none !important;
    /* Hide scrollbar for Firefox */
}

.letter-title {
    color: #707070 !important;
    font-weight: 600 !important;
    font-size: 45px !important;
}

.result-title {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 22px !important;
}

.glossary .title-result {
    color: #000;
    text-decoration: none;
    transition: 0.2s;
}

.glossary .title-result:hover {
    color: #30AF85;
    text-decoration: underline;
    transition: 0.2s;

}

.glossary li {
    list-style-type: none !important;
}

.inner-glossary .title {
    font-size: 2rem;
    color: #01337F;
    font-weight: 600;
}

.inner-glossary h2,
.inner-glossary h3 {
    font-size: 2rem;
}

.inner-glossary .grey-title {
    color: #707070;
    font-size: 2rem;
    font-weight: 400;
}

.glossary-section {
    display: flex;
    align-items: flex-start;
}

.letter-title h2 {
    font-weight: bold;
}

.inner-glossary .faq-font {
    font-weight: 600 !important;

}

.inner-glossary h2,
h3,
h5 {
    font-weight: 600 !important;
}

@media(max-width:992px) {
    .glossary .title-result {
        font-size: 1rem;
    }

    .glossary .filter-letter {
        font-size: 1rem;
    }

    .glossary .keypoint {
        font-size: 1rem !important;
        color: #626262 !important;
    }
}</pre></body></html>