body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    background: #E8E8E8;
}

html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.site_btn {
    display: flex;
    width: 260px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #057C48;
    border: 2px solid #057C48;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.2px;
    transition: 0.5s ease-in-out;
}

.site_btn:hover {
    background: #459C76;
    border-color: #459C76;
}

.header {
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
}

.header.is-sticky {
    animation: slideDown 0.35s ease-out;
    position: fixed;
    top: 0;
    left: 0;
    background: #161616;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

nav .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}

.navbar .logo a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links {
    line-height: 70px;
    height: 100%;
}

nav .navbar .links {
    display: flex;
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 30px 12px;
    height: 100%;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.16px;
    transition: 0.5s ease-in-out;
}

nav .navbar .links li a:hover {
    color: #459C76
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    height: 100%;
    width: 22px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 82px;
    left: 0;
    background: #FFF;
    border-radius: 24px;
    padding: 16px 0px;
    display: none;
    z-index: 2;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0px 33px;
}

.navbar .links li .sub-menu a {
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0px;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.get_startedbtn .bx-menu {
    display: none;
}

.get_startedbtn .bx-menu span {
    width: 20px;
    height: 3px;
    border-radius: 15px;
    display: block;
    line-height: 0px;
    background: #FFF;
    margin-bottom: 5px;
}

.get_startedbtn .bx-menu span:nth-child(2) {
    width: 13px;
}

.get_startedbtn .bx-menu span:nth-child(3) {
    width: 8px;
    margin-bottom: 0px;
}

.navbar .nav-links.open~.get_startedbtn .bx-menu span:nth-child(1) {
    width: 20px;
    transform: rotate(-45deg);
    margin-bottom: 7px;
}

.navbar .nav-links.open~.get_startedbtn .bx-menu span:nth-child(2) {
    width: 20px;
    transform: rotate(45deg);
    margin-top: -10px;
}

.navbar .nav-links.open~.get_startedbtn .bx-menu span:nth-child(3) {
    display: none !important;
}

.get_startedbtn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.get_startedbtn a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2px;
    color: #057C48;
    transition: 0.4s ease-in-out;
}

.get_startedbtn a:hover {
    color: #459C76;
}
.logo img {
    max-width: 215px;
}

@media (max-width:1200px) {
    nav .navbar {
        padding: 10px 0px;
    }

    nav .navbar .links li {
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 15px;
    }

    .get_startedbtn a {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .logo img {
        width: 180px;
    }

    .get_startedbtn .bx-menu {
        display: block;
    }

    .get_startedbtn a {
        display: none;
    }

    nav .navbar .links li {
        white-space: nowrap;
        padding: 0px 32px;
        border-bottom: 1px solid #C5C5C5;
    }

    nav .navbar .nav-links {
        position: absolute;
        top: 70px;
        left: -130%;
        display: block;
        height: fit-content;
        overflow-y: scroll;
        height: 75vh;
        width: 100%;
        background: #E8E8E8;
        line-height: 40px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    nav .navbar .links li a {
        padding: 24px 0px;
        font-size: 16px;
        color: #202020;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar .links li .sub-menu a {
        font-size: 14px;
        padding: 14px 0px;
    }

    nav .navbar .nav-links.open {
        left: 0%;
    }

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: #fff;
    }

    .navbar .bx-menu,
    .navbar .bx-x {
        color: #FFF;
        font-size: 25px;
    }

    nav .navbar .links {
        display: block;
    }

    nav .navbar .links li .arrow {
        color: #808080;
    }

    nav .navbar .links li {
        display: block;
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
        background: transparent;
        padding: 0px;
    }

    nav .navbar .links li:hover .js-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlcss-arrow,
    nav .navbar .links li:hover .js-arrow {
        transform: rotate(0deg);
    }

    .navbar .nav-links .links .js-sub-menu.sub-menu.open {
        display: block;
        margin-top: -12px;
    }

    .navbar .links li .sub-menu li {
        padding: 0px;
        border-bottom: 0px solid #C5C5C5;
    }
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }
}

/* Banner Section */

.banner_section {
    background: #161616;
    padding: 112px 0px 73px;
    position: relative;
    overflow: hidden;
}

.bannersmall_text {
    position: relative;
    z-index: 1;
    margin-bottom: -28px;
}

.bannersmall_text a {
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.banner_text {
    position: relative;
    z-index: 1;
}

.banner_text h1 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 2px;
}

.banner_text h1 span {
    color: #459C76;
}

.banner_text p {
    color: #C5C5C5;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding: 22px 0px;
}

.banner_image img {
    position: relative;
    z-index: 1;
}

