body{
    font-family:'Share Tech Mono',monospace;
    margin:0;
}
.sg-navbar{
    background:#181a20;
    padding:0;
    border-bottom:1px solid #252830;
}
.sg-brand{
    color:#fff!important;
    font-size:24px;
    font-weight:700;
    padding:20px 0;
}
.sg-brand span{color:#e8bd72;}
.sg-navbar .nav-link{
    color:#fff!important;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    padding:26px 15px!important;
}
.sg-navbar .nav-link:hover{color:#e8bd72!important;}

.sg-login{
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    padding:26px 18px;
}
.sg-register{
    background:#e8bd72;
    color:#181a20;
    padding:10px 18px;
    border-radius:25px;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
}
.sg-theme{
    color:#e8bd72;
    font-size:21px;
    padding:23px 24px;
    margin-left:20px;
    border-left:1px solid #383a40;
}
.navbar-toggler{
    border:0!important;
    box-shadow:none!important;
}

@media(max-width:991px){
    .sg-navbar{padding:0 15px;}
    .sg-navbar .nav-link{padding:10px 0!important;}
    .sg-actions{padding:15px 0 20px;}
    .sg-theme{border:0;padding:5px;margin-left:5px;}
}

.sg-hero{
    background:#0c1013;
    padding:100px 0 70px;
    color:#fff;
    position:relative;
    overflow:hidden;
}
.sg-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
    background-size:35px 35px;
}
.sg-hero .container{position:relative;}
.sg-tag{color:#e8bd72;font-size:15px;}
.sg-hero h1{
    font-size:55px;
    line-height:1.15;
    margin:15px 0 20px;
}
.sg-hero p{
    color:#92959b;
    font-size:17px;
    max-width:570px;
}
.sg-start{
    display:inline-block;
    background:#e8bd72;
    color:#15171b;
    padding:13px 28px;
    border-radius:25px;
    font-weight:700;
    text-decoration:none;
    margin-top:15px;
}
.sg-start:hover{color:#15171b;}
.sg-hero-img{
    max-width:100%;
    filter:drop-shadow(0 25px 30px rgba(0,0,0,.5));
}
.market-bar{
    background:#181b21;
    border-radius:25px;
    padding:25px 35px;
    margin-top:60px;
}
.market-item small{color:#888;}
.market-item h4{margin:2px 0;font-size:22px;}
.market-up{color:#64c832;}
.market-down{color:#ef4d4d;}

@media(max-width:991px){
    .sg-hero{padding:60px 0 40px;}
    .sg-hero h1{font-size:40px;}
    .sg-hero-img{margin-top:50px;}
    .market-item{margin:12px 0;}
}

.forex-market{
    background:#181b21;
    padding:100px 0;
    color:#fff;
}
.fx-label{color:#e8bd72;font-size:14px;}
.fx-title{font-size:45px;margin:12px 0 15px;}
.fx-intro{
    color:#92959b;
    max-width:650px;
    line-height:1.8;
}

/* Terminal */
.fx-terminal{
    margin-top:55px;
    border-top:1px solid #44474d;
    border-bottom:1px solid #44474d;
    display:grid;
    grid-template-columns:1.2fr 1fr;
}

/* Main Market */
.fx-main{
    padding:45px 50px 45px 0;
    border-right:1px solid #44474d;
}
.fx-symbol{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}
.fx-symbol small{color:#777;}
.fx-symbol h3{
    font-size:30px;
    margin:5px 0;
}
.fx-price{
    color:#e8bd72;
    font-size:38px;
    margin:35px 0 5px;
}
.fx-change{
    color:#63c832;
    font-size:14px;
}

/* Fake Chart */
.fx-chart{
    height:100px;
    margin-top:35px;
    display:flex;
    align-items:flex-end;
    gap:7px;
}
.fx-bar{
    flex:1;
    background:#e8bd72;
    opacity:.25;
}
.fx-bar:nth-child(2n){opacity:.5;}
.fx-bar:nth-child(3n){opacity:.8;}

.fx-btn{
    display:inline-block;
    background:#e8bd72;
    color:#181b21;
    padding:11px 25px;
    text-decoration:none;
    font-weight:700;
    margin-top:30px;
}

/* Market List */
.fx-list{
    padding:20px 0 20px 40px;
}
.fx-row{
    display:grid;
    grid-template-columns:1.5fr 1fr 70px;
    align-items:center;
    padding:20px 10px;
    border-bottom:1px solid #303238;
}
.fx-row:last-child{border-bottom:0;}
.fx-row:hover .fx-pair{color:#e8bd72;}
.fx-pair{
    font-weight:600;
    transition:.2s;
}
.fx-pair small{
    display:block;
    color:#666;
    font-size:11px;
    margin-top:3px;
}
.fx-value{color:#bbb;}
.fx-up{color:#63c832;}
.fx-down{color:#f05b5b;}

@media(max-width:767px){
    .forex-market{padding:60px 0;}
    .fx-title{font-size:36px;}
    .fx-terminal{grid-template-columns:1fr;}
    .fx-main{
        padding:35px 0;
        border-right:0;
        border-bottom:1px solid #44474d;
    }
    .fx-list{padding:20px 0;}
}

.stock-section{
    background:#101216;
    padding:100px 0;
    color:#fff;
}
.stock-tag{
    color:#e8bd72;
    font-size:14px;
    text-transform:uppercase;
}
.stock-section h2{
    font-size:46px;
    line-height:1.2;
    margin:15px 0 22px;
}
.stock-section h2 span{color:#e8bd72;}
.stock-text{
    color:#92959b;
    font-size:17px;
    line-height:1.8;
    max-width:560px;
}
.stock-btn{
    display:inline-block;
    background:#e8bd72;
    color:#181b21;
    padding:12px 27px;
    border-radius:25px;
    text-decoration:none;
    font-weight:700;
    margin-top:20px;
}
.stock-btn:hover{color:#181b21;}

.stock-card{
    background:#181b21;
    border:1px solid #303238;
    padding:28px;
    height:100%;
    transition:.3s;
}
.stock-card:hover{
    border-color:#e8bd72;
    transform:translateY(-4px);
}
.stock-card i{
    color:#e8bd72;
    font-size:25px;
}
.stock-card h5{margin:18px 0 10px;}
.stock-card p{
    color:#898c92;
    font-size:14px;
    margin:0;
}

@media(max-width:991px){
    .stock-section{padding:60px 0;}
    .stock-section h2{font-size:36px;}
    .stock-grid{margin-top:45px;}
}

.data-section{
    background:#181b21;
    padding:100px 0;
    color:#fff;
}
.data-label{
    color:#e8bd72;
    font-size:14px;
}
.data-section h2{
    font-size:45px;
    margin:15px 0 20px;
}
.data-section h2 span{color:#e8bd72;}
.data-text{
    color:#92959b;
    line-height:1.8;
    font-size:16px;
}
.data-feature{
    background:#101216;
    border:1px solid #35383e;
    padding:40px;
    height:100%;
}
.data-feature i{
    font-size:40px;
    color:#e8bd72;
}
.data-feature h3{
    font-size:27px;
    margin:25px 0 15px;
}
.data-item{
    display:flex;
    gap:20px;
    padding:25px 0;
    border-bottom:1px solid #34373d;
}
.data-item:first-child{padding-top:0;}
.data-item:last-child{border:0;padding-bottom:0;}
.data-icon{
    min-width:48px;
    height:48px;
    border:1px solid #e8bd72;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#e8bd72;
    font-size:20px;
}
.data-item h5{margin-bottom:7px;}
.data-item p{
    color:#898c92;
    font-size:14px;
    margin:0;
}
.data-link{
    color:#e8bd72;
    text-decoration:none;
    font-weight:600;
    display:inline-block;
    margin-top:20px;
}

@media(max-width:991px){
    .data-section{padding:60px 0;}
    .data-section h2{font-size:36px;}
    .data-resources{margin-top:40px;}
}

.edu-section{
    background:#101216;
    padding:100px 0;
    color:#fff;
}
.edu-head{max-width:700px;margin-bottom:55px;}
.edu-label{color:#e8bd72;font-size:14px;}
.edu-head h2{font-size:45px;margin:12px 0 18px;}
.edu-head h2 span{color:#e8bd72;}
.edu-head p{color:#92959b;line-height:1.8;}

.edu-step{
    display:flex;
    gap:25px;
    padding:28px 0;
    border-top:1px solid #303238;
}
.edu-number{
    color:#e8bd72;
    font-size:16px;
    min-width:45px;
}
.edu-step h4{font-size:21px;margin-bottom:8px;}
.edu-step p{color:#898c92;margin:0;font-size:15px;}

.edu-cta{
    background:#e8bd72;
    color:#181b21;
    padding:45px;
    margin-left:50px;
}
.edu-cta i{font-size:40px;}
.edu-cta h3{font-size:30px;margin:25px 0 15px;}
.edu-cta p{line-height:1.7;}
.edu-btn{
    display:inline-block;
    background:#181b21;
    color:#fff;
    padding:12px 25px;
    margin-top:15px;
    text-decoration:none;
    font-weight:600;
}
.edu-btn:hover{color:#e8bd72;}

@media(max-width:991px){
    .edu-section{padding:60px 0;}
    .edu-head h2{font-size:36px;}
    .edu-cta{margin:40px 0 0;}
}

.games-section{
    background:#181b21;
    padding:100px 0;
    color:#fff;
    overflow:hidden;
}
.games-head{text-align:center;max-width:750px;margin:0 auto 65px;}
.games-label{color:#e8bd72;font-size:14px;}
.games-head h2{font-size:45px;margin:12px 0 18px;}
.games-head h2 span{color:#e8bd72;}
.games-head p{color:#92959b;line-height:1.8;}

.simulator{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    max-width:1000px;
    margin:auto;
}
.simulator:before{
    content:"";
    position:absolute;
    top:48px;
    left:15%;
    right:15%;
    border-top:1px dashed #555;
}

.game-step{
    width:230px;
    text-align:center;
    position:relative;
    z-index:2;
}
.game-icon{
    width:95px;
    height:95px;
    border-radius:50%;
    background:#101216;
    border:1px solid #e8bd72;
    color:#e8bd72;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin:0 auto 20px;
}
.game-step h5{margin-bottom:8px;}
.game-step p{color:#85888e;font-size:14px;}

.virtual-account{
    width:260px;
    height:260px;
    border-radius:50%;
    background:#e8bd72;
    color:#181b21;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    position:relative;
    z-index:3;
    box-shadow:0 0 0 15px rgba(232,189,114,.08);
}
.virtual-account small{font-size:12px;}
.virtual-account h3{font-size:32px;margin:8px 0;}
.virtual-account i{font-size:30px;margin-bottom:10px;}

.game-btn{
    display:inline-block;
    background:#e8bd72;
    color:#181b21;
    padding:12px 28px;
    border-radius:25px;
    text-decoration:none;
    font-weight:700;
    margin-top:55px;
}
.game-btn:hover{color:#181b21;}

@media(max-width:991px){
    .games-section{padding:65px 0;}
    .games-head h2{font-size:36px;}
    .simulator{flex-direction:column;gap:40px;}
    .simulator:before{display:none;}
    .virtual-account{order:-1;}
    .game-step{width:100%;max-width:300px;}
}

.choose-section{
    background:#101216;
    padding:110px 0;
    color:#fff;
    overflow:hidden;
}
.choose-head{text-align:center;margin-bottom:70px;}
.choose-head span{color:#e8bd72;font-size:14px;}
.choose-head h2{font-size:45px;margin:12px 0;}
.choose-head p{color:#92959b;max-width:700px;margin:auto;}

.choose-orbit{
    position:relative;
    width:850px;
    height:650px;
    margin:auto;
}
.choose-orbit:before,
.choose-orbit:after{
    content:"";
    position:absolute;
    border:1px solid #34373d;
    border-radius:50%;
    inset:40px 140px;
}
.choose-orbit:after{inset:110px 210px;}

.choose-center{
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    background:#e8bd72;
    color:#181b21;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:35px;
    z-index:2;
}
.choose-center i{font-size:35px;}
.choose-center h3{font-size:25px;margin:15px 0 10px;}
.choose-center p{font-size:14px;margin:0;}

.choose-point{
    position:absolute;
    width:210px;
    text-align:center;
    z-index:3;
}
.choose-icon{
    width:65px;
    height:65px;
    margin:0 auto 12px;
    border-radius:50%;
    background:#181b21;
    border:1px solid #e8bd72;
    color:#e8bd72;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}
.choose-point h5{font-size:17px;margin-bottom:6px;}
.choose-point p{font-size:13px;color:#85888e;margin:0;}

.point-1{top:0;left:320px;}
.point-2{top:140px;right:0;}
.point-3{bottom:70px;right:60px;}
.point-4{bottom:0;left:320px;}
.point-5{bottom:70px;left:60px;}
.point-6{top:140px;left:0;}

@media(max-width:991px){
    .choose-section{padding:70px 0;}
    .choose-head h2{font-size:36px;}
    .choose-orbit{
        width:100%;
        height:auto;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:35px 15px;
    }
    .choose-orbit:before,.choose-orbit:after{display:none;}
    .choose-center{
        position:relative;
        width:240px;
        height:240px;
        top:auto;left:auto;
        transform:none;
        grid-column:1/-1;
        margin:auto auto 20px;
    }
    .choose-point{
        position:relative;
        width:auto;
        top:auto!important;
        left:auto!important;
        right:auto!important;
        bottom:auto!important;
    }
}

.highlight-section{
    background:#181b21;
    padding:100px 0;
    color:#fff;
    overflow:hidden;
}
.highlight-head{
    max-width:720px;
    margin-bottom:70px;
}
.highlight-label{
    color:#e8bd72;
    font-size:14px;
}
.highlight-head h2{
    font-size:45px;
    margin:12px 0 18px;
}
.highlight-head h2 span{color:#e8bd72;}
.highlight-head p{
    color:#92959b;
    line-height:1.8;
}

.highlight-item{
    position:relative;
    display:flex;
    align-items:center;
    gap:30px;
    max-width:720px;
    padding:30px 0;
    border-top:1px solid #34373d;
}
.highlight-item:nth-child(even){
    margin-left:auto;
}
.highlight-number{
    font-size:65px;
    font-weight:700;
    color:rgba(232,189,114,.12);
    line-height:1;
    min-width:100px;
}
.highlight-icon{
    color:#e8bd72;
    font-size:30px;
}
.highlight-content h4{
    font-size:21px;
    margin:7px 0;
}
.highlight-content p{
    color:#898c92;
    font-size:14px;
    line-height:1.7;
    margin:0;
}

.highlight-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid #e8bd72;
    margin-top:55px;
    padding-top:30px;
}
.highlight-bottom h3{
    font-size:27px;
    margin:0;
}
.highlight-btn{
    background:#e8bd72;
    color:#181b21;
    padding:12px 27px;
    text-decoration:none;
    font-weight:700;
}
.highlight-btn:hover{color:#181b21;}

@media(max-width:767px){
    .highlight-section{padding:60px 0;}
    .highlight-head h2{font-size:36px;}
    .highlight-item,
    .highlight-item:nth-child(even){margin-left:0;}
    .highlight-number{font-size:45px;min-width:60px;}
    .highlight-bottom{
        display:block;
    }
    .highlight-btn{
        display:inline-block;
        margin-top:20px;
    }
}

.about-section{
    background:#101216;
    padding:110px 0;
    color:#fff;
    overflow:hidden;
}
.about-label{
    color:#e8bd72;
    font-size:14px;
}
.about-title{
    font-size:58px;
    line-height:1.1;
    margin:15px 0 30px;
}
.about-title span{color:#e8bd72;}
.about-text{
    color:#9a9ca2;
    font-size:17px;
    line-height:1.9;
}
.about-text strong{color:#fff;}

.about-stats{
    border-left:1px solid #3a3c42;
    padding-left:50px;
}
.about-stat{
    padding:22px 0;
    border-bottom:1px solid #303238;
}
.about-stat h2{
    color:#e8bd72;
    font-size:42px;
    margin:0;
}
.about-stat p{
    color:#85888e;
    margin:5px 0 0;
}

.about-philosophy{
    margin-top:90px;
    padding:55px 0;
    border-top:1px solid #3a3c42;
    border-bottom:1px solid #3a3c42;
}
.about-word{
    font-size:13px;
    color:#e8bd72;
    letter-spacing:2px;
}
.about-philosophy h3{
    font-size:34px;
    line-height:1.5;
    max-width:950px;
    margin:15px 0 0;
}

.mv-section{margin-top:80px;}
.mv-number{
    font-size:70px;
    color:rgba(232,189,114,.12);
    font-weight:700;
    line-height:1;
}
.mv-section h3{
    color:#e8bd72;
    margin:10px 0 15px;
}
.mv-section p{
    color:#92959b;
    line-height:1.8;
}

.about-quote{
    margin-top:80px;
    text-align:center;
}
.about-quote i{
    color:#e8bd72;
    font-size:32px;
}
.about-quote p{
    max-width:850px;
    margin:20px auto;
    font-size:24px;
    line-height:1.7;
}
.about-quote span{color:#e8bd72;}

.about-btn{
    display:inline-block;
    background:#e8bd72;
    color:#181b21;
    padding:13px 30px;
    text-decoration:none;
    font-weight:700;
    margin-top:15px;
}
.about-btn:hover{color:#181b21;}

@media(max-width:991px){
    .about-section{padding:65px 0;}
    .about-title{font-size:40px;}
    .about-stats{
        border-left:0;
        padding:30px 0 0;
    }
    .about-philosophy{margin-top:50px;}
    .mv-section{margin-top:50px;}
    .about-quote p{font-size:19px;}
}

.partner-section{
    background:#181b21;
    padding:100px 0;
    color:#fff;
    overflow:hidden;
}
.partner-label{color:#e8bd72;font-size:14px;}
.partner-title{
    font-size:50px;
    line-height:1.15;
    margin:15px 0 20px;
}
.partner-title span{color:#e8bd72;}
.partner-text{
    color:#92959b;
    line-height:1.8;
    font-size:16px;
}
.partner-btn{
    display:inline-block;
    background:#e8bd72;
    color:#181b21;
    padding:13px 28px;
    text-decoration:none;
    font-weight:700;
    margin-top:20px;
}

/* Journey */
.partner-journey{padding-left:60px;}
.journey-step{
    display:flex;
    gap:25px;
    padding:22px 0;
    border-bottom:1px solid #34373d;
}
.journey-step:nth-child(even){margin-left:70px;}
.journey-num{
    color:#e8bd72;
    font-size:32px;
    font-weight:700;
}
.journey-step small{
    color:#e8bd72;
    font-size:11px;
}
.journey-step h4{margin:4px 0 7px;}
.journey-step p{
    color:#85888e;
    font-size:14px;
    margin:0;
}

/* Benefits */
.partner-benefits{
    margin-top:80px;
    padding-top:45px;
    border-top:1px solid #3b3d42;
}
.partner-benefits h3{font-size:30px;}
.benefit-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:0;
    margin-top:35px;
}
.benefit-item{
    padding:20px 25px 20px 0;
    color:#aaa;
    border-bottom:1px solid #303238;
}
.benefit-item i{
    color:#e8bd72;
    margin-right:10px;
}

@media(max-width:991px){
    .partner-section{padding:65px 0;}
    .partner-title{font-size:38px;}
    .partner-journey{padding:50px 0 0;}
    .journey-step:nth-child(even){margin-left:0;}
    .benefit-list{grid-template-columns:1fr;}
}

.testimonial-section{
    background:#101216;
    padding:100px 0;
    color:#fff;
}
.test-label{
    color:#e8bd72;
    font-size:14px;
}
.test-head{
    font-size:44px;
    margin:12px 0 50px;
}
.test-quote{
    font-size:30px;
    line-height:1.6;
    max-width:850px;
    margin:0 0 35px;
}
.test-quote:before{
    content:"“";
    display:block;
    color:#e8bd72;
    font-size:90px;
    line-height:.7;
    margin-bottom:25px;
}
.test-user{
    display:flex;
    align-items:center;
    gap:15px;
}
.test-user img{
    width:55px;
    height:55px;
    object-fit:cover;
}
.test-user h5{margin:0;}
.test-user small{color:#85888e;}

.test-nav{
    margin-top:45px;
    display:flex;
    gap:10px;
}
.test-nav button{
    width:45px;
    height:45px;
    background:transparent;
    border:1px solid #555;
    color:#fff;
}
.test-nav button:hover{
    border-color:#e8bd72;
    color:#e8bd72;
}

@media(max-width:767px){
    .testimonial-section{padding:60px 0;}
    .test-head{font-size:34px;}
    .test-quote{font-size:21px;}
}


.services-section{
    background:#181b21;
    padding:100px 0;
    color:#fff;
}
.services-top{
    display:flex;
    justify-content:space-between;
    gap:50px;
    margin-bottom:65px;
}
.services-label{
    color:#e8bd72;
    font-size:14px;
}
.services-top h2{
    font-size:46px;
    max-width:600px;
    margin:12px 0 0;
}
.services-intro{
    color:#92959b;
    max-width:420px;
    line-height:1.8;
    align-self:flex-end;
}

.service-row{
    display:grid;
    grid-template-columns:80px 1.2fr 1fr 50px;
    align-items:center;
    gap:25px;
    padding:32px 0;
    border-top:1px solid #3a3c42;
    transition:.3s;
}
.service-row:last-child{
    border-bottom:1px solid #3a3c42;
}
.service-num{
    color:#e8bd72;
    font-size:14px;
}
.service-row h3{
    font-size:29px;
    margin:0;
}
.service-row p{
    color:#898c92;
    font-size:14px;
    line-height:1.7;
    margin:0;
}
.service-arrow{
    font-size:24px;
    color:#666;
    transition:.3s;
}
.service-row:hover{
    padding-left:15px;
}
.service-row:hover h3,
.service-row:hover .service-arrow{
    color:#e8bd72;
}

.services-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:50px;
}
.services-stats{
    display:flex;
    gap:50px;
}
.services-stat strong{
    display:block;
    color:#e8bd72;
    font-size:27px;
}
.services-stat small{color:#85888e;}
.services-btn{
    background:#e8bd72;
    color:#181b21;
    padding:13px 28px;
    text-decoration:none;
    font-weight:700;
}

@media(max-width:767px){
    .services-section{padding:60px 0;}
    .services-top{display:block;}
    .services-top h2{font-size:36px;margin-bottom:20px;}
    .service-row{
        grid-template-columns:45px 1fr 30px;
        gap:10px;
    }
    .service-row p{display:none;}
    .service-row h3{font-size:21px;}
    .services-bottom{display:block;}
    .services-stats{gap:25px;margin-bottom:30px;}
}

.sg-footer{
    background:#0b0d10;
    color:#fff;
    padding:80px 0 25px;
}
.footer-brand{
    font-size:32px;
    font-weight:700;
}
.footer-brand span{color:#e8bd72;}
.footer-intro{
    color:#85888e;
    max-width:520px;
    line-height:1.8;
    margin-top:15px;
}
.footer-top{
    padding-bottom:55px;
    border-bottom:1px solid #2d3035;
}
.footer-title{
    color:#e8bd72;
    font-size:13px;
    letter-spacing:1px;
    margin-bottom:22px;
}
.footer-links a{
    display:block;
    color:#999ca2;
    text-decoration:none;
    margin-bottom:12px;
}
.footer-links a:hover{color:#e8bd72;}

.footer-contact{
    color:#999ca2;
    line-height:1.8;
    margin-bottom:18px;
}
.footer-contact i{
    color:#e8bd72;
    margin-right:8px;
}
.footer-contact a{
    color:#999ca2;
    text-decoration:none;
}

.footer-social{
    display:flex;
    gap:20px;
    margin-top:25px;
}
.footer-social a{
    color:#888;
    font-size:18px;
}
.footer-social a:hover{color:#e8bd72;}

.footer-bottom{
    padding-top:25px;
    color:#6f7278;
    font-size:13px;
}
.footer-bottom a{
    color:#8d9095;
    text-decoration:none;
    margin-left:20px;
}
.footer-bottom a:hover{color:#e8bd72;}

@media(max-width:767px){
    .sg-footer{padding:60px 0 25px;}
    .footer-col{margin-top:40px;}
    .footer-bottom{text-align:center;}
    .footer-bottom-links{margin-top:15px;}
    .footer-bottom a{margin:0 8px;}
}



.terms-section{
    background:#181b21;
    padding:100px 0;
    color:#fff;
}
.terms-header{
    max-width:750px;
    margin-bottom:60px;
}
.terms-label{
    color:#e8bd72;
    font-size:14px;
}
.terms-header h1{
    font-size:48px;
    margin:12px 0 18px;
}
.terms-header p{
    color:#92959b;
    line-height:1.8;
}

.terms-content{
    border-top:1px solid #3a3c42;
}
.terms-intro{
    padding:40px 0;
    color:#a4a6aa;
    line-height:1.9;
    border-bottom:1px solid #3a3c42;
}
.terms-intro strong{color:#fff;}

.term-item{
    display:grid;
    grid-template-columns:70px 1fr;
    gap:25px;
    padding:25px 0;
    border-bottom:1px solid #303238;
}
.term-number{
    color:#e8bd72;
    font-size:14px;
    font-weight:700;
}
.term-item p{
    color:#a4a6aa;
    line-height:1.8;
    margin:0;
}
.term-item strong{color:#fff;}

.terms-note{
    margin-top:50px;
    padding-left:25px;
    border-left:3px solid #e8bd72;
}
.terms-note h4{
    color:#e8bd72;
    margin-bottom:10px;
}
.terms-note p{
    color:#92959b;
    line-height:1.8;
    margin:0;
}

@media(max-width:767px){
    .terms-section{padding:60px 0;}
    .terms-header h1{font-size:36px;}
    .term-item{
        grid-template-columns:40px 1fr;
        gap:10px;
    }
}

.sg-visual{
    position:relative;
    padding:18px 18px 0 0;
}

.sg-hero-img{
    width:100%;
    display:block;
    position:relative;
    z-index:2;
}

.sg-img-line{
    position:absolute;
    top:0;
    right:0;
    width:75%;
    height:80%;
    border-top:1px solid #e8bd72;
    border-right:1px solid #e8bd72;
}

.sg-live{
    position:absolute;
    top:35px;
    right:0;
    z-index:3;
    background:#181b21;
    padding:9px 15px;
    font-size:11px;
    letter-spacing:1px;
}

.sg-live span{
    display:inline-block;
    width:7px;
    height:7px;
    background:#63c832;
    margin-right:7px;
}

.sg-floating-price{
    position:absolute;
    z-index:3;
    left:-35px;
    bottom:-35px;
    background:#181b21;
    border-left:3px solid #e8bd72;
    padding:14px 18px;
    min-width:210px;
    box-shadow:0 15px 35px rgba(0,0,0,.5);
}

.sg-floating-price small{
    color:#888;
}

.sg-floating-price strong{
    font-size:20px;
    margin-right:10px;
}

.sg-floating-price span{
    color:#63c832;
}

.sg-floating-price i{
    position:absolute;
    right:15px;
    top:15px;
    color:#e8bd72;
}

@media(max-width:991px){
    .sg-visual{
        margin-top:60px;
    }

    .sg-floating-price{
        left:10px;
    }
}