<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    overflow-x: hidden;
}

p {
    margin: unset !important;
}

.tab {
    background-color: transparent;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 2px;
}

.tab button {
    padding: 10px 16px;
    min-width: 180px;
    cursor: pointer;
    background-color: transparent;
    /*font-family: 'HelveticaNeueCyr';*/
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    font-weight: 600;
    transition: 0.3s;
}

/* .transparent-part {
    background: transparent;
    width: 600px;
} */

.tab button.active {
    background: #FFEEF2;
    color: #A2001D;
    border-radius: 100px;
}

.tab button:not(.active):hover {
    text-decoration: underline;
    color: #000000;
}

.tabcontent {
    display: none;
    line-height: 160%;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
    border-radius: 10px;
    margin-top: 30px;
}

input.pamm-top5--validation-error::placeholder {
    color: #FD3A46;
}

.card_desc .tab2_card_desc1_link {
    color: #0064FA;
}
.card_desc .tab2_card_desc1_link:hover {
    color: #0064FA;
    text-decoration: none;
}

.pamm-top5--table {
    position: relative;
}

.popup-bg,
.popup-ib {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(221, 221, 221, 0.5);
}

.pamm-top5--select2--flag-country-span {
    vertical-align: middle;
    padding: 0 2px;
}

/* End custom checkbox */

.flow_chart_content2 {
    margin-bottom: 40px;
    padding: 15px 30px;
}

.benefits2 {
    padding: 15px 30px;
}

.tab1-title {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    /*font-weight: 700;*/
    font-size: 32px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 20px;
    text-align: left;
}

.tab1_desc {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    text-align: left !important;
}

.flow_chart {
    display: flex;
    margin: auto;
    align-items: center;
    flex-wrap: wrap;
}

.box1 {
    width: 220px;
    height: 156px;
    background: #5BAE46;
    border-radius: 10px;
    margin: 30px 30px 30px 0px;
}

.box1 .content {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    line-height: 150%;
    color: #FFFFFF;
    padding-left: 16px !important;
    padding-right: 16px !important;
    position: relative;
    top: 32%;
    text-align: left;
}

.box1 .text {
    font-weight: 400;
    font-size: 16px;
}

.box1 .ammount {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.04em;
}

.box2 {
    width: 220px;
    height: 156px;
    background: #D4E3FF;
    border-radius: 10px;
    margin: 30px 30px 30px 0px;
}

.box3 {
    width: 220px;
    height: 165px;
    background: #D4E3FF;
    border-radius: 10px;
    margin: 30px 30px 30px 10px;
}

.box2 .content,
.box3 .content {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    line-height: 150%;
    padding-left: 16px !important;
    padding-right: 16px !important;
    position: relative;
    top: 22%;
    text-align: left;
}

.box2 .text,
.box3 .text,
.box4 .text {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.box2 .ammount,
.box3 .ammount1,
.box4 .ammount {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.04em;
    color: #2A374A;
    padding-top: 5px;
}

.box3 .ammount {
    padding-top: 5px;
}

.box3 .ammount2 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: #0064FA;
}

.arrows {
    position: relative;
}

.arrow {
    position: absolute;
    left: -20px;
    max-width: 100%;
}

.arrow.point-to-down {
    bottom: 100%;
    margin-bottom: 10px;
}

.arrow.up-to-down1,
.up-to-down2 {
    display: none;
}

.box3 .ammount3,
.box3 .ammount4 {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #0064FA;
    position: absolute;
    margin: auto;
}

.box3 .ammount3 {
    bottom: 120%;
    margin-bottom: 10px;
}

.box3 .ammount4 {
    top: 120%;
    margin-top: 10px;
}

.arrow.point-to-up {
    top: 100%;
    margin-top: 10px;
}

.box4 {
    width: 220px;
    height: 165px;
    background: #D4E3FF;
    border-radius: 10px;
    margin: 30px 30px 30px 10px;
}

.box4 .content {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    line-height: 150%;
    position: relative;
    top: 32%;
    text-align: center;
}

.box5 {
    width: 220px;
    height: 285px;
    background: #5BAE46;
    border-radius: 10px;
    margin: 30px 0px 30px 10px;
}

