.ib-promo-range .noUi-handle {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #00c0ef;
  border: 2px solid #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.ib-promo-range-track {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 8px;
  margin: 0 auto 70px;
  height: 10px;
  background-color: #f4f4f4;
  border-radius: 5px;
}
.ib-promo-range-track:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 10px;
  content: "";
  background: #006ee3;
  transform-origin: 50% 50%;
  transform: translate(0, -50%);
  border-radius: 5px 0 0 5px;
}
.ib-promo-range-track__item {
  position: relative;
  z-index: 20;
  font-size: 16px;
  width: 10%;
  padding-top: 20px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ib-promo-range-track__item:before {
  position: absolute;
  top: 1px;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #f4f4f4;
  border-radius: 50%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 0 5px #f4f4f4;
  transform-origin: 50% 50%;
  transform: translate(-50%, 0);
}
/* Range Slide CSS */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.content-container {
  position: relative;
  transition: background 0.5s ease-in;
}
.content-container__wallet-container {
  position: relative;
}
.content-container__wallet {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 75px;
}

.content-container__inner {
  position: relative;
  z-index: 2;
  padding-top: 200px;
}
.content-container__inner.-copy-trade {
  padding-top: 60px !important;
  overflow: visible;
  z-index: 101;
}
.content-container__inner-text {
  position: relative;
  z-index: 100;
  max-width: 1200px;
  padding: 90px 20px 0;
  margin: 0 auto 0;
  background: #fff;
}

.content-container__inner-bg {
  position: relative;
  z-index: 100;
  background: #fff;
}
.content-container__inner-text {
  position: relative;
  max-width: 1200px;
  padding: 90px 20px 0;
  margin: 0 auto 0;
  background: #fff;
}

.content-container__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 440px;
  background-color: #000;
  background-image: url(/assets/img/bg/bg-news.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

.-lng-visible .content-container__bg {
  background-attachment: scroll;
}
.content-container.-t01 {
  background-color: #6fdcff;
}
.content-container.-t01 a {
  color: #fff;
}
.content-container.-t02 {
  background-color: #f6f7f8;
}
.content-container.-t03 {
  border-bottom: solid 1px #ebecf1;
}
.content-container.-t04 {
  color: #fff;
  background-color: #00c94c;
}
.content-container.-t05 {
  color: #fff;
  background-color: #1f1f1f;
}
.content-container.-t06 {
  background-color: #fff;
}
.content-container.-t07 {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.02) 0,
    rgba(0, 0, 0, 0) 75px
  );
}
.content-container__title-group {
  min-height: 150px;
  overflow: auto;
}
.-rtl-mode .content-container__title-group {
  direction: rtl;
}
.content-container__page {
  padding-top: 90px;
  background: #fff;
}
.content-contest__bg {
  background-image: url(/assets/img/bg/bg-contest.jpg);
}
.content-policy__bg {
  background-image: url(/assets/img/bg/bg-policy.jpg);
}
.content-status-program-terms__bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(/assets/img/bg/bg-policy.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.content-education__bg {
  background-image: url(/assets/img/bg/bg-edu-page.jpg);
}
.content-ib__bg {
  background-image: url(/assets/img/bg/bg-ib.jpg);
}

.content-download__bg {
  background-image: url(/assets/img/bg/bg-download.jpg);
}

.content-market__bg {
  background-image: url(/assets/img/bg/bg-market.jpg);
}
.content-acc__bg {
  background-image: url(/assets/img/bg/bg-acc-page.jpg);
}
.content-platform__bg {
  background-image: url(/assets/img/bg/bg-platform.jpg);
}
.content-sponsorship__bg {
  background-image: url(/assets/img/bg/bg-sponsorship.jpg);
}
.content-copy-trade__bg {
  background-image: url(/assets/img/bg/bg-copy-trade.jpg);
}
.content-southampton__bg {
  background-image: url(/assets/img/bg/bg-southampton.jpg);
}
.content-southampton-emblem__bg {
  background-image: url(/assets/img/bg/bg-southampton-emblem-bw.svg);
  background-position: center 270px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.rules-block {
  padding: 80px 180px;
  margin-bottom: 40px;
  background: #fff;
}

.ib-promo-intro {
  position: relative;
  overflow: hidden;
  padding: 210px 0 125px;
  background-color: #03064b;
  color: #fff;
}
.-rtl-mode .ib-promo-intro {
  direction: rtl;
}
.ib-promo-intro:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2000px;
  content: "";
  background: #03064b url(/assets/img/bg/bg-ib-promo-intro.jpg) right bottom
    no-repeat;
}

.ib-promo-intro__title {
  font-size: 46px;
  font-weight: 500;
  margin: 0 0 50px;
}

.ib-promo-intro__inner {
  position: relative;
  width: 50%;
  margin-right: auto;
}

.ib-promo-option-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
}
.-rtl-mode .ib-promo-option-list {
  direction: rtl;
}
.ib-promo-option-list__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.-rtl-mode .ib-promo-option-list__inner {
  direction: rtl;
}
.ib-promo-option-list__item {
  width: 260px;
  margin-bottom: 60px;
  padding-top: 20px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 10px rgba(147, 147, 147, 0.4);
}

