<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;
}

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

.tab button {
    padding: 12px 0px;
    min-width: 200px;
    border-radius: 4px 4px 0px 0px;
    background-color: transparent;
    cursor: pointer;
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    font-weight: 550;
    font-size: 15px;
    line-height: 150%;
    transition: 0.3s;
    color: #B1B1B1;
}

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

.tab button:hover {
    text-decoration: underline;
    color: #000000 !important;
}

.tab button.active:hover {
    text-decoration: none !important;
}

.tab button.active {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
    color: #000000;
    border-radius: 10px;
}

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

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

.pamm-top5--form--error-text {
    display: none;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    color: #CA0303;
}

.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;
}


/* .invests {
    position: relative;
} */

.pamm-top5--reg-form--container {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

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

.pamm-top5--reg-form--tabs {
    margin: 0 auto;
    position: relative;
    min-width: 340px;
    min-height: 550px;
    background-color: #fff;
    padding: 0 26px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.pamm-top5--reg-form--tabs.center {
    top: 50%;
    transform: translateY(-50%);
}

.pamm-top5--reg-form--close-btn {
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    background: transparent;
}

.pamm-top5--reg-form--logo {
    margin-top: 25px;
    text-align: center;
}

.pamm-top5--reg-form--logo-img {
    width: 200px;
}

.pamm-top5--reg-form--tab-btns {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
    font-size: 13px;
}

.pamm-top5--reg-form--tab-btn {
    display: block;
    width: 50%;
    padding: 15px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-bottom: 2px solid #A6A6A6;
    color: #A6A6A6;
    cursor: pointer;
}

.pamm-top5--reg-form--active-tab {
    border-bottom: 2px solid #EA2D3A;
    color: #EA2D3A;
}

.pamm-top5--auth-tab {
    display: none;
}

.pamm-top5--reg-tab {
    display: block;
}

.pamm-top5--form-invite {
    margin: 19px auto 3px auto !important;
    width: 236px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center !important;
    letter-spacing: 0.01em;
    color: #444444;
}

.pamm-top5--reg-form,
.pamm-top5--auth-form,
.pamm-top5--reg-result--container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pamm-top5--form-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #A6A6A6;
}

.pamm-top5--form-input {
    padding-left: 20px;
    margin: unset;
    margin-top: 15px !important;
    width: 254px;
    height: 44px;
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

.pamm-top5--form-input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #A6A6A6;
}

span.select2-selection.select2-selection--single[aria-labelledby="select2-pamm-top5--reg-form--country-container"] {
    padding-left: 20px;
    margin-top: 15px;
    width: 254px;
    height: 44px;
    background: #FAFAFA;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
}

.select2-selection.select2-selection--single span.select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 25px;
    right: 5px;
    width: 20px;
}

.select2-selection__rendered#select2-pamm-top5--reg-form--country-container {
    padding: 5px;
}

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

.pamm-top5--form-checkbox-p {
    margin-top: 15px !important;
    align-self: start;
    margin-left: 3%;
}

.pamm-top5--form-checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pamm-top5--form-checkbox-p input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.pamm-top5--form-checkbox-span {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #A6A6A6;
    border-radius: 2px;
}


/* When the checkbox is checked, add a blue green */

.pamm-top5--form-checkbox-label input:checked~.pamm-top5--form-checkbox-span {
    background-color: #34A853;
    border: none;
    width: 18px;
    height: 18px;
}


/* Create the checkmark/indicator (hidden when not checked) */

.pamm-top5--form-checkbox-span:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.pamm-top5--form-checkbox-label input:checked~.pamm-top5--form-checkbox-span:after {
    display: block;
}


/* Style the checkmark/indicator */

.pamm-top5--form-checkbox-label .pamm-top5--form-checkbox-span:after {
    left: 5px;
    top: 0;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

p {
    margin: unset !important;
}

.pamm-top5--form-checkbox-label-text {
    display: block;
    padding-top: 3px !important;
}


/* End custom checkbox */

.pamm-top5--form-button {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 44px;
}

.pamm-top5--form-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #A6A6A6 !important;
}

.pamm-top5--reg-result-tab {
    display: none;
}

.pamm-top5--reg-result--container table.pamm-top5--reg-result--table {
    border-collapse: separate;
    border-spacing: 12px;
}

.pamm-top5--result--send-to_mail {
    margin-bottom: 20px;
    text-align: center;
}

.pamm-top5--result--invate-link {
    color: #4285f4;
    text-decoration: none;
}

.pamm-top5--reg-form--reg-error, .pamm-top5--auth-form--auth-error {
    display: none;
    text-align: center;
    font-size: 16px;
    color: #FD3A46;
}

.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-bottom: 30px;
    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: 700; */
    font-size: 24px;
    line-height: 125%;
    color: #000000;
    /* padding-top: 20px; */
}

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

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

