<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.instatrader_mt4 .header_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    min-height: 286px;
    background: url(/i/img/instatrader_mt4/header.png) no-repeat #000;
    background-size: cover;
}
.instatrader_mt4 .header_slider &gt; div { padding: 21px 20px 15px 14px; }

.header_slider .hs_div_slider {
    width: 340px;
    max-width: 340px;
    min-width: 340px;
    height: 229px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.header_slider .hs_div_slider .hs_slider_ears {
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    height: 180px;
    margin-top: 10px;
    background: url(/i/img/instatrader_mt4/slider/3_preview_en.png) no-repeat;
    background-size: cover;
    opacity: 0.5;
}
.header_slider .hs_div_slider .hs_slider_ears.hs_slider_ear_2 {
    background-position-x: right;
}
.header_slider .hs_div_slider .hs_slider_ears.hs_slider_ear_1_ar {
    background-position-x: right;
}
.header_slider .hs_div_slider .hs_slider_ears.hs_slider_ear_2_ar {
    background-position-x: left;
}
.header_slider .hs_div_slider .hs_slick_slider,
.header_slider .hs_slick_slider .slick-slide img { width: 300px; }

.header_slider .slick-dots {
    bottom: -44px;
    text-align: center;
}
.header_slider .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 8px;
}

.header_slider .slick-dots li button {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition-duration: .3s;
}
.header_slider .slick-dots li button:before { content: ''; }
.header_slider .slick-dots li.slick-active button { background: #fff; }

.header_slider .hs_content {
    width: 740px;
    color: #F9F9F9;
}
.header_slider .hs_title,
.header_slider .hs_title_ar {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
.header_slider .hs_text,
.header_slider .hs_text_ar {
    font-size: 18px;
    opacity: 0.8;
}

.header_slider .hs_title,
.header_slider .hs_text { text-align: left; }

.header_slider .hs_title_ar,
.header_slider .hs_text_ar { text-align: right; }

.header_slider .hs_text span,
.header_slider .hs_text_ar span,
.header_slider .hs_content .hs_butt_text span { white-space: nowrap; }

.header_slider .hs_line {
    margin: 16px auto;
    border-bottom: 1px solid #FDFDFD;
    opacity: 0.3;
}
.header_slider .hs_content .hs_butt_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header_slider .hs_content .hs_butt {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 272px;
    background: #1F9034;
    border-radius: 4px;
    cursor: pointer;
}
.header_slider .hs_content .hs_butt_img .hs_div_butt { margin: 25px auto 0; }
.header_slider .hs_content .hs_butt_img .hs_img { margin: 10px auto 0; }

.header_slider .hs_content .hs_div_butt a {
    margin: 0 8px;
    text-decoration: none;
    opacity: 0.8;
    transition-duration: .2s;
}
.header_slider .hs_content .hs_div_butt a:hover { opacity: 1; }

.header_slider .hs_content .hs_butt_icon,
.header_slider .hs_content .hs_butt_icon_ar {
    width: 36px;
    max-width: 36px;
    min-width: 36px;
    height: 36px;
    max-height: 36px;
    min-height: 36px;
    background: url(/i/img/instatrader_mt4/hs_butt_icon.svg) center center no-repeat #037819;
}
.header_slider .hs_content .hs_butt_icon { border-radius: 4px 0 0 4px; }
.header_slider .hs_content .hs_butt_icon_ar { border-radius: 0 4px 4px 0; }

.header_slider .hs_content .hs_butt_text {
    width: 100%;
    padding: 0 10px;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: #fff;
}
.header_slider .hs_img a {
    margin: 0 6px;
    text-decoration: none;
}
.header_slider .hs_img img {
    height: 34px;
    border: 1px solid #fff;
    border-radius: 3px;
    opacity: 0.8;
    transition-duration: .2s;
}
.header_slider .hs_img img:hover { opacity: 1; }

.instatrader_mt4 .feature_set { padding: 0 40px; }
.feature_set .fs_title,
.feature_set .fs_title_ar {
    font-size: 23px;
    font-weight: bold;
}
.feature_set .fs_title { text-align: left; }
.feature_set .fs_title_ar { text-align: right; }

.feature_set .fs_ul .fs_li,
.feature_set .fs_ul .fs_li_ar {
    margin: 6px 0;
    list-style: none;
    background: url(/i/img/instatrader_mt4/icon_checkmark.svg) no-repeat;
    background-size: 21px;
}
.feature_set .fs_ul .fs_li {
    padding-left: 30px;
    background-position: left 2px;
}
.feature_set .fs_ul .fs_li_ar {
    padding-right: 30px;
    background-position: right 2px;
}

.feature_set .fs_ul .fs_li p,
.feature_set .fs_ul .fs_li_ar p { line-height: 1.4; }

.feature_set .fs_ul .fs_li p { text-align: left; }
.feature_set .fs_ul .fs_li_ar p { text-align: right; }

.feature_set .fs_info_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
    padding: 14px 20px 20px;
    background: #f1f1f1;
    border-radius: 10px;
    color: #767676;
}

.feature_set .fs_info_block .fsib_icon,
.feature_set .fs_info_block .fsib_icon_ar {
    width: 76px;
    max-width: 76px;
    min-width: 76px;
    height: 76px;
    max-height: 76px;
    min-height: 76px;
    background: url(/i/img/instatrader_mt4/icon_info.svg) center center no-repeat;
    background-size: 74px;
}
.feature_set .fs_info_block .fsib_icon { margin-right: 20px; }
.feature_set .fs_info_block .fsib_icon_ar { margin-left: 20px; }

.fs_info_block .fsib_desck_links .fsib_text {
    line-height: 1.4;
}
.fs_info_block .fsib_desck_links .fsib_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    margin-top: 10px;
}
.fsib_desck_links .fsib_links div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin: 0 6px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition-duration: .2s;
}
.fsib_desck_links .fsib_links div a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px 10px;
    color: #767676;
    text-align: center;
    font-size: 15px;
    /*font-weight: bold;*/
    text-decoration: none;
}
.fsib_desck_links .fsib_links div:hover {
    box-shadow: inset 0 0 3px #cecece;
    text-shadow: 0px 0px 1px #7d7d7d;
}

