<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hs_title{
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 40px;
}
.hs_sub_title{
    text-align: left;
    font-size: 25px;
    line-height: 100%;
    color: #333333;
    margin-bottom: 15px;
}
.hs_text{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-align: left;
}
.hs_butt_container{
    padding-top: 40px;
    padding-bottom: 20px;
}
.hs_butt{
    background: #1f9034;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    padding: 13px;
    width: 200px;
}
.hs_butt_text{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    display: block;
}
.download_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    background: #FFFFFF;
    border: 2px solid rgba(117, 117, 117, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0143771), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0119221), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.01), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.00807786), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.00562291);
    border-radius: 5px;
    margin-top: 40px;
}
.download_title{
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: #333333;
    padding-bottom: 5px;
}
.download_desc{
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: rgba(51, 51, 51, 0.8);
}
.benefit_container{
    display: flex;
    padding: 80px 0;
    align-items: center;
}
.benefit_image{
    padding-right: 60px;
    width: 29.5%;
    font-size: 0;
}
.benefit_image img{
    max-width: 100%;
}
.benefit_inner_container{
    width: 65.5%;
}
.bf_title{
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    color: #333333;
    padding-bottom: 5px;
}
.bf_sub_title{
    text-align: left;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 40px;
}
.bf_container{
    display: flex;
}
.bf_sub_container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
}
.bf_li {
    background: url(/i/img/instatrader_mt5/check.png) no-repeat;
    padding-left: 66px;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    text-align: left;
    min-height: 29px;
}

.compare_container{
    max-width: 786px;
    background: #FFFFFF;
    border: 2px solid rgba(117, 117, 117, 0.15);
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0 230px;
    margin-bottom: -170px;
}
.compare_title{
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #333333;
    padding-bottom: 40px;
}
.compare_topics{
    padding: 30px 0 10px;
    color: rgba(51, 51, 51, 0.6);
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
}
.compare_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 110%;
}
.compare_div{
    width: 0;
    height: 33px;
    opacity: 0.4;
    border: 1px solid #757575;
    margin: 0 18px;
}
.compare_mt4{
    font-weight: 300;
    color: rgba(51, 51, 51, 0.8);
    flex: 1 1 0;
    text-align: right;
}
.compare_mt5{
    font-weight: bold;
    color: #6CBF6E;
    flex: 1 1 0;
    text-align: left;
}
.compare_flex0 .compare_div{
    height: 61px;
}
.compare_flex0 .compare_mt4{
    color: #333333;
}
.compare_flex0 .compare_mt5{
    color: #333333;
}
.hs_butt_compare{
    padding-top: 60px;
}
.download_caption{
    padding: 15px 0;
    font-size: 14px;
    line-height: 130%;
    color: rgba(51, 51, 51, 0.6);
}
.download-block {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.download-block .ttp_mt_dwnl_windows,
.download-block .ttp_mt_dwnl_mac,
.download-block .ttp_mt_dwnl_android,
.download-block .ttp_mt_dwnl_ios
{
    display: inline-block;
    width: 150px;
    height: 50px;
}
.download-block .ttp_mt_dwnl_windows:hover {
    background-position: 0 -114px !important;
}
.download-block .ttp_mt_dwnl_mac:hover {
    background-position: 0 -171px !important;
}
.download-block .ttp_mt_dwnl_android:hover {
    background-position: 0 0 !important;
}
.download-block .ttp_mt_dwnl_ios:hover {
    background-position: 0 -57px !important;
}
.composition{
    display: flex;
    justify-content: center;
    align-items: center;
}
.composition img{
    align-self: center;
    max-width: 100%;
}

.feature_main_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    color: #333333;
    padding: 80px 0 40px;
}
.feature_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
}
.feature_block{
    padding: 30px;
    background: #FFFFFF;
    border: 2px solid rgba(117, 117, 117, 0.15);
    box-sizing: border-box;
    border-radius: 5px;
}
.feature_block img{
    max-width: 100%;
    padding-bottom: 20px;
}
.feature_block img:last-child{
    display: none;
}
.feature_title{
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: #333333;
    padding-bottom: 10px;
}
.feature_desc{
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-bottom: 5px;
}

/** FAQ **/
.faq_title{
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #333333;
    padding: 80px 0 40px;
}
.faq_container{
    position: relative;
}
.abs_left{
    position: absolute;
    left: 0;
    top: 10px;
}
.abs_right{
    position: absolute;
    right: 0;
    top: 10px;
}
#accordion {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#accordion .panels &gt; li {
    list-style-type: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    color: #424242;
    border: none;
    margin-left: 0 !important;
    margin-bottom: 10px;
}
#accordion .panels &gt; li .header_span {
    display: inline-block;
    width: calc(100% - 85px);
    padding: 16px 25px 16px 20px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}
