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

/* ae */

html[dir="rtl"] #indices_landing .accounts_list>li {
    text-align: right;
}

html[dir="rtl"] #indices_landing .accounts_caption {
    text-align: left;
}

html[dir="rtl"] #indices_landing .accounts_caption li:not(:last-child)::after {
    background: -webkit-gradient(linear, right top, right top, color-stop(10%, rgba(230, 235, 239, 0)), to(#e6ebef));
    background: -webkit-linear-gradient(right, rgba(230, 235, 239, 0) 10%, #e6ebef 100%);
    background: -o-linear-gradient(right, rgba(230, 235, 239, 0) 10%, #e6ebef 100%);
    background: linear-gradient(to left, rgba(230, 235, 239, 0) 10%, #e6ebef 100%);
}

html[dir="rtl"] #indices_landing .accounts_banner {
    right: 3.1rem;
    left: auto;
}

html[dir="rtl"] #indices_landing #platform .mt4 {
    margin-right: 4.4rem;
    margin-left: 0;
}

html[dir="rtl"] #indices_landing #platform span {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
}

html[dir="rtl"] #indices_landing #platform .content_holder {
    padding-bottom: 12rem;
}

@media all and (max-width: 768px) {
    html[dir="rtl"] #indices_landing #platform .content_holder {
        padding-bottom: 6rem;
    }
}

/* -- */

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

#indices_landing .one-click-trading {
    display: none !important;
}

#indices_landing .js-app {
    width: 100% !important;
    position: relative;
    z-index: 2;
}

#indices_landing .wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 2rem;
}

@media all and (max-width: 600px) {
    #indices_landing .wrapper {
        padding: 0;
    }
}

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

#indices_landing section {
    padding: 0 1rem;
}

#indices_landing .button_holder {
    text-align: center;
}

#indices_landing .prime_button {
    display: inline-block;
    vertical-align: middle;
    min-width: 38rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 3rem 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;
    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);
}

#indices_landing .prime_button:hover {
    background: #98c838;
}

@media all and (max-width: 500px) {
    #indices_landing .prime_button {
        min-width: 28rem;
    }
}

@media all and (max-width: 411px) {
    #indices_landing .prime_button {
        font-size: 2rem;
    }
}

#indices_landing .prime_button-bottom {
    margin-bottom: -3.9rem;
}

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

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

#indices_landing h1 {
    font-size: 5rem;
    line-height: 6rem;
    font-weight: 500;
    color: #98c838;
}

@media (max-width: 767px) {
    #indices_landing h1 {
        font-size: 4rem;
        line-height: 5rem;
    }
}

#indices_landing h2 {
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 500;
}

@media (max-width: 767px) {
    #indices_landing h2 {
        font-size: 3rem;
        line-height: 4rem;
    }
}

#indices_landing h4 {
    font-size: 3rem;
    line-height: 2rem;
    font-weight: 500;
}

#indices_landing #fix {
    background-color: #050730;
}

#indices_landing #banner {
    color: #fff;
    background: url("images/banner-bg.png") no-repeat;
    background-color: #050730;
    background-size: auto 100%;
    background-position: 50%;
}

#indices_landing #banner .content_holder {
    max-width: 870px;
}

#indices_landing #banner .header {
    padding-top: 17.2rem;
    margin-bottom: 7rem;
}

@media all and (max-width: 412px) {
    #indices_landing #banner .header {
        padding-top: 16.1rem;
    }
}

#indices_landing #banner .header p {
    margin-top: 1.8rem;
    font-size: 2.2rem;
    line-height: 3rem;
}

@media all and (max-width: 767px) {
    #indices_landing #banner .header p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

#indices_landing #banner .list {
    margin-bottom: 8.9rem;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media all and (max-width: 767px) {
    #indices_landing #banner .list {
        margin-bottom: 4.9rem;
    }
}



  #indices_landing  #banner .list li {
 -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
}

