.main__fushion-different {
    background-image: url(images/background_5.html);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 62%
}

@media (max-width: 1048px) {
    .main__fushion-different {
        background-size: 48%;
        background-position: 100% 8%
    }
}

@media (max-width: 720px) {
    .main__fushion-different {
        background-size: 90%;
        background-position: 100% 21%
    }
}

.main__fushion-different-grid {
    max-width: 1440px;
    padding: 80px;
    display: grid;
    grid-template-columns: .78fr 1fr;
    gap: 80px;
    margin: 0 auto
}

@media (max-width: 900px) {
    .main__fushion-different-grid {
        padding: 80px 20px 0
    }
}

@media (max-width: 720px) {
    .main__fushion-different-grid {
        grid-template-columns: 1fr;
        padding: 40px 16px 0;
        gap: 40px;
        background-size: 50%
    }
}

.main__fushion-different-grid_v3 {
    padding: 80px 0 80px 80px;
    background: linear-gradient(180deg, rgba(197, 174, 255, 0.1) -0.87%, rgba(191, 214, 255, 0.1) 99.08%);
    max-width: 1440px
}

@media (max-width: 720px) {
    .main__fushion-different-grid_v3 {
        padding: 40px 16px
    }
}

.main__fushion-different-grid_v4 {
    grid-template-columns: 1fr;
    justify-content: center;
    background: #f9f9ff;
    padding-bottom: 0;
    gap: 0
}

@media (max-width: 720px) {
    .main__fushion-different-grid_v4 {
        padding-bottom: 0;
        gap: 80px
    }
}

.main__fushion-different-grid_lptv2 {
    max-width: 1440px;
    padding: 80px;
    display: grid;
    grid-template-columns: .78fr 1fr;
    gap: 80px;
    margin: 0 auto
}

@media (max-width: 1012px) {
    .main__fushion-different-grid_lptv2 {
        grid-template-columns: 1fr;
        padding: 40px 16px 75px;
        gap: 40px;
        background-size: 50%
    }
}

.main__fushion-different_v3 {
    background: initial
}

.main__fusion-different-content .title {
    margin-bottom: 32px
}

.main__fusion-different-content .subtitle {
    margin-bottom: 48px
}

.main__fusion-different-content .button {
    margin-bottom: 54px
}

@media (max-width: 720px) {
    .main__fusion-different-content .title {
        margin-bottom: 16px
    }

    .main__fusion-different-content .subtitle {
        margin-bottom: 24px
    }

    .main__fusion-different-content .button {
        margin-bottom: 32px
    }
}

.main__fusion-different-content_v4 {
    display: flex;
    flex-direction: column;
    align-items: center
}

.main__fusion-different-image {
    display: block;
    width: 100%;
    border-radius: 12px;
    max-width: 1024px
}

@media (max-width: 720px) {
    .main__fusion-different-image {
        display: none
    }
}

.main__fusion-different-image_mobile {
    display: none;
    width: 100%
}

@media (max-width: 720px) {
    .main__fusion-different-image_mobile {
        display: block
    }
}

.main__fusion-different-tradeproofer-text {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    color: #6a6571;
    text-align: center
}

@media (max-width: 720px) {
    .main__fusion-different-tradeproofer-text {
        display: none
    }
}

.main__fusion-different-tradeproofer-text-mobile {
    display: none
}

@media (max-width: 720px) {
    .main__fusion-different-tradeproofer-text-mobile {
        display: block;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 150%
    }
}

.main__fusion-different-button {
    display: flex;
    justify-content: flex-start
}

@media (max-width: 720px) {
    .main__fusion-different-button {
        display: flex;
        justify-content: center
    }
}

.main__fusion-different-button_align-center {
    display: flex;
    padding-top: 0;
    justify-content: center
}

@media (max-width: 720px) {
    .main__fusion-different-button_align-center {
        display: flex;
        padding: 0 16px;
        justify-content: center
    }
}