.benefit--desc .icon-title{
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-self: center;
}
.icon-title .icon {
    height: 30px;
    width: 30px;
}

.arrow.down1,
.down2 {
    display: none;
}

.invests {
    padding: 32px 40px;
    margin-top: 32px;
}

.invest-all {
    display: flex;
    gap: 45px;
    padding-bottom: 30px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.invest-content {
    display: flex;
    gap: 20px;
}

.invest-icon {
    max-width: 92px;
}

.invest_part1 {
    padding-bottom: 50px;
}

.invest-title {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    font-weight: 200;
    font-size: 46px;
    line-height: 125%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000;
    background: url('/i/img/page/pamm_test_img/wave-large.svg') no-repeat;
    background-size: 100%;
    background-position: bottom 0px center;
    height: 170px;
    padding-top: 20px;
}

.invest--desc {
    text-align: left;
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    min-width: 216px !important;
    max-width: 216px !important;
}

.invest_button {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    /* font-weight: 550; */
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    background: #1F9034;
    border-color: #1f9034;
    padding: 10px 56px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.invest_button:hover {
    border-color: #239c3a!important;
    background-color: #239c3a!important;
    color: #fff!important
}

.invest_link {
    color: #FFFFFF;
    text-decoration: 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;
}

.pamm-top5--invest-button {
    margin-right: 5px;
    /* border: 1px solid #BC1615;
    color: #444444; */
    cursor: pointer;
}

.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:hover {
    cursor: pointer;
    text-decoration: underline;
}

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

.partner-all {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    padding-top: 70px;
    padding-bottom: 30px;
}

.partner-content {
    display: flex;
    gap: 24px;
    align-items: center;
}

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

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

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

.tab3_text {
    /*font-family: 'HelveticaNeueCyr';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
}

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

.partner--image {
    position: relative;
    text-align: left !important;
}

.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;
}

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

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

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

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



.bns-all-btn {
    display: inline-flex;
    position: relative;
    height: 44px;
    width: 254px;
    overflow: hidden;
    z-index: 1;
    border-radius: 6px;
    box-shadow: 0px 4px 15px rgba(114, 0, 0, 0.35);
    float: left;
}
.bns-all-btn .bns-all-btn-bonus {
    display: inline-block;
    position: absolute;
    width: 230%;
    height: 100%;
    left: -100%;
    transition: 0.4s all ease-in-out 0s;
    z-index: -1;
}
.bns-all-btn button {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    z-index: 1;
    cursor: pointer;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.bns-all-btn:hover .bns-all-btn-bonus {
    left: 0;
}
.bns-all-btn-grad .bns-all-btn-bonus {
    background-image:linear-gradient(230deg, #7D0000, #7D0000, #910b0b, #ec3e3e, #FF4949, #e20303 , #e20303);
}
.bns-all-btn .bns-all-btn-bonus {
    display: inline-block;
    position: absolute;
    width: 230%;
    height: 100%;
    left: -100%;
    transition: 0.4s all ease-in-out 0s;
    z-index: -1;
}
.bns-all-btn:hover .bns-all-btn-bonus {
    left: 0;
}
.bns-all-btn-grad .bns-all-btn-bonus {
    background-image:linear-gradient(230deg, #7D0000, #7D0000, #910b0b, #ec3e3e, #FF4949, #e20303 , #e20303);
}

@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;
    }
    .pamm-top5--reg-form--tabs {
        top: 950px;
    }
    .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;
    }
    .invest-title {
        background-position: bottom 0px center !important;
        background-size: 100% !important;
        height: 150px !important;
    }
    .invest-all {
        justify-content: center;
    }
    .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) {
    .invest-title {
        font-weight: 300;
        font-size: 32px;
        height: 120px;
        text-align: left;
    }
    .invests {
        padding: 32px 30px;
    }
    .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;
    }
    .invest-content {
        flex-direction: column;
        align-items: center;
    }
    .invest-all {
        flex-direction: column;
    }
    .invest--desc {
        text-align: center !important;
    }
    .pamm-top5--reg-form--tabs {
        min-width: 250px;
        width: 250px;
        top: 65%;
    }
    .pamm-top5--reg-form--close-btn {
        right: 0;
        top: -30px;
    }
    .pamm-top5--reg-form--tab-btns {
        flex-direction: column;
        align-items: center;
        padding-top: 25px;
    }
    .pamm-top5--reg-form--tab-btn {
        width: unset;
    }
    .pamm-top5--form-invite {
        margin: 20px auto !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%;
    }
    .invest-title {
        background: url('/i/img/page/pamm_test_img/wave-small.svg') no-repeat;
        background-position: bottom 0px center;
        background-size: 100%;
        font-weight: 300;
        font-size: 24px;
        height: 80px;
    }
    .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) {
    .pamm-top5--reg-form--tabs {
        min-width: 220px;
        width: 230px;
        top: 65%;
    }
    .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>