<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button {
    border: none;
}

a {
    color: #000000;
}
#pamm-top5--reg-form--container p {
    margin: 0;
    text-align: center;
}
#pamm-top5--reg-form--container ul {
    text-align: center;
    line-height: 1.5;
}
#pamm-top5--reg-form--container .pamm-top5--form-checkbox-p{
    margin-top: 10px;
}
.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;
}

.pamm-top5-link {
    text-decoration: none;
}

/*       Header             */

.pamm-top5--header {
    margin: 20px auto;
    max-width: 900px;
    font-size: 17px;
}

.pamm-top5--header--title {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    color: #444;
}

.pamm-top5--header--text {
    margin: 20px;
}

.pamm-top5--header--help {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px auto ;
    width: 80%;
}

.pamm-top5--header--help-item {
    display: flex;
    justify-content: center;
    max-width: 222px;
    margin-bottom: 20px;
}

.pamm-top5--header--help:before {
    content: '';
    position: absolute;
    width: calc(100% - 4px);
    border: 2px solid #d3d3d3;
    bottom: -2px;
    z-index: 1;
    height: 50px;
    border-top: 0;
}

.pamm-top5--header--help:after {
    content: '';
    position: absolute;
    background: url(/i/img/forexcopy/icotop5/forexcopy_top5_1.png ) no-repeat;
    width: 64px;
    height: 75px;
    bottom: -75px;
    left: 50%;
    margin-left: -32px;
    z-index: 2;
    /*top: 75px;*/
    background-color: #ffffff;
}

.pamm-top5--header--help-item img {
    margin-right: 10px;
}

.pamm-top5--header--help-item-text {
    padding: 10px;
}

.pamm-top5--header strong {
    color: #BC1615;
}

.pamm-top5--header-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 130px;
}

.pamm-top5--header-steps-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat;
    height: 188px;
    background-position: center bottom;
    max-width: 250px;
    margin: 20px;
    width: 100%;

}

.pamm-top5--header-steps-item-one {
    background-image: url(/i/img/forexcopy/icotop5/numb1.png);
}

.pamm-top5--header-steps-item-two {
    background-image: url(/i/img/forexcopy/icotop5/numb2.png);
}

.pamm-top5--header-steps-item-three {
    background-image: url(/i/img/forexcopy/icotop5/numb3.png);
}

.pamm-top5--bottom--info-img img {
    width: 100%;
}


/* FORMS Auth and Reg */

.pamm-top5--reg-form--container {
    display: none;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(221, 221, 221, 0.5)
}

.pamm-top5--reg-form--tabs {
    position: absolute;
    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;
    top:50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

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

.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: 25px; ;
}

.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;
    font-size: 14px;
    cursor: pointer;
}

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

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

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

#pamm-top5--reg-form--container .pamm-top5--form-invite {
    margin: 35px auto;
    width: 236px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    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--reg-form--container .pamm-top5--form-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #A6A6A6;
}

.pamm-top5--form-input {
    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;
}

.pamm-top5--form-input::placeholder {
    font-weight: 500;
    font-size: 14px;
    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;
}



/* Custom checkbox*/

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

.pamm-top5--form-checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    /*font-size: 22px;*/
    -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;
    /*background-color: #DADADA;*/
    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);
}

.pamm-top5--form-checkbox-label-text {
    display: block;
    padding-top: 3px;
}
/* End custom checkbox */