@media (max-width: 1012px) {
    .main__fusion-different-button_mobile-display-none {
        display: none
    }
}

@media (max-width: 720px) {
    .main__fusion-start-trading-header {
        text-align: center;
        font-size: 24px;
        line-height: 140%;
        margin: 0 0 30px
    }
}

@media (max-width: 720px) {
    .main__fusion-start-trading-subheader {
        font-size: 16px;
        line-height: 150%;
        text-align: center
    }
}

@media (max-width: 720px) {
    .main__fusion-start-trading-subheader_display-none {
        display: none
    }
}

.main__why-we-are-different {
    padding: 120px 80px 0 100px;
    background-image: url(images/background_4.html);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 auto
}

@media (max-width: 1024px) {
    .main__why-we-are-different {
        padding: 56px 16px 0
    }
}

.main__why-we-are-different-cards {
    display: grid;
    max-width: 1440px;
    margin: 0 auto
}

@media (max-width: 1023px) {
    .main__why-we-are-different-cards {
        gap: 24px
    }
}

.main__why-we-are-different-card {
    box-sizing: border-box;
    max-width: 100%;
    align-items: flex-start
}

@media (max-width: 1023px) {
    .main__why-we-are-different-card {
        box-sizing: border-box;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .main__why-we-are-different-card {
        box-sizing: border-box;
        padding: 24px;
        max-width: 100%
    }
}

.main__why-we-are-different-cards_width_1200 {
    max-width: 1200px
}

.main__why-we-are-different-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 375px));
    gap: 64px;
    justify-content: center
}

@media (max-width: 1023px) {
    .main__why-we-are-different-grid {
        gap: 24px
    }
}

.main__why-we-are-different-title {
    text-align: center
}

.main__why-we-are-different-subtitle {
    margin: 32px auto 104px;
    max-width: 960px;
    padding: 0 20px;
    text-align: center
}

@media (max-width: 720px) {
    .main__why-we-are-different-subtitle {
        margin: 24px auto 40px
    }
}

.main__live-pricing {
    margin-top: 120px
}

@media (max-width: 720px) {
    .main__live-pricing {
        margin-top: 60px
    }
}

.main__live-pricing_v4 {
    margin-top: 0
}

.main__ready-to-start {
    max-width: 1280px;
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 19, 80, 0.05);
    border-radius: 10px;
    max-width: 1440px;
    margin: 70px auto 0;
    z-index: 1;
    position: relative;
    box-sizing: border-box
}

@media (max-width: 720px) {
    .main__ready-to-start {
        margin: 64px 16px 0
    }
}

.landing__fusion-different-image-v4 {
    display: block;
    width: 100%
}

@media (max-width: 720px) {
    .landing__fusion-different-image-v4 {
        display: none
    }
}

.trustpilot {
    display: flex;
    align-items: center;
    text-decoration: none
}

@media screen and (max-width: 720px) {
    .trustpilot {
        justify-content: center
    }
}

@media screen and (max-width: 375px) {
    .trustpilot {
        flex-direction: column
    }
}

.trustpilot__description {
    padding-left: 16px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0d1350
}

.trustpilot__logo {
    padding-right: 16px;
    border-right: 1px solid #e7e7e7;
    width: 164px;
    height: 40px
}

@media screen and (max-width: 320px) {
    .trustpilot__logo {
        border-right: null
    }
}

.trustpilot__stars {
    display: flex;
    gap: 7px;
    margin-top: 4px
}

.trustpilot__star {
    width: 24px;
    height: 24px
}

@media (max-width: 1012px) {
    .trustpilot__align_left {
        justify-content: center !important
    }
}

.trustpilot__desktop_display-1012 {
    display: block
}

@media (max-width: 1012px) {
    .trustpilot__desktop_display-1012 {
        display: none
    }
}

.trustpilot__mobile_display-1012 {
    display: none
}

@media (max-width: 1012px) {
    .trustpilot__mobile_display-1012 {
        display: block
    }
}

