.zero,
#ramm h1,
#ramm h2,
#ramm h3,
#ramm h4,
#ramm h5,
#ramm h6,
#ramm p {
    margin: 0;
    padding: 0;
}

#ramm {
    min-width: 310px;
    padding: 0;
    margin: 0;
    line-height: 2rem;
}

#ramm .fix {
    background: #152845;
}

#ramm .section {
    width: 100%;
    padding: 4rem 1rem 5.4rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#ramm .wrapper {
    max-width: 1220px;
    margin: 0 auto;
}

#ramm .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    padding: 0 1rem;
    font-size: 0;
    list-style-type: none;
}

#ramm .button__holder {
    text-align: center;
}

#ramm .prime__button {
    display: inline-block;
    vertical-align: middle;
    min-width: 28rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 2rem;
    font-size: 2.2rem;
    line-height: 2rem;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0 3px 1px 0 #cbced3;
    box-shadow: 0 3px 1px 0 #cbced3;
}

#ramm .prime__button-green {
    background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
    background: -webkit-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);
}

#ramm .prime__button-green:hover {
    background: #98c838;
}

#ramm .prime__button-blue {
    background: -webkit-gradient(linear, left top, right top, from(#1378bf), color-stop(#168ac9), to(#1378bf));
    background: -webkit-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background: -o-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background: linear-gradient(to right, #1378bf, #168ac9, #1378bf);
}

#ramm .prime__button-blue:hover {
    background: #198ece;
}

#ramm .prime__button-shadow {
    -webkit-box-shadow: 0 3px 1px 0 #132e4e;
    box-shadow: 0 3px 1px 0 #132e4e;
}

#ramm .prime__button-bottom {
    margin-bottom: -12.5rem;
}

#ramm .link {
    color: #0578be;
}

#ramm .link:hover {
    color: #0578be;
    text-decoration: underline;
}

#ramm .link:visited {
    color: #0578be;
}

#ramm a {
    color: #ffffff;
    text-decoration: none;
}

#ramm a:hover,
#ramm a:visited {
    color: #ffffff;
}

#ramm h1 {
    color: #7fba2f;
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 500;
}

#ramm h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
}

#ramm h4 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 500;
}

#ramm #security {
    position: relative;
}

table.ramm-strategies-table .ramm-strategy-chart {
        width: 280px;
        height: 42px;
    }
#ramm #security::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(/uploads/pages/general/images/section-security/security-bg.jpg);
    background-repeat: no-repeat;
    background-position: 85% 100%;
    background-size: auto 100%;
}

#ramm #security .wrapper {
    position: relative;
    z-index: 2;
    text-align: left;
}

#ramm #security .header {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

#ramm #security .header span {
    padding-left: 0.4rem;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 300;
}

#ramm #security .header h2 {
    margin: 2rem 0 1.8rem 0;
}

#ramm .security__content {
    display: inline-block;
    max-width: 744px;
    padding: 1.6rem;
}

#ramm .security__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0.2rem;
    padding: 0;
}

#ramm .security__list li {
    width: 340px;
    margin-bottom: 3.5rem;
}

#ramm .security__list li a {
    display: inherit;
    position: relative;
    margin-top: 2.9rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    color: #697d8c;
}

#ramm .security__list li a:visited {
    color: #697d8c;
}

#ramm .security__list li a:hover {
    color: #697d8c;
    text-decoration: underline;
}

#ramm .security__list_img {
    content: " ";
    float: left;
    width: 90px;
    height: 85px;
    margin-right: 1.2rem;
    background: url("/uploads/pages/general/images/section-security/security-icon.png") 1px -1px;
}

#ramm .security__list_img-2 {
    content: " ";
    background: url("/uploads/pages/general/images/section-security/security-icon.png") -94px -1px;
}

#ramm .security__list_img-3 {
    content: " ";
    background: url("/uploads/pages/general/images/section-security/security-icon.png") -193px -1px;
}

#ramm .security__list_img-4 {
    content: " ";
    background: url("/uploads/pages/general/images/section-security/security-icon.png") -297px -1px;
}


html[dir="rtl"] #ramm .security__list_img {
    float: right;

    margin-right: 0;
    margin-left: 1.2rem;
}

html[dir="rtl"] #ramm #security .wrapper {
    text-align: right;
}

html[dir="rtl"] #ramm #security::after {
    right: auto;
    left: 0;

    background-position: 20% 100%;
}