.banner_image::after {
    content: '';
    position: absolute;
    bottom: -130px;
    left: 90px;
    width: 371px;
    height: 361.762px;
    border-radius: 100%;
    background: #057C48;
    filter: blur(100px);
    z-index: 0;
}

.banner_image::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 30px;
    width: 316px;
    height: 305.799px;
    border-radius: 100%;
    background: #3206A8;
    filter: blur(100px);
    z-index: 0;
}

/* Core Features */

.core_features {
    background: #E8E8E8;
    padding: 80px 0px;
    position: relative;
}

.features_top_description {
    margin-bottom: 160px;
}

.features_top_description p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.core_features_title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 40px;
}

.features_box {
    background: #FFF;
    border-radius: 20px;
    padding: 30px;
    min-height: 100%;
}

.features_box .features_text h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 16px;
}

.features_box .features_text p {
    color: #242424;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
}

/* Comprehensive */

.comprehensive {
    background: #161616;
    padding: 80px 0px;
    position: relative;
}

.comprehensive_text {
    padding-left: 20px;
}

.comprehensive_title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #FFF;
    margin-bottom: 40px;
}

.comprehensive_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #C5C5C5;
    margin-bottom: 40px;
}

#cutting_edge {
    background: #E8E8E8;
}

#cutting_edge .comprehensive_text {
    padding-left: 0px;
    padding-right: 20px;
}

#cutting_edge .comprehensive_title h2 {
    color: #000;
}

#cutting_edge .comprehensive_text p {
    color: #000;
}

#cutting_edge .comprehensive_text a {
    background: transparent;
    color: #057C48;
}

#cutting_edge .comprehensive_text a:hover {
    color: #FFF;
    background: #459C76;
}

#dedicated_client .comprehensive_text {
    padding-left: 0px;
    padding-right: 20px;
}

#dedicated_client .comprehensive_text a {
    background: transparent;
    color: #057C48;
}

#dedicated_client .comprehensive_text a:hover {
    color: #FFF;
    background: #459C76;
}

/* Get Started */

.get_started {
    background: #E8E8E8;
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

.get_started::after {
    content: '';
    position: absolute;
    top: -80px;
    left: -10%;
    width: 621px;
    height: 606px;
    border-radius: 100%;
    background: #459C76;
    filter: blur(125px);
    z-index: 0;
}

.get_started::before {
    content: '';
    position: absolute;
    top: 160px;
    right: -10%;
    width: 604px;
    height: 590px;
    border-radius: 100%;
    background: #459C76;
    filter: blur(125px);
    z-index: 0;
}

.get_started_text {
    position: relative;
    z-index: 1;
}

.get_started_text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 40px;
}

.get_started_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #242424;
    margin-bottom: 40px;
}

.get_started_text a {
    margin: auto;
}

.expanding_title {
    max-width: 830px;
    margin: auto;
    margin-top: 160px;
}

.expanding_title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 40px;
}

.continuously_expanding {
    position: relative;
    z-index: 1;
}

.continuously_expanding img {
    width: 100%;
}

/* Footer Section */
.footer {
    background: #161616;
    padding: 80px 0px;
    position: relative;
}

.ft_topbar {
    display: flex;
    gap: 50px;
}

.ft_logo {
    width: 250px;
}

.ft_logo img {
    max-width: 100%;
}


.ft_logo h3 {
    color: #057C48;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 1px;
    margin-top: 16px;
}

.ft_list_content {
    display: flex;
    gap: 0px 54px;
    flex-wrap: wrap;
}

.ft_list_content .ft_item {
    min-height: 130px;
}

.ft_list_content .ft_item h4 {
    color: #C5C5C5;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.16px;
}

.ft_list_content .ft_item ul li {
    padding: 8px 0px;
}

.ft_list_content .ft_item ul li a {
    color: #C5C5C5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.16px;
    transition: 0.5s ease-in-out;
}

.ft_list_content .ft_item ul li a:hover {
    color: #459C76;
}

.risk_disclaimer {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 24px 0px;
    margin: 24px 0px;
}

.risk_disclaimer h3 {
    color: #C5C5C5;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
}

.risk_disclaimer p {
    color: #C5C5C5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.16px;
}

.ft_contact_details {
    display: flex;
    gap: 80px;
}

.ft_contact {
    width: 40%;
}

.ft_contact_box:not(:last-child) {
    margin-bottom: 16px;
}

.ft_contact_box h4,
.ft_social_icon h4 {
    color: #057C48;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
}

.ft_contact_box li img {
    margin-right: 10px;
}

.ft_contact_box li:not(:last-child) {
    margin-bottom: 10px;
}

.ft_contact_box a,
.ft_contact_box p {
    color: #C5C5C5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    transition: 0.4s ease-in-out;
}