.pamm-top5--form-button {
    margin: 15px 0 20px 0;
    width: 254px;
    height: 44px;
    background: linear-gradient(90deg, #CA0303 0%, #FD3A46 100%);
    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: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

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

.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--reg-form--container .pamm-top5--result--send-to_mail {
    max-width: 190px;
    margin-bottom: 20px;
    text-align: center;
}

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

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

/* *******************************************************************   */
/* Table TOP-5*/

.pamm-top5-container {
    max-width: 1200px;
    min-width: 280px;
    height: 100%;
    margin: auto;
}

.pamm-top5--title {
    padding-bottom: 50px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #444444;
}

.pamm-top5--table-header-titles {
    display: flex;
    justify-content: space-around;
    margin-left: 14%;
    padding-bottom: 20px;
}

.pamm-top5--table-header-profit-titles {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin-right: 0;
}

.pamm-top5--table-header-buttons-titles {
    display: flex;
    width: 100px;
    justify-content: space-between;
}

.pamm-top5-container {
    padding: 50px 62px;
}

.pamm-top5--table {
    margin-top: 50px;
    font-size: 13px;
    line-height: 16px;
    color: #444444;
}

.pamm-top5--row {
    display: flex;
    justify-content: space-between;
    padding: 16px 6px;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
}

div.pamm-top5--row:nth-child(2){
    border-top: 1px solid #dddddd;
}

.pamm-top5--info-values {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-top: 5px;
}

.pamm-top5--trader-info {
    display: flex;
    margin-left: 36px;
    width: 35%;
    justify-content: space-between;
}

.pamm-top5--main-info {
    display: flex;
}

.pamm-top5--avatar-img {
    height: 25px;
    width: 25px;
    /*background: #5B5B5B;*/
}

.pamm-top5--flag-id-name {
    display: flex;
    flex-direction: column;
    margin-left: 6px;
}

.pamm-top5--flag-id {
    display: flex;
}

.pamm-top5--id {
    margin-left: 3px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-decoration-line: underline;
    color: #9B050C;
}

.pamm-top5--flag-id .pamm-top5--flag .flag
{
    width: 16px;
    height: 14px;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pamm-top5--name {
    width: 100%;
    text-align: center;
}

.pamm-top5--chart {
    /*margin-top: 15px;*/
}

.pamm-top5--chart-img {
    width: 100px;
    height: 25px;
}

.pamm-top5--row-titles{
    display: none;
}

.pamm-top5--row-values {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 7%;
}

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

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

.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--grows_profit-value {
    /*font-weight: 700;*/
    color: #0F7F12;
    margin-left: 10px;
    /*width: 85px;*/
    vertical-align: top;
    padding: 1px;
}

.pamm-top5--buttons {
    display: flex;
    align-items: center;
}

.pamm-top5--button {
    /*width: 212px;*/
    width: 172px;
    height: 38px;
    box-sizing: border-box;
    border-radius: 4px;

    font-size: 12px;
    line-height: 14px;
    text-align: center;

}

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

.pamm-top5--copy-button {
    /*margin-top: 6px;*/
    border: 1px solid #C6C6C6;
    color: #C6C6C6;
    cursor: not-allowed;
}

.pamm-top5--bottom {
    /*max-width: 90%;*/
    margin-top: 30px ;
    font-size: 17px;
}

.pamm-top5--bottom--warning {
    display: flex;
    padding: 10px;
}

.pamm-top5--bottom--warning-img {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.pamm-top5--bottom--warning-text {
    text-align: justify;
    color: #BC1615;
}

.pamm-top5--bottom--info--inner {
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: 100%;
    /*width: calc(80% + 200px);*/
    padding: 40px 150px 40px 40px;
    min-height: 140px;
    margin: 40px 0;
    background: url(/i/img/forexcopy/icotop5/block5_full.png) no-repeat;
    background-size: cover;
}

.pamm-top5--bottom--info2 {
    justify-content: flex-end;
    background: url(/i/img/forexcopy/icotop5/block8_full.png) no-repeat;
    background-size: cover;
    background-position: right center;
}

.pamm-top5--bottom--info-text {
    width: 70%;
}

.pamm-top5--bottom--info-img {
    display: none;
}

.pamm-top5--bottom--advantage-title {
    text-align: center;
}

.pamm-top5--bottom--advantage {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px;
}

.pamm-top5--bottom--advantage-item {
    max-width: 180px;
    margin: 10px;
    text-align: center;
}

.pamm-top5--bottom--register {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #BC1615;
}

.pamm-top5--bottom--register-img {
    margin-left: 15px;
}

.pamm-top5--bottom--register-text {
    color: #ffffff;
    margin-left: 15px;
}

.pamm-top5--bottom--register-btn {
    display: block;
    width: 212px;
    height: 38px;
    padding-top: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ffffff;
    font-size: 17px;
    color: #ffffff;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.pamm-top5--bottom--case {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.pamm-top5--bottom--anchor {
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .pamm-top5--reg-form--tabs {
        top: 750px;
    }
}

@media (max-width: 1024px) {

    .pamm-top5--reg-form--tabs {
        top: 850px;
    }

    .pamm-top5-container {
        padding: 50px 45px;
    }

    .pamm-top5--table-header-titles {
        margin-left: 7%;
    }

    .pamm-top5--table-header-profit-titles {
        width: 38%;
        margin-right: 20%;
    }

    .pamm-top5--row-values {
        min-width: 220px;
    }

    .pamm-top5--table-header-buttons-titles {
        display: none;
    }

    .pamm-top5--info-values {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin-top: 35px;
    }

    .pamm-top5--buttons {
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .pamm-top5--button:last-child {
        margin-top: 5px;
    }

    .pamm-top5--bottom--info--inner {
        justify-content: center;
        width: auto;
        padding: 40px;
        min-height: auto;
        margin: 40px 0;
        background: #f1f3f3;
    }

    .pamm-top5--bottom--info-text {
        max-width: none;
        width: auto;
        text-align: center;
    }

}

@media (max-width: 800px) {

    .pamm-top5--reg-form--tabs {
        top: 950px;
    }
    .pamm-top5-container {
        width: 90%;
        padding-top: 50px;
    }

    .pamm-top5--row {
        flex-direction: column;
    }

    .pamm-top5--table-header-titles {
        display: none;
    }

    .pamm-top5--row-titles {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .pamm-top5--row-values {
        display: flex;
        flex-direction: column;
        width: auto;
        margin-right: 10px;
        margin-top: 0;
    }

    .pamm-top5--info-values {
        display: flex;
        justify-content: space-between;
        margin-top: auto;
        width: auto;
    }

    .pamm-top5--trader-info {
        display: flex;
        flex-direction: column;
        margin-left: 36px;
    }

    .pamm-top5-desc {
        width: 65px;
    }

    .pamm-top5--buttons {
        display: flex;
        flex-direction: row;
        margin: 13px auto 16px auto;
        width: 100%;
    }

    .pamm-top5--button {
        width: 100%;

    }

    .pamm-top5--button:last-child {
        margin-top: auto;
    }

    .pamm-top5--bottom--info--inner {
        flex-direction: column;
        background: #ffffff;
    }

    .pamm-top5--bottom--info-img {
        display: block;
        margin-bottom: 20px;
    }

    .pamm-top5--bottom--register {
        flex-direction: column;
    }

    .pamm-top5--bottom--register-text {
        margin: 10px auto;
        text-align: center;
    }

    .pamm-top5--bottom--register-btn {
        width: 300px;
    }
}

@media (min-width: 768px){
    .pamm-top5-table-2{display: none;}
}
@media (max-width: 768px){
    .pamm-top5-table{display: none;}
    .pamm-top5-table-2{display: block;padding: 0 10px;}
}

@media (max-width: 700px) {

    .pamm-top5-container {
        width: 100%;
        padding: 50px 0;
    }

    .pamm-top5--row-titles {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 20px;
    }

    .pamm-top5--row-values {
        display: flex;
        flex-direction: column;
        width: auto;
        margin-right: 10px;
        margin-top: 0;
    }

    .pamm-top5-desc {
        width: auto;
    }
    .pamm-top5-table tbody td:first-child {
        width: 37%;
        padding-right: 10px;
        padding-left: 10px;
    }

}

@media (max-width: 450px) {
    .pamm-top5--grows_profit-value {
        margin-left: 5px;
    }
    .pamm-top5--trader-info {
        display: flex;
        justify-content: space-between;
        width: 35%;
        margin-left: 15px;
    }
    .pamm-top5--form-invite {
        margin: 20px auto !important;
    }
    .pamm-top5--row-titles{
        margin-left: 25px;
    }

    .pamm-top5--row-values {
        min-width: 50px;
        margin-left: 10px;
    }

    .pamm-top5--buttons {
        display: flex;
        flex-wrap: wrap;

    }

    .pamm-top5--button {
        margin: 5px auto ;
    }

    .pamm-top5--reg-form--tabs {
        min-width: 250px;
        width: 250px;
        top: 1800px;
    }

    .pamm-top5--reg-form--close-btn {
        right: 0;
        top: -30px;
    }

    .pamm-top5--reg-form--tab-btns {
        flex-direction: column;
        align-items: center;
    }

    .pamm-top5--reg-form--tab-btn {
        width: unset;
    }
}

</pre></body></html>