.mam_account, .mam_build_pro, .pamm_wallet {
    background-color: #0F0F14;
    position: relative;
    overflow: hidden;
}

.mam_account::before {
    content: "";
    position: absolute;
    width: 1440px;
    height: 690px;
    background: rgba(37, 147, 249, 1);
    opacity: 0.65;
    filter: blur(240px);
    pointer-events: none;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -800px;
}


.how_mam_works::after {
    content: "";
    position: absolute;
    width: 1440px;
    height: 690px;
    background: rgba(37, 147, 249, 1);
    opacity: 0.25;
    filter: blur(240px);
    pointer-events: none;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -800px;
}

.mam_acc_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    max-width: 768px;
}

.mam_acc_title {
    font-family: Space Grotesk;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #fff;

}

.mam_acc_text > div {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #DBDBE0;
}

.mam_acc_text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: start;
}

.mam_acc_cards_wrap {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: start;
}



.mam_acc_card_inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;

}

.mam_acc_card {
    border: 1px solid #34343D;
    padding: 24px;
}

.mam_acc_card.mam_acc_card_managers {
    border-bottom: 4px solid #2593F9;
}

.mam_acc_card.mam_acc_card_investors {
    border-bottom: 4px solid #9FFA8F;
}

.mam_acc_card_icon img {
    width: 48px;
    height: 48px;
}

h3.mam_acc_card_title {
    font-family: "Space Grotesk";
    font-weight: 600;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #fff;


}

div.mam_acc_card_text {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #737380;
}


/* how mam works */
.how_mam_works {
    background-color: #0F0F14;
    position: relative;
    overflow: hidden;
}


.mam_nmb_list_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.mam_nmb_list_wrap::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 40px;
    width: 1px;
    background: #34343D;
}

.mam_nmb_list_wrap::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 1px;
    height: var(--mam-progress, 0px);
    background: #31A3FF;
    transition: height 0.25s ease;
    z-index: 0;
}

.mam_nmb_list_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.mam_nmb_list_left {
    width: 40px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.mam_nmb_list_number_box {
    width: 40px;
    height: 40px;
    border: 1px solid #34343D;
    background: #0F0F14;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.mam_nmb_list_number {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #737380;
}

.mam_nmb_list_right {
    flex: 1;
    max-width: 496px;
    padding-top: 4px;
}

.mam_nmb_list_title {
    margin: 0 0 6px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.mam_nmb_list_text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #737380;
}

.mam_nmb_list_item_active .mam_nmb_list_number_box {
    background: #31A3FF;
    border-color: #31A3FF;
}

.mam_nmb_list_item_active .mam_nmb_list_number {
    color: #0F0F14;
}

/* mam grid */
.mam_netw_grid {
    display: flex;
    flex-direction: row;
    gap: 16px;
}


.mam_netw_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.mam_netw_card {
    width: calc(33.333% - 16px);
    padding: 24px;
    border: 1px solid #34343D;
}

.mam_netw_card_inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.mam_netw_icon img {
    width: 48px;
    height: 48px;
}




.mam_netw_title, .mama_alloc_title {
    margin: 0 0 6px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.mam_netw_text, .mama_alloc_text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #fff;
}


/* allocation block */
.mama_alloc_grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
    
}


.mama_alloc_grid > * {
   width: calc(50% - 8px);
}

.mama_alloc_text {
    font-size: 14px;
    color: #DBDBE0;
}

.mama_alloc_card {
    border: 1px solid #34343D;
    padding: 24px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    background: transparent;
}

.mama_alloc_card:hover {
    border: 2px solid #2593F9;
    background-color: rgba(37, 147, 249, 0.1);
}


.mama_alloc_card .mama_alloc_badge_number {
    font-family: "Space Grotesk";
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #737380;
    background: #202029;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mama_alloc_card:hover  .mama_alloc_badge_number  {
    background-color: #2593F9;
    color: #0F0F14;
}

.mama_alloc_card .mama_alloc_badge_text {
    padding: 2px 8px;
    font-family: "Inter";
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.02em;
    vertical-align: middle;
    color: #737380;
    background: #202029;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.mama_alloc_card:hover  .mama_alloc_badge_text {
    background-color: #2593F91A;
    color: #2593F9;
}