.ft_contact_box a:hover {
    color: #459C76;
}

.ft_social_icon ul li {
    display: inline-block;
    margin-right: 24px;
}

.ft_social_icon ul li a {
    font-size: 40px;
    color: #FFF;
    transition: 0.4s ease-in-out;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft_social_icon ul li a:hover {
    color: #459C76;
}

.maverix_global {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
}

.maverix_global p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
    color: #FFFFFF;
}

.copyright {
    margin-top: 24px;
}

.copyright ul li {
    display: inline-block;
    margin-right: 30px;
}

.copyright ul li,
.copyright ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.16px;
    color: #C5C5C5;
    transition: 0.4s ease-in-out;
}

.copyright ul li a:hover {
    color: #459C76;
}

/* About Us Page Css */

.breadcrumb_section {
    background: #161616;
    padding: 105px 0px 80px;
    position: relative;
    overflow: hidden;
}

.breadcrumb_list {
    margin-bottom: -24px;
    position: relative;
    z-index: 1;
}

.breadcrumb_list ul li {
    display: inline-block;
    margin-right: 12px;
}

.breadcrumb_list ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    transition: 0.4s ease-in-out;
}

.breadcrumb_list ul li:first-child a {
    color: #808080;
}

.breadcrumb_list ul li a:hover {
    color: #459C76;
}

.breadcrumb_text h1 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 2px;
}

.breadcrumb_text h1 span {
    color: #057C48;
}

.breadcrumb_text p {
    color: #C5C5C5;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 605px;
}
.markets .breadcrumb_text p {
    font-size: 16px;
    line-height: 24px;
}

.breadcrumb_image img {
    position: relative;
    z-index: 1;
}

.breadcrumb_image::after {
    content: '';
    position: absolute;
    bottom: -130px;
    left: 90px;
    width: 371px;
    height: 361.762px;
    border-radius: 100%;
    background: #057C48;
    filter: blur(100px);
    z-index: 0;
}

.breadcrumb_image::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 30px;
    width: 316px;
    height: 305.799px;
    border-radius: 100%;
    background: #3206A8;
    filter: blur(100px);
    z-index: 0;
}

#markets_banner .breadcrumb_text p {
    font-size: 16px;
    line-height: 24px;
}


.aboutus_section {
    position: relative;
    padding: 80px 0px;
    background-color: #E8E8E8;
}

.content_about {
    background: #FFF;
    padding: 50px;
    border-radius: 24px;
}

.content_about p {
    padding-bottom: 30px;
    color: #242424;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.content_about h3 {
    color: #057C48;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.content_about ul li {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
    color: #242424;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    max-width: 890px;
}

.educational_materials {
    background: #E8E8E8;
    padding: 80px 0px;
}

.educational_materials_text {
    padding-left: 20px;
}

.educational_materials_title h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.educational_materials_text ul li {
    display: flex;
    align-items: center;
    gap: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #242424;
    margin-bottom: 20px;
}

.educational_materials_text ul li:last-child {
    margin-bottom: 0px;
}

.interactive_learning {
    background: #FFF;
    border-radius: 24px;
    padding: 50px;
    margin: 40px 0px 30px;
}

.interactive_learning h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #057C48;
    margin-bottom: 30px;
}

.ensures_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #242424;
    max-width: 830px;
    margin: auto;
}

.terminology_empowering {
    position: relative;
    background: #161616;
}

.empowering_content {
    padding: 80px 0px;
}

.terminology_empowering_title {
    max-width: 880px;
    margin: auto;
}

.terminology_empowering_title h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.terminology_empowering_title h2 span {
    color: #057C48;
}

.terminology_empowering_title p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.webinars_title {
    margin-bottom: 40px;
}

.webinars_title h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    color: #FFF;
    letter-spacing: 1px;
}

.webinars_title span {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: #FFF;
}

.webinars_title p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: #FFF;
    max-width: 1050px;
    margin: auto;
    margin-top: 40px;
}
.webinars_title p {
    color: var(--gray-text, #C5C5C5);
}

.webinarstext ul li {
    color: #C5C5C5;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.webinarstext ul li:last-child {
    margin-bottom: 0px;
}

.receive_actionable {
    background: #161616;
    position: relative;
    padding: 80px 0px;
    margin-bottom: 80px;
}

.actionable_title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.receive_actionable_text {
    padding-left: 20px;
}

.receive_actionable_text p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: #C5C5C5;
    margin-bottom: 40px;
}

.receive_actionable_text ul li {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: #C5C5C5;
    display: flex;
    align-items: center;
    gap: 30px;
}


