.gt-navbar {
    width: 100%;
    min-height: 92px;
    padding: 0 24px;
    background: #fff;
}

.gt-navbar-container {
    width: 100%;
    padding: 0;
}

.gt-brand {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.gt-brand img {
    width: 205px;
    height: auto;
    display: block;
}

.gt-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.gt-nav-link {
    padding: 7px 0 !important;
    color: #050505 !important;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    transition: color .2s ease;
}

.gt-nav-link:hover {
    color: #218739 !important;
}

.gt-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gt-btn {
    width: 105px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #218739;
    color: #fff !important;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all .2s ease;
}

.gt-register-btn {
    width: 128px;
}

.gt-btn:hover {
    background: #176d2d;
    color: #fff !important;
    transform: translateY(-1px);
}

.gt-navbar-toggler {
    padding: 4px;
    border: 0;
    box-shadow: none !important;
}

.gt-navbar-toggler i {
    color: #218739;
    font-size: 27px;
}

@media (max-width: 1199.98px) {

    .gt-navbar {
        min-height: 85px;
        padding: 0 20px;
    }

    .gt-brand img {
        width: 185px;
    }

    .gt-nav {
        gap: 23px;
    }

    .gt-nav-link {
        font-size: 15px;
    }

    .gt-btn {
        width: 95px;
        height: 44px;
        font-size: 14px;
    }

    .gt-register-btn {
        width: 115px;
    }
}

@media (max-width: 991.98px) {

    .gt-navbar {
        min-height: 78px;
        padding: 10px 18px;
    }

    .gt-brand img {
        width: 180px;
    }

    .gt-nav {
        gap: 0;
        margin-top: 16px;
        align-items: stretch;
    }

    .gt-nav-link {
        padding: 11px 5px !important;
        font-size: 15px;
        border-bottom: 1px solid #eee;
    }

    .gt-actions {
        margin-top: 16px;
        padding-bottom: 8px;
        gap: 8px;
    }

    .gt-btn {
        flex: 1;
        width: auto;
        height: 44px;
        border-radius: 9px;
        font-size: 14px;
    }

    .gt-register-btn {
        width: auto;
    }
}

@media (max-width: 575.98px) {

    .gt-navbar {
        min-height: 68px;
        padding: 8px 14px;
    }

    .gt-brand img {
        width: 160px;
    }

    .gt-actions {
        flex-direction: column;
    }

    .gt-btn,
    .gt-register-btn {
        width: 100%;
    }
}

.gt-hero {
    position: relative !important;
    width: 100% !important;
    min-height: 620px !important;
    overflow: hidden !important;
}

.gt-hero-slider {
    width: 100% !important;
}

.gt-hero-slider .owl-stage-outer {
    overflow: hidden !important;
}

.gt-hero-slider .owl-item {
    min-height: 620px !important;
}

.gt-hero-slide {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 620px !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: hidden !important;
}

.gt-hero-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;

    background-image: url('../images/banner-5.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.gt-hero-bg-2 {
    background-image: url('../images/banner-4.jpg') !important;
}

.gt-hero-inner {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 1320px !important;
    min-height: 620px !important;
    margin: 0 auto !important;
    padding: 0 30px !important;
}

.gt-hero-row {
    min-height: 620px !important;
    display: flex !important;
    align-items: center !important;
}

.gt-hero-content {
    width: 50% !important;
    position: relative !important;
    z-index: 3 !important;
}

.gt-hero-text {
    max-width: 570px !important;
    padding: 30px 0 !important;
}

.gt-hero-title {
    margin: 0 0 22px !important;
    color: #fff !important;
    font-size: clamp(40px, 4vw, 58px) !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
}

.gt-hero-description {
    max-width: 570px !important;
    margin: 0 0 30px !important;
    color: #fff !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
}

.gt-hero-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 195px !important;
    height: 52px !important;
    padding: 0 27px !important;
    background: #2caf45 !important;
    color: #fff !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.gt-hero-image-column {
    width: 50% !important;
    position: relative !important;
    z-index: 3 !important;
}