.feature_set .fsta_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    cursor: default;
}

.feature_set .fsta_slider .fsta_tile {
    margin: 10px;
    width: 180px;
    max-width: 180px;
    min-width: 180px;
    padding: 5px 19px 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 6px #ccc;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fsta_slider .fsta_tile .fsta_icon {
    margin: 10px auto;
    width: 80px;
    height: 80px;
}
.fsta_tile .fsta_icon.fsta_multitasking {
    background: url(/i/img/instatrader_mt4/multitasking.svg) center center no-repeat;
}
.fsta_tile .fsta_icon.fsta_usability {
    background: url(/i/img/instatrader_mt4/usability.svg) center center no-repeat;
}
.fsta_tile .fsta_icon.fsta_multilingual {
    background: url(/i/img/instatrader_mt4/multilingual.svg) center center no-repeat;
}
.fsta_tile .fsta_icon.fsta_optimization {
    background: url(/i/img/instatrader_mt4/optimization.svg) center center no-repeat;
}
.fsta_tile .fsta_icon.fsta_tools {
    background: url(/i/img/instatrader_mt4/tools.svg) center center no-repeat;
}
.fsta_tile .fsta_icon.fsta_informativeness {
    background: url(/i/img/instatrader_mt4/informativeness.svg) center center no-repeat;
}
.fsta_tile .fsta_icon.fsta_popularity {
    background: url(/i/img/instatrader_mt4/popularity.svg) center center no-repeat;
}
.fsta_tile .fsta_icon.fsta_wide_selection {
    background: url(/i/img/instatrader_mt4/wide_selection.svg) center center no-repeat;
}
.fsta_slider .fsta_tile .fsta_title {
    font-size: 16px;
    font-weight: bold;
    color: #514944;
}
.fsta_slider .fsta_tile .fsta_desc {
    margin-top: 11px;
    font-size: 13px;
    color: #767676;
}
.feature_set .fsta_comparis_page {
    max-width: 458px;
    margin: 11px auto;
    text-align: center;
}
.feature_set .fsta_comparis_page a {
    display: block;
    padding: 6px 10px;
    background: #fff;
    border-radius: 8px;
    font-size: 15px;
    /*font-weight: bold;*/
    color: #7c0201;
    text-decoration: none;
    box-shadow: 0 0 6px #ccc;
    transition-duration: .2s;
}
.feature_set .fsta_comparis_page a:hover {
    box-shadow: 0 0 5px #b3b3b3;
    text-shadow: 0 0 2px #b3b3b3;
}