.trading-products {
    position: relative;
    padding-top: 300px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='391' height='457' viewBox='0 0 391 457' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M172.543 241.253c0 103.001-76.437 192.247-205.937 212.247s-235.062-74.747-232.562-185.247C-263.456 157.753-151.832 39-33.394 39c118.438 0 205.937 99.253 205.937 202.253z' fill='url(%23a)'/%3E%3Cpath d='M343.864 186.54c-42.768 19.17-94.051 4.041-126.458-46.008C185 90.482 204.695 29.017 251.042 9.49 297.39-10.038 357.958.127 380.001 49.305c22.043 49.178 6.631 118.066-36.137 137.235z' fill='url(%23b)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-41.982' y1='33.118' x2='-41.982' y2='452.006' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232CCDCD' stop-opacity='.33'/%3E%3Cstop offset='1' stop-color='%23BFD6FF'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='387.315' y1='54.45' x2='214.173' y2='132.056' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C5AEFF' stop-opacity='.52'/%3E%3Cstop offset='1' stop-color='%23BFD6FF' stop-opacity='.63'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg width='229' height='418' viewBox='0 0 229 418' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M438.543 203.058c0 103.001-76.437 192.247-205.937 212.247S-2.456 340.558.044 230.058C2.544 119.558 114.168.805 232.606.805c118.437 0 205.937 99.253 205.937 202.253z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='224.018' y1='-5.078' x2='224.018' y2='413.811' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232CCDCD' stop-opacity='.33'/%3E%3Cstop offset='1' stop-color='%23BFD6FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 100% 100%;
    padding-bottom: 200px
}

@media (max-width: 720px) {
    .trading-products {
        top: 0;
        padding-top: 64px;
        padding-bottom: 64px;
        background-position: 0 0, 100% 90%
    }
}

.trading-products__column_title {
    padding-left: 40px
}

.trading-products__column_cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center
}

.trading-products__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 1240px;
    padding: 0 80px;
    margin: 0 auto
}

@media (max-width: 720px) {
    .trading-products__columns {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 0
    }
}