@media (max-width: 990px) {


 #indices_landing #banner .list {
  justify-content: flex-start;
}




  #indices_landing #banner .list li {

    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}
}


@media (max-width: 767px) {


 #indices_landing #banner .list li {
  

    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}
}

@media (max-width: 560px) {


 #indices_landing #banner .list li {

    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
        text-align: center;
}


 #indices_landing #banner .list {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



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

#indices_landing #banner .list .img {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("images/banner-icons.png") -11px -2px;
    background-repeat: no-repeat;
}

#indices_landing #banner .list .img-2 {
    background: url("images/banner-icons.png") -110px -2px;
    background-repeat: no-repeat;
}

#indices_landing #banner .list .img-3 {
    background: url("images/banner-icons.png") -208px -2px;
    background-repeat: no-repeat;
}

#indices_landing #banner .list h4 {
    margin-top: 3.8rem;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2rem;
    color: #fff;
}

#indices_landing #banner .list p {
    opacity: 0.8;
    margin-top: 0.2rem;
    font-size: 1.6rem;
    line-height: 2rem;
}

#indices_landing #banner .prime_button {
    -webkit-box-shadow: 0 3px 10px 4px #394b33;
    box-shadow: 0 3px 10px 4px #394b33;
}

#indices_landing #graphic {
    color: #fff;
    position: relative;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(#050730), to(#070a45));
    background: -webkit-linear-gradient(top, #050730, #070a45);
    background: -o-linear-gradient(top, #050730, #070a45);
    background: linear-gradient(to bottom, #050730, #070a45);
    text-align: center;
}

#indices_landing #graphic .widget {
    position: relative;
    width: 100%;
    padding-top: 10.7rem;
    margin-bottom: 9.3rem;
    overflow: hidden;
}

@media all and (max-width: 767px) {
    #indices_landing #graphic .widget {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
}

#indices_landing #graphic .widget::before {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    border-radius: 100%;
    top: 40px;
    z-index: 1;
    right: 0;
    background: -webkit-radial-gradient(closest-side, #2c4ba8, rgba(5, 7, 48, 0) 80%);
    background: -o-radial-gradient(closest-side, #2c4ba8, rgba(5, 7, 48, 0) 80%);
    background: radial-gradient(closest-side, #2c4ba8, rgba(5, 7, 48, 0) 80%);
}

@media all and (max-width: 767px) {
    #indices_landing #graphic .widget::before {
        display: none;
    }
}

#indices_landing #graphic .widget::after {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    border-radius: 100%;
    bottom: -10px;
    z-index: 1;
    right: 0;
    background: -webkit-radial-gradient(closest-side, #2c4ba8, rgba(5, 7, 48, 0) 80%);
    background: -o-radial-gradient(closest-side, #2c4ba8, rgba(5, 7, 48, 0) 80%);
    background: radial-gradient(closest-side, #2c4ba8, rgba(5, 7, 48, 0) 80%);
}

@media all and (max-width: 767px) {
    #indices_landing #graphic .widget::after {
        display: none;
    }
}

#indices_landing #graphic .widget p {
    position: relative;
    z-index: 2;
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2rem;
    opacity: 0.6;
    color: #fff;
}

#indices_landing #graphic h3 {
    max-width: 1000px;
    display: inline-block;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 300;
    color: #fff;
}

@media all and (max-width: 767px) {
    #indices_landing #graphic h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

#indices_landing #graphic .list {
    margin-top: 6.4rem;
    margin-bottom: 10.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media all and (max-width: 1060px) {
    #indices_landing #graphic .list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

#indices_landing #graphic .list li {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

@media all and (max-width: 1060px) {
    #indices_landing #graphic .list li.item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
}

@media all and (max-width: 560px) {
    #indices_landing #graphic .list li.item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 5rem;
    }
}

@media (max-width: 499px) {
    #indices_landing #graphic .list li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

#indices_landing #graphic .list .item-1,
#indices_landing #graphic .list .item-2 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
}

#indices_landing #graphic .list .item-2 {
    margin-right: 8rem;
}

@media all and (max-width: 1060px) {
    #indices_landing #graphic .list .item-2 {
        margin-right: 0;
    }
}

#indices_landing #graphic .list p {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 2rem;
}