@media (max-width: 900px) {
    .instatrader_mt4 .feature_set { padding: 0; }
}
@media (max-width: 800px) {
    .instatrader_mt4 .header_slider { min-height: auto; }
    .instatrader_mt4 .header_slider &gt; div { padding: 17px 14px 15px; }
    .instatrader_mt4 .header_slider .hs_div_slider { display: none; }
    .header_slider .hs_title, .header_slider .hs_title_ar { font-size: 20px; }

    .feature_set .fs_title,
    .feature_set .fs_title_ar { font-size: 20px; }
}
@media (max-width: 778px) {
    .feature_set .fsta_slider {
        width: 100%;
        margin: 10px auto 2px !important;
    }
    .feature_set .fsta_slider .fsta_tile {
        width: 200px;
        max-width: 200px;
        min-width: 200px;
        min-height: 220px;
        padding: 4px 10px 10px;
    }
    .fsta_slider .slick-slide {
        opacity: 0.3 !important;
        transition-duration: .2s;
    }
    .fsta_slider .slick-active {
        opacity: 1 !important;
    }
    .fsta_slider .slick-dots {
        position: static !important;
        margin: 0 auto;
        text-align: center;
    }
    .fsta_slider .slick-dots li { margin: 0 6px; }

    .fsta_slider .slick-dots li button {
        width: 22px;
        height: 22px;
        border: 1px solid #fff;
        background: #F1F1F1;
        border-radius: 50%;
        outline: 0 !important;
        transition-duration: .3s;
    }
    .fsta_slider .slick-dots li button:before { content: ''; }

    .fsta_slider .slick-dots li.slick-active button {
        background: #fff;
        box-shadow: 0 0 4px 1px #e2e2e2;
    }
}
@media (max-width: 760px) {
    .feature_set .fsta_comparis_page {
        max-width: 100%;
        margin: 20px auto 11px;
    }
    .feature_set .fsta_comparis_page a { padding: 10px; }
}
@media (max-width: 700px) {
    .feature_set .fs_info_block { position: relative; }

    .feature_set .fs_info_block .fsib_icon,
    .feature_set .fs_info_block .fsib_icon_ar {
        position: absolute;
        top: calc(50% - 38px);
        left: calc(50% - 38px);
        transform: scale(1.8);
        opacity: 0.1;
        z-index: 0;
    }
    .feature_set .fs_info_block .fsib_icon { margin-right: 0; }
    .feature_set .fs_info_block .fsib_icon_ar { margin-left: 0; }
    .fsib_desck_links .fsib_links div { z-index: 1; }
}
@media (max-width: 660px) {
    .feature_set .fs_info_block { padding: 14px 20px 14px; }
    .feature_set .fs_info_block .fsib_icon,
    .feature_set .fs_info_block .fsib_icon_ar { transform: scale(3.4); }
    
    .fs_info_block .fsib_desck_links .fsib_links {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .fsib_desck_links .fsib_links div {
        max-width: 100%;
        margin: 6px 0;
    }
    .fsib_desck_links .fsib_links div a { padding: 10px; }
}
@media (max-width: 360px) {
    .header_slider .hs_content .hs_butt { width: 230px; }
    .header_slider .hs_content .hs_butt_text {
        padding: 0px 4px;
        font-size: 14px;
    }
    .header_slider .hs_img a { margin: 0; }
    .header_slider .hs_img img { height: 30px; }
}
</pre></body></html>