.mama_alloc_card_bottom {
    padding: 20px 0px 0px 0px;
    margin-top: 16px;
    border-top: 1px solid #34343D;
}

.mama_alloc_card_bottom .mama_alloc_note{
    font-family: Inter;
    font-weight: 400;
    font-style: Italic;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.02em;
    vertical-align: middle;
}

.mama_alloc_card:hover  .mama_alloc_card_bottom .mama_alloc_note {
    color: #fff;
}

.mam_table_block .mam_acc_content {
    max-width: unset;
    align-items: center;
}

/* compare table */
.mam_table .mt5_cell.mt5_active, .mam_table .mt5_cell:not(.mt5_active) {
    background: rgba(32, 32, 41, 1);
    border-bottom: 1px solid #0F0F14;
    font-weight: 400;
}

.mam_table .mam_fc_col_title {
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    padding: 24px 24px 24px 0px;
    color: #737380;
    font-family: "Space Grotesk";
}

.mam_table .mt5_col_title {
     text-align: left;
}

.mam_table .blue_text {
    color: #2593F9 !important;
}

.mam_table .mt5_cell {
    justify-content: start;
}

.mam_table .fa-solid.fa-check.mt5_icon_check, .mam_table .fa-solid.fa-check.mt5_icon_check:before {
    color: #2593F9 !important;
}

.mam_table .mt5_active_tab {
    flex: 1;
    text-align: center;
    padding: 12px;
    background: rgba(32, 32, 41, 1);
    font-weight: 600;
    font-weight: 600;
    margin-right: 2px;
}