html[dir="rtl"] #ramm .security__list_item {
    text-align: right;
}

@media all and (min-width: 4000px) {
    #ramm #security::after {
        background-position: 70% 100%;
    }

    html[dir="rtl"] #ramm #security::after {
        background-position: 40% 100%;
    }
}

@media all and (min-width: 3000px) and (max-width: 3999px) {
    #ramm #security::after {
        background-position: 71% 100%;
    }

     html[dir="rtl"] #ramm #security::after {
        background-position: 33% 100%;
    }
}

@media all and (max-width: 1720px) {
    #ramm #security::after {
        background-position: 111% 100%;
    }

      html[dir="rtl"] #ramm #security::after {
        background-position: 9% 100%;
    }
}

@media all and (max-width: 1520px) {
    #ramm #security::after {
        background-position: 121% 100%;
    }
}

@media all and (max-width: 1320px) {
    #ramm #security::after {
        background-position: 161% 100%;
        opacity: 0.3;
    }
}

@media all and (max-width: 990px) {
    #ramm #security::after {
        background-size: 0;
    }
}

@media all and (max-width: 740px) {
    #ramm #security .header {
        text-align: center;
    }
    #ramm .security__list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    #ramm .security__list li {
        width: 100%;
    }
}

@media all and (max-width: 560px) {
    #ramm .security__list {
        margin-right: 0px;
    }
    #ramm .security__list li {
        width: 100%;
    }
    #ramm .security__content {
        padding: 1.6rem 0;
    }
}

#ramm .list .list__img {
    display: inline-block;
    width: 90px;
    height: 90px;
}

#ramm .list-green .list__img {
    background: url("images/green-icons.png") -2px -5px;
}

#ramm .list-green .list__img-2 {
    background: url("images/green-icons.png") -104px -5px;
}

#ramm .list-green .list__img-3 {
    background: url("images/green-icons.png") -202px -5px;
}

#ramm .list-green h4 {
    margin: 1.2rem 0 2.1rem 0;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #000000;
}

#ramm .list-green p {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000000;
}

#ramm .list-green li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

#ramm .list-blue {
    counter-reset: number;
    text-align: left;
}

#ramm .list-blue li {
    position: relative;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    margin-left: 10rem;
}

#ramm .list-blue li::before {
    content: "";
    position: absolute;
    left: -100px;
    top: 22px;
    width: 78px;
    height: 155px;
    border-radius: 160px 0 0 160px;
    border-left: 3px solid #dbdfe7;
    border-top: 3px solid #dbdfe7;
    border-bottom: 3px solid #dbdfe7;
}

#ramm .list-blue li::after {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 89px;
    left: -52px;
    margin: auto;
    font-size: 6rem;
    font-weight: 900;
    color: #dbe0e8;
}

#ramm .list-blue .list__img {
    background: url("images/blue-icons.png") -15px -2px;
    background-repeat: no-repeat;
}

#ramm .list-blue .list__img-2 {
    background: url("images/blue-icons.png") -115px -2px;
    background-repeat: no-repeat;
}

#ramm .list-blue .list__img-3 {
    background: url("images/blue-icons.png") -211px -2px;
    background-repeat: no-repeat;
}

#ramm .list-blue h4 {
    margin-top: 1rem;
    margin-bottom: 2.1rem;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: #000000;
}

#ramm .list-blue p {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #697d8c;
}

#ramm #banner {
    color: #ffffff;
    text-align: center;
    background: url("images/banner-bg.jpg") no-repeat;
    background-size: auto 100%;
    background-position: 50%;
    background-color: #043054;
}

#ramm #banner .header {
    margin-top: 4.6rem;
    margin-bottom: 6.1rem;
}

#ramm #banner .header h1 {
    margin-top: 4.4rem;
    margin-bottom: 0.6rem;
}

#ramm #banner .header .img {
    display: inline-block;
    width: 305px;
    height: 52px;
    text-align: center;
    background: url("images/ramm.svg");
    background-repeat: no-repeat;
}

#ramm #banner .header p {
    display: inline-block;
    max-width: 95rem;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    color: #fff;
}

#ramm #banner .list {
    margin-bottom: 3.4rem;
}

#ramm #banner .list h4 {
    color: #ffffff;
}

#ramm #banner .list p {
    color: #ffffff;
    opacity: 0.8;
}