/* Account Types Page Css */
.account_types {
    background: #E8E8E8;
    position: relative;
    padding: 80px 0px;
}

.account_content_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 30px;
}

.account_content_box {
    background: #161616;
    padding: 50px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 1150px;
}

.account_content_box::after {
    content: '';
    position: absolute;
    top: -33rem;
    right: -39rem;
    width: 765.585px;
    height: 725.265px;
    transform: rotate(-24.746deg);
    border-radius: 765.585px;
    background: #057C48;
    filter: blur(150px);
}

.act_text {
    position: relative;
    z-index: 1;
}

.act_text h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: 1px;
    color: #FFF;
}

.act_text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #FFF;
    margin-top: 20px;
}

.act_text ul li {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #C5C5C5;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.act_text ul li img {
    width: 24px;
}

.act_btn {
    margin-top: 50px;
}

.act_btn a {
    width: 100%;
}

.act_bottom_text p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-top: 80px;
}


/* FAQ */

.faq_section {
    position: relative;
    padding: 80px 0px;
    background: #E8E8E8;
}

.content_faq {
    background: #FFF;
    padding: 50px;
    border-radius: 24px;
    margin-bottom: 40px;
}

.content_faq:last-child {
    margin-bottom: 0px;
}

.content_faq h3 {
    color: #057C48;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 1px;
    display: flex;
    gap: 5px;
    padding-bottom: 30px;
}

.content_faq p {
    color: #242424;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

/* Reviews */

.reviews_section {
    position: relative;
    padding: 80px 0px;
    background: #E8E8E8;
}

.content_reviews p {
    color: #242424;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 1px;
    padding-bottom: 80px;
    text-align: center;
}

.reviews_box {
    background: #FFF;
    padding: 50px;
    border-radius: 24px;
    height: 100%;
}

.reviews_name {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0px;
}

.reviews_box h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.2px;
}

.reviews_box p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-right: 3px;
}

/* Trading Markets */
.trading_markets {
    background: #E8E8E8;
    padding: 80px 0px;
    position: relative;
}

#commodities.trading_markets_box {
    background: linear-gradient(180deg, #000 0%, #202020 51.5%, rgba(54, 43, 43, 0.00) 69.5%), url(../images/commodities-market.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#indices.trading_markets_box {
    background: linear-gradient(180deg, #000 0%, #202020 51.5%, rgba(54, 43, 43, 0.00) 69.5%), url(../images/indices-market.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.trading_markets_box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 50px;
    height: 778px;
}

.trading_markets_content {
    position: relative;
    z-index: 1;
}

.trading_markets_box::after {
    content: '';
    position: absolute;
    bottom: -260px;
    left: -440px;
    width: 570px;
    height: 556px;
    border-radius: 570px;
    background: #057C48;
    filter: blur(150px);
    z-index: 0;
}

.trading_markets_box::before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -340px;
    width: 445px;
    height: 431px;
    border-radius: 445px;
    background: #3206A8;
    filter: blur(150px);
}

.trading_markets_box h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    color: #FFF;
    letter-spacing: 1px;
}

.trading_markets_box p,
.trading_markets_box ul li {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 20px;
}

.trading_markets_box ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cryptocurrency_market {
    background: #FFF;
    padding: 50px;
    border-radius: 24px;
}

.cryptocurrency_market h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #057C48;
}

.cryptocurrency_market p,
.cryptocurrency_market ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #242424;
    margin-top: 30px;
}

.cryptocurrency_market ul li {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Promotions Page Css */
#year_promotion.trading_markets_box {
    background: linear-gradient(180deg, #000 0%, #202020 51.5%, rgba(54, 43, 43, 0.00) 69.5%), url(../images/year-promotion.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#deposit_credit.trading_markets_box {
    background: linear-gradient(180deg, #000 0%, #202020 51.5%, rgba(54, 43, 43, 0.00) 69.5%), url(../images/deposit-credit.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#seasonal_bonuses.trading_markets_box {
    background: linear-gradient(180deg, #000 0%, #202020 51.5%, rgba(54, 43, 43, 0.00) 69.5%), url(../images/seasonal-bonuses.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

#loyalty_rewards.trading_markets_box {
    background: linear-gradient(180deg, #000 0%, #202020 51.5%, rgba(54, 43, 43, 0.00) 69.5%), url(../images/loyalty-rewards.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.explore_exclusive h2 {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 2px;
    color: #000000;
}

.explore_exclusive p {
    margin: 24px 0px 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.explore_exclusive a {
    margin: auto;
}

#cryptocurrency_promotion {
    background: #161616;
    margin: 16px 0px;
}

#cryptocurrency_promotion p {
    color: #FFF;
}