#indices_landing #graphic .list span {
    font-size: 4rem;
    line-height: 3rem;
    color: #98c838;
}

 #indices_landing #banner .list span {
   font-size: 5rem;
      line-height: 3rem;
      color: #98c838; 
 }


@media all and (max-width: 1024px) {
    #indices_landing #graphic .list span {
        font-size: 3rem;
    }
}

#indices_landing #graphic .prime_button {
    -webkit-box-shadow: 0 2px 10px 1px #dbecb9;
    box-shadow: 0 2px 10px 1px #dbecb9;
}

#indices_landing #platform {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    color: #000;
}

#indices_landing #platform h2 {
    color: #000;
}

#indices_landing #platform .empty {
    width: 100%;
    height: 1px;
    text-align: center;
}

@media all and (max-width: 640px) {
    #indices_landing #platform .empty {
        position: relative;
        padding-bottom: 28rem;
    }
}

#indices_landing #platform .empty::before {
    content: "";
    position: absolute;
    top: 17rem;
    z-index: 1;
    width: 890px;
    height: 403px;
    background: url("images/graphic.png") no-repeat;
    background-position: 100% 100%;
}

@media all and (max-width: 945px) {
    #indices_landing #platform .empty::before {
        opacity: 0.4;
    }
}

@media all and (max-width: 640px) {
    #indices_landing #platform .empty::before {
        top: auto;
        bottom: -8rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-position: 100%;
        opacity: 1;
    }
}

#indices_landing #platform .content_holder {
    position: relative;
    z-index: 2;
    max-width: 576px;
    padding-top: 13rem;
    padding-bottom: 6rem;
}

@media all and (max-width: 640px) {
    #indices_landing #platform .content_holder {
        padding-top: 8rem;
    }
}

#indices_landing #platform p {
    margin-top: 3.7rem;
    margin-bottom: 4.2rem;
    font-size: 1.8rem;
    line-height: 3rem;
    opacity: 0.8;
}

#indices_landing #platform .button_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#indices_landing #platform .holder {
    display: inline-block;
    border: 1px solid #1378bf;
    border-radius: 5px;
}

#indices_landing #platform .mt5 {
    width: 120px;
    display: inline-block;
    height: auto;
    background: url("images/mt5.png") no-repeat;
    margin: 0 0.8rem 0 1.9rem;
    vertical-align: middle;
}

#indices_landing #platform span {
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-block;
    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);
    padding: 0.9rem 1.1rem 0.9rem 1rem;
    color: #fff;
}

#indices_landing #platform .mt4 {
    display: inline-block;
    width: 120px;
    display: inline-block;
    margin-left: 4.4rem;
    height: 22px;
    background: url("images/mt4.png") no-repeat;
}

@media all and (max-width: 430px) {
    #indices_landing #platform .buttons_holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #indices_landing #platform .mt4,
    html[dir="rtl"] #indices_landing #platform .mt4 {
        margin: 0 2rem;
        margin-top: 3rem;
    }
}

#indices_landing #support {
    padding-top: 8.5rem;
    padding-bottom: 10.6rem;
    background: url("images/support-bg.png") no-repeat;
    background-size: auto 100%;
    background-position: 50%;
    background-color: #f4f6fc;
    color: #000;
}

#indices_landing #support .content_holder {
    max-width: 600px;
    padding-left: 1.8rem;
}

#indices_landing #support .padding {
    position: relative;
    padding-left: 8rem;
}

#indices_landing #support .content {
    max-width: 530px;
}

#indices_landing #support h2 {
    margin-bottom: 3.9rem;
    line-height: 4rem;
}