#ramm #acc {
    text-align: center;
    background: #fff;
}

#ramm #acc .header {
    margin-top: 5.4rem;
    margin-bottom: 5.6rem;
}

#ramm #acc .header h5 {
    margin-top: 1.6rem;
    margin-bottom: 2.2rem;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 400;
    color: #000;
}

#ramm .acc__table {
    margin: 0 auto;
    padding: 0 1.5rem;
    color: #697d8c;
    font-size: 1.6rem;
}

#ramm .acc__table table {
    margin: 0 auto;
    margin-bottom: 3.5rem;
}

#ramm .acc__table h3 {
    margin-bottom: 4.4rem;
    color: #000;
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: 500;
}

#ramm .acc__table .col-1 {
    width: 18rem;
}

#ramm .acc__table .col-2 {
    width: 12rem;
}

#ramm .acc__table .col-3 {
    width: 26rem;
}

#ramm .acc__table .col-4 {
    width: 11.6rem;
}

#ramm .acc__table .col-5 {
    width: 8.5rem;
}

#ramm .acc__table .white__space {
    line-height: 0;
}

#ramm .acc__table .white__space-1 {
    padding-right: 0;
}

#ramm .acc__table .white__space-2 {
    padding-right: 0;
}

#ramm .acc__table .white__space-3 {
    padding-right: 0;
}

#ramm .acc__table .white__space-4 {
    padding-right: 0;
}

#ramm .acc__table .white__space-5 {
    padding-right: 0;
}

#ramm .acc__table th {
    padding-bottom: 1.9rem;
    background: transparent;
    font-size: 1.4rem;
    font-weight: 400;
}

#ramm .acc__table th:first-child {
    text-align: left;
}

#ramm .acc__table tbody td {
    vertical-align: middle;
}

#ramm .acc__table tbody td:first-child {
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    text-align: left;
}

#ramm .acc__table tbody td:not(:last-child) {
    padding: 0.9rem 0;
}

#ramm .acc__table .btn-invest {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 10rem;
    padding: 0.5rem 1.9rem;
    border-radius: 5px;
    color: #fff;
    background-color: #00a651;
    opacity: 0.4;
}

#ramm .acc__table .btn-invest:hover {
    opacity: 1;
}

#ramm .acc__table .prime__button-white {
    font-size: 1.6rem;
    font-weight: 400;
    color: #697d8c;
    border: 1px solid #d0d6db;
    -webkit-box-shadow: 0 3px 1px 0 #f2f5fb;
    box-shadow: 0 3px 1px 0 #f2f5fb;
}

#ramm .acc__table .prime__button-white:hover {
    -webkit-box-shadow: 0px 0px 4px 4px #f2f5fb;
    box-shadow: 0px 0px 4px 4px #f2f5fb;
}

#ramm .acc__table .list-green {
    margin-top: 5.9rem;
    margin-bottom: 3.3rem;
}

#ramm #traders {
    position: relative;
    z-index: 3;

    text-align: center;
    background: #f2f5fb;
}

#ramm #traders h2 {
    margin-top: 5.6rem;
}

#ramm #traders .list-blue {
    margin-top: 5.4rem;
    margin-bottom: 2.1rem;
}

@media all and (max-width: 1240px) {
    #ramm .list-blue li {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

@media all and (max-width: 820px) {
    #ramm .list-green li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 5rem;
    }
    #ramm .list-blue li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 5rem;
    }
}

@media all and (max-width: 740px) {
    #ramm #acc .acc__table {
        font-size: 1rem;
    }
    #ramm #acc .acc__table th {
        font-size: 1.2rem;
    }
    #ramm #acc .acc__table tbody td:first-child {
        font-size: 1.2rem;
    }
    #ramm #acc .acc__table .btn-invest {
        padding: 0.5rem 1rem;
    }
    #ramm #acc .acc__table .table__cell-profit {
        font-size: 1.1rem;
    }
    #ramm #acc .acc__table .col-3 {
        width: 20rem;
    }
}

@media all and (max-width: 560px) {
    #ramm #banner .header h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    #ramm #banner .header p {
        font-size: 2rem;
        line-height: 3rem;
    }
    #ramm #acc .acc__table .col-3 {
        width: 8rem;
    }
}