.box5 .content {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    line-height: 150%;
    padding-left: 16px;
    position: relative;
    top: 14%;
}

.box5 .text1,
.text2,
.text3 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.box5 .ammount1,
.ammount2 {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.04em;
    color: #ADE4C3;
    padding-bottom: 24px;
}

.box5 .ammount3 {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.arrow.left-to-right {
    bottom: 45%;
    left: -36px;
}

.flow_text {
    /*font-family: 'HelveticaNeueCyr';*/
    /*font-style: italic;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    text-align: left !important;
}

.benefits {
    margin-top: 32px;
}

.all-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: auto;
    flex-wrap: wrap;
    padding-top: 30px;
    justify-content: center;
}

.benefit--title {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    /*font-weight: 700;*/
    font-size: 32px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 35px;
    padding-top: 20px;
    text-align: left;
}

.benefit-heading {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    /* padding-top: 20px; */
}

.benefit-content {
    /* min-width: 269px !important; */
    max-width: 269px !important;
    width: 100%;
}

.benefit-desc {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding-top: 10px;
    text-align: left;
}

.benefit--desc .icon-title{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.icon-title .icon {
    height: 22px;
    width: 22px;
}

.arrow.down1,
.down2 {
    display: none;
}
.pamm-top5-table th {
    text-align: center;
}

.pamm-top5-table tbody td {
    text-align: center;
}

.pamm-top5--button {
    width: 172px;
    height: 38px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.pamm-top5--grows_profit-value {
    /*font-weight: 700;*/
    color: #0F7F12;
    margin-left: 10px;
    width: 85px;
    vertical-align: top;
}

.pamm-top5-table th {
    font-weight: 600;
    text-align: left;
}

.pamm-top5-table th {
    min-width: 100px;
}

.pamm-top5-table th:last-child {
    width: 100px;
}

.pamm-top5-table th:first-child {
    text-align: center
}

.pamm-top5-table tbody tr {
    border-bottom: 1px solid #ddd;
}

.pamm-top5-table tbody td:first-child {
    width: 369px;
    padding-right: 15px;
}

.pamm-top5-table tbody td {
    padding: 30px 0 14px 0;
    vertical-align: top;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.pamm-top5-table,
.pamm-top5-table-2 {
    width: 100%
}

.pamm-top5-table-2 {
    display: none;
}

.pamm-top5-desc {
    margin-top: 4px;
}

.pamm-top5--table {
    /* margin-top: 40px; */
    font-size: 13px;
    line-height: 16px;
    padding: 32px 40px;
}

.pamm-top5--title {
    padding-bottom: 25px;
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    /*font-weight: 700;*/
    font-size: 32px;
    line-height: 140%;
    text-align: left;
    color: #000000;
}

.pamm-top5-table th {
    font-weight: 600;
    text-align: center;
}

.card {
    position: relative;
}

.card-body {
    padding: 30px;
}

.trader,
.profit-calculation {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}
.all-card {
    gap: 24px;
}

.card_title {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    /* font-weight: 700; */
    font-size: 28px;
    line-height: 125%;
    color: #000000;
    text-align: left !important;
}

.card_desc {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    text-align: left !important;
    padding-top: 20px;
    padding-bottom: 40px;
}

.card_link {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    font-weight: 550;
    font-size: 13px;
    line-height: 140%;
    color: #1F9034;
    padding-top: 10px;
    text-decoration: none;
    text-align: left !important;
    position: absolute;
    bottom: 20px;
}
.card_link_expand{
    font-style: normal;
    font-weight: 550;
    font-size: 13px;
    line-height: 140%;
    color: #1F9034;
    padding-top: 10px;
    text-decoration: none;
    text-align: left !important;
    cursor: pointer;
    bottom: 20px;
}

.card_link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.partner {
    padding: 30px;
    padding-bottom: 25px;
    padding-top: 30px;
    max-width: 844px;
}

.partner-all {
    display: flex;
    flex-direction: column;
}

.partner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partner-content:not(:last-child) {
    margin-bottom: 35px;
}

.partner-title {
    /*font-family: 'HelveticaNeueCyr';*/
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 15px;
}

.partner-icon {
    max-width: 100px;
    max-height: 100px;
}

.partner--desc {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000;
    text-align: left;
    width: calc(100% - 94px);
}

.tab3_text {
    /*font-family: 'HelveticaNeueCyr';*/
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 45px;
}

.tab3_partner_desc1_link {
    color: #0064FA;
}
.tab3_partner_desc1_link:hover {
    text-decoration: none;
}

.partner--image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
}
.partner_num{
    position: absolute;
    right: -10px;
    top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #7E0C0C;
    border-radius: 200px;
}

.icon-num {
    position: absolute;
    bottom: 80%;
    margin-bottom: 10px;
}

.profit {
    width: 100%;
}

.profit_title {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    /* font-weight: 550; */
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    padding-top: 24px;
    text-align: left !important;
}

.profit_desc {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    padding-top: 12px;
    text-align: left !important;
}
.profit_desc.expand{
    height: 96px;
    overflow: hidden;
}

.all-profit {
    gap: 40px;
    padding-top: 40px;
    width: 100%;
    padding: 30px;
}

.profit-image {
    min-width: 168px;
    min-height: 165px;
    max-width: 100%;
}

.image-part {
    display: flex;
    min-height: 165px;
    position: relative;
}

.cards-link {
    text-align: left;
}

@media (max-width: 1085px) {
    .all-benefits {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        padding-top: 30px;
        padding-bottom: 0px;
        justify-items: center;
    }
}

@media (max-width: 1627px) {
    .box1,
    .box2,
    .box3,
    .box4 {
        width: 190px;
    }
    .box5 {
        width: 200px;
    }
    .box3 .content {
        top: 18%;
    }
}

@media screen and (max-width: 1517px) and (min-width: 1361px) {
    .box_one {
        display: flex;
        width: 100%;
        gap: 10px;
        margin-top: 32px !important;
        justify-content: center;
    }
    .image_one {
        display: flex;
        padding-top: 23px;
    }
    .box1 {
        width: 30%;
        height: 135px;
        background: #5BAE46;
        border-radius: 10px;
        margin: 0px;
        min-width: 130px;
    }
    .box1 .content,
    .box2 .content {
        text-align: center;
        padding-left: 0px;
    }
    .box1 .text {
        font-weight: 400;
        font-size: 16px;
    }
    .box1 .ammount {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
    }
    .box2 {
        width: 30%;
        height: 135px;
        background: #D4E3FF;
        border-radius: 10px;
        margin: 0px;
        min-width: 130px;
    }
    .box_two,
    .box_three,
    .box_four {
        width: 100%;
        margin-top: 46px !important;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .box_four {
        padding-bottom: 30px;
    }
    .box3 {
        width: 50%;
        height: 135px;
        background: #D4E3FF;
        border-radius: 10px;
        margin: unset;
    }
    .box3 .content {
        padding-left: 0px;
        text-align: center;
        top: 28%;
    }
    .box2 .text,
    .box3 .text,
    .box4 .text {
        font-weight: 400;
        font-size: 16px;
        color: #000000;
    }
    .box2 .ammount,
    .box3 .ammount1,
    .box4 .ammount {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
        color: #2A374A;
        padding-top: 5px;
    }
    .box3 .ammount {
        padding-top: 5px;
    }
    .box3 .ammount2 {
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 0.04em;
        color: #0064FA;
    }
    .box3 .ammount3 {
        bottom: 98%;
        margin-bottom: 5px;
        left: 77%;
    }
    .box3 .ammount4 {
        top: unset;
        margin-top: unset;
        bottom: 103%;
        left: 12%;
    }
    .arrows {
        position: relative;
    }
    .arrow {
        position: absolute;
        left: -40px;
        max-width: 100%;
    }
    .arrow.point-to-down {
        bottom: 100%;
        margin-bottom: 10px;
    }
    .arrow.up-to-down1,
    .up-to-down2 {
        display: none;
    }
    .arrow.point-to-up {
        top: 100%;
        margin-top: 10px;
    }
    .box4 {
        width: 50%;
        height: 135px;
        margin: unset;
    }
    .box4 .content {
        top: 30%;
        text-align: center;
    }
    .box5 {
        width: 50%;
        height: 275px;
        background: #5BAE46;
        border-radius: 10px;
        margin: unset;
    }
    .box5 .content {
        padding-left: 0px;
        top: 14%;
        text-align: center;
    }
    .box5 .text1,
    .text2,
    .text3 {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
    }
    .box5 .ammount1,
    .ammount2 {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
        color: #ADE4C3;
        padding-bottom: 24px;
    }
    .box5 .ammount3 {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
        color: #FFFFFF;
    }
    .arrow.point-to-down,
    .point-to-up,
    .arrow.left-to-right {
        display: none;
    }
    .arrow.up-to-down1 {
        bottom: 100%;
        margin-bottom: 10px;
        left: 25%;
    }
    .arrow.up-to-down2 {
        bottom: 100%;
        margin-bottom: 10px;
        left: 70%;
    }
    .arrow.down1,
    .down2 {
        bottom: 103%;
        margin-bottom: 10px;
        left: 48%;
        display: block;
    }
    .arrow.up-to-down1 {
        display: block;
    }
    .arrow.up-to-down2 {
        display: block;
    }
}

@media screen and (max-width: 1254px) and (min-width: 1001px) {
    .box_one {
        display: flex;
        width: 100%;
        gap: 10px;
        margin-top: 32px !important;
        justify-content: center;
    }
    .image_one {
        display: flex;
        padding-top: 23px;
    }
    .box1 {
        width: 30%;
        height: 135px;
        background: #5BAE46;
        border-radius: 10px;
        margin: 0px;
        min-width: 130px;
    }
    .box1 .content,
    .box2 .content {
        text-align: center;
        padding-left: 0px;
    }
    .box1 .text {
        font-weight: 400;
        font-size: 16px;
    }
    .box1 .ammount {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
    }
    .box2 {
        width: 30%;
        height: 135px;
        background: #D4E3FF;
        border-radius: 10px;
        margin: 0px;
        min-width: 130px;
    }
    .box_two,
    .box_three,
    .box_four {
        width: 100%;
        margin-top: 46px !important;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .box_four {
        padding-bottom: 30px;
    }
    .box3 {
        width: 50%;
        height: 135px;
        background: #D4E3FF;
        border-radius: 10px;
        margin: unset;
    }
    .box3 .content {
        padding-left: 0px;
        text-align: center;
        top: 28%;
    }
    .box2 .text,
    .box3 .text,
    .box4 .text {
        font-weight: 400;
        font-size: 16px;
        color: #000000;
    }
    .box2 .ammount,
    .box3 .ammount1,
    .box4 .ammount {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
        color: #2A374A;
        padding-top: 5px;
    }
    .box3 .ammount {
        padding-top: 5px;
    }
    .box3 .ammount2 {
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 0.04em;
        color: #0064FA;
    }
    .box3 .ammount3 {
        bottom: 98%;
        margin-bottom: 5px;
        left: 77%;
    }
    .box3 .ammount4 {
        top: unset;
        margin-top: unset;
        bottom: 103%;
        left: 8%;
    }
    .arrows {
        position: relative;
    }
    .arrow {
        position: absolute;
        left: -40px;
        max-width: 100%;
    }
    .arrow.point-to-down {
        bottom: 100%;
        margin-bottom: 10px;
    }
    .arrow.up-to-down1,
    .up-to-down2 {
        display: none;
    }
    .arrow.point-to-up {
        top: 100%;
        margin-top: 10px;
    }
    .box4 {
        width: 50%;
        height: 135px;
        margin: unset;
    }
    .box4 .content {
        top: 30%;
        text-align: center;
    }
    .box5 {
        width: 50%;
        height: 275px;
        background: #5BAE46;
        border-radius: 10px;
        margin: unset;
    }
    .box5 .content {
        padding-left: 0px;
        top: 14%;
        text-align: center;
    }
    .box5 .text1,
    .text2,
    .text3 {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
    }
    .box5 .ammount1,
    .ammount2 {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
        color: #ADE4C3;
        padding-bottom: 24px;
    }
    .box5 .ammount3 {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
        color: #FFFFFF;
    }
    .arrow.point-to-down,
    .point-to-up,
    .arrow.left-to-right {
        display: none;
    }
    .arrow.up-to-down1 {
        bottom: 100%;
        margin-bottom: 10px;
        left: 25%;
    }
    .arrow.up-to-down2 {
        bottom: 100%;
        margin-bottom: 10px;
        left: 70%;
    }
    .arrow.down1,
    .down2 {
        bottom: 103%;
        margin-bottom: 10px;
        left: 48%;
        display: block;
    }
    .arrow.up-to-down1 {
        display: block;
    }
    .arrow.up-to-down2 {
        display: block;
    }
}

@media screen and (max-width: 1051px) and (min-width: 1001px) {
    .box3 .content {
        top: 22%;
    }
}

@media screen and (max-width: 989px) and (min-width: 651px) {
    .box_one {
        display: flex;
        width: 100%;
        gap: 10px;
        margin-top: 32px !important;
        justify-content: center;
    }
    .image_one {
        display: flex;
        padding-top: 23px;
    }
    .box1 {
        width: 30%;
        height: 135px;
        background: #5BAE46;
        border-radius: 10px;
        margin: 0px;
        min-width: 130px;
    }
    .box1 .content,
    .box2 .content {
        text-align: center;
        padding-left: 0px;
    }
    .box1 .text {
        font-weight: 400;
        font-size: 16px;
    }
    .box1 .ammount {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
    }
    .box2 {
        width: 30%;
        height: 135px;
        background: #D4E3FF;
        border-radius: 10px;
        margin: 0px;
        min-width: 130px;
    }
    .box_two,
    .box_three,
    .box_four {
        width: 100%;
        margin-top: 46px !important;
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .box_four {
        padding-bottom: 30px;
    }
    .box3 {
        width: 50%;
        height: 135px;
        background: #D4E3FF;
        border-radius: 10px;
        margin: unset;
    }
    .box3 .content {
        padding-left: 0px;
        text-align: center;
        top: 28%;
    }
    .box2 .text,
    .box3 .text,
    .box4 .text {
        font-weight: 400;
        font-size: 16px;
        color: #000000;
    }
    .box2 .ammount,
    .box3 .ammount1,
    .box4 .ammount {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
        color: #2A374A;
        padding-top: 5px;
    }
    .box3 .ammount {
        padding-top: 5px;
    }
    .box3 .ammount2 {
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 0.04em;
        color: #0064FA;
    }
    .box3 .ammount3 {
        bottom: 98%;
        margin-bottom: 5px;
        left: 77%;
    }
    .box3 .ammount4 {
        top: unset;
        margin-top: unset;
        bottom: 103%;
        left: 8%;
    }
    .arrows {
        position: relative;
    }
    .arrow {
        position: absolute;
        left: -40px;
        max-width: 100%;
    }
    .arrow.point-to-down {
        bottom: 100%;
        margin-bottom: 10px;
    }
    .arrow.up-to-down1,
    .up-to-down2 {
        display: none;
    }
    .arrow.point-to-up {
        top: 100%;
        margin-top: 10px;
    }
    .box4 {
        width: 50%;
        height: 135px;
        margin: unset;
    }
    .box4 .content {
        top: 30%;
        text-align: center;
    }
    .box5 {
        width: 50%;
        height: 275px;
        background: #5BAE46;
        border-radius: 10px;
        margin: unset;
    }
    .box5 .content {
        padding-left: 0px;
        top: 14%;
        text-align: center;
    }
    .box5 .text1,
    .text2,
    .text3 {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
    }
    .box5 .ammount1,
    .ammount2 {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
        color: #ADE4C3;
        padding-bottom: 24px;
    }
    .box5 .ammount3 {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
        color: #FFFFFF;
    }
    .arrow.point-to-down,
    .point-to-up,
    .arrow.left-to-right {
        display: none;
    }
    .arrow.up-to-down1 {
        bottom: 100%;
        margin-bottom: 10px;
        left: 25%;
    }
    .arrow.up-to-down2 {
        bottom: 100%;
        margin-bottom: 10px;
        left: 70%;
    }
    .arrow.down1,
    .down2 {
        bottom: 103%;
        margin-bottom: 10px;
        left: 48%;
        display: block;
    }
    .arrow.up-to-down1 {
        display: block;
    }
    .arrow.up-to-down2 {
        display: block;
    }
}

@media (max-width: 800px) {
    .pamm-top5-desc {
        width: 65px;
    }
    .pamm-top5--button {
        width: 100%;
    }
    .pamm-top5--button:last-child {
        margin-top: auto;
    }
    .mf_header .mfh_darken {
        border-radius: 10px !important;
    }
}

@media screen and (max-width: 786px) and (min-width: 651px) {
    .box3 .content {
        top: 20%;
    }
}

@media (max-width: 768px) {
    .pamm-top5-table {
        display: none;
    }
    .pamm-top5-table-2 {
        display: block;
        padding: 0 10px;
    }
    .partner-all {
        display: flex;
        flex-direction: column;
    }
    .partner--desc {
        text-align: center !important;
        max-width: 269px;
    }
    .partner-content {
        flex-direction: column;
        align-items: center !important;
    }
    .icon-num {
        display: none;
    }
    .all-profit {
        flex-direction: column;
    }
    .image-part {
        min-height: unset;
        position: unset;
    }
    .profit-image1 {
        position: unset;
        top: unset;
    }
    .partner-icon {
        max-width: unset;
        max-height: unset;
    }
}

@media (max-width: 700px) {
    .pamm-top5-desc {
        width: auto;
    }
    .pamm-top5-table tbody td:first-child {
        width: 37%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 650px) {
    .tab{
        flex-direction: column;
        width: 50%;
        margin: 0 auto;
    }
    .tab button {
        min-width: 116px;
    }
    .box_one {
        display: flex;
        width: 100%;
        gap: 10px;
        margin-top: 32px !important;
    }
    .image_one {
        display: flex;
        padding-top: 23px;
    }
    .box1 {
        width: 100%;
        height: 135px;
        background: #5BAE46;
        border-radius: 10px;
        margin: 0px;
        min-width: 130px;
    }
    .box1 .content,
    .box2 .content {
        text-align: center;
        padding-left: 0px;
    }
    .box2 .content {
        text-align: center;
        padding-left: 0px;
    }
    .box1 .text {
        font-weight: 400;
        font-size: 16px;
    }
    .box1 .ammount {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
    }
    .box2 {
        width: 100%;
        height: 135px;
        background: #D4E3FF;
        border-radius: 10px;
        margin: 0px;
        min-width: 130px;
    }
    .box_two,
    .box_three,
    .box_four {
        width: 80%;
        margin-top: 46px !important;
        margin: auto;
    }
    .box_four {
        padding-bottom: 30px;
    }
    .box3 {
        width: 100%;
        height: 135px;
        background: #D4E3FF;
        border-radius: 10px;
        margin: unset;
    }
    .box3 .content {
        padding-left: 0px;
        text-align: center;
        top: 28%;
    }
    .box2 .text,
    .box3 .text,
    .box4 .text {
        font-weight: 400;
        font-size: 16px;
        color: #000000;
    }
    .box2 .ammount,
    .box3 .ammount1,
    .box4 .ammount {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
        color: #2A374A;
        padding-top: 5px;
    }
    .box3 .ammount {
        padding-top: 5px;
    }
    .box3 .ammount2 {
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 0.04em;
        color: #0064FA;
    }
    .box3 .ammount3 {
        bottom: 98%;
        margin-bottom: 5px;
        left: 77%;
    }
    .box3 .ammount4 {
        top: unset;
        margin-top: unset;
        bottom: 103%;
        left: 12%;
    }
    .arrows {
        position: relative;
    }
    .arrow {
        position: absolute;
        left: -40px;
        max-width: 100%;
    }
    .arrow.point-to-down {
        bottom: 100%;
        margin-bottom: 10px;
    }
    .arrow.up-to-down1,
    .up-to-down2 {
        display: none;
    }
    .arrow.point-to-up {
        top: 100%;
        margin-top: 10px;
    }
    .box4 {
        width: 100%;
        height: 135px;
        margin: unset;
    }
    .box4 .content {
        top: 30%;
        text-align: center;
    }
    .box5 {
        width: 100%;
        height: 275px;
        background: #5BAE46;
        border-radius: 10px;
        margin: unset;
    }
    .box5 .content {
        padding-left: 0px;
        top: 14%;
        text-align: center;
    }
    .box5 .text1,
    .text2,
    .text3 {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
    }
    .box5 .ammount1,
    .ammount2 {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
        color: #ADE4C3;
        padding-bottom: 24px;
    }
    .box5 .ammount3 {
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 0.04em;
        color: #FFFFFF;
    }
    .arrow.point-to-down,
    .point-to-up,
    .arrow.left-to-right {
        display: none;
    }
    .arrow.up-to-down1 {
        bottom: 100%;
        margin-bottom: 10px;
        left: 25%;
    }
    .arrow.up-to-down2 {
        bottom: 100%;
        margin-bottom: 10px;
        left: 70%;
    }
    .arrow.down1,
    .down2 {
        bottom: 103%;
        margin-bottom: 10px;
        left: 48%;
        display: block;
    }
    .arrow.up-to-down1 {
        display: block;
    }
    .arrow.up-to-down2 {
        display: block;
    }
    .all-benefits {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .benefit--image {
        text-align: center;
    }
    .benefit-heading,
    .benefit-desc {
        text-align: center !important;
    }
    .pamm-top5--table {
        padding: 32px 10px;
    }
    .all-card {
        flex-direction: column;
    }
    .partner--desc,
    .profit_desc {
        font-size: 13px;
    }
    .profit_title {
        font-size: 16px;
    }
    .benefit--desc .icon-title {
        justify-content: center;
    }
}

@media (max-width: 539px) {
    .box3 .content {
        top: 18%;
    }
}

@media (max-width: 530px) {
    .box3 .ammount4 {
        left: 7%;
    }
    .tab{
        width: 60%;
    }
}

@media (max-width: 450px) {
    .pamm-top5--grows_profit-value {
        margin-left: 5px;
    }
    .pamm-top5--button {
        margin: 5px auto;
    }
    .all-benefits {
        justify-content: center !important;
    }
    .benefit--image {
        text-align: center !important;
    }
    .benefit--desc {
        text-align: center !important;
    }
}

@media (max-width: 434px) {
    .box2 .content {
        top: 10%;
    }
}

@media (max-width: 414px) {
    .box1 .content {
        top: 20%;
    }
}

@media screen and (max-width: 399px) {
    .tab{
        width: 70%;
    }
    .partner-title {
        font-size: 23px;
    }
    .box1,
    .box2,
    .box3,
    .box4 {
        height: 106px;
    }
    .box5 {
        height: 190px;
    }
    .box5 .content {
        top: unset;
        padding-top: 24px;
    }
    .box5 .ammount1,
    .ammount2 {
        padding-bottom: 10px !important;
    }
    .box1 .text,
    .box2 .text,
    .box3 .text,
    .box4 .text,
    .box5 .text1,
    .box5 .text2,
    .box5 .text3 {
        font-size: 12px;
        line-height: 1.5;
    }
    .box1 .ammount,
    .box2 .ammount,
    .box3 .ammount1,
    .box3 .ammount2,
    .box3 .ammount3,
    .box3 .ammount4,
    .box4 .ammount,
    .box5 .ammount1,
    .box5 .ammount2,
    .box5 .ammount3 {
        font-size: 18px;
    }
    .box3 .ammount3 {
        left: 80%;
    }
    .box1 .content {
        top: 24%;
    }
    .box4 .content {
        top: 30%;
    }
    .box2 .content {
        top: 14%;
    }
    .box3 .content {
        top: 22%;
    }
    .tab button {
        min-width: 90px;
    }
    .card_title {
        font-size: 16px;
        text-align: left !important;
    }
    .card_desc {
        font-size: 13px;
        text-align: left !important;
    }
}

@media screen and (max-width: 375px) {
    .flow_chart_content2 {
        padding: 10px !important;
    }
    .all-profit {
        padding: 20px;
    }
    .profit-image{
        max-width: 225px;
    }
}

@media (max-width: 350px) {
    .tab{
        width: 80%;
    }
}

@media screen and (max-width: 340px) {
    .box_two,
    .box_three,
    .box_four {
        width: 100%;
    }
    .box1,
    .box2 {
        min-width: 120px;
    }
}

@media screen and (max-width: 325px) {
    .partner {
        border-top-right-radius: 5px;
    }
}</pre></body></html>