.gt-hero-device {
    width: 100% !important;
    height: 620px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

.gt-hero-device img {
    width: 560px !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}


/* ANIMATION */

.gt-hero-slider .owl-item.active .gt-hero-title {
    animation: gtTextUp .8s ease .2s both;
}

.gt-hero-slider .owl-item.active .gt-hero-description {
    animation: gtTextUp .8s ease .4s both;
}

.gt-hero-slider .owl-item.active .gt-hero-btn {
    animation: gtTextUp .8s ease .6s both;
}

.gt-hero-slider .owl-item.active .gt-hero-device img {
    animation: gtLaptopIn 1s ease .1s both;
}

@keyframes gtTextUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gtLaptopIn {
    from {
        opacity: 0;
        transform: translateX(120px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes gtBackgroundZoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }
}

.gt-hero-slider .owl-item.active .gt-hero-bg {
    animation: gtBackgroundZoom 8s ease-out forwards;
}


@media (max-width: 991px) {

    .gt-hero,
    .gt-hero-slider .owl-item,
    .gt-hero-slide {
        min-height: auto !important;
    }

    .gt-hero-inner,
    .gt-hero-row {
        min-height: auto !important;
    }

    .gt-hero-inner {
        padding: 0 25px !important;
    }

    .gt-hero-row {
        display: block !important;
        padding: 60px 0 45px !important;
    }

    .gt-hero-content,
    .gt-hero-image-column {
        width: 100% !important;
    }

    .gt-hero-text {
        max-width: 650px !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    .gt-hero-title {
        font-size: 44px !important;
    }

    .gt-hero-description {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .gt-hero-device {
        height: auto !important;
        justify-content: center !important;
        padding-top: 30px !important;
    }

    .gt-hero-device img {
        width: 70% !important;
    }
}

@media (max-width: 575px) {

    .gt-hero-inner {
        padding: 0 18px !important;
    }

    .gt-hero-row {
        padding: 45px 0 35px !important;
    }

    .gt-hero-title {
        font-size: 34px !important;
    }

    .gt-hero-description {
        font-size: 15px !important;
    }

    .gt-hero-device img {
        width: 90% !important;
    }
}


.gt-market-ticker {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.gt-market-ticker-inner {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
}

.gt-market-ticker .tradingview-widget-container {
    width: 100%;
    min-height: 52px;
}

.gt-market-ticker .tradingview-widget-container__widget {
    width: 100%;
    min-height: 52px;
}

@media (max-width: 991.98px) {

    .gt-market-ticker-inner {
        min-height: 48px;
    }

    .gt-market-ticker .tradingview-widget-container,
    .gt-market-ticker .tradingview-widget-container__widget {
        min-height: 48px;
    }
}

@media (max-width: 575.98px) {

    .gt-market-ticker-inner {
        min-height: 44px;
    }

    .gt-market-ticker .tradingview-widget-container,
    .gt-market-ticker .tradingview-widget-container__widget {
        min-height: 44px;
    }
}
.gt-about-section {
    position: relative;
    width: 100%;
    padding: 90px 0 95px;
    background: #f8f8f8;
    overflow: hidden;
}

.gt-about-section .container {
    max-width: 1450px;
}

.gt-about-visual {
    position: relative;
    width: 100%;
    height: 520px;
}

.gt-about-main-image {
    position: absolute;
    z-index: 1;
    left: 20%;
    top: 35px;
    width: 310px;
}

.gt-about-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.gt-about-dashboard {
    position: absolute;
    z-index: 3;
    right: 4%;
    bottom: 35px;
    width: 320px;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, .10));
}

.gt-about-dashboard img {
    width: 100%;
    height: auto;
    display: block;
}

.gt-about-sales {
    position: absolute;
    z-index: 4;
    left: 2%;
    top: 100px;
    width: 220px;
    height: 145px;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .10);
    overflow: hidden;
}

.gt-about-sales-shape {
    position: absolute;
    z-index: 0;
    right: -5px;
    top: 0;
    width: 135px;
    height: 135px;
    background-image: radial-gradient(
        circle,
        rgba(33, 135, 57, .12) 1px,
        transparent 1px
    );
    background-size: 6px 6px;
    opacity: .7;
}

.gt-about-sales span {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 30px;
    color: #218739;
    font-size: 13px;
    font-weight: 700;
}

.gt-about-sales h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #111;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}

.gt-about-sales p {
    position: relative;
    z-index: 2;
    margin: 10px 0 0;
    color: #111;
    font-size: 12px;
    line-height: 1;
}

.gt-about-content {
    max-width: 720px;
    padding-left: 25px;
    padding-top: 5px;
}

.gt-about-content h2 {
    max-width: 680px;
    margin: 0 0 55px;
    color: #111;
    font-size: clamp(42px, 3.5vw, 58px);
    line-height: 1.07;
    font-weight: 700;
    letter-spacing: -1.8px;
}

.gt-about-content p {
    margin: 0 0 12px;
    color: #5f6470;
    font-size: 17px;
    line-height: 1.92;
    font-weight: 400;
}


/* =========================
   LARGE DESKTOP
========================= */

@media (max-width: 1399.98px) {

    .gt-about-section .container {
        max-width: 1320px;
    }

    .gt-about-visual {
        height: 500px;
    }

    .gt-about-main-image {
        left: 18%;
        width: 295px;
    }

    .gt-about-dashboard {
        width: 305px;
        right: 2%;
    }

    .gt-about-sales {
        width: 210px;
        height: 140px;
    }

    .gt-about-content h2 {
        font-size: 54px;
        margin-bottom: 48px;
    }
}


/* =========================
   LAPTOP
========================= */

@media (max-width: 1199.98px) {

    .gt-about-section {
        padding: 80px 0 90px;
    }

    .gt-about-visual {
        height: 460px;
    }

    .gt-about-main-image {
        left: 18%;
        top: 30px;
        width: 270px;
    }

    .gt-about-dashboard {
        width: 280px;
        right: 0;
        bottom: 25px;
    }

    .gt-about-sales {
        left: 1%;
        top: 85px;
        width: 195px;
        height: 130px;
        padding: 22px;
    }

    .gt-about-sales span {
        margin-bottom: 25px;
        font-size: 12px;
    }

    .gt-about-sales h3 {
        font-size: 20px;
    }

    .gt-about-sales p {
        font-size: 11px;
    }

    .gt-about-content {
        padding-left: 15px;
    }

    .gt-about-content h2 {
        font-size: 45px;
        margin-bottom: 40px;
    }

    .gt-about-content p {
        font-size: 15px;
        line-height: 1.75;
    }
}


/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

    .gt-about-section {
        padding: 75px 0;
    }

    .gt-about-visual {
        width: 600px;
        max-width: 100%;
        height: 460px;
        margin: 0 auto 45px;
    }

    .gt-about-main-image {
        left: 20%;
        top: 30px;
        width: 275px;
    }

    .gt-about-dashboard {
        width: 285px;
        right: 2%;
        bottom: 20px;
    }

    .gt-about-sales {
        left: 0;
        top: 85px;
        width: 200px;
        height: 135px;
        padding: 22px;
    }

    .gt-about-content {
        max-width: 700px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .gt-about-content h2 {
        max-width: 650px;
        margin: 0 auto 35px;
        font-size: 44px;
    }

    .gt-about-content p {
        font-size: 16px;
        line-height: 1.75;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 575.98px) {

    .gt-about-section {
        padding: 55px 0 65px;
    }

    .gt-about-visual {
        height: 350px;
        margin-bottom: 35px;
    }

    .gt-about-main-image {
        left: 18%;
        top: 20px;
        width: 195px;
    }

    .gt-about-dashboard {
        width: 195px;
        right: -3%;
        bottom: 10px;
    }

    .gt-about-sales {
        left: 0;
        top: 60px;
        width: 135px;
        height: 95px;
        padding: 16px;
        border-radius: 9px;
    }

    .gt-about-sales span {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .gt-about-sales h3 {
        font-size: 17px;
    }

    .gt-about-sales p {
        margin-top: 7px;
        font-size: 8px;
    }

    .gt-about-sales-shape {
        width: 85px;
        height: 85px;
        background-size: 5px 5px;
    }

    .gt-about-content h2 {
        font-size: 32px;
        line-height: 1.12;
        letter-spacing: -.8px;
        margin-bottom: 28px;
    }

    .gt-about-content p {
        font-size: 14px;
        line-height: 1.7;
        text-align: left;
    }
}
.gt-about-company {
    width: 100%;
    padding: 65px 0 70px;
    background: #f8f8f8;
}

.gt-about-company .container {
    max-width: 1450px;
    padding-left: 40px;
    padding-right: 40px;
}

.gt-about-company-content {
    padding-right: 35px;
}

.gt-about-company-content h2 {
    margin: 0 0 8px;
    color: #111;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.5px;
}

.gt-about-company-content p {
    margin: 0 0 8px;
    color: #5f6470;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}

.gt-about-company-image {
    width: 100%;
    height: 430px;
    overflow: hidden;
    border-radius: 12px;
}

.gt-about-company-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}


/* =========================
   LARGE DESKTOP
========================= */

@media (max-width: 1399.98px) {

    .gt-about-company {
        padding: 60px 0 65px;
    }

    .gt-about-company .container {
        max-width: 1250px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .gt-about-company-content {
        padding-right: 30px;
    }

    .gt-about-company-content h2 {
        font-size: 36px;
    }

    .gt-about-company-content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .gt-about-company-image {
        height: 400px;
    }
}


/* =========================
   LAPTOP
========================= */

@media (max-width: 1199.98px) {

    .gt-about-company {
        padding: 55px 0 60px;
    }

    .gt-about-company .container {
        max-width: 1100px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .gt-about-company-content {
        padding-right: 20px;
    }

    .gt-about-company-content h2 {
        font-size: 34px;
    }

    .gt-about-company-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .gt-about-company-image {
        height: 370px;
    }
}


/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

    .gt-about-company {
        padding: 60px 0;
    }

    .gt-about-company .container {
        max-width: 750px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .gt-about-company-content {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .gt-about-company-content h2 {
        font-size: 34px;
    }

    .gt-about-company-content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .gt-about-company-image {
        height: 380px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 575.98px) {

    .gt-about-company {
        padding: 45px 0 50px;
    }

    .gt-about-company .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gt-about-company-content {
        margin-bottom: 25px;
    }

    .gt-about-company-content h2 {
        font-size: 29px;
        margin-bottom: 10px;
    }

    .gt-about-company-content p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 10px;
    }

    .gt-about-company-image {
        height: 280px;
        border-radius: 10px;
    }
}

.gt-vision-section {
    width: 100%;
    padding: 65px 0 75px;
    background: #f8f8f8;
}

.gt-vision-section .container {
    max-width: 1450px;
    padding-left: 40px;
    padding-right: 40px;
}

.gt-vision-image {
    width: 100%;
    height: 525px;
    overflow: hidden;
    border-radius: 12px;
}

.gt-vision-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.gt-vision-content {
    padding-left: 35px;
}

.gt-vision-content h2 {
    margin: 0 0 5px;
    color: #111;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
}

.gt-vision-content p {
    margin: 0 0 4px;
    color: #5f6470;
    font-size: 17px;
    line-height: 1.9;
}

.gt-vision-content strong {
    color: #5a5a5a;
    font-weight: 700;
}


/* =========================
   LARGE DESKTOP
========================= */

@media (max-width: 1399.98px) {

    .gt-vision-section {
        padding: 60px 0 70px;
    }

    .gt-vision-section .container {
        max-width: 1300px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .gt-vision-image {
        height: 470px;
    }

    .gt-vision-content {
        padding-left: 30px;
    }

    .gt-vision-content h2 {
        font-size: 38px;
    }

    .gt-vision-content p {
        font-size: 16px;
        line-height: 1.75;
    }
}


/* =========================
   LAPTOP
========================= */

@media (max-width: 1199.98px) {

    .gt-vision-section {
        padding: 55px 0 65px;
    }

    .gt-vision-section .container {
        max-width: 1100px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .gt-vision-image {
        height: 420px;
    }

    .gt-vision-content {
        padding-left: 25px;
    }

    .gt-vision-content h2 {
        font-size: 35px;
    }

    .gt-vision-content p {
        font-size: 14px;
        line-height: 1.7;
    }
}


/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

    .gt-vision-section {
        padding: 55px 0 65px;
    }

    .gt-vision-section .container {
        max-width: 800px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .gt-vision-image {
        height: 400px;
        margin-bottom: 35px;
    }

    .gt-vision-content {
        padding-left: 0;
    }

    .gt-vision-content h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .gt-vision-content p {
        font-size: 15px;
        line-height: 1.75;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 575.98px) {

    .gt-vision-section {
        padding: 45px 0 50px;
    }

    .gt-vision-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gt-vision-image {
        height: 280px;
        margin-bottom: 28px;
        border-radius: 10px;
    }

    .gt-vision-content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .gt-vision-content p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 7px;
    }
}

.gt-platform-section {
    position: relative;
    width: 100%;
    padding: 95px 0 105px;
    background: #181818;
    overflow: hidden;
}

.gt-platform-section .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
}

.gt-platform-heading {
    text-align: center;
    margin-bottom: 45px;
}

.gt-platform-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    border: 1px solid rgba(33, 135, 57, .35);
    border-radius: 30px;
    color: #218739;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .5px;
}

.gt-platform-heading h2 {
    margin: 12px 0 0;
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.gt-platform-box {
    display: grid;
    grid-template-columns: 375px minmax(0, 1fr);
    min-height: 470px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.gt-platform-tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 40px 25px 40px 48px;
    background: #fff;
}

.gt-platform-tab {
    position: relative;
    width: 100%;
    min-height: 64px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 0;
    border-radius: 40px;
    background: transparent;
    color: #171717;
    font-family: inherit;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: all .25s ease;
}

.gt-platform-tab:hover {
    color: #218739;
}

.gt-platform-tab.active {
    background: #218739;
    color: #fff;
}

.gt-platform-arrow {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    transform: scale(.8);
    transition: all .25s ease;
}

.gt-platform-tab.active .gt-platform-arrow {
    opacity: 1;
    transform: scale(1);
}

.gt-platform-content {
    position: relative;
    min-width: 0;
    padding: 38px 42px;
    background: #f7f7f7;
}

.gt-platform-pane {
    display: none;
    animation: gtPlatformFade .35s ease;
}

.gt-platform-pane.active {
    display: block;
}

.gt-platform-pane h3 {
    margin: 0 0 16px;
    color: #151515;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700;
}

.gt-platform-pane p {
    max-width: 600px;
    margin: 0 0 28px;
    color: #707070;
    font-size: 14px;
    line-height: 1.65;
}

.gt-platform-image {
    width: 100%;
    height: 205px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    background: #fff;
}

.gt-platform-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

@keyframes gtPlatformFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

    .gt-platform-section {
        padding: 75px 0 85px;
    }

    .gt-platform-section .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .gt-platform-heading {
        margin-bottom: 35px;
    }

    .gt-platform-heading h2 {
        font-size: 32px;
    }

    .gt-platform-box {
        grid-template-columns: 1fr;
    }

    .gt-platform-tabs {
        padding: 20px;
        gap: 5px;
    }

    .gt-platform-tab {
        min-height: 58px;
    }

    .gt-platform-content {
        padding: 30px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 575.98px) {

    .gt-platform-section {
        padding: 65px 0 75px;
    }

    .gt-platform-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gt-platform-heading {
        margin-bottom: 25px;
    }

    .gt-platform-heading h2 {
        font-size: 27px;
    }

    .gt-platform-box {
        border-radius: 20px;
    }

    .gt-platform-tabs {
        padding: 15px;
    }

    .gt-platform-tab {
        min-height: 52px;
        padding: 0 20px;
        font-size: 14px;
    }

    .gt-platform-arrow {
        width: 40px;
        height: 40px;
        top: 6px;
        right: 6px;
        font-size: 15px;
    }

    .gt-platform-content {
        padding: 25px 20px;
    }

    .gt-platform-pane h3 {
        font-size: 21px;
    }

    .gt-platform-pane p {
        font-size: 13px;
        line-height: 1.65;
    }

    .gt-platform-image {
        height: 175px;
    }
}
.gt-why-section {
    width: 100%;
    padding: 85px 0 95px;
    background: #f8f8f8;
}

.gt-why-section .container {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
}

.gt-why-heading {
    text-align: center;
    margin-bottom: 65px;
}

.gt-why-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 23px;
    padding: 0 16px;
    border: 1px solid #c5ddcb;
    border-radius: 30px;
    color: #218739;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .4px;
}

.gt-why-heading h2 {
    margin: 12px 0 0;
    color: #111;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.6px;
}

.gt-why-row {
    row-gap: 55px;
}

.gt-why-row > div {
    display: flex;
}

.gt-why-card {
    position: relative;
    width: 100%;
    min-height: 202px;
    padding: 42px 28px 28px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .02);
    transition: transform .25s ease, box-shadow .25s ease;
}

.gt-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
}

.gt-why-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #218739;
    color: #fff;
    font-size: 24px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.gt-why-card h3 {
    margin: 0 0 8px;
    color: #151515;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
}

.gt-why-card p {
    margin: 0;
    color: #727272;
    font-size: 14px;
    line-height: 1.55;
}


/* =========================
   LAPTOP
========================= */

@media (max-width: 1199.98px) {

    .gt-why-section {
        padding: 75px 0 85px;
    }

    .gt-why-section .container {
        max-width: 1050px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .gt-why-heading {
        margin-bottom: 60px;
    }

    .gt-why-heading h2 {
        font-size: 36px;
    }

    .gt-why-card {
        padding-left: 22px;
        padding-right: 22px;
    }

    .gt-why-card h3 {
        font-size: 17px;
    }

    .gt-why-card p {
        font-size: 13px;
    }
}


/* =========================
   TABLET
========================= */

@media (max-width: 991.98px) {

    .gt-why-section {
        padding: 70px 0 80px;
    }

    .gt-why-section .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .gt-why-heading {
        margin-bottom: 55px;
    }

    .gt-why-heading h2 {
        font-size: 32px;
    }

    .gt-why-row > div {
        margin-bottom: 25px;
    }

    .gt-why-card {
        min-height: 205px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 575.98px) {

    .gt-why-section {
        padding: 60px 0 65px;
    }

    .gt-why-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gt-why-heading {
        margin-bottom: 50px;
    }

    .gt-why-heading h2 {
        font-size: 28px;
    }

    .gt-why-card {
        min-height: auto;
        padding: 42px 25px 28px;
    }

    .gt-why-card h3 {
        font-size: 18px;
    }

    .gt-why-card p {
        font-size: 14px;
    }
}

.gt-education-section {
    position: relative;
    width: 100%;
    padding: 80px 40px;
    background: #218739;
    overflow: hidden;
}

.gt-education-pattern {
    position: absolute;
    inset: 0;
    background-image: url('/assets/website/images/shape-10.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .08;
    pointer-events: none;
}

.gt-education-section .container {
    position: relative;
    z-index: 2;
    max-width: 1450px;
}

.gt-education-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 35px;
}

.gt-education-image::after {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    left: 7%;
    top: 8%;
    background: #218739;
    filter: blur(35px);
    opacity: .45;
    z-index: 0;
}

.gt-education-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 610px;
    height: auto;
    display: block;
    mix-blend-mode: multiply;
    filter: saturate(1.2) contrast(1.05);
}

.gt-education-content {
    padding-left: 35px;
    max-width: 650px;
}

.gt-education-content h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.15;
    font-weight: 700;
}

.gt-education-content p {
    margin: 0 0 14px;
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
}

.gt-education-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {

    .gt-education-section {
        padding: 70px 30px;
    }

    .gt-education-image {
        padding-right: 15px;
    }

    .gt-education-content {
        padding-left: 20px;
    }

    .gt-education-content h2 {
        font-size: 38px;
    }

    .gt-education-content p {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {

    .gt-education-section {
        padding: 65px 30px;
    }

    .gt-education-image {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .gt-education-image img {
        max-width: 600px;
    }

    .gt-education-content {
        padding-left: 0;
        max-width: 750px;
        margin: 0 auto;
    }

    .gt-education-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 575.98px) {

    .gt-education-section {
        padding: 55px 20px;
    }

    .gt-education-image {
        margin-bottom: 30px;
    }

    .gt-education-image img {
        max-width: 100%;
    }

    .gt-education-content h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .gt-education-content p {
        font-size: 15px;
        line-height: 1.65;
    }
}

.gt-technical-section {
    padding: 70px 40px;
    background: #f7f7f7;
}

.gt-technical-section .container {
    max-width: 1200px;
}

.gt-technical-image img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.gt-technical-content {
    padding-left: 20px;
}

.gt-technical-content h2 {
    margin: 0 0 8px;
    color: #111;
    font-size: 38px;
    line-height: 1.05;
    font-weight: 700;
}

.gt-technical-content p {
    margin: 0 0 22px;
    color: #666;
    font-size: 15px;
    line-height: 1.55;
}

.gt-technical-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.gt-technical-lists ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gt-technical-lists li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.gt-technical-lists i {
    color: #218739;
    font-size: 20px;
    font-weight: 700;
}

.gt-technical-lists span {
    color: #222;
    font-size: 14px;
}

@media (max-width: 991px) {

    .gt-technical-section {
        padding: 50px 25px;
    }

    .gt-technical-content {
        padding-left: 0;
        padding-top: 30px;
    }

    .gt-technical-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {

    .gt-technical-section {
        padding: 40px 20px;
    }

    .gt-technical-content h2 {
        font-size: 28px;
    }

    .gt-technical-lists {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
.gt-foundation-section {
    padding: 70px 40px;
    background: #f7f7f7;
}

.gt-foundation-section .container {
    max-width: 1200px;
}

.gt-foundation-image img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.gt-foundation-content {
    padding-right: 20px;
}

.gt-foundation-content h2 {
    margin: 0 0 8px;
    color: #111;
    font-size: 38px;
    line-height: 1.05;
    font-weight: 700;
}

.gt-foundation-content p {
    margin: 0 0 22px;
    color: #666;
    font-size: 15px;
    line-height: 1.55;
}

.gt-foundation-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.gt-foundation-lists ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.gt-foundation-lists li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.gt-foundation-lists i {
    color: #218739;
    font-size: 20px;
    font-weight: 700;
}

.gt-foundation-lists span {
    color: #222;
    font-size: 14px;
}

@media (max-width: 991px) {

    .gt-foundation-section {
        padding: 50px 25px;
    }

    .gt-foundation-content {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .gt-foundation-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {

    .gt-foundation-section {
        padding: 40px 20px;
    }

    .gt-foundation-content h2 {
        font-size: 28px;
    }

    .gt-foundation-lists {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.gt-performance-section {
    padding: 70px 40px;
    background: #f7f7f7;
}

.gt-performance-section .container {
    max-width: 1200px;
}

.gt-performance-box {
    position: relative;
    padding: 70px 90px 80px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.gt-performance-box::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    left: 50%;
    bottom: -430px;
    transform: translateX(-50%);
    background: url('/assets/website/images/shape-10.png') center/contain no-repeat;
    opacity: .06;
    pointer-events: none;
}

.gt-performance-top {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.gt-performance-title span {
    display: inline-block;
    padding: 6px 22px;
    border: 1px solid #b9dfc3;
    border-radius: 20px;
    color: #218739;
    font-size: 12px;
    font-weight: 600;
}

.gt-performance-title h2 {
    margin: 20px 0 0;
    color: #111;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
}

.gt-performance-content p {
    margin: 0 0 35px;
    color: #707070;
    font-size: 16px;
    line-height: 1.8;
}

.gt-performance-btn {
    display: inline-block;
    padding: 16px 34px;
    background: #218739;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.gt-performance-stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
}

.gt-performance-stat {
    padding: 0 24px;
    border-left: 1px solid #218739;
}

.gt-performance-stat strong {
    display: block;
    margin-bottom: 18px;
    color: #111;
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
}

.gt-performance-stat span {
    color: #707070;
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 991px) {

    .gt-performance-section {
        padding: 50px 25px;
    }

    .gt-performance-box {
        padding: 50px 40px;
    }

    .gt-performance-top {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .gt-performance-title h2 {
        font-size: 36px;
    }

    .gt-performance-stats {
        grid-template-columns: 1fr 1fr;
        gap: 30px 0;
    }
}

@media (max-width: 575px) {

    .gt-performance-section {
        padding: 40px 20px;
    }

    .gt-performance-box {
        padding: 40px 25px;
        border-radius: 15px;
    }

    .gt-performance-title h2 {
        font-size: 30px;
    }

    .gt-performance-content p {
        font-size: 14px;
    }

    .gt-performance-stats {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .gt-performance-stat {
        padding-left: 15px;
    }
}

.gt-info-section {
    padding: 70px 40px;
    background: #f7f7f7;
    border-top: 3px solid #218739;
}

.gt-info-section .container {
    max-width: 1200px;
}

.gt-info-top {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 80px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.gt-info-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #218739;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.gt-about h2 {
    margin: 0 0 18px;
    color: #111;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

.gt-about p {
    max-width: 850px;
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.9;
}

.gt-support h3 {
    margin: 0 0 18px;
    color: #111;
    font-size: 20px;
    font-weight: 600;
}

.gt-support a {
    display: block;
    margin-bottom: 13px;
    color: #555;
    font-size: 14px;
    text-decoration: none;
}

.gt-support a:hover {
    color: #218739;
}

.gt-risk {
    display: flex;
    gap: 25px;
    margin-top: 45px;
    padding: 30px;
    background: #fff;
    border-left: 4px solid #218739;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
}

.gt-risk-icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf6ed;
    border-radius: 50%;
    color: #218739;
    font-size: 20px;
}

.gt-risk-content {
    flex: 1;
}

.gt-risk-content h2 {
    margin: 0 0 12px;
    color: #111;
    font-size: 28px;
    font-weight: 700;
}

.gt-risk-content p {
    margin: 0 0 12px;
    color: #666;
    font-size: 14px;
    line-height: 1.75;
}

.gt-risk-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .gt-info-section {
        padding: 50px 25px;
    }

    .gt-info-top {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .gt-support {
        padding-top: 10px;
    }
}

@media (max-width: 575px) {

    .gt-info-section {
        padding: 40px 20px;
    }

    .gt-about h2 {
        font-size: 28px;
    }

    .gt-about p {
        font-size: 14px;
    }

    .gt-risk {
        flex-direction: column;
        gap: 15px;
        padding: 22px;
    }

    .gt-risk-content h2 {
        font-size: 24px;
    }
}


/*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: #f7f9f7;
    color: #111;
    padding: 80px 0 25px;
    border-top: 1px solid #e3e8e4;
}

.footer-brand {
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.footer-brand span {
    color: #218739;
}

.footer-intro {
    color: #6b716d;
    max-width: 520px;
    line-height: 1.8;
    margin-top: 15px;
}

.footer-top {
    padding-bottom: 55px;
    border-bottom: 1px solid #dfe5e1;
}

.footer-title {
    color: #218739;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.footer-links a {
    display: block;
    color: #555c57;
    text-decoration: none;
    margin-bottom: 12px;
}

.footer-links a:hover {
    color: #218739;
}

.footer-contact {
    color: #555c57;
    line-height: 1.8;
    margin-bottom: 18px;
}

.footer-contact i {
    color: #218739;
    margin-right: 8px;
}

.footer-contact a {
    color: #555c57;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #218739;
}

.footer-social {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.footer-social a {
    color: #68706b;
    font-size: 18px;
}

.footer-social a:hover {
    color: #218739;
}

.footer-bottom {
    padding-top: 25px;
    color: #737a75;
    font-size: 13px;
}

.footer-bottom a {
    color: #68706b;
    text-decoration: none;
    margin-left: 20px;
}

.footer-bottom a:hover {
    color: #218739;
}

@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: #fff;
    padding: 100px 0;
    color: #111;
}

.terms-header {
    max-width: 750px;
    margin-bottom: 60px;
}

.terms-label {
    color: #218739;
    font-size: 14px;
    font-weight: 600;
}

.terms-header h1 {
    font-size: 48px;
    margin: 12px 0 18px;
    color: #111;
}

.terms-header p {
    color: #6b716d;
    line-height: 1.8;
}

.terms-content {
    border-top: 1px solid #dfe5e1;
}

.terms-intro {
    padding: 40px 0;
    color: #666d68;
    line-height: 1.9;
    border-bottom: 1px solid #dfe5e1;
}

.terms-intro strong {
    color: #111;
}

.term-item {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 25px;
    padding: 25px 0;
    border-bottom: 1px solid #e4e8e5;
}

.term-number {
    color: #218739;
    font-size: 14px;
    font-weight: 700;
}

.term-item p {
    color: #666d68;
    line-height: 1.8;
    margin: 0;
}

.term-item strong {
    color: #111;
}

.terms-note {
    margin-top: 50px;
    padding-left: 25px;
    border-left: 3px solid #218739;
}

.terms-note h4 {
    color: #218739;
    margin-bottom: 10px;
}

.terms-note p {
    color: #6b716d;
    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 #218739;
    border-right: 1px solid #218739;
}

.sg-live {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 3;
    background: #fff;
    color: #111;
    padding: 9px 15px;
    font-size: 11px;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.sg-live span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #218739;
    margin-right: 7px;
    border-radius: 50%;
}

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

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

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

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

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

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

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