.mam_crypto_box {
    background-image: url(https://cdncloudcart.com/66865/files/image/xpro_build_back_purple_left.png?1770566105);
    background-size: 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
    margin: auto;
}

.mam_crypto_inner {
    border: 1px solid rgba(52, 52, 61, 1);
    padding: 64px;
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mam_crypto_title {
    color: #fff;
    font-size: 40px;
}

.mam_crypto_text {
    color: #DBDBE0;
    font-size: 16px;
    font-weight: 400;
}

.mam_crypto_items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    
}

.mam_crypto_item {
    padding: 10px 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(6px);
}

.mam_crypto_dot {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    display: inline-block;
    margin-right: 10px;
}

.mam_crypto_item_usd  .mam_crypto_dot { background-color: #AD6AFF; }
.mam_crypto_item_usdt .mam_crypto_dot { background-color: #5EE7FF; }
.mam_crypto_item_btc  .mam_crypto_dot { background-color: #FBBD23; }
.mam_crypto_item_eth  .mam_crypto_dot { background-color: #9FFA8F; }
.mam_crypto_item_xrp  .mam_crypto_dot { background-color: #2593F9; }

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

.why_mam_col {
    border: 1px solid #34343D;
    padding: 40px;
    gap: 0px;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.why_mam_col_managers {
    border-top: 4px solid #2593F9;
}

.why_mam_col_investors {
    border-top: 4px solid #9FFA8F;
}


.why_mam_col_managers .fa-solid.fa-check.mt5_icon_check:before {
    color: #2593F9 !important;
}

.why_mam_col_investors .fa-solid.fa-check.mt5_icon_check:before {
    color: #9FFA8F !important;
}

.why_mam_col_inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why_mam_title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.why_mam_item_title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.why_mam_item_text {
    color: #737380;
    font-size: 12px;
    font-weight: 400;
}

.why_mam_item_main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.why_mam_item_content {
    width: 90%;
}

.why_mam_item {
    padding: 16px 0;
    border-top: 1px solid #34343D;
}

.mam_acc_section.mam_table_block .mt5_button_flex {
    justify-content: center;
    margin-top: 30px;
}

.mam_twct .ct_top.ct_top_1 {
    top: 42px
}

.mam_twct .ct_top.ct_top_2 {
    top: 128px
}

.mam_twct .ct_top.ct_top_3 {
    top: 214px
}

.mam_twct .ct_top.ct_top_4 {
    top: 300px
}

.mam_twct .twct_step_caption {
    font-size: 14px;
    color: #DBDBE0;
}

.mam_twct .twct_step {
    align-items: center;
}

.mam_twct .twct_step_num {
    min-width: 48px;
}

.mam_crypto_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mam_crypto_label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

@media(max-width: 768px){
    
    .why_mam_col {
        width: 100%;
    }
    
    .why_mam_grid {
        flex-direction: column;
    }
    
    .mam_acc_title {
    font-size: 28px;
    }
    
    .mam_acc_cards_wrap {
        flex-direction: column;
    }
    
    .mam_nmb_list_wrap::before {
        bottom: 120px;
    }
    
    .mam_netw_card {
        width: 100%;
    }
    
    .mama_alloc_grid {
        flex-direction: column;
    }
    
    .mama_alloc_grid > * {
        width: calc(100% - 8px);
    }
    
    .mam_crypto_inner {
        padding: 0px 0px 64px 0px;
        border: none;
    }
    
    .mam_build_pro.remove_padding .container {
        padding: 0px;
    }
    
    .mam_crypto_box {
        padding-bottom: 64px;
    }
    
    .mam_crypto_inner {
        padding: 0px 15px;
    }
    
    .mam_build_pro, .mam_account {
        padding-bottom: 0px !important;
    }
    
    .mam_twct .twct_col {
        border: none;
        padding: 0px;
        margin-right: 15px;
        align-items: flex-start;
    }
    
    .mam_twct .connect_icon {
        display: block !important;
    }
    
    .mam_twct .twct_icon, .mam_twct .twct_icon_inner {
        width: 64px;
        height: 64px;
    }
    
    .mam_twct .twct_icon {
        margin-bottom: 20px;
    }
    
    .mam_twct .twct_desc {
        text-align: left;
    }
    
    .mam_header.dwm_page_header .row {
       flex-direction: column;
    }
    
    .mam_header.dwm_page_header {
        padding-top: 120px !important;
    }
    
    .mam_header .col-md-4 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    
    .mam_account {
        padding-top: 80px !important;
    }
    
    .how_mam_works, .mam_build_pro {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    
    .mam_table .mt5_mobile_row {
        padding: 0px;
    }
    
    .mam_table .mt5_mobile_values > span {
        text-align: center;
    }
    
    .mam_table .mt5_mobile_row:nth-child(2) {
        border-top: none !important;
    }
    
    .mam_netw_title, .mama_alloc_title {
        font-size: 20px;
    }
    
    .mam_crypto_title {
        font-size: 28px;
    }
    
    .why_mam_grid {
        gap: 16px;
    }
    
    .why_mam_col {
        padding: 15px;
    }
    
    .mam_build_pro .mam_acc_content .mam_acc_text > div, .mam_build_pro .mam_acc_content .mam_acc_title {
        text-align: center;
    }
    
    .mam_faq.faq_section ._grid-section{
        margin-top: 20px !important;
    }
    
    .mam_faq.faq_section h2.show_on_mobile {
        text-align: left;
    }
    
    .mam_faq.faq_section .faq_presentation_section img {
        display: block;
    }
    
    .mam_faq.faq_section {
        padding-top: 0px !important;
    }
    
    .mam_faq.faq_section_style2.faq_section ._faq-list-item ._faq-list-item-title h6 {
        font-size: 20px;
    }

}


/****** PAMM PAGE ********/
.pamm_header * {
    text-align: center;
}

.pamm_header .mt5_button_flex {
    justify-content: center;
}

.pamm_how_works .mam_nmb_list_wrap::before {
    bottom: 90px;
}

.pamm_text_green {
    color: #9FFA8F;
}

.pamm_wallet ._grid-section {
    margin-top: 0px !important;
}

.pamm_wallet .pamm_subtext {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    vertical-align: middle;
    padding: 20px 0px;
    margin-top: 20px;
    border-top: 1px solid #34343D;

}

.pamm_wallet .col-md-6 {
    padding: 0px !important;
}

.pamm_wallet .row .col-md-6:last-child {
    padding: 80px !important;
}


@media(max-width: 768px){
    .pamm_header.dwm_page_header {
        padding-top: 120px !important;
        padding-bottom: 80px !important;
    }
    
    .pamm_how_works .mam_nmb_list_wrap::before {
     bottom: 240px;
    }
    
    .pamm_wallet .row .col-md-6:last-child {
        padding: 0px 15px !important;
    }
    
    .twct_col.twct_col--border {
        margin-top: 60px;
    }

}