.trading-products__subtitle {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media (max-width: 720px) {
    .trading-products__subtitle {
        margin: 24px 0 40px
    }
}

.trading-products__subtitle_align-left {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 0
}

@media (max-width: 720px) {
    .trading-products__subtitle_align-left {
        margin: 24px 0 40px;
        text-align: center
    }
}

.trading-products__title_align-left {
    text-align: left
}

@media (max-width: 720px) {
    .trading-products__title_align-left {
        text-align: center;
        padding-top: 50px
    }
}

.trading-products_no-offset {
    top: 0;
    padding-top: 120px;
    background-position: 0 250px, 100% 100%
}

.trading-products_no-padding-bottom {
    padding-bottom: 0
}

.trading-products__columns_single-column {
    grid-template-columns: 1fr
}

.trading-products__columns_tradeproofer-text {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    color: #6a6571;
    text-align: center
}

@media screen and (max-width: 720px) {
    .trading-products__columns_tradeproofer-text {
        padding-top: 20px
    }
}

.trading-products_single-column {
    max-width: 960px;
    padding: 16px
}

.range-of-platforms__tab {
    flex-direction: column;
    margin: 0 auto;
    width: fit-content;
    padding: 0 16px
}

@media (max-width: 720px) {
    .range-of-platforms__tab {
        display: none
    }
}

.range-of-platforms__tab-select {
    display: none;
    padding: 0 16px;
    flex-direction: column
}

@media (max-width: 720px) {
    .range-of-platforms__tab-select {
        display: flex
    }
}

.range-of-platforms__subtitle {
    padding: 32px 80px 84px;
    max-width: 960px;
    text-align: center;
    margin: 0 auto
}

@media (max-width: 720px) {
    .range-of-platforms__subtitle {
        padding-top: 24px 40px
    }
}

.range-of-platforms__tab-data {
    flex-direction: column
}

.range-of-platforms__tab-subtitle {
    padding: 64px 100px;
    max-width: 1080px;
    font-family: Lato;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    color: #0d1350;
    margin: 0 auto
}

@media (max-width: 720px) {
    .range-of-platforms__tab-subtitle {
        padding: 32px 48px
    }
}

.range-of-platforms__cards {
    display: grid;
    margin: 0 auto;
    max-width: 780px;
    justify-content: center;
    grid-template-columns: 1fr;
    width: calc(100% - 32px)
}

.range-of-platforms__disclamer {
    font-family: Lato;
    font-size: 14px;
    line-height: 150%;
    color: #7d7987;
    text-align: center;
    padding: 0 16px
}

.how-it-works__logos {
    background: #fff;
    box-shadow: 0 0 50px rgba(13, 19, 80, 0.05);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    padding: 96px 120px;
    max-width: 1000px;
    margin: auto;
    z-index: 1;
    position: relative
}

@media (max-width: 720px) {
    .how-it-works__logos {
        padding: 32px;
        gap: 30px;
        margin: 0 16px;
        align-items: center
    }
}

.how-it-works__logo {
    display: block;
    max-width: 200px;
    object-fit: contain
}

.how-it-works__logos_button {
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #515581;
    cursor: pointer;
    text-transform: none;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    width: fit-content;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    display: none
}

@media (max-width: 720px) {
    .how-it-works__logos_button {
        display: block
    }
}

.platform__tab-sections {
    display: none;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 80px
}

@media (max-width: 720px) {
    .platform__tab-sections {
        display: flex;
        margin: 0 auto 40px
    }
}

.platform__tabs {
    display: flex;
    justify-content: center;
    margin: 0 auto 80px
}

@media (max-width: 720px) {
    .platform__tabs {
        display: none
    }
}

.platform__title {
    margin-top: 120px
}

@media screen and (max-width: 720px) {
    .platform__title {
        margin-top: 60px
    }
}

.platform__section {
    padding: 80px 120px;
    background: linear-gradient(180deg, rgba(197, 174, 255, 0.1) -0.87%, rgba(191, 214, 255, 0.1) 99.08%);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px
}

@media (max-width: 720px) {
    .platform__section {
        margin-bottom: 60px;
        padding: 40px 16px
    }
}

.platform__subtitle {
    text-align: center;
    max-width: 960px;
    margin: 0 auto
}

@media screen and (max-width: 720px) {
    .platform__column-center {
        text-align: center
    }
}

.platform__image {
    display: block;
    margin: 80px auto;
    max-width: 800px
}

@media screen and (max-width: 720px) {
    .platform__image {
        margin: 40px auto;
        width: 100%
    }
}

.platform__image_no-margin {
    margin: 0
}

.platform__image_50px {
    width: 50px
}

.platform__join-button {
    margin-top: 40px
}

@media (max-width: 720px) {
    .platform__join-button {
        width: inherit
    }
}

.platform__join-button_width-100-proc-mobile {
    width: inherit
}

@media (max-width: 375px) {
    .platform__join-button_width-100-proc-mobile {
        width: 100%
    }
}

@media (max-width: 720px) {
    .platform__two-columns {
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr
    }
}

@media (max-width: 720px) {
    .platform__two-column-3 {
        grid-row: 4/5
    }
}

@media (max-width: 720px) {
    .platform__two-column-4 {
        grid-row: 3/4
    }
}

.platform__margin-bottom_80 {
    margin-bottom: 80px
}

@media screen and (max-width: 720px) {
    .platform__margin-bottom_80 {
        margin-bottom: 40px
    }
}

.platform__contact-us-input {
    max-width: 380px;
    border-radius: 10px;
    margin-bottom: 36px
}

.platform__contact-us-textarea {
    max-width: 380px;
    min-height: 220px;
    border-radius: 10px
}

@media screen and (max-width: 720px) {
    .platform__faq-links {
        display: none
    }
}
