@import url("../external.html?link=https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800");
.prs-table-container {
  border-radius: 5px;
  overflow-x: auto;
  display: block;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  .prs-table-container {
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 1.5rem;
  }
}
.prs-table-container > table {
  color: rgba(0, 0, 0, 0.65);
  font-family: inherit;
  font-weight: 400;
  width: 100%;
  font-size: 1rem;
}
.prs-table-container > table th {
  border: 1px solid transparent;
  text-align: left;
  height: 40px;
  padding: 5px;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .prs-table-container > table th {
    padding: 10px;
  }
}
.prs-table-container > table td {
  border: 1px solid transparent;
  text-align: left;
  height: 40px;
  padding: 5px;
}
@media (min-width: 768px) {
  .prs-table-container > table td {
    padding: 6px 10px;
  }
}
.prs-table-container > table > thead {
  font-weight: 600;
}
.prs-table-container > table > tbody tr:nth-child(2n) {
  background: rgba(0, 0, 0, 0.04);
}
.prs-table-container > table > tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.025);
}
.prs-table-container > table > tbody th {
  color: #59b300;
  font-weight: 400;
}
.prm-table {
  font-family: unset;
  border-collapse: collapse;
  font-size: 1rem;
}
.prm-table > thead {
  color: #515151;
  font-weight: 700;
  text-align: left;
}
.prm-table > thead th {
  height: 40px;
  padding: 5px;
}
@media (min-width: 768px) {
  .prm-table > thead th {
    padding: 10px;
  }
}
.prm-table > tbody {
  color: rgba(0, 0, 0, 0.65);
}
.prm-table > tbody tr:nth-child(2n) {
  background: #f6f6f6;
}
.prm-table > tbody th {
  height: 40px;
  color: #51afed;
  font-weight: 400;
  text-align: left;
  padding: 5px;
}
@media (min-width: 768px) {
  .prm-table > tbody th {
    padding: 10px;
  }
}
.prm-table > tbody td {
  height: 40px;
  font-weight: 400;
  padding: 5px;
}
@media (min-width: 768px) {
  .prm-table > tbody td {
    padding: 10px;
  }
}
.prm-link,
.prs-link {
  color: #59b300;
  cursor: pointer;
  text-decoration: none;
}
.prs-link {
  font-weight: 400;
  display: block;
  font-size: 1rem;
}
.prs-link:hover {
  text-decoration: underline;
}
.prs-link:after {
  content: "";
  display: inline-block;
  margin-left: 0.313rem;
  width: 6px;
  height: 10px;
  background: url(assets/images/arrow6553.svg) no-repeat 0 0;
}
button.prs-link {
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: 0;
  padding: 0;
}
.prs-list {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: 1rem;
  font-weight: inherit;
}
.prs-list > li {
  color: rgba(0, 0, 0, 0.65);
  position: relative;
  font-weight: 300;
  line-height: 1.5rem;
}
.prs-list > li:not(:last-child) {
  margin-bottom: 24px;
}
.prs-list > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 17px;
  background: url(assets/icons/check0e47.svg) no-repeat 0 0;
  left: -20px;
  top: 2px;
}
.prs-list__title {
  display: block;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 10px;
}
.prm-list {
  list-style-type: none;
  padding: 0 0 0 22px;
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .prm-list {
    font-size: 1.1875rem;
  }
}
.prm-list > li {
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  position: relative;
  font-weight: 300;
}
.prm-list > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 17px;
  background: url(assets/icons/check0e47.svg) no-repeat 0 0;
  left: -20px;
  top: 2px;
}
.prm-list__title {
  display: block;
  font-weight: 600;
}
.prs-container {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .prs-container {
    padding: 0 24px;
  }
}
@media (min-width: 1328px) {
  .prs-container {
    padding: 0 calc((100% - 1264px) / 2);
  }
}
.prs-container--dark-bg {
  background-color: #c0c0c0;
}
.prs-title {
  font-family: inherit;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  .prs-title {
    font-size: 2.75rem;
    line-height: 3.75rem;
    margin-bottom: 48px;
  }
}
.prs-title--secondary {
  color: #fff;
}
.prs-text,
.prs-text > p {
  font-family: inherit;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  font-size: 1rem;
  text-align: left;
  font-weight: 300;
  margin: 0;
}
.prs-text--secondary,
.prs-text > p--secondary {
  color: #fff;
}
.prs-text > p a,
.prs-text a {
  color: #59b300;
  text-decoration: none;
}
.prs-text > p a:hover,
.prs-text a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .prs-text,
  .prs-text > p {
    font-size: 1.1875rem;
  }
}
.prs-text-comment {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}
@media (min-width: 480px) {
  .prs-text-comment {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.prs-text-bullet {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .prs-hide-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
.start-trading-container {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(assets/images/start-trading91d2.png) no-repeat 50% / cover;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .start-trading-container {
    background: url(assets/images/start-trading@2x4f25.png) no-repeat 50% /
      cover;
  }
}
.start-trading-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .start-trading-steps {
    display: flex;
  }
}
.start-trading-steps > li {
  display: flex;
}
@media (min-width: 768px) {
  .start-trading-steps > li {
    flex: 0 0 calc(33% - 1.33333rem);
  }
}
.start-trading-steps > li:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .start-trading-steps > li:not(:last-child) {
    margin-right: 32px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .start-trading-steps > li:not(:last-child) {
    margin-right: 44px;
  }
}
.start-trading-steps__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .start-trading-steps__content {
    min-width: 145px;
  }
}
.start-trading-steps__number {
  color: #59b300;
  font-size: 5rem;
  margin-right: 2rem;
  line-height: 5rem;
}
@media (min-width: 768px) {
  .start-trading-steps__number {
    margin-right: 27px;
  }
}
.start-trading-steps__title {
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.start-trading-steps__description {
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.start-trading-steps__comment {
  min-height: 17px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.75rem;
  font-weight: 300;
}
.leverage-container,
.leverage__figures--leverage {
  background: url(assets/images/leverage-bg5107.jpg) no-repeat 50% / cover,
    #1c1c1c;
}
.leverage__figures--market {
  background: url(assets/images/market-bga1e2.jpg) no-repeat 50% / cover,
    #1c1c1c;
}
.leverage__figures-inner {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .leverage__figures-inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .leverage__figure {
    display: block;
  }
}
@media (min-width: 768px) {
  .leverage__figure--left {
    margin-bottom: 0;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .leverage__figure--right {
    padding-left: 16px;
  }
}
.leverage__figure-header {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .leverage__figure-header {
    font-size: 2rem;
    text-align: left;
  }
}
.leverage__figure-img img {
  margin: 0 auto;
}
.leverage__figure-buttons {
  padding-bottom: 48px;
}
.leverage__figure-view {
  font-size: 0.875rem;
}
.leverage__figures-inner {
  max-width: 1200px;
  margin: 0 auto 32px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .leverage__figures-inner {
    display: flex;
    margin-bottom: 50px;
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .leverage__figures-inner {
    padding: 0;
    max-width: 1263px;
  }
}
.leverage__figure {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.leverage__figure--left {
  padding-top: 50px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .leverage__figure--left {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .leverage__figure--left .leverage__figure-img {
    margin-right: 56px;
  }
}
.leverage__figure--right {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .leverage__figure--right {
    padding-top: 50px;
    margin: 0;
  }
}
.leverage__figure-header {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 300;
  max-width: 420px;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .leverage__figure-header {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .leverage__figure-header--right {
    margin-left: 8px;
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .leverage__figure-header--left {
    align-self: flex-start;
  }
}
.leverage__figure-img img {
  width: 328px;
  height: 166px;
  max-width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .leverage__figure-img img {
    width: 348px;
    height: 177px;
  }
}
@media (min-width: 1200px) {
  .leverage__figure-img img {
    width: 424px;
    height: 216px;
  }
}
.leverage__figure-buttons {
  display: flex;
  justify-content: center;
  padding: 0 16px 48px;
}
@media (min-width: 1200px) {
  .leverage__figure-buttons {
    padding-bottom: 50px;
  }
}
.leverage__figure-view {
  font-size: 0.875rem;
  padding: 0.4em 16px;
  background: #59b300;
}
.leverage__open {
  position: relative;
  background: #f3f3f3;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
  background: url(assets/images/open-bgbbb4.png);
  background-color: #c0c0c0;
  overflow: hidden;
  background-size: auto 100%;
}
.leverage__open-wrapper {
  max-width: 1232px;
  margin: 0 auto;
  padding: 50px 16px;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .leverage__open-wrapper {
    padding: 50px 24px;
  }
}
@media (min-width: 1200px) {
  .leverage__open-wrapper {
    max-width: 1313px;
  }
}
.leverage__open-wrapper:before {
  display: none;
  position: absolute;
  content: " ";
  background-image: url(assets/images/open-pc0472.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  height: 100%;
  width: 360px;
  z-index: -1;
  margin-top: -50px;
  right: -40px;
  transform: translate(85px);
}
@media (min-width: 768px) {
  .leverage__open-wrapper:before {
    display: block;
  }
}
@media (min-width: 1300px) {
  .leverage__open-wrapper:before {
    background-position: 50%;
  }
}
@media (min-width: 768px) {
  .leverage__open-container {
    padding-right: 150px;
  }
}
.leverage__open-header {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .leverage__open-header {
    font-size: 2.75rem;
    line-height: 3.75rem;
    margin-bottom: 48px;
  }
}
.leverage__open-text {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .leverage__open-text {
    font-size: 1.1875rem;
    line-height: 1.75rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .leverage__open-buttons {
    display: flex;
  }
}
.leverage__open-open {
  border-color: rgba(0, 0, 0, 0.65) !important;
  color: rgba(0, 0, 0, 0.65) !important;
}
@media (min-width: 768px) {
  .leverage__open-open {
    margin-bottom: 0;
  }
}
.leverage__open-view {
  background: #59b300;
}
.instrument-logo {
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
}
.instrument-logo.instrument-btc {
  background-image: url(assets/images/instruments/btcf653.svg);
}
.instrument-logo.instrument-btc,
.instrument-logo.instrument-eos {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-eos {
  background-image: url(assets/images/instruments/eos0c19.svg);
}
.instrument-logo.instrument-eth {
  background-image: url(assets/images/instruments/eth22c7.svg);
}
.instrument-logo.instrument-eth,
.instrument-logo.instrument-ltc {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-ltc {
  background-image: url(assets/images/instruments/ltcd976.svg);
}
.instrument-logo.instrument-ripple,
.instrument-logo.instrument-xrp {
  border-radius: 50%;
  background-image: url(assets/images/instruments/xrp9753.svg);
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-ada {
  background-image: url(assets/images/instruments/adaf70b.svg);
}
.instrument-logo.instrument-ada,
.instrument-logo.instrument-dot {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-dot {
  background-image: url(assets/images/instruments/dot5223.svg);
}
.instrument-logo.instrument-sol {
  background-image: url(assets/images/instruments/solb217.svg);
}
.instrument-logo.instrument-sol,
.instrument-logo.instrument-uni {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-uni {
  background-image: url(assets/images/instruments/unibe2f.svg);
}
.instrument-logo.instrument-link {
  background-image: url(assets/images/instruments/link2e00.svg);
}
.instrument-logo.instrument-doge,
.instrument-logo.instrument-link {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-doge {
  background-image: url(assets/images/instruments/dogedfad.svg);
}
.instrument-logo.instrument-eur-usd {
  background-image: url(assets/images/instruments/eur-usd01d3.svg);
}
.instrument-logo.instrument-eur-usd,
.instrument-logo.instrument-gbp-usd {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-gbp-usd {
  background-image: url(assets/images/instruments/gbp-usd22e1.svg);
}
.instrument-logo.instrument-aud-cad {
  background-image: url(assets/images/instruments/aud-caddb56.svg);
}
.instrument-logo.instrument-aud-cad,
.instrument-logo.instrument-aud-chf {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-aud-chf {
  background-image: url(assets/images/instruments/aud-chfad70.svg);
}
.instrument-logo.instrument-aud-jpy {
  background-image: url(assets/images/instruments/aud-jpy4345.svg);
}
.instrument-logo.instrument-aud-jpy,
.instrument-logo.instrument-aud-usd {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-aud-usd {
  background-image: url(assets/images/instruments/aud-usd3637.svg);
}
.instrument-logo.instrument-eur-aud {
  background-image: url(assets/images/instruments/eur-aud900d.svg);
}
.instrument-logo.instrument-eur-aud,
.instrument-logo.instrument-eur-cad {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-eur-cad {
  background-image: url(assets/images/instruments/eur-cad7103.svg);
}
.instrument-logo.instrument-eur-chf {
  background-image: url(assets/images/instruments/eur-chf98ed.svg);
}
.instrument-logo.instrument-eur-chf,
.instrument-logo.instrument-eur-gbp {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-eur-gbp {
  background-image: url(assets/images/instruments/eur-gbp937a.svg);
}
.instrument-logo.instrument-eur-jpy {
  background-image: url(assets/images/instruments/eur-jpy2374.svg);
}
.instrument-logo.instrument-eur-jpy,
.instrument-logo.instrument-gbp-aud {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-gbp-aud {
  background-image: url(assets/images/instruments/gbp-aud1fe0.svg);
}
.instrument-logo.instrument-gbp-cad {
  background-image: url(assets/images/instruments/gbp-cad866b.svg);
}
.instrument-logo.instrument-gbp-cad,
.instrument-logo.instrument-gbp-chf {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-gbp-chf {
  background-image: url(assets/images/instruments/gbp-chfe56a.svg);
}
.instrument-logo.instrument-gbp-jpy {
  background-image: url(assets/images/instruments/gbp-jpy2072.svg);
}
.instrument-logo.instrument-gbp-jpy,
.instrument-logo.instrument-usd-cad {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-usd-cad {
  background-image: url(assets/images/instruments/usd-cad3cca.svg);
}
.instrument-logo.instrument-usd-chf {
  background-image: url(assets/images/instruments/usd-chf70ea.svg);
}
.instrument-logo.instrument-usd-chf,
.instrument-logo.instrument-usd-jpy {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-usd-jpy {
  background-image: url(assets/images/instruments/usd-jpy0159.svg);
}
.instrument-logo.instrument-xau-usd {
  background-image: url(assets/images/instruments/xau-usd2e46.svg);
}
.instrument-logo.instrument-xag-usd,
.instrument-logo.instrument-xau-usd {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-xag-usd {
  background-image: url(assets/images/instruments/xag-usdc379.svg);
}
.instrument-logo.instrument-eur-mxn {
  background-image: url(assets/images/instruments/eur-mxn3583.svg);
}
.instrument-logo.instrument-eur-hkd,
.instrument-logo.instrument-eur-mxn {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-eur-hkd {
  background-image: url(assets/images/instruments/eur-hkd7b10.svg);
}
.instrument-logo.instrument-eur-try {
  background-image: url(assets/images/instruments/eur-try917c.svg);
}
.instrument-logo.instrument-eur-try,
.instrument-logo.instrument-eur-zar {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-eur-zar {
  background-image: url(assets/images/instruments/eur-zar6159.svg);
}
.instrument-logo.instrument-gbp-hkd {
  background-image: url(assets/images/instruments/gbp-hkd2180.svg);
}
.instrument-logo.instrument-gbp-hkd,
.instrument-logo.instrument-gbp-mxn {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-gbp-mxn {
  background-image: url(assets/images/instruments/gbp-mxnf003.svg);
}
.instrument-logo.instrument-gbp-try {
  background-image: url(assets/images/instruments/gbp-try67c9.svg);
}
.instrument-logo.instrument-gbp-try,
.instrument-logo.instrument-gbp-zar {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-gbp-zar {
  background-image: url(assets/images/instruments/gbp-zarcef6.svg);
}
.instrument-logo.instrument-usd-cnh {
  background-image: url(assets/images/instruments/usd-cnh1988.svg);
}
.instrument-logo.instrument-usd-cnh,
.instrument-logo.instrument-usd-mxn {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-usd-mxn {
  background-image: url(assets/images/instruments/usd-mxn8887.svg);
}
.instrument-logo.instrument-usd-thb {
  background-image: url(assets/images/instruments/usd-thb4e1a.svg);
}
.instrument-logo.instrument-usd-thb,
.instrument-logo.instrument-usd-zar {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-usd-zar {
  background-image: url(assets/images/instruments/usd-zare18c.svg);
}
.instrument-logo.instrument-xau-eur {
  background-image: url(assets/images/instruments/xau-eur0c51.svg);
}
.instrument-logo.instrument-xau-aud,
.instrument-logo.instrument-xau-eur {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-xau-aud {
  background-image: url(assets/images/instruments/xau-auda101.svg);
}
.instrument-logo.instrument-xag-aud {
  background-image: url(assets/images/instruments/xag-aud74e6.svg);
}
.instrument-logo.instrument-aud-nzd,
.instrument-logo.instrument-xag-aud {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-aud-nzd {
  background-image: url(assets/images/instruments/aud-nzd89b4.svg);
}
.instrument-logo.instrument-cad-chf {
  background-image: url(assets/images/instruments/cad-chfbaa6.svg);
}
.instrument-logo.instrument-cad-chf,
.instrument-logo.instrument-cad-jpy {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-cad-jpy {
  background-image: url(assets/images/instruments/cad-jpye6ab.svg);
}
.instrument-logo.instrument-chf-jpy {
  background-image: url(assets/images/instruments/chf-jpy4f2e.svg);
}
.instrument-logo.instrument-chf-jpy,
.instrument-logo.instrument-eur-nzd {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-eur-nzd {
  background-image: url(assets/images/instruments/eur-nzd1897.svg);
}
.instrument-logo.instrument-eur-sgd {
  background-image: url(assets/images/instruments/eur-sgd0333.svg);
}
.instrument-logo.instrument-eur-sgd,
.instrument-logo.instrument-gbp-nzd {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-gbp-nzd {
  background-image: url(assets/images/instruments/gbp-nzd2839.svg);
}
.instrument-logo.instrument-gbp-sgd {
  background-image: url(assets/images/instruments/gbp-sgd327f.svg);
}
.instrument-logo.instrument-gbp-sgd,
.instrument-logo.instrument-nzd-cad {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-nzd-cad {
  background-image: url(assets/images/instruments/nzd-cadbbd1.svg);
}
.instrument-logo.instrument-nzd-chf {
  background-image: url(assets/images/instruments/nzd-chf49bf.svg);
}
.instrument-logo.instrument-nzd-chf,
.instrument-logo.instrument-nzd-jpy {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-nzd-jpy {
  background-image: url(assets/images/instruments/nzd-jpy65d7.svg);
}
.instrument-logo.instrument-nzd-sgd {
  background-image: url(assets/images/instruments/nzd-sgd2a31.svg);
}
.instrument-logo.instrument-nzd-sgd,
.instrument-logo.instrument-nzd-usd {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-nzd-usd {
  background-image: url(assets/images/instruments/nzd-usd64a8.svg);
}
.instrument-logo.instrument-usd-rub {
  background-image: url(assets/images/instruments/usd-rubc931.svg);
}
.instrument-logo.instrument-usd-rub,
.instrument-logo.instrument-usd-sgd {
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-usd-sgd {
  background-image: url(assets/images/instruments/usd-sgd98b5.svg);
}
.instrument-logo.instrument-usd-try {
  background-image: url(assets/images/instruments/usd-try872b.svg);
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
}
.instrument-logo.instrument-dowj,
.instrument-logo.instrument-ws30 {
  border-radius: 50%;
  background-image: url(assets/images/instruments/ws30ce5f.svg);
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-eur50 {
  border-radius: 50%;
  background-image: url(assets/images/instruments/eurd336.svg);
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-spain,
.instrument-logo.instrument-spn35 {
  border-radius: 50%;
  background-image: url(assets/images/instruments/spn3565d1.svg);
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-fchi,
.instrument-logo.instrument-france {
  border-radius: 50%;
  background-image: url(assets/images/instruments/fchi3fcc.svg);
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-gas {
  background-image: url(assets/images/instruments/gas9fd2.svg);
}
.instrument-logo.instrument-gas,
.instrument-logo.instrument-gold {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-gold {
  background-image: url(assets/images/instruments/gold0d27.svg);
}
.instrument-logo.instrument-silver {
  background-image: url(assets/images/instruments/silver9c8e.svg);
}
.instrument-logo.instrument-oil,
.instrument-logo.instrument-silver {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-oil {
  background-image: url(assets/images/instruments/oil0700.svg);
}
.instrument-logo.instrument-graph {
  background-image: url(assets/images/instruments/graph3fec.svg);
}
.instrument-logo.instrument-graph,
.instrument-logo.instrument-index {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-index {
  background-image: url(assets/images/instruments/indexec66.svg);
}
.instrument-logo.instrument-ger30 {
  border-radius: 50%;
  background-image: url(assets/images/instruments/eurd336.svg);
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-nasdaq,
.instrument-logo.instrument-sp500 {
  border-radius: 50%;
  background-image: url(assets/images/instruments/usdce5f.svg);
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-hk-hsi {
  background-image: url(assets/images/instruments/hkd068f.svg);
}
.instrument-logo.instrument-aus200,
.instrument-logo.instrument-hk-hsi {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-aus200 {
  background-image: url(assets/images/instruments/aud13d6.svg);
}
.instrument-logo.instrument-japan {
  background-image: url(assets/images/instruments/japan807b.svg);
}
.instrument-logo.instrument-japan,
.instrument-logo.instrument-uk100 {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-uk100 {
  background-image: url(assets/images/instruments/gbp94c5.svg);
}
.instrument-logo.instrument-eur {
  background-image: url(assets/images/instruments/eurd336.svg);
}
.instrument-logo.instrument-eur,
.instrument-logo.instrument-gbp {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-gbp {
  background-image: url(assets/images/instruments/gbp94c5.svg);
}
.instrument-logo.instrument-aud {
  background-image: url(assets/images/instruments/aud13d6.svg);
}
.instrument-logo.instrument-aud,
.instrument-logo.instrument-usd {
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-usd {
  background-image: url(assets/images/instruments/usdce5f.svg);
}
.instrument-logo.instrument-hkd {
  border-radius: 50%;
  background-image: url(assets/images/instruments/hkd068f.svg);
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-brent,
.instrument-logo.instrument-crude {
  border-radius: 50%;
  background-image: url(assets/images/instruments/oil0700.svg);
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.instrument-logo.instrument-natgas {
  border-radius: 50%;
  background-image: url(assets/images/instruments/gas9fd2.svg);
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
.market-table {
  max-width: 965px;
  width: 100%;
  background: #c0c0c0;
  padding: 0;
  border-radius: 4px;
}
.market-table table {
  background-color: #c0c0c0;
}
.market-table thead th {
  white-space: nowrap;
}
.market-table th a {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
}
.market-table th a:hover {
  text-decoration: underline;
}
.market-table table td.buttons {
  background: #c0c0c0;
}
.market-table .indices-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  margin: 0 16px 16px;
  padding-left: 10px;
  padding-right: 17px;
  background-color: rgba(0, 0, 0, 0.025);
  color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .market-table .indices-select {
    margin: 0 24px 24px;
  }
}
.market-table .indices-select__description {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: inherit;
  font-weight: 600;
}
.market-table .indices-select__img--rotate {
  transform: rotate(180deg);
}
.market-table .hide {
  display: none;
}
.market-table .positive {
  color: #2da36a;
}
.market-table .negative {
  color: #f44336;
}
.asset-selector-list-item-logo {
  font-size: 1.6875rem;
}
.prs-table-container > table th {
  height: auto;
  padding: 10px 9px;
}
.prs-table-container.market-table > table > tbody th {
  color: #59b300;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.prs-table-container.market-table > table > tbody th div {
  margin-right: 16px;
}
.prs-table-container > table td {
  padding: 10px;
}
.market-table table td.buttons {
  padding-top: 0;
  padding-bottom: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #59b300;
  line-height: 1.625rem;
  outline: none;
  font-weight: 400;
  cursor: pointer;
  font-size: 1.125rem;
  padding: 7px 40px;
  white-space: nowrap;
  opacity: 0.9;
  text-decoration: none;
}
.btn:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  .btn--fullsized {
    white-space: normal;
    text-align: center;
    padding: 7px 40px;
    width: 100%;
  }
}
.btn--fullsized-container {
  text-align: center;
  width: 100%;
}
@media (min-width: 480px) {
  .btn--fullsized-container {
    width: auto;
  }
}
.btn--outlined {
  color: #59b300;
}
.btn--filled {
  opacity: 1;
  background: #59b300;
}
.btn--filled:hover {
  background: #264d00;
  border-color: #264d00;
}
.btn--like-link {
  border: none;
  background: transparent;
  color: #59b300;
  padding: 0;
}
.btn--min-size {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.btn--table-size {
  padding: 5px 16px;
  line-height: 1.5rem;
  font-size: 1rem;
}
.btn--description {
  margin-bottom: 16px;
}
.tns-slider {
  align-items: stretch;
  display: flex;
}
.instrument-card {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto 16px 1fr 16px auto;
  grid-template-rows: auto 1fr auto;
  position: relative;
  padding: 54px 24px 24px;
  margin: 30px 0 15px;
  height: calc(100% - 35px);
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
  background-color: #c0c0c0;
  border-radius: 4px;
}
.instrument-card > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.instrument-card > :nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.instrument-card > :nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.instrument-card .instrument-wrap-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.instrument-card .btn--filled {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: -10px;
  margin-bottom: 15px;
}
.instrument-card .logo {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -46%);
}
.instrument-card .logo .instrument-logo {
  border-radius: 50%;
  font-size: 3.75rem;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.2);
}
@media (min-width: 992px) {
  .instrument-card .logo .instrument-logo {
    box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
  }
}
.instrument-card .forex-shadow {
  box-shadow: none !important;
  border-radius: 0 !important;
  -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.02));
  filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
    drop-shadow(0 4px 8px rgba(50, 50, 71, 0.02));
}
@media (min-width: 992px) {
  .instrument-card .forex-shadow {
    -webkit-filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
      drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
    filter: drop-shadow(0 0 4px rgba(50, 50, 71, 0.08))
      drop-shadow(0 4px 8px rgba(50, 50, 71, 0.06));
  }
}
.instrument-card p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  white-space: normal;
  color: rgba(0, 0, 0, 0.65);
}
.instrument-card .prs-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1200px) {
  .instrument-card .prs-link {
    min-height: 40px;
  }
}
.instrument-card p:first-of-type {
  margin-top: 0;
}
.instrument-card p:last-of-type {
  margin-bottom: 0;
}
.instrument-title {
  align-items: flex-start;
  flex-direction: column;
}
.instrument-title h3 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 0;
  -ms-grid-row-align: center;
  align-self: center;
}
.instrument-title small {
  color: rgba(0, 0, 0, 0.65);
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
.instrument-title__first-container,
.instrument-title__second-container {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  justify-content: space-between;
}
.instrument-price {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: end;
  white-space: nowrap;
}
.instrument-change,
.instrument-price-change {
  font-size: 0.875rem;
  text-align: right;
}
.instrument-change:before,
.instrument-price-change:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: baseline;
  line-height: 1.3;
}
.instrument-change.positive,
.instrument-price-change.positive {
  color: #2da36a;
}
.instrument-change.negative,
.instrument-price-change.negative {
  color: #f44336;
}
.available_section {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 750px) {
  .available_section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
}
.available_section h2 {
  padding-left: 20px;
  padding-right: 20px;
}
.slider-wrapper {
  padding: 0 47px;
  position: relative;
}
.slider-wrapper.small-mode {
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .slider-wrapper {
    padding: 0;
  }
}
.next-button,
.prev-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0;
  outline: none;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  padding: 0;
  top: 44%;
  z-index: 2;
}
@media (max-width: 750px) {
  .next-button,
  .prev-button {
    top: 112%;
  }
}
.next-button:before,
.prev-button:before {
  border-radius: 50%;
  background: #c0c0c0 url(assets/images/cpa/chevron505b.svg) no-repeat 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.prev-button {
  left: 0;
  transform: translateY(-50%);
}
.prev-button:before {
  transform: rotate(180deg);
}
@media (max-width: 750px) {
  .prev-button {
    left: 25%;
  }
}
.next-button {
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .next-button {
    right: 25%;
  }
}
.tns-outer {
  display: flex;
  flex-flow: column-reverse nowrap;
}
.tns-nav {
  margin-top: 34px;
  text-align: center;
  line-height: 0.6875rem;
  height: 11px;
}
.tns-nav button {
  border: 1px solid #59b300;
  border-radius: 50%;
  background: transparent;
  height: 11px;
  width: 11px;
  padding: 0;
  outline: none;
}
.tns-nav button:not(:last-child) {
  margin-right: 6px;
}
.tns-nav button.tns-nav-active {
  background: #59b300;
}
.tns-ovh {
  padding: 0 5px;
}
#tns1-iw,
#tns2-iw {
  padding-bottom: 5px;
}
@use "sass:map";
.dropdown-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.dropdown-section .dropdown-items-container {
  padding: 16px 0 16px 28px;
}
.dropdown-section .dropdown-items-container:focus,
.dropdown-section .dropdown-items-container:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .dropdown-section .dropdown-items-container {
    padding: 25px 0 25px 57px;
  }
}
.dropdown-section .dropdown-items-container:not(:last-of-type) {
  border-bottom: 1px solid rgba(187, 196, 201, 0.5);
}
.dropdown-section .dropdown-item__title {
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  position: relative;
  margin: 0;
}
@media (min-width: 1200px) {
  .dropdown-section .dropdown-item__title:focus:after,
  .dropdown-section .dropdown-item__title:focus:before,
  .dropdown-section .dropdown-item__title:hover:after,
  .dropdown-section .dropdown-item__title:hover:before {
    background-color: #264d00;
  }
}
.dropdown-section .dropdown-item__title:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #bbc4c9;
  left: -25px;
  top: 14px;
}
@media (min-width: 768px) {
  .dropdown-section .dropdown-item__title:before {
    width: 22px;
    height: 2px;
    left: -52px;
    top: 19px;
  }
}
.dropdown-section .dropdown-item__title:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #bbc4c9;
  transform: rotate(90deg);
  left: -25px;
  top: 14px;
}
@media (min-width: 768px) {
  .dropdown-section .dropdown-item__title:after {
    width: 22px;
    height: 2px;
    left: -52px;
    top: 19px;
  }
}
@media (min-width: 768px) {
  .dropdown-section .dropdown-item__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.dropdown-section .dropdown-item__title.active {
  margin-bottom: 16px;
}
.dropdown-section .dropdown-item__title.active:after {
  display: none;
}
.dropdown-section .dropdown-item__title.active:before {
  background-color: #264d00;
}
@media (min-width: 768px) {
  .dropdown-section .dropdown-item__title.active {
    margin-bottom: 25px;
  }
}
.dropdown-section .prs-title {
  text-align: center;
}
.dropdown-item__description p {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
}
.dropdown-item__description p:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .dropdown-item__description p {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
  .dropdown-item__description p:not(:last-child) {
    margin-bottom: 28px;
  }
}
.dropdown-item__description .subsection-title,
.dropdown-item__description h4 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1875rem;
  line-height: 1.75rem;
  font-weight: 300;
  margin: 24px 0 10px;
}
@media (min-width: 768px) {
  .dropdown-item__description .subsection-title,
  .dropdown-item__description h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 28px;
  }
}
.subsection-link {
  margin-left: 5px;
}
.subsection-description {
  display: inline;
}
body {
  color: rgba(0, 0, 0, 0.65);
}
@media (min-width: 1200px) {
  .hub-list .prs-list {
    display: flex;
    justify-content: space-between;
  }
  .hub-list .prs-list li {
    width: 400px;
    margin-bottom: 0;
  }
  .hub-list .prs-list li:not(:last-child) {
    margin-right: 24px;
  }
}
.questions-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.questions-section .coin-plain-container {
  padding: 16px 0 16px 28px;
}
.questions-section .coin-plain-container:focus,
.questions-section .coin-plain-container:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .questions-section .coin-plain-container {
    padding: 25px 0 25px 57px;
  }
}
.questions-section .coin-plain-container:not(:last-child) {
  border-bottom: 1px solid rgba(187, 196, 201, 0.5);
}
.questions-section .coin-plain__title {
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
  position: relative;
  margin: 0;
}
@media (min-width: 1200px) {
  .questions-section .coin-plain__title:focus:after,
  .questions-section .coin-plain__title:focus:before,
  .questions-section .coin-plain__title:hover:after,
  .questions-section .coin-plain__title:hover:before {
    background-color: #264d00;
  }
}
.questions-section .coin-plain__title:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 0.084rem;
  background-color: #bbc4c9;
  left: -25px;
  top: 14px;
}
@media (min-width: 768px) {
  .questions-section .coin-plain__title:before {
    width: 23px;
    height: 0.149rem;
    left: -52px;
    top: 19px;
  }
}
.questions-section .coin-plain__title:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 0.084rem;
  background-color: #bbc4c9;
  transform: rotate(90deg);
  left: -25px;
  top: 14px;
}
@media (min-width: 768px) {
  .questions-section .coin-plain__title:after {
    width: 23px;
    height: 0.149rem;
    left: -52px;
    top: 19px;
  }
}
@media (min-width: 768px) {
  .questions-section .coin-plain__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.questions-section .coin-plain__title.active {
  margin-bottom: 16px;
}
.questions-section .coin-plain__title.active:after {
  display: none;
}
.questions-section .coin-plain__title.active:before {
  background-color: #264d00;
}
@media (min-width: 768px) {
  .questions-section .coin-plain__title.active {
    margin-bottom: 25px;
  }
}
.questions-section .coin-plain-container + .coin-plain-container h3 {
  margin-top: 32px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 1.1875rem;
  line-height: 1.75rem;
  line-height: 2.5rem;
  color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  .questions-section .coin-plain-container + .coin-plain-container h3 {
    margin-top: 48px;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.coin-title {
  text-align: left;
}
.coin-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.coin-container .prs-description {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .coin-container .prs-description {
    font-size: 1.1875rem;
    line-height: 1.75rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .coin-container .reason-subsection {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .coin-container .prs-text.coin-p > p:not(:last-child) {
    margin-bottom: 28px;
  }
}
.prs-text.coin-p > p + p {
  margin-top: 24px;
}
.prs-list {
  padding-left: 23px;
}
.prs-list li:last-child {
  margin-bottom: 0;
}
.coin-leverage-instruction-info-blocks {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .coin-leverage-instruction-info-blocks {
    flex-direction: row;
    margin-left: inherit;
    margin-right: inherit;
  }
}
.coin-leverage-instruction-info-block {
  flex: 1 0 50%;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .coin-leverage-instruction-info-block {
    padding: 24px;
  }
}
.coin-leverage-instruction-info-block_blue {
  background: #59b300;
  color: #fff;
}
.coin-leverage-instruction-info-block_blue p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 24px;
}
.coin-leverage-instruction-info-block_blue p:last-child {
  margin: 0;
}
.coin-leverage-instruction-info-block_gray {
  background: #c0c0c0;
  color: #000;
}
.coin-leverage-instruction-info-block-text {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.coin-leverage-instruction-info-block-text:not(:last-child) {
  margin-bottom: 24px;
}
.coin-leverage-instruction-info-block-title {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.5rem;
  margin: 0 0 32px;
  text-align: left;
}
.how-to-trade-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .how-to-trade-list {
    flex-direction: row;
  }
}
.how-to-trade-item {
  display: flex;
}
.how-to-trade-item b {
  font-size: 1rem;
}
.how-to-trade-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .how-to-trade-item:not(:last-child) {
    margin-right: 32px;
  }
}
.how-to-trade-item-num {
  color: #59b300;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6.8125rem;
  margin-right: 26px;
}
.how-to-trade-item-text.prs-text b {
  display: block;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.9);
}
.open-account-container {
  background: #f3f3f3;
}
@media (min-width: 1200px) {
  .open-account-container {
    background: url(assets/images/market-moment-bgb352.jpg) no-repeat 100% /
        cover,
      #f3f3f3;
  }
}
.open-account-text {
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  margin-bottom: 64px;
  max-width: 500px;
}
@media (min-width: 768px) {
  .open-account-text {
    font-size: 1.1875rem;
  }
}
.open-account-link {
  border-color: #4a4a4a;
  color: #4a4a4a;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .open-account-link {
    margin-bottom: 0;
  }
}
.no-kyc {
  text-align: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .no-kyc {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .reason-section.coin-container {
    padding-top: 0;
  }
}
.reason-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 50px 6fr;
  grid-template-columns: 6fr 6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 50px;
}
.reason-section > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.reason-section > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.reason-section .btn {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .reason-section .btn {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .reason-section {
    display: block;
    background: none;
    padding: 0;
  }
  .reason-section .reason-subsection--dark {
    background: #c0c0c0;
  }
}
@media (min-width: 768px) {
  .reason-section .prs-title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .reason-section {
    grid-gap: 80px;
  }
}
.reason-subsection {
  padding: 50px 0;
  background-color: #c0c0c0;
}
@media (min-width: 768px) {
  .reason-subsection {
    padding: 50px 24px;
  }
}
.reason-subsection--dark {
  padding: 50px 16px 0;
}
@media (min-width: 768px) {
  .reason-subsection--dark {
    padding: 50px 24px 0;
  }
}
@media (min-width: 992px) {
  .reason-subsection--dark {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .reason-subsection--dark {
    padding-left: 0;
  }
}
.coin-plain-container b:first-child {
  display: block;
  margin-top: 32px;
  margin-bottom: 10px;
  font-size: 1.75rem;
  text-align: left;
  font-weight: 300;
  line-height: 2.5rem;
  color: rgba(0, 0, 0, 0.9);
}
@media (min-width: 768px) {
  .coin-plain-container b:first-child {
    margin-top: 48px;
    line-height: 2.5rem;
  }
}
.market-table table td:first-of-type {
  min-width: 100px;
}
@media (min-width: 480px) {
  .market-table table td:first-of-type {
    min-width: 120px;
  }
}
.prs-table-container > table {
  padding: 16px;
}
@media (min-width: 768px) {
  .prs-table-container > table {
    padding: 24px;
  }
}
.hidden {
  display: none;
}