.ib-promo-option-list__item.-achive {
  position: relative;
  padding-top: 50px;
}
.ib-promo-option-list__item.-achive:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: #fff;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
  border-radius: 50% 50%;
  clip: rect(30px, 60px, 60px, 0);
  background: radial-gradient(
    ellipse at center,
    #fff 55%,
    rgba(147, 147, 147, 0.45) 100%
  );
}
.ib-promo-option-list__item.-achive:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 52px;
  height: 4px;
  content: "";
  background: #fff;
  transform: translate(-50%, -4px);
}
.ib-promo-option-list__achive {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  width: 80px;
  height: 80px;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) scale(0.5);
  border-radius: 50%;
}
.ib-promo-option-list__achive.-gold {
  background-image: url(/assets/img/sprite-png/sprite1561557492301.png);
  background-position: -80px -80px;
  width: 80px;
  height: 80px;
}
.ib-promo-option-list__achive.-silver {
  background-image: url(/assets/img/sprite-png/sprite1561557492301.png);
  background-position: 0 0;
  width: 80px;
  height: 80px;
}
.ib-promo-option-list__achive.-bronze {
  background-image: url(/assets/img/sprite-png/sprite1561557492301.png);
  background-position: -160px -80px;
  width: 80px;
  height: 80px;
}
.ib-promo-option-list__caption {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 3px;
  letter-spacing: 0.05em;
  color: #b7c1c6;
}
.ib-promo-option-list__val {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #262946;
}
.ib-promo-option-list__val.-plus {
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 25px;
  border-bottom: solid 1px #f4f4f4;
}
.ib-promo-option-list__val.-plus:after,
.ib-promo-option-list__val.-plus:before {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 2px;
  content: "";
  background-color: #b7c1c6;
  transform-origin: 50% 50%;
  border-radius: 2px;
}
.ib-promo-option-list__val.-plus:before {
  top: 100%;
  box-shadow: 0 0 0 12px #fff;
  transform: translate(-50%, 0);
}
.ib-promo-option-list__val.-plus:after {
  top: 100%;
  margin-left: -8px;
  transform: rotate(90deg);
}
.ib-promo-option-list__val.-icon-user {
  position: relative;
  display: inline-block;
  padding-left: 19px;
  margin-bottom: 13px;
}
.-rtl-mode .ib-promo-option-list__val.-icon-user {
  padding-left: 0;
  padding-right: 19px;
}
.ib-promo-option-list__val.-icon-user:before {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 9px;
  height: 6px;
  margin-top: -1px;
  content: "";
  border-radius: 100% 100% 0 0;
  background-color: #262946;
}
.-rtl-mode .ib-promo-option-list__val.-icon-user:before {
  left: auto;
  right: 5px;
}
.ib-promo-option-list__val.-icon-user:after {
  position: absolute;
  left: 7px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -6px;
  content: "";
  border-radius: 50%;
  background-color: #262946;
}
.-rtl-mode .ib-promo-option-list__val.-icon-user:after {
  left: auto;
  right: 7px;
}
.ib-promo-option-list__bonus {
  height: 68px;
  padding-top: 10px;
  color: #fff;
  background-image: linear-gradient(44deg, #006be2 0, #00cdfa 100%);
  border-radius: 0 0 10px 10px;
}
.ib-promo-option-list__bonus-caption {
  font-size: 10px;
  margin-bottom: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}
.ib-promo-option-list__bonus-val {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1.2;
}
.ib-promo-range-result {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 900px;
}

.ib-promo-range-result__item {
  overflow: hidden;
  width: 240px;
  margin: 0 20px 20px;
  padding: 20px 0 0;
  text-align: center;
  border-radius: 10px;
}
.ib-promo-range-result__text {
  padding: 0 25px;
}
.ib-promo-range-result__caption {
  font-weight: 500;
  font-size: 13px;
  color: #b7c1c6;
}
.ib-promo-range-result__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #262946;
}
.ib-promo-range-result__value {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  color: #009cee;
}
.ib-promo-range-result__circle {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 25px;
  border-radius: 50%;
}
.ib-promo-range-result__circle-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fecd2f;
  transform: translate(-50%, -50%);
}
.ib-promo-range-result__circle-svg {
  position: absolute;
  left: -30px;
  top: -30px;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.ib-promo-range-result__circle-svg circle.base-circle {
  stroke-dasharray: 51 326;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ib-promo-range-result__circle-svg2 {
  position: absolute;
  left: -30px;
  top: -30px;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.ib-promo-range-result__circle-svg2 circle.base-circle {
  stroke-dasharray: 705 1079;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ib-promo-range-result-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  background-image: linear-gradient(to right, #006be2 0, #00cdfa 100%);
}
.-rtl-mode .ib-promo-range-result-line {
  background-image: linear-gradient(to left, #006be2 0, #00cdfa 100%);
}
.ib-promo-range-result-line__item {
  width: 16.6%;
  height: 8px;
  background-color: #f4f4f4;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ib-promo-range-result-line__item.-selected {
  background-color: transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ib-promo-range-result-line__item:not(:last-child) {
  border-right: solid 2px #fff;
}
.-rtl-mode .ib-promo-range-result-line__item:not(:last-child) {
  border-right: none;
  border-left: solid 2px #fff;
}
.ib-promo-range-track {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 8px;
  margin: 0 auto 70px;
  height: 10px;
  background-color: #f4f4f4;
  border-radius: 5px;
}

.ib-promo-range-track:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 10px;
  content: "";
  background: #006ee3;
  transform-origin: 50% 50%;
  transform: translate(0, -50%);
  border-radius: 5px 0 0 5px;
}

.-rtl-mode .ib-promo-range-track:before {
  left: auto;
  right: 0;
  border-radius: 0 5px 5px 0;
}
.ib-promo-range-track__item {
  position: relative;
  z-index: 20;
  font-size: 16px;
  width: 10%;
  padding-top: 20px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ib-promo-range-track__item:before {
  position: absolute;
  top: 1px;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #f4f4f4;
  border-radius: 50%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 0 5px #f4f4f4;
  transform-origin: 50% 50%;
  transform: translate(-50%, 0);
}

.ib-promo-range-track__item.-selected {
  z-index: 50;
}
.ib-promo-range-track__item.-selected:before {
  background-color: #fecd2f;
}
.ib-promo-range-track__item.-selected:nth-child(1):before {
  box-shadow: 0 0 0 5px #fecd2f;
}
.ib-promo-range-track__item.-selected:nth-child(2):before {
  box-shadow: 0 0 0 5px #fecd2f;
}
.ib-promo-range-track__item.-selected:nth-child(3):before {
  box-shadow: 0 0 0 5px #fecd2f;
}
.ib-promo-range-track__item.-selected:nth-child(4):before {
  box-shadow: 0 0 0 5px #fecd2f;
}
.ib-promo-range-track__item.-selected:nth-child(5):before {
  box-shadow: 0 0 0 5px #fecd2f;
}

.-active .ib-promo-range-track__item-inner {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ib-promo-range-track__item-inner:before {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #00c0ef transparent transparent;
  transform-origin: 50% 50%;
  transform: translate(-50%, 0);
}

.ib-promo-range-wrap {
  position: relative;
  max-width: 790px;
  margin: 0 auto;
}

.ib-promo-range {
  position: absolute;
  left: 38px;
  right: 52px;
  z-index: 30;
}

.ib-promo-range .noUi-horizontal {
  height: 10px;
}
.ib-promo-range .noUi-target {
  border: none;
  background: 0 0;
  box-shadow: none;
}
.ib-promo-range .noUi-connect {
  background: linear-gradient(to right, #006be2 0, #00cdfa 100%);
  box-shadow: none;
  border-radius: 0 5px 5px 0;
}
.-rtl-mode .ib-promo-range .noUi-connect {
  left: auto;
  right: 0;
  background: linear-gradient(to left, #006be2 0, #00cdfa 100%);
}
.ib-promo-range-track:after {
  background: #fecd2f;
}
.ib-promo-range .noUi-handle {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #00c0ef;
  border: 2px solid #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.ib-promo-range .noUi-handle:after,
.ib-promo-range .noUi-handle:before {
  display: none;
}
.ib-promo-section {
  padding: 90px 0 100px;
}
.-rtl-mode .ib-promo-section {
  direction: rtl;
}

.ib-promo-section.-sh {
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.05);
}
.ib-promo-section.-range {
  background: url(/assets/img/bg/bg-ib-promo-range.svg) 50% 50% no-repeat;
}
.ib-promo-section__title {
  font-size: 30px;
  font-weight: 400;
  margin: 0 auto 50px;
  max-width: 1000px;
  text-align: center;
  text-transform: none;
  line-height: 1.5;
}

.ib-promo-section__descr {
  margin: 0 auto 40px;
  max-width: 700px;
}
/* .ib-promo-range-result__title
      {
          font-size: 18px;
          font-weight: 600;
          color: #1A1819;
      }
      .ib-promo-range-result__value
      {
          color: #1A9FAD;
          font-size: 18px;
          font-weight: 600;
      } */
/* .ib-promo-range {
  left: 26px;
} */
.ib-promo-range .noUi-handle {
  background-color: #fecd2f;
  border: none;
}
.ib-promo-range-track:before {
  background: #fecd2f;
}
.ib-promo-range-result__item {
  width: 210px;
}
.ib-promo-range .noUi-connect {
  background: #fecd2f;
}
.ib-promo-range-track__item.-selected:nth-child(1):before,
.ib-promo-range-track__item.-selected:nth-child(2):before,
.ib-promo-range-track__item.-selected:nth-child(3):before,
.ib-promo-range-track__item.-selected:nth-child(4):before,
.ib-promo-range-track__item.-selected:nth-child(5):before {
  box-shadow: 0 0 0 5px #fecd2f;
}

/* Range Slide CSS*/

.monthly-section-one .slide-btn {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ib-promo-range .noUi-connect {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1240px) {
  .content-container__wallet {
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .content-container__wallet {
    top: -10px;
  }
}
@media screen and (max-width: 800px) {
  .content-container__wallet {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .ib-promo-section__title {
    font-size: 20px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1000px) {
  .ib-promo-section {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 640px) {
  .ib-promo-range {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .ib-promo-range-wrap {
    margin-top: 70px;
  }
}

@media screen and (max-width: 640px) {
  .ib-promo-range-track__item-inner:before {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .ib-promo-range-track__item-inner {
    position: absolute;
    left: 50%;
    bottom: 100%;
    opacity: 0;
    width: 70px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
    background-color: #00c0ef;
    color: #fff;
    transform-origin: 50% 50%;
    transform: translate(-50%, -15px);
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media screen and (max-width: 640px) {
  .ib-promo-range-track__item:before {
    position: absolute;
    top: 1px;
    left: 70%;
    width: 8px;
    height: 8px;
    content: "";
    background-color: #f4f4f4;
    border-radius: 50%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 0 5px #f4f4f4;
    transform-origin: 50% 50%;
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 640px) {
  .ib-promo-range-track__item:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
}

@media screen and (max-width: 640px) {
  .ib-promo-range-track:before {
    display: none;
  }
}

@media screen and (max-width: 790px) {
  .ib-promo-range-track {
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .ib-promo-range-track {
    padding: 0;
  }
}

@media screen and (max-width: 1000px) {
  .ib-promo-range-result {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 1000px) {
  .ib-promo-option-list__item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .ib-promo-option-list__inner {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 1000px) {
  .ib-promo-intro__inner {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .ib-promo-intro__title {
    font-size: 24px;
    width: 100%;
    margin: 0 0 40px;
    color: #000;
  }
}
@media screen and (max-width: 1200px) {
  .ib-promo-intro:before {
    right: -300px;
  }
}
@media screen and (max-width: 1000px) {
  .ib-promo-intro:before {
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 450px;
    background: url(/assets/img/bg/bg-ib-promo-intro-m.jpg) 50% bottom no-repeat;
  }
}
@media screen and (max-width: 1000px) {
  .ib-promo-intro {
    padding: 480px 20px 40px;
    text-align: center;
    background: #fff;
    color: #000;
  }
}

@media screen and (max-width: 1600px) {
  .ib-promo-intro:before {
    right: -200px;
  }
}

@media screen and (max-width: 1000px) {
  .rules-block {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 680px) {
  .rules-block {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 470px) {
  .content-container {
    padding: 0;
  }
}

@media screen and (min-width: 2000px) {
  .content-southampton-emblem__bg {
    background-size: 2000px auto;
  }
}
@media screen and (min-width: 2000px) {
  .content-container__bg {
    background-size: 100%;
  }
}
@media screen and (min-width: 2000px) {
  .content-southampton-emblem__bg {
    background-size: 2000px auto;
  }
}
@media screen and (min-width: 2000px) {
  .content-container__bg {
    background-size: 100%;
  }
}
@media screen and (max-width: 300px) {
  .ib-promo-range-track__item:before {
    position: absolute;
    top: 1px;
    left: 50%;
    width: 15px;
    height: 15px;
    content: "";
    background-color: #f4f4f4;
    border-radius: 50%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 0 5px #f4f4f4;
    transform-origin: 50% 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1000px) {
  .content-container {
    padding-top: 0;
  }
  .content-container__bg {
    top: 0;
  }
  .content-container__bg:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom, #000 0, rgba(0, 0, 0, 0) 100%);
  }
  .content-container__inner {
    padding-top: 100px;
  }
  .content-container__title-group {
    min-height: 0;
    margin: 0;
  }
  .content-container__title-group .title-t01 {
    margin: 0 20px 35px;
  }
  .content-container__page {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .content-download__bg {
    background-image: url(/assets/img/bg/bg-download@1280.jpg);
  }
}
@media screen and (max-width: 640px) {
  .content-download__bg {
    background-image: url(/assets/img/bg/bg-download@640.jpg);
  }
}
@media screen and (max-width: 640px) {
  .content-ib__bg {
    background-image: url(/assets/img/bg/bg-ib@640.jpg);
  }
}
@media screen and (max-width: 1280px) {
  .content-ib__bg {
    background-image: url(/assets/img/bg/bg-ib@1280.jpg);
  }
}

@media screen and (max-width: 1280px) {
  .content-container__bg {
    background-image: url(/assets/img/bg/bg-news@1280.jpg);
  }
}
@media screen and (max-width: 640px) {
  .content-container__bg {
    background-image: url(/assets/img/bg/bg-news@640.jpg);
  }
}
@media screen and (max-width: 1000px) {
  .content-container__inner-text {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .content-container__inner-text {
    padding: 30px 20px;
  }
}

.reward-volume {
  color: #000;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 35px);
  font-size: 24px;
  font-weight: 600;
}
