<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'helvetica_neueregular';
    src: url('/i/css/bonus-page/font/helveticaneue-black-webfont.woff2') format('woff2'),
         url('/i/css/bonus-page/font/helveticaneue-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('/i/css/bonus-page/font/helveticaneue-bold-webfont.woff2') format('woff2'),
         url('/i/css/bonus-page/font/helveticaneue-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('/i/css/bonus-page/font/helveticaneue-condensed-webfont.woff2') format('woff2'),
         url('/i/css/bonus-page/font/helveticaneue-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('/i/css/bonus-page/font/helveticaneue-light-webfont.woff2') format('woff2'),
         url('/i/css/bonus-page/font/helveticaneue-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('/i/css/bonus-page/font/helveticaneue-thin-webfont.woff2') format('woff2'),
         url('/i/css/bonus-page/font/helveticaneue-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
}
p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}

.h1, .h2, .h3, h1, h2, h3, h4, h5, h6, p, table, li{
    font-family: 'helvetica_neueregular', sans-serif;
    text-transform: unset;
}

.main-container{
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bns-holder{
  display: block;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.bns-top-holder{
  display: block;
  background-image: url(/i/img/instaforex_bonuses/bonuses/bonus-img.png);
  background-repeat: no-repeat;
  width: 100%;
  height:264px;
  margin-top: 30px;
  color:#fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.bnsl-block {
  width: 40%;
  padding:24px 32px 0px 38px;
  color:#fff;
}
.bnsl-block h2{
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
}

.bnsl-block p{
  font-family: 'helvetica_neueregular', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.bnsl-block h2, .bnsl-block p{
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.bnsl-desc-block{
  margin-top: 15px;
}

.bnsl-btn-holder{
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
}
.bnsl-desc-block p span{
  display: block;
  margin-top: 10px;
}

.bnsl-btn-bonus{
  display: inline-flex;
  position: relative;
  height: 38px;
  width: 254px;
  margin-right:20px;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  box-shadow: 0px 4px 15px rgba(114, 0, 0, 0.35);
  
}
.bnsl-btn-bonus .bnsl-btn-bns-bonus{
  display: inline-block;
  position: absolute;
  width: 230%;
  height: 100%;
  left: -100%;
  transition: all .4s;
  z-index: -1;
}

.bnsl-btn-bonus button{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  font-family: 'helvetica_neueregular', sans-serif;
  color:#EBB866;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-weight: bolder;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.bnsl-btn-bonus:hover .bnsl-btn-bns-bonus{
  background: #EBB866;
  left: 0;
}

.bnsl-btn-comparison .bnsl-btn-bns-bonus{
  background:none;
}
.bnsl-btn-bonus::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px;
  border: 2px solid transparent;
  background: linear-gradient(130deg,#AA7631, #F1CF94, #C0812D, #EEBC6A, #825315);
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -mask-composite: exclude;
}
.bnsl-btn-comparison:hover button, .bnsl-btn-comparison:focus button .bnsl-btn-comparison:active button{
  background: linear-gradient(130deg,#AA7631, #F1CF94, #C0812D, #EEBC6A, #825315);
  color:white;
}

.bnsr-block img{
  display: block;
  border-top-right-radius: 20px;
}

.bns-bottom-holder{
  display:block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.bns-trading-btn{
  display: inline-block;
  width: 204px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
 font-family: 'helvetica_neueregular', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  background-color: #278F39;
  border-radius: 5px;
  color:#fff;
  margin-right: 5px;
  margin-left: 10px;
}
.bns-demo-btn{
  display: inline-block;
  width: 204px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-family: 'helvetica_neueregular', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  background-color: #8A8D8D;
  border-radius: 5px;
  color:#fff;
  margin-right: 10px;
  margin-left: 5px;
}

.bns100-holder{
  margin-top: 30px;
  display: block;
  background-image: url(/i/img/instaforex_bonuses/bonuses/bonus-100-img.png);
  width: 100%;
  height:320px;
  color:#fff;
  border-radius: 20px;
  background-position: right;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.bns100-block {
  float: right;
  width: 46%;
  padding:50px 32px 20px 30px;
  color:#fff;

}
.bns100-title-block h2{
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}
.bns100-block h2{
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.bns100-desc-block{
  margin-top: 5px;
}
.bns100-desc-block table{
  margin-top: 30px;
  margin-bottom: 30px;
  width: 93%;
  font-family: 'helvetica_neueregular', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.bns100-desc-block table:nth-child(2) {
  display: none;
}

.bns100-desc-block table b{
  font-family: 'helvetica_neueregular', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.bns100-desc-block table tr td{
  line-height: 24px;
}


.bns55-holder{
  margin-top: 30px;
  display: block;
  background-image: url(/i/img/instaforex_bonuses/bonuses/bonus-55-img.png);
  width: 100%;
  height:320px;
  color:#fff;
  border-radius: 20px;
  background-position: right;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.bns55-block {
  width: 48%;
  padding:50px 32px 20px 30px;
  color:#fff;

}
.bns55-title-block h2{
  font-family: 'helvetica_neueregular', sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.bns55-block h2{
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.bns55-desc-block{
  margin-top: 5px;
  margin-left: 3px;
}
.bns55-desc-block table{
  margin-top: 30px;
  margin-bottom: 30px;
  width: 85%;
  font-family: 'helvetica_neueregular', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.bns55-desc-block table:nth-child(2) {
  display: none;
}

.bns55-desc-block table b{
  font-family: 'helvetica_neueregular', sans-serif;
  font-size: 16px;
}
.bns55-desc-block table tr td{
  line-height: 26px;
}

.bns30-holder{
  margin-top: 30px;
  display: block;
  background-image: url(/i/img/instaforex_bonuses/bonuses/bonus-30-img.png);
  width: 100%;
  height:320px;
  color:#fff;
  border-radius: 20px;
  background-position: right;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.bns30-block {
  float: right;
  width: 46%;
  padding:50px 32px 20px 30px;
  color:#fff;

}
.bns30-block h2{
  font-size: 40px;
  font-weight: 700;
}
.bns30-block h2{
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.bns30-desc-block{
  margin-top: 5px;
}
.bns30-desc-block table{
  margin-top: 30px;
  margin-bottom: 30px;
  width: 93%;
  font-family: 'helvetica_neueregular', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.bns30-desc-block table:nth-child(2) {
  display: none;
}

.bns30-desc-block table b{
  font-family: 'helvetica_neueregular', sans-serif;
  font-size: 16px;
}
.bns30-desc-block table tr td{
  line-height: 26px;
}

.club-bns-holder{
  margin-top: 30px;
  display: block;
  background-image: url(/i/img/instaforex_bonuses/bonuses/club-bonus-img.png);
  width: 100%;
  height:320px;
  color:#fff;
  border-radius: 20px;
  background-position: right;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.club-bns-block {
  width: 48%;
  padding:50px 32px 20px 30px;
  color:#fff;

}
.club-bns-block h2{
  font-size: 40px;
  font-weight: 700;
}
.club-bns-block h2{
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.club-bns-desc-block{
  margin-top: 5px;
}
.club-bns-desc-block table{
  margin-top: 30px;
  margin-bottom: 30px;
  width: 90%;
  font-family: 'helvetica_neueregular', sans-serif;
  font-size: 14px;
  font-weight: 400;

}
.club-bns-desc-block table:nth-child(2) {
  display: none;
}

.club-bns-desc-block table b{
  font-family: 'helvetica_neueregular', sans-serif;
  font-size: 16px;
}
.club-bns-desc-block table tr td{
  line-height: 26px;
}

.ld-holder{
  display: flex;
  margin: 30px 0
;
  background-color: #00422A;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.ldl-block img{
  display: block;
}

.ldr-block{
  padding:32px 32px 24px 38px;
  color:#fff;
}

.ldr-block h2{
  font-size: 40px;
  font-weight: 700;
}

.ldr-block h6{
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ldr-block p{
  font-family: 'helvetica_neueregular', sans-serif;
  font-weight: 400;
}
.ldr-block a{
  color:#fff;
  text-decoration: none;
}
.ldr-block h2, .ldr-block h6, .ldr-block p{
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.ldr-title-block, .ldr-desc-block{
  display: flex;
}

.ldr-desc-block{
  margin-top: 15px;
}

.ldr-desc-block-left{
  float: left;
  width: 59%;
}

.ldr-desc-block-middle{
  width: 25%;
}

.ldr-desc-block-right{
  width: 16%;
}

.ldr-btn-holder{
  display: block;
  margin-top: 32px;
}
.ldr-btn-holder a{
  color:#fff;
}

.ldr-btn-promotion-holder{
  float: right;
  margin-right: -45px;
  margin-top: -15px;
  text-align: center;
}

.ldr-btn-promotion{
  width: 216px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1F9034;
  border-radius: 100px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.ldr-tooltip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.ldr-tooltip .ldr-tooltiptext {
  visibility: hidden;
  width: 330px;
  background-color: rgba(0,0,0,.72);
  color: #fff;
  text-align: center;
  border-radius: 7px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  font-family: 'helvetica_neueregular', sans-serif;
  font-size: 14px;
  line-height: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  right: -20px;
  top: -48px;
}

.ldr-tooltip:hover .ldr-tooltiptext {
  visibility: visible;
}

.ldr-tooltip .ldr-tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 90%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.bns-all-btn-holder{
  display: flex;
}

.bns-all-btn-holder a{
  color:#fff;
  width: 100%;
}

.bns-all-btn{
  display: inline-flex;
  position: relative;
  height: 38px;
  width: 254px;
  margin-right:20px;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  box-shadow: 0px 4px 15px rgba(114, 0, 0, 0.35);
}

.bns-all-btn-1{
  display: inline-flex;
  position: relative;
  height: 38px;
  width: 254px;
  margin-right:20px;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
}

.bns-all-btn .bns-all-btn-bonus, .bns-all-btn-1 .bns-all-btn-bonus{
  display: inline-block;
  position: absolute;
  width: 230%;
  height: 100%;
  left: -100%;
  transition: 0.4s all ease-in-out 0s;
  z-index: -1;
}

.bns-all-btn button, .bns-all-btn-1 button{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  color:#fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-weight: bolder;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.bns-all-btn:hover .bns-all-btn-bonus{
  left: 0;
}
.bns-all-btn-1:hover .bns-all-btn-bonus-1{
  left: 0;
}
.bns-all-btn-grad .bns-all-btn-bonus{
  background-image:linear-gradient(230deg, #7D0000, #7D0000, #910b0b, #ec3e3e, #FF4949, #e20303 , #e20303);
}

.bns-all-btn-more .bns-all-btn-bonus-1{
  background:none;
}
.bns-all-btn-more:hover button, .bns-all-btn-more:focus button .bns-all-btn-more:active button{
  background-color: #fff;
  color:black;
}
.bns-all-btn-more{
  border:2px solid #FFFFFF;
  height: 34px;
  width: 250px;
}

.btn-deposit {
  position: relative;
  height: 34px;
  width: 254px;
  margin-right:20px;
  overflow: hidden;
  z-index: 1;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 34px;
  font-weight: 600;
  color:#fff;
  border:2px solid #FF8A00;
  border-radius: 20px;
  background: transparent;
  transition: 0.4s all ease-in-out 0s;
  text-align: center;
}

.btn-deposit:hover{
  cursor: pointer;
}

.btn-deposit::before{
  content:"";
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF8A00;
  transition: 0.4s all ease-in-out 0s;
  z-index: -1;
}

.btn-deposit-bns::before{
  height: 0;
}

.btn-deposit-bns:hover::before{
  top:unset;
  bottom: 0;
  height: 100%;
}

.ld-holder .ldr-block .ldr-desc-block-mob {
  display: none;
}

.mf_header .mfh_desc p {
  line-height: 19px;
}

.mf_header .mfh_title{
  font-family: inherit;
}</pre></body></html>