#accordion .panels &gt; li.liactive .header_span {
    color: #1F9034;
}
#accordion .panels &gt; li img {
    height: 20px;
    width: 20px;
}
#accordion .panels &gt; li .faq_header {
    display: flex;
    align-items: center;
    min-height: 40px;
    background: #FFFFFF;
    border: 2px solid rgba(117, 117, 117, 0.15);
    box-sizing: border-box;
    border-radius: 5px;
}
#accordion .panels &gt; li.liactive .faq_header img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.panel:not(.active) {
    display: none;
}
.panel {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 65px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.download_mt_container{
    position: relative;
    display: flex;
    padding: 100px 0;
}
.bottom_image{
    width:40%
}
.download_mt_container img{
    position: relative;
    z-index: 1;
    max-width: 100%;
}
.download_mt_right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 84%;
    font-size: 0;
    padding: 60px 0;
    background: #FFFFFF;
    border: 2px solid rgba(117, 117, 117, 0.15);
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.02), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0143771), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0119221), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.01), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.00807786), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.00562291);
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 28%;
    padding-right: 20px;
}
.download_mt_right img.topmobile{
    display: none;
}
.download_mt_title{
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 5px;
}
.download_mt_desc{
    text-align: left;
    font-size: 18px;
    line-height: 130%;
    color: rgba(51, 51, 51, 0.8);
    padding-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .abs_left{
        display: none;
    }
    .abs_right{
        display: none;
    }
}
@media only screen and (min-width: 1001px) and (max-width: 1099px) {
    .benefit_container {
        flex-direction: column-reverse;
    }
    .benefit_inner_container{
        width: 100%;
    }
    .benefit_image {
        text-align: center;
        padding-top: 60px;
        padding-right: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 835px) {
    .benefit_container {
        flex-direction: column-reverse;
    }
    .benefit_inner_container{
        width: 100%;
    }
    .benefit_image {
        text-align: center;
        padding-top: 60px;
        padding-right: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 670px) {
    .hs_butt {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .compare_container {
        padding: 40px 0 100px;
        margin-bottom: -60px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .compare_title {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 20px;
    }
    .compare_topics {
        padding: 20px 0 5px;
        font-size: 14px;
    }
    .compare_flex0 .compare_mt4, .compare_flex0 .compare_mt5 {
        font-size: 18px;
    }
    .compare_mt4, .compare_mt5 {
        font-size: 20px;
    }
    .compare_flex4 .compare_mt4, .compare_flex4 .compare_mt5 {
        font-size: 14px;
    }
    .compare_flex0 .compare_div {
        height: 30px;
    }
    .compare_div {
        height: 25px;
        margin: 0 14px;
    }
    .hs_butt_compare {
        padding-top: 30px;
    }

    .hs_title {
        font-size: 25px;
        margin-top: 0;
    }
    .hs_sub_title {
        font-size: 20px;
    }
    .hs_butt_container{
        padding-top: 30px;
    }

    .download_container{
        display: none;
    }

    .benefit_container {
        padding: 40px 0;
    }
    .benefit_image {
        padding-top: 40px;
    }
    .bf_title {
        font-size: 23px;
        line-height: 25px;
    }
    .bf_sub_title {
        font-size: 16px;
        padding-bottom: 30px;
    }
    .bf_sub_container {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: unset;
    }
    .bf_li {
        background: url(/i/img/instatrader_mt5/check_mobile.png) no-repeat;
        padding-left: 45px;
        font-size: 16px;
        line-height: 20px;
    }

    .feature_container {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: unset;
        grid-row-gap: 20px;
    }
    .feature_main_title {
        font-size: 23px;
        line-height: 25px;
        padding: 40px 0 20px;
    }
    .feature_block {
        padding: 30px 20px;
    }
    .feature_title {
        font-size: 20px;
        line-height: 24px;
    }
    .feature_block img {
        padding-bottom: 15px;
    }
    .feature_block img:first-child{
        display: none;
    }
    .feature_block img:last-child{
        display: block;
    }

    .faq_title {
        font-size: 25px;
        line-height: 25px;
        padding: 40px 0 20px;
    }
    #accordion .panels &gt; li img {
        height: 15px;
        width: 15px;
    }
    #accordion .panels &gt; li .faq_header {
        align-items: unset;
        padding-top: 15px;
    }
    #accordion .panels &gt; li .header_span {
        width: calc(100% - 70px);
        padding: 0 20px 17px 20px;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
    }
    .panel {
        padding-right: 0;
        padding-bottom: 20px;
        font-size: 14px;
        line-height: 21px;
    }

    .download_mt_container {
        padding: 40px 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .download_mt_right {
        position: unset;
        top: unset;
        transform: unset;
        right: unset;
        width: 100%;
        font-size: 0;
        display: flex;
        flex-direction: column;
        padding: 0 20px 35px;
    }
    .bottom_image{
        display: none;
    }
    .download_mt_right img.topmobile{
        display: block;
        padding-bottom: 20px;
    }
    .download_mt_title {
        font-size: 20px;
    }
    .download_mt_desc {
        font-size: 16px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 420px) {
    .compare_container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .download-block{
        grid-column-gap: 0;
        grid-row-gap: 0;
        width: 125%;
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -moz-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .download-block a:nth-child(1){
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .download-block a:nth-child(3){
        margin-right: 10px;
    }
}
</pre></body></html>