#indices_landing #support h2::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 2px;
    top: 3px;
    background: url("images/support-flag.png") no-repeat;
}

#indices_landing #support .location {
    margin-bottom: 2.3rem;
    font-size: 1.4rem;
    line-height: 2rem;
}

#indices_landing #support .location:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 30px;
    left: 8px;
    top: 3px;
    background: url("images/support-location.png") no-repeat;
}

#indices_landing #support .number {
    display: block;
    margin-bottom: 2.2rem;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #000;
}

#indices_landing #support .number:hover,
#indices_landing #support .number:visited {
    color: #000;
}

#indices_landing #support .number:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 30px;
    left: 12px;
    top: 1px;
    background: url("images/support-number.png") no-repeat;
}

#indices_landing #support .mail {
    display: block;
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #168ac9;
}

#indices_landing #support .mail:hover {
    text-decoration: underline;
}

#indices_landing #support .mail:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 22px;
    left: 7px;
    top: 4px;
    background: url("images/support-mail.png") no-repeat;
}

#indices_landing #support .time {
    font-size: 1.4rem;
    line-height: 2rem;
}

#indices_landing #support .time:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 7px;
    top: 5px;
    background: url("images/support-time.png") no-repeat;
}

#indices_landing #accounts {
    padding-top: 8.1rem;
    padding-bottom: 6rem;
    text-align: center;
    color: #000;
}

#indices_landing #accounts h2 {
    color: #333333;
}

#indices_landing #accounts .header p {
    display: inline-block;
    max-width: 990px;
    margin-top: 2.7rem;
    font-size: 1.8rem;
    line-height: 3rem;
    opacity: 0.8;
}

#indices_landing .accounts_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5.3rem;
}

#indices_landing .accounts_caption {
    display: inline-block;
    width: 160px;
    padding: 0 3.9rem 17.6rem 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}

html[lang="cs"] #indices_landing .accounts_caption,
html[lang="pl"] #indices_landing .accounts_caption,
html[lang="vi"] #indices_landing .accounts_caption {
    width: 200px;
    padding-right: 1.9rem;
}

#indices_landing .accounts_caption li {
    position: relative;
    margin-top: 1rem;
    line-height: 2rem;
    color: #697d8c;
}

#indices_landing .accounts_caption li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: calc(100% + 3.9rem);
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(230, 235, 239, 0)), to(#e6ebef));
    background: -webkit-linear-gradient(left, rgba(230, 235, 239, 0) 10%, #e6ebef 100%);
    background: -o-linear-gradient(left, rgba(230, 235, 239, 0) 10%, #e6ebef 100%);
    background: linear-gradient(to right, rgba(230, 235, 239, 0) 10%, #e6ebef 100%);
}

#indices_landing .accounts_caption li:not(:last-child) {
    padding-bottom: 1rem;
}

#indices_landing .accounts_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
    list-style-type: none;
}

@media all and (max-width: 700px) {
    #indices_landing .accounts_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#indices_landing .accounts_list>li {
    display: inline-block;
    position: relative;
    width: 300px;
    padding: 0 0.9rem 0.9rem 3.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    text-align: left;
    transition: opacity .9s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

#indices_landing .accounts_list>li:hover {
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 5px 10px 4px #f7f7f7;
    box-shadow: 0 5px 10px 4px #f7f7f7;
    z-index: 3;
}

#indices_landing .accounts_list h4 {
    margin-top: 3.6rem;
    margin-bottom: 2.8rem;
    font-size: 2rem;
    line-height: 5rem;
    font-weight: 400;
    color: #000;
}

#indices_landing .accounts_items {
    padding: 0;
    margin-bottom: 3.5rem;
    list-style-type: none;
}

#indices_landing .accounts_items li {
    position: relative;
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000;
}

#indices_landing .accounts_items li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: -3.1rem;
    width: calc(100% + 4rem);
    height: 1px;
    background: #e6ebef;
}