@media all and (max-width: 480px) {
    #ramm #acc .acc__table th {
        font-size: 1rem;
        line-height: 1rem;
    }
    #ramm #acc .acc__table .btn-invest {
        padding: 0.5rem;
    }
}

#ramm #table {
    position: relative;
    z-index: 2;
    
    text-align: center;
    background: #043054;
    color: #fff;
}

#ramm #table .header {
    margin-top: 5.4rem;
}

#ramm #table .header h2 {
    margin-bottom: 1.9rem;
    color: #fff;
}

#ramm #table .header p {
    font-size: 1.6rem;
    opacity: 0.5;
}

#ramm #table .table {
    width: auto;
    margin-top: 7.8rem;
    margin-bottom: 1.5rem;
}

#ramm #table .table .col-1 {
    width: 55rem;
}

#ramm #table .table .col-2 {
    width: 8rem;
}

#ramm #table .table .col-3 {
    width: 22rem;
}

#ramm #table .table .col-4 {
    width: 10rem;
}

#ramm #table .table .col-empty {
    width: 15rem;
}

#ramm #table .table .col-empty-2 {
    width: 5rem;
}

#ramm #table .table .col-empty-3 {
    width: 4rem;
}

#ramm #table .table td {
    padding: 0;
}

#ramm #table .table th {
    padding: 0;
    padding-bottom: 3.8rem;
    vertical-align: top;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 400;
    color: #fff;
    background: none;
    border: none;
}

#ramm #table .table .empty_space {
    border: none;
    line-height: 0;
}

#ramm #table .table .cell {
    vertical-align: middle;
    height: 7.8rem;
    padding: 1.5rem 0 2rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #fff;
}

#ramm #table .table .cell:first-child {
    text-align: left;
}

#ramm #table .table tbody td {
    border-bottom: 2px solid #1c4465;
}

#ramm #table .table tbody tr:last-child td {
    border: none;
}

#ramm #table .table .cell__img {
    position: relative;
    display: inline-block;

    width: 40px;
    height: 40px;

    border: 2px solid #7fba2f;
    border-radius: 100%;
}

#ramm #table .table .cell__img::before {
    content: "";
    position: absolute;
    bottom: 18px;
    right: 5px;
    
    transform: rotate(130deg);
    width: 22px;
    height: 3px;

    background:#7fba2f;
}

#ramm #table .table .cell__img::after {
    position: absolute;
    content: "";
    bottom: 14px;
    right: 20px;

    width: 14px;
    height: 3px;
    transform: rotate(50deg);

    background: #7fba2f;
}

html[dir="rtl"] #ramm .acc__table tbody td:first-child {
    text-align: right;
}

html[dir="rtl"] #ramm .acc__table th:first-child {
    text-align: right;
}
html[dir="rtl"] #ramm .list-blue {
    text-align: right;
}

html[dir="rtl"] #ramm .list-blue li {
    margin-right: 10rem;
    margin-left: 0;
}

html[dir="rtl"] #ramm .list-blue li::before {
    right: -100px;
    left: auto;

    border-radius: 0 160px 160px 0;
    border-right: 3px solid #dbdfe7;
    border-left: none;
}

html[dir="rtl"] #ramm .list-blue li::after {
    right: -52px;
    left: auto;
}

html[dir="rtl"] #ramm #table .table .cell:first-child {
  text-align: right;
}

@media all and (max-width: 1000px) {
    #ramm #table .table .col-empty {
        width: 0;
    }
    #ramm #table .table .col-empty-2 {
        width: 0;
    }
    #ramm #table .table .col-empty-3 {
        width: 0;
    }
}

@media all and (max-width: 650px) {
    #ramm #table .table .cell {
        font-size: 1.2rem;
        line-height: 1.33rem;
    }
    #ramm #table .table .cell__img {
        width: 25px;
        height: 25px;
    }

    #ramm #table .table .cell__img::before {
        bottom: 12px;
        right: 4px;
        
        width: 13px;
        height: 2px;
    }

       #ramm #table .table .cell__img::after {
        bottom: 10px;
        right: 13px;
        
        width: 7px;
        height: 2px;
    }


    #ramm #table .table th {
        font-size: 1.4rem;
        padding-bottom: 0.8rem;
    }
    #ramm h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
    #ramm #table .header p {
        font-size: 1.4rem;
    }

    #ramm table.ramm-strategies-table .ramm-strategy-chart {
        display: none;
    }
}[][]