#indices_landing .accounts_items li:not(:last-child)::after:hover {
    background: #f8f9fa;
}

#indices_landing .accounts_items li:not(:last-child) {
    padding-bottom: 1rem;
}

#indices_landing .accounts_items a {
    color: #1378bf;
    text-decoration: none;
}

#indices_landing .accounts_items a:hover {
    color: #1378bf;
    text-decoration: underline;
}

#indices_landing .caption-mobile {
    display: none;
    position: absolute;
    top: -1rem;
    font-size: 1.2rem;
    color: #697d8c;
}

#indices_landing .accounts_banner {
    position: absolute;
    top: -1px;
    left: 3.1rem;
    padding: 0.3rem 0.7rem 0.1rem 0.8rem;
    margin: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 1.2rem;
    line-height: 2rem;
    text-transform: uppercase;
    -webkit-box-shadow: 0 3px 5px 0px #e5e5e5;
    box-shadow: 0 3px 5px 0px #e5e5e5;
    font-weight: 700;
    color: #fff;
    background: #1379c0;
}

#indices_landing .item_button {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
    border-radius: 4px;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    line-height: 2rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

#indices_landing .item_button-green {
    color: #fff;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
    background: -webkit-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);
}

#indices_landing .item_button-green:hover {
    background: #98c838;
}

#indices_landing .item_button-white {
    color: #697d8c;
    border: 1px solid #d0d6db;
}

#indices_landing .item_button-white:hover,
#indices_landing .item_button-white:visited {
    color: #697d8c;
}

#indices_landing .item_button-white:hover {
    text-decoration: underline;
}

@media all and (max-width: 1180px) {
    #indices_landing .item_text-mobile {
        position: relative;
        bottom: -7px;
        font-size: 1.2rem;
    }

    #indices_landing .caption-mobile {
        display: inline-block;
    }

    #indices_landing .accounts_caption {
        display: none;
    }
}

@media all and (max-width: 940px) {
    #indices_landing .accounts_list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    #indices_landing .accounts_list>li {
        width: 240px;
    }
}

@media all and (max-width: 700px) {
    #indices_landing .accounts_list>li {
        max-width: 400px;
        width: 100%;
    }
}

#indices_landing #award {
    padding-top: 10.6rem;
    text-align: center;
}

#indices_landing #award .header {
    margin-bottom: 8.3rem;
}

@media all and (max-width: 940px) {
    #indices_landing #award .header {
        margin-bottom: 5rem;
    }
}

#indices_landing #award .header h2 {
    line-height: 4rem;
    margin-bottom: 0.5rem;
    font-weight: 300;
}

#indices_landing #award .header p {
    color: #000000;
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 300;
}

@media all and (max-width: 767px) {
    #indices_landing #award .header p {
        font-size: 2rem;
        line-height: 3rem;
    }
}

#indices_landing #award .list {
    padding-bottom: 5.7rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 78%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

#indices_landing #award li {
    font-size: 1.6rem;
    color: #697d8c;
    width: 220px;
    padding: 0 4rem;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    position: relative;
    padding-bottom: 5.2rem;
    margin-bottom: 2.7rem;
}

@media (max-width: 940px) {
    #indices_landing #award li {
        margin-bottom: 5rem;
    }
}

#indices_landing #award li:before {
    content: "";
    position: absolute;
    background: url("/uploads/pages/general/images/award-oliv.png");
    width: 60px;
    height: 100px;
    top: -11px;
    left: 4px;
}

#indices_landing #award li:after {
    content: "";
    position: absolute;
    background: url("/uploads/pages/general/images/award-oliv.png");
    width: 60px;
    height: 100px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: 4px;
    top: -12px;
}

#indices_landing #award h4 {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #000;
    font-weight: 500;
    display: inline-block;
}

#indices_landing #award .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

@media all and (max-width: 1220px) {
    #indices_landing #award .list {
        max-width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}