html,
body,
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
body {
  font-family: "Inter", sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.not-available .only-available,
body:not(.not-available) .only-not-available {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.d-b {
  display: block;
}
.d-ib {
  display: inline-block;
}
.fsi {
  font-style: italic !important;
}
.fw3 {
  font-weight: 300 !important;
}
.fw4 {
  font-weight: 400 !important;
}
.fw5 {
  font-weight: 500 !important;
}
.fw6 {
  font-weight: 600 !important;
}
.fw7 {
  font-weight: 700 !important;
}
.fw8 {
  font-weight: 800 !important;
}
.fw9 {
  font-weight: 900 !important;
}
.bdrs-top {
  border-radius: 24px 24px 0 0 !important;
}
.bdrs-bottom {
  border-radius: 0 0 24px 24px !important;
}
.bdrs-y {
  border-radius: 24px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mbq {
  margin-bottom: 0.25em !important;
}
.mbh {
  margin-bottom: 0.5em !important;
}
.mb {
  margin-bottom: 1em !important;
}
.mtq {
  margin-top: 0.25em !important;
}
.mth {
  margin-top: 0.5em !important;
}
.mt {
  margin-top: 1em !important;
}
.mxa {
  margin-left: auto !important;
  margin-right: auto !important;
}
.pbr3 {
  padding-bottom: 3em !important;
}
.pyq,
.ptq {
  padding-top: 0.25em !important;
}
.pyq,
.pbq {
  padding-bottom: 0.25em !important;
}
.pyh,
.pth {
  padding-top: 0.5em !important;
}
.pyh,
.pbh {
  padding-bottom: 0.5em !important;
}
.py1 {
  padding-bottom: 1em !important;
  padding-top: 1em !important;
}
.px0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tdu {
  text-decoration: underline !important;
}
.mw800 {
  max-width: 800px !important;
}
.fzshlf {
  font-size: 0.5em !important;
}
.fzsqtr {
  font-size: 0.75em !important;
}
.fz1e {
  font-size: 1em !important;
}
.fz1qtr {
  font-size: 1.25em !important;
}
.fz1thrd {
  font-size: 1.33em !important;
}
.color-white-gray {
  color: #f5f5f5 !important;
}
.color-black {
  color: #000 !important;
}
.color-red {
  color: red !important;
}
.bg-w {
  background: #fff;
}
html {
  scroll-behavior: smooth;
  height: auto !important;
  margin-top: 0 !important;
}
body {
  top: 0 !important;
  position: static !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f9f9fc;
}
#root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1365px) {
  .container {
    width: 960px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 656px;
  }
}
@media (max-width: 719px) {
  .container {
    width: 428px;
  }
}
@media (max-width: 479px) {
  .container {
    width: 100%;
    max-width: none;
    padding: 0 16px;
  }
}
@media (max-width: 318px) {
  .container {
    width: 100%;
  }
}
.buttonS {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .buttonS {
    font-size: 16px;
    line-height: 24px;
  }
}
.buttonXS {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.importantXS {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.defaultXS {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.footer {
  padding-top: 52px;
}
.cookie-bar__close {
  color: #5f62a0;
  font-weight: 300;
  font-size: 2.5em;
  margin: -0.75em 0;
  position: relative;
  top: -0.1em;
}
@media (max-width: 479px) {
  .footer {
    padding-top: 48px;
  }
}
.footer .container {
  padding: 40px 24px;
}
@media (max-width: 1023px) {
  .footer .container {
    padding: 40px 14px;
  }
}
@media (max-width: 719px) {
  .footer .container {
    padding: 40px 22px;
  }
}
@media (max-width: 479px) {
  .footer .container {
    padding: 1em 31px 4em;
  }
}
.footer__first {
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.footer__warn-title {
  text-transform: uppercase;
  color: #1c1e4e;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.footer__warn-text {
  color: #1c1e4e;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
.footer__warn-text:last-of-type {
  margin-bottom: 0;
}
.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0;
  margin-bottom: 16px;
}
@media (max-width: 719px) {
  .footer__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 0;
    margin-bottom: 34px;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 719px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 44px;
  }
}
.footer__links-item {
  margin-right: 40px;
}
@media (max-width: 719px) {
  .footer__links-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.footer__links-item:last-of-type {
  margin-right: 0;
}
@media (max-width: 719px) {
  .footer__links-item:last-of-type {
    margin-bottom: 0;
  }
}
.footer__last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 719px) {
  .footer__last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 719px) {
  .footer__last-email {
    margin-bottom: 12px;
  }
}
.tabs__btn {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 16px;
  padding: 16px 24px;
  color: #3c3f7f;
  border-radius: 50px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 479px) {
  .tabs__btn {
    padding: 14px 21px;
  }
}
.plan {
  background: #000b36;
}
.plan .container {
  max-width: 1053px;
  padding: 64px 0 2.5rem;
}
@media (max-width: 1023px) {
  .plan .container {
    padding: 36px 0 32px;
  }
}
@media (max-width: 719px) {
  .plan .container {
    padding: 48px 0 2px;
  }
}
@media (max-width: 479px) {
  .plan .container {
    max-width: none;
    padding: 64px 20px 32px;
  }
}
@media (max-width: 1023px) {
  .plan__desktop {
    display: none;
  }
}
.plan__mobile {
  display: none;
}
@media (max-width: 1023px) {
  .plan__mobile {
    display: block;
  }
}
.plan__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 57px;
}
@media (max-width: 1023px) {
  .plan__header {
    padding: 0 32px;
    margin-bottom: 48px;
  }
}
@media (max-width: 719px) {
  .plan__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 719px) {
  .plan .plans {
    padding-top: 70px;
    margin-top: -26px;
  }
}
.plan .table {
  padding-top: 80px;
}
.plan__info {
  border: 1px solid #746746;
  border-radius: 12px;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 286px;
  width: 100%;
}
@media (max-width: 1023px) {
  .plan__info {
    max-width: 162px;
  }
}
@media (max-width: 719px) {
  .plan__info {
    max-width: 286px;
    margin: auto;
  }
}
.plan__info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding-top: 5px;
  color: #f7cb54;
  font-size: 1.2em;
}
@media (max-width: 579px) {
  .plan__info-icon {
    font-size: 2.2em;
  }
}
@media (max-width: 479px) {
  .plan__info-icon {
    margin-right: 8px;
  }
}
.plan__info-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #f7cb54;
}
.plan__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #fff;
  margin-right: 64px;
}
@media (max-width: 719px) {
  .plan__title {
    margin: 0 auto 1em;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .plan__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.headingXXL {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 479px) {
  .headingXXL {
    font-size: 36px;
    line-height: 44px;
  }
}
.headingL {
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
}
@media (max-width: 1023px) {
  .headingL {
    font-size: 27px;
    line-height: 38px;
  }
}
@media (max-width: 479px) {
  .headingL {
    font-size: 20px;
    line-height: 28px;
  }
}
.table__popular-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  color: #436bf7;
}
.table__popular-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #436bf7;
}
.table {
  color: #00335f;
}
.table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table__col {
  padding: 24px 36px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin: 0 8px;
}
.table__col.headers {
  padding: 32px 36px 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.table__col.footers {
  padding: 24px 36px 36px;
}
@media (max-width: 1365px) {
  .table__col.footers {
    padding: 24px 16px 36px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.table__col.first {
  padding-left: 0;
  padding-right: 0;
  margin: 0 32px 0 0;
  text-align: left;
  max-width: 186px;
  width: 100%;
  -webkit-box-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
}
@media (max-width: 1365px) {
  .table__col.first {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin-right: 50px;
  }
}
.table__col.info {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5f62a0;
}
.table__col.name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #b9badb;
}
.table__col.content {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.table__col.popular {
  background: #1c1e4e;
  position: relative;
}
.plan__mobile .table__col.popular--lt .table__col,
.table__col.popular.popular--lt {
  background: #2c2f81;
}
.table__col.border {
  position: relative;
}
.table__col.border:before {
  position: absolute;
  bottom: 0;
  content: "";
  border-bottom: 1px solid #322f58;
  width: 100%;
  max-width: 214px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.popular--lt.table__col.border:before {
  border-bottom: 1px solid #262bc5;
}
.table__price {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fff;
  margin-top: 17px;
}
.table__price-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  opacity: 0.9;
}
.table__p {
  height: 24px;
  margin-bottom: 32px;
}
.table__p:last-of-type {
  margin-bottom: 0;
}
.table .buttons {
  margin: 24px auto 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fcfdff;
}
.table__popular {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: -73%;
  right: 7px;
}
@media (max-width: 1365px) {
  .table__popular {
    top: -80%;
    right: -25px;
  }
}
.table__popular-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
}
.table__popular-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #7d9af7;
}
.plan .plan__mobile .table {
  padding-top: 0;
}
.plan__mobile .table__row {
  margin-bottom: 2em;
}
.plan__mobile .table__col {
  background: #1c1e4e;
  position: relative;
  border-radius: 24px;
}
.plan__mobile .table__col.headers {
  padding: 26px 36px 16px;
  margin-bottom: 0.5em;
}
.plan__mobile .table__col.border:before {
  border-bottom: 3px solid #433ba7;
}
.plan__mobile .plan-block__balance,
.plan__mobile .plan-block__balance-text {
  font-size: calc(0.7112375533428165vw + 1em);
}
.plan__mobile .plan-block__payout,
.plan__mobile .plan-block__payout-text {
  font-size: calc(0.7112375533428165vw + 1em);
}
.plan__mobile .table .buttons {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 23rem;
}
.plan__mobile .table__col--full {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 1em 0.5em;
}
.bg-none {
  background: none !important;
}
@media (min-width: 1366px) {
  .plans .table .table__col.headers.first {
    margin-right: 0;
    padding: 0;
    max-width: 150px;
  }
}
@media (min-width: 1024px) {
  .plans__footers.first.info {
    font-size: 1.1rem;
    color: #6f75e9;
    opacity: 0.85;
    text-align: center;
    margin-top: 1.25em;
  }
}
@media (max-width: 369px) {
  .plan__mobile .buttons__text__line:first-child {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    white-space: normal;
  }
  .plan__mobile .buttons__text__line:first-child .arrows {
    flex: 0 1 auto;
  }
  .plan__mobile .buttons__text__line:first-child strong {
    flex: 0 1 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}
.plan-block {
  padding: 32px 24px;
  background: #000b36;
  border: 1px solid #282a66;
  border-radius: 24px;
  text-align: center;
}
@media (max-width: 719px) {
  .plan-block {
    padding: 24px 16px;
  }
}
.plan-block__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #322f58;
}
.plan-block__balance-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  opacity: 0.9;
}
.plan-block__balance {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #f8cd47;
}
.plan-block__payout-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  opacity: 0.9;
}
.plan-block__payout {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #f8cd47;
}
.plan-list__header {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 16px;
}
.plan-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.plan-list__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #b9badb;
}
.plan-list__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.card {
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.card--dark {
  background: #000b36;
  color: #fff !important;
}
.card__icon {
  background: #f7cb54;
  border-radius: 100%;
  border: 1px solid #000;
  box-shadow: 0 0.5em 0.5em -0.5em #000;
  padding: 0.5em;
  flex: 0 0 auto;
  width: 5em;
  height: 5em;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.card__icon svg,
.card__icon img {
  flex: 0 1 auto;
  margin: auto;
}
.card__texts {
  margin-left: 1rem;
  flex: 0 1 auto;
}
.card__title {
  font-size: 2.4em;
  font-weight: 700;
}
.card__description {
  font-size: 1.5em;
  line-height: 1.2;
  letter-spacing: -0.025em;
  max-width: 14em;
}
@media (max-width: 479px) {
  .card--col-sm {
    flex-flow: column nowrap;
    text-align: center;
  }
  .card--col-sm .card__description,
  .card--col-sm .card__texts {
    margin-left: auto;
    margin-right: auto;
  }
  .card--col-sm .card__title,
  .card--col-sm .card__icon {
    margin-bottom: 0.2rem;
  }
}
.buttons {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 12px;
  padding: 12px 20px;
  border: none;
  color: #fcfdff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.buttons__text {
  color: #fff;
  margin-right: 4px;
}
.buttons__text--ml {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.buttons__text--ml .buttons__text__line {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  font-size: 1.35em;
}
@media (max-width: 369px) {
  .buttons__text--ml .buttons__text__line {
    font-size: 1.2em;
  }
}
.buttons__text--ml .buttons__text__line + .buttons__text__line {
  margin-top: 0.33em;
}
.buttons__text__line .line-text {
  margin: 0 0.25rem;
  font-weight: 500;
}
.buttons__text__line.buttons__text__line--sm {
  font-size: 0.9em;
  letter-spacing: -0.025em;
}
@media (max-width: 479px) {
  .buttons__text__line.buttons__text__line--sm {
    font-size: 1.1em;
  }
}
@media (max-width: 369px) {
  .buttons__text__line.buttons__text__line--sm {
    font-size: 1em;
  }
}
.buttons__text__line.fsi .aa {
  font-weight: 300;
}
.buttons__text__line strong.line-text,
.buttons__text__line strong {
  font-weight: 800;
}
.buttons__chevron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.buttons--secondary {
  background: #282a66;
}
.plans .buttons--secondary {
  background: #29b672;
}
.buttons--secondary:hover {
  background: #363878;
}
.buttons--ghost-secondary {
  color: #b9badb;
}
.buttons--ghost-secondary:hover {
  background: #282a66;
}
.buttons--ghost-secondary-white {
  color: #4a4c8e;
}
.buttons--ghost-secondary-white:hover {
  background: #f0f0f7;
}
.buttons--ghost-secondary-white:focus {
  background: #e3e3f1;
}
.buttons--ghost-primary {
  color: #0057fa;
}
.buttons--ghost-primary .buttons__text {
  color: #0057fa;
}
.buttons--ghost-primary:hover {
  background: #eff1ff;
}
.buttons--ghost-primary:focus {
  background: #e0e4ff;
}
.buttons--primary {
  background: #0057fa;
}
.plan .buttons--primary {
  background: #29b672;
}
.plans .buttons--secondary:hover,
.buttons--primary:hover {
  background: #0045cc;
}
.buttons--primary:focus {
  background: #003aae;
}
.buttons__size--big {
  padding: 16px 24px;
}
.buttons__size--middle {
  padding: 12px;
}
.buttons.loading {
  color: transparent !important;
}
.buttons.loading:after {
  opacity: 1;
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.links--primary {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0057fa;
  border-bottom: 1px solid #c2c9ff;
}
.links--primary:hover {
  border-bottom: 1px solid #0057fa;
}
.links--primary:visited {
  color: #003aae;
  border-bottom: 1px solid #4a4c8e;
}
.links--primary::-moz-selection {
  background: #eff1ff;
}
.links--primary::selection {
  background: #eff1ff;
}
.links--secondary {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1c1e4e;
  border-bottom: 1px solid #c9cae3;
}
.links--secondary:hover {
  border-bottom: 1px solid #4a4c8e;
}
.links--secondary:visited {
  color: #1c1e4e;
  border-bottom: 1px solid #4a4c8e;
}
.links--secondary::-moz-selection {
  color: #1c1e4e;
  background: #eff1ff;
}
.links--secondary::selection {
  color: #1c1e4e;
  background: #eff1ff;
}
.links--cookie {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #c2c9ff;
  border-bottom: 1px solid #4a4c8e;
}
.links--cookie:hover {
  border-bottom: 1px solid #8f91c2;
}
.links--cookie:visited {
  color: #c2c9ff;
  border-bottom: 1px solid #c2c9ff;
}
.links--cookie::-moz-selection {
  color: #1c1e4e;
  background: #eff1ff;
}
.links--cookie::selection {
  color: #1c1e4e;
  background: #eff1ff;
}
.block-trade {
  padding: 0 0 64px;
}
@media (max-width: 719px) {
  .block-trade {
    padding: 0 0 48px;
  }
}
.block-trade .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-trade__wrapper {
  width: 100%;
  max-width: 655px;
}
.block-trade__title {
  margin-bottom: 32px;
  text-align: center;
  color: #1c1e4e;
}
@media (max-width: 719px) {
  .block-trade__title {
    max-width: 416px;
    width: 100%;
    margin: 0 auto 32px;
  }
}
.block-trade .buttons {
  margin: 0 auto;
}
.block-get {
  padding: 48px 0;
}
@media (max-width: 1023px) {
  .block-get {
    padding-bottom: 36px;
  }
}
@media (max-width: 719px) {
  .block-get {
    padding: 64px 0 24px;
  }
}
.block-get__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #1c1e4e;
  margin-bottom: 1rem;
}
@media (max-width: 719px) {
  .block-get__title {
    margin-bottom: 61px;
  }
}
@media (max-width: 479px) {
  .block-get__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 1rem;
  }
}
.block-get__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1365px) {
  .block-get__grid {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .block-get__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}
.block-get__grid-item {
  width: calc((100% - 23px) / 2);
  margin-right: 23px;
  background: #fdfdfe;
  border: 1px solid #f0f0f7;
  -webkit-box-shadow: 0 12px 24px rgba(40, 42, 102, 0.04);
  box-shadow: 0 12px 24px rgba(40, 42, 102, 0.04);
  border-radius: 24px;
  padding: 31px 27px;
}
@media (max-width: 1365px) {
  .block-get__grid-item {
    padding: 30px 20px;
  }
}
@media (max-width: 1023px) {
  .block-get__grid-item {
    width: calc((100% - 23px) / 2);
    margin-bottom: 23px;
    padding: 31px 28px;
  }
  .block-get__grid-item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media (max-width: 719px) {
  .block-get__grid-item {
    width: 100%;
    margin-right: 0;
  }
}
.block-get__grid-item:last-of-type {
  margin-right: 0;
}
.block-get__grid-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.block-get__grid-icon img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
}
.block-get__grid-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #1c1e4e;
  margin-bottom: 10px;
}
.block-get__grid-desc {
  color: #3c3f7f;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.block-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #3c3f7f;
}
#root > .block-traders-wanted .block-subtitle {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .block-subtitle {
    width: 100%;
    max-width: 439px;
    margin: 0 auto;
  }
  #root > .block-traders-wanted .block-subtitle {
    font-size: 20px;
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
}
.block-teach {
  padding: 96px 0;
}
@media (max-width: 719px) {
  .block-teach {
    padding: 64px 0;
  }
}
.block-teach__title {
  text-align: center;
  margin-bottom: 64px;
  letter-spacing: -0.01em;
  color: #1c1e4e;
}
@media (max-width: 1365px) {
  .block-teach__title {
    max-width: 625px;
    width: 100%;
    margin: 0 auto 64px;
  }
}
@media (max-width: 479px) {
  .block-teach__title {
    margin-bottom: 40px;
  }
}
.block-teach__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 719px) {
  .block-teach__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.block-teach__grid-item {
  width: calc((100% - 24px * 2) / 3);
  margin-right: 24px;
  padding: 32px 44px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border-radius: 24px;
}
@media (max-width: 1023px) {
  .block-teach__grid-item {
    margin-right: 16px;
    width: calc((100% - 16px * 2) / 3);
    padding: 32px 28px 24px;
  }
}
@media (max-width: 719px) {
  .block-teach__grid-item {
    width: 100%;
    margin-right: 0;
    background: transparent;
    border-radius: 0;
    border-bottom: thin solid #e3e3f1;
    padding: 0 19px 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 479px) {
  .block-teach__grid-item {
    padding: 0 28px 24px;
  }
}
.block-teach__grid-item:last-of-type {
  margin-right: 0;
}
@media (max-width: 719px) {
  .block-teach__grid-item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.block-teach__grid-theme {
  text-transform: uppercase;
  color: #7214ff;
  margin-bottom: 12px;
}
.block-teach__grid-text {
  letter-spacing: -0.01em;
  color: #0e0b3d;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .block-teach__grid-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 719px) {
  .block-teach__grid-text {
    font-size: 28px;
    line-height: 36px;
  }
}
.block-teach__grid-image {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% + 24px);
  min-height: 144px;
  margin-left: -12px;
  background: #e6eefb;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1365px) {
  .block-teach__grid-image {
    min-height: 108px;
  }
}
@media (max-width: 1023px) {
  .block-teach__grid-image {
    min-height: 156px;
  }
}
@media (max-width: 719px) {
  .block-teach__grid-image {
    min-height: 180px;
    max-height: 218px;
  }
}
@media (max-width: 479px) {
  .block-teach__grid-image {
    min-height: 108px;
    margin-bottom: 12px;
  }
}
.block-teach__grid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.block-teach .buttons {
  margin-left: -12px;
}
@media (max-width: 1023px) {
  .block-teach .buttons {
    padding: 8px 12px;
  }
  .block-teach .buttons .buttons__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  .block-teach .buttons .buttons__text {
    font-size: 16px;
  }
}
.block-rules .container {
  overflow: hidden;
}
@media (max-width: 479px) {
  .block-rules .container {
    max-width: none;
  }
}
.block-rules__wrapper {
  padding: 64px 0;
  background: #000b36;
  border-radius: 24px;
  width: 100%;
}
.block-rules__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 719px) {
  .block-rules__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  .block-rules__content {
    margin-bottom: 27px;
  }
}
.block-rules__block-text {
  padding-left: 80px;
  margin-right: 64px;
  max-width: 546px;
  width: 100%;
}
@media (max-width: 1023px) {
  .block-rules__block-text {
    padding-left: 32px;
    margin-right: 0;
  }
}
@media (max-width: 719px) {
  .block-rules__block-text {
    padding: 0 32px;
    text-align: center;
  }
  .block-rules__block-text .buttons {
    margin-left: auto;
    margin-right: auto;
  }
}
.block-rules__line {
  padding: 0 10px;
}
.block-rules__block-img {
  padding: 40px 120px 40px 40px;
  max-width: 530px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .block-rules__block-img {
    padding-right: 68px;
  }
}
@media (max-width: 719px) {
  .block-rules__block-img {
    padding: 80px 40px 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .block-rules__block-img {
    padding-top: 62px;
  }
}
.block-rules__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.01em;
  color: #f9f9fc;
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .block-rules__title {
    font-size: 36px;
    line-height: 44px;
  }
}
.block-rules__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #c9cae3;
  margin-bottom: 40px;
}
.block-rules__img {
  position: relative;
}
.block-rules__img-text {
  position: absolute;
  z-index: 1;
  top: -17%;
  left: -17%;
  -webkit-animation: spin 20s linear 0s infinite;
  animation: spin 20s linear 0s infinite;
}
@media (max-width: 719px) {
  .block-rules__img-text {
    width: 364px;
    height: 364px;
  }
}
@media (max-width: 479px) {
  .block-rules__img-text {
    width: 257px;
    height: 257px;
  }
}
.block-rules__img-image {
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 719px) {
  .block-rules__img-image {
    width: 272px;
    height: 272px;
  }
}
@media (max-width: 479px) {
  .block-rules__img-image {
    width: 192px;
    height: 192px;
  }
}
@media (max-width: 479px) {
  .block-rules__desc {
    margin-bottom: 1.6rem;
  }
  .block-rules__block-text {
    text-align: center;
  }
  .block-rules a.buttons {
    margin-left: auto;
    margin-right: auto;
  }
}
.block-rules__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: #1c1e4e;
  border-radius: 1000px;
  width: 115px;
  height: 115px;
  position: relative;
  top: -40px;
  left: -4px;
  padding: 14px;
}
@media (max-width: 1365px) {
  .block-rules__info {
    left: -22px;
  }
}
@media (max-width: 1023px) {
  .block-rules__info {
    display: none;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.line {
  overflow: hidden;
}
.line__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
  position: relative;
  left: -1110px;
}
.line__item {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  background: #1c1e4e;
  border-radius: 50px;
  margin-right: 32px;
}
.line__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  color: #3e69fe;
  border: 2px solid #3e69fe;
  border-radius: 100%;
  width: 1.3em;
  height: 1.3em;
  font-family: system-ui;
  font-weight: 700;
  text-align: center;
  text-indent: 0.075em;
  line-height: 1.2;
  font-size: 1.25em;
}
.line__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #b9badb;
}
.line.es .line__items {
  -webkit-animation: marquees 15s linear infinite;
  animation: marquees 15s linear infinite;
  left: -1500px;
}
.line.pt .line__items {
  -webkit-animation: marquept 15s linear infinite;
  animation: marquept 15s linear infinite;
  left: -1500px;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(1146px, 0);
    transform: translate(1146px, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(1146px, 0);
    transform: translate(1146px, 0);
  }
}
@-webkit-keyframes marquees {
  0% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(1291px, 0);
    transform: translate(1291px, 0);
  }
}
@keyframes marquees {
  0% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(1291px, 0);
    transform: translate(1291px, 0);
  }
}
@-webkit-keyframes marquept {
  0% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(1258px, 0);
    transform: translate(1258px, 0);
  }
}
@keyframes marquept {
  0% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
  }
  100% {
    -webkit-transform: translate(1258px, 0);
    transform: translate(1258px, 0);
  }
}
.block-hero {
  background: #000b36;
  padding: 1em 0 0;
  overflow: hidden;
}
@media (max-width: 719px) {
  .block-hero {
    padding: 1em 0 0;
  }
}
@media (max-width: 479px) {
  .block-hero {
    padding: 1em 0 0;
  }
}
.block-hero__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.block-title,
.block-hero__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #f9f9fc;
  width: 100%;
  max-width: 713px;
  margin: 0 auto 20px;
}
@media (max-width: 1023px) {
  .block-title,
  .block-hero__title {
    font-size: 36px;
    line-height: 44px;
    max-width: 530px;
  }
}
@media (max-width: 479px) {
  .block-title,
  .block-hero__title {
    font-size: 28px;
    line-height: 36px;
    max-width: none;
  }
}
@media (max-width: 374px) {
  .block-title,
  .block-hero__title {
    font-size: 24px;
    line-height: 1.28571429;
    max-width: none;
  }
}
.accent-color {
  color: #f8cd47 !important;
}
.fancy-underline {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.fancy-underline__line:nth-child(2) {
  stroke-dashoffset: 0;
}
.fancy-underline__line {
  display: block;
  width: 100%;
  height: 20px;
  stroke: #f8cd47;
  position: absolute;
  left: 0;
  bottom: -0.2em;
  stroke-width: 4;
}
.fancy-underline__line:nth-child(2) {
  stroke-dasharray: 650px;
  stroke-dashoffset: 650px;
  stroke: #ffbf00;
  stroke-width: 5;
  transition: stroke-dashoffset 800ms ease-out;
}
.fancy-underline-2 {
  position: relative;
}
.fancy-underline-2::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: -0.5rem;
  right: -0.5rem;
  height: 0.75rem;
  z-index: -1;
  background-image: url./assets_main/underline.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -0.2rem;
  height: 0.5rem;
  left: -0.25rem;
  right: -0.25rem;
}
.block-title {
  margin-bottom: 0;
}
.block-title--alt {
  letter-spacing: -0.01em;
}
.block-hero__title--custom {
  margin: 0 auto;
  position: relative;
  top: 0.75em;
}
.block-inverted .block-subtitle,
.block-inverted .block-title,
.block-inverted {
  color: #1c1e4e !important;
}
.accent-color--txsh {
  text-shadow: 0 0 3px rgba(8, 10, 62, 0.5), -1px 1px 0 rgba(8, 10, 62, 0.5),
    1px -1px 0 rgba(8, 10, 62, 0.5), 1px 1px 0 rgba(8, 10, 62, 0.5),
    -1px -1px 0 rgba(8, 10, 62, 0.5);
}
.block-hero__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #b9badb;
  width: 100%;
  max-width: 835px;
  margin: 0 auto 1rem;
}
@media (max-width: 1023px) {
  .block-hero__subtitle {
    font-size: 23px;
    line-height: 1.2;
    max-width: 585px;
  }
}
@media (max-width: 479px) {
  .block-hero__subtitle {
    font-size: 20px;
    max-width: none;
  }
}
.block-hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-hero .logo-tooltip {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.block-hero__grid {
  width: 100%;
  margin: 2rem auto 0;
  height: auto;
  max-width: 766px;
  position: relative;
}
@media (max-width: 1023px) {
  .block-hero__grid {
    margin: 1rem auto 0;
  }
}
@media (max-width: 719px) {
  .block-hero__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .block-hero__grid {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.block-hero__item {
  position: relative;
  display: block;
  will-change: transform;
}
.block-hero__item.first {
  width: 100%;
}
@media (max-width: 719px) {
  .block-hero__item.first {
    margin-bottom: 0;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 479px) {
  .block-hero__item.first {
    margin-bottom: 0;
  }
}
.block-hero__item.first .block-hero__item-tooltip {
  bottom: 35px;
  left: -71px;
  padding: 16px 24px;
  opacity: 0;
}
@media (max-width: 1365px) {
  .block-hero__item.first .block-hero__item-tooltip {
    left: -31px;
  }
}
@media (max-width: 1023px) {
  .block-hero__item.first .block-hero__item-tooltip {
    bottom: -9px;
    left: 33px;
  }
}
@media (max-width: 719px) {
  .block-hero__item.first .block-hero__item-tooltip {
    padding: 12px 20px;
    bottom: 1rem;
    left: auto;
    right: 1rem;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media (max-width: 479px) {
  .block-hero__item.first .block-hero__item-tooltip {
    bottom: 0.8rem;
    right: 0.8rem;
    padding: 0.5em 0.7em;
    border-radius: 0.4rem;
  }
}
.block-hero__item.middle {
  position: absolute;
  left: -105px;
  top: -12px;
  width: 196px;
  height: 196px;
  opacity: 0;
}
@media (max-width: 1365px) {
  .block-hero__item.middle {
    left: -45px;
  }
}
@media (max-width: 1023px) {
  .block-hero__item.middle {
    left: 30px;
    top: -60px;
  }
}
@media (max-width: 719px) {
  .block-hero__item.middle {
    position: relative;
    left: auto;
    top: auto;
    width: 189px;
    height: 189px;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media (max-width: 479px) {
  .block-hero__item.middle {
    width: calc((100% - 10px) / 2);
    height: 229px;
  }
}
.block-hero__item.middle .block-hero__item-tooltip {
  bottom: -22px;
  left: -51px;
  padding: 8px 20px 8px 12px;
}
@media (max-width: 1023px) {
  .block-hero__item.middle .block-hero__item-tooltip {
    left: -29px;
  }
}
@media (max-width: 719px) {
  .block-hero__item.middle .block-hero__item-tooltip {
    left: 0;
    bottom: -18px;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 479px) {
  .block-hero__item.middle .block-hero__item-tooltip {
    padding: 6px 10px;
    left: 4px;
    bottom: -26px;
  }
}
.block-hero__item.last {
  position: absolute;
  right: -120px;
  top: 52px;
  width: 196px;
  height: 196px;
  opacity: 0;
}
@media (max-width: 1365px) {
  .block-hero__item.last {
    right: -59px;
  }
}
@media (max-width: 1023px) {
  .block-hero__item.last {
    top: auto;
    bottom: 76px;
    right: 22px;
  }
}
@media (max-width: 719px) {
  .block-hero__item.last {
    position: relative;
    bottom: auto;
    right: auto;
    width: 209px;
    height: 266px;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@media (max-width: 479px) {
  .block-hero__item.last {
    width: calc((100% - 10px) / 2);
    height: 229px;
  }
}
.block-hero__item.last .block-hero__item-tooltip {
  bottom: -48px;
  right: -38px;
  padding: 8px 20px 8px 12px;
}
@media (max-width: 1365px) {
  .block-hero__item.last .block-hero__item-tooltip {
    bottom: -46px;
    right: -36px;
  }
}
@media (max-width: 1023px) {
  .block-hero__item.last .block-hero__item-tooltip {
    right: -24px;
  }
}
@media (max-width: 719px) {
  .block-hero__item.last .block-hero__item-tooltip {
    right: 10px;
    bottom: -28px;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 479px) {
  .block-hero__item.last .block-hero__item-tooltip {
    padding: 6px 10px;
    bottom: -26px;
  }
}
.block-hero__item > img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.block-hero__item picture > img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.block-hero__item-tooltip {
  position: absolute;
  background: #f9f9fc;
  -webkit-box-shadow: 0 48px 100px rgba(0, 0, 0, 0.25);
  box-shadow: 0 48px 100px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  will-change: transform;
}
.block-hero__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-hero__item-row {
  margin-right: 12px;
}
@media (max-width: 479px) {
  .block-hero__item-row {
    margin-right: 8px;
  }
}
.block-hero__item-row:last-of-type {
  margin-right: 0;
}
.block-hero__item-icon {
  width: 40px;
  height: 40px;
}
@media (max-width: 479px) {
  .block-hero__item-icon {
    width: 28px;
    height: 28px;
  }
}
.block-hero__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.block-hero__item-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #1c1e4e;
}
@media (max-width: 719px) {
  .block-hero__item-name {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 479px) {
  .block-hero__item-name {
    font-size: 12px;
    line-height: 1.2;
  }
}
.block-hero__item-country {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #4a4c8e;
}
.block-hero__item-year {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4a4c8e;
}
.block-payment {
  background: #000b36;
}
@media (max-width: 479px) {
  .block-payment {
    padding: 0 16px 3em;
  }
}
.block-payment .container {
  padding: 0;
  background: none;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 719px) {
  .block-payment .container {
    padding: 0 32px;
  }
}
@media (max-width: 479px) {
  .block-payment .container {
    padding: 32px 24px 0;
    margin-bottom: 0;
  }
}
.block-payment__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 4px;
}
@media (max-width: 1023px) {
  .block-payment__title {
    text-align: center;
  }
}
@media (max-width: 719px) {
  .block-payment__title {
    margin-bottom: 14px;
  }
}
@media (max-width: 479px) {
  .block-payment__title {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.block-payment__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #b3b8d0;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .block-payment__subtitle {
    text-align: center;
  }
}
@media (max-width: 719px) {
  .block-payment__subtitle {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .block-payment__subtitle {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.block-payment__logotypes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  max-width: 988px;
  margin: 1rem auto 0;
}
.block-payment__logotypes .block-payment__item {
  border-radius: 1em;
  padding: 0.25rem 1rem;
}
@media (max-width: 1365px) {
  .block-payment__logotypes {
    max-width: 883px;
  }
}
@media (max-width: 1023px) {
  .block-payment__logotypes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 460px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .block-payment__item {
    margin: 0 25px 30px;
  }
}
@media (max-width: 719px) {
  .block-payment__item {
    margin: 0 7px 30px;
  }
}
@media (max-width: 479px) {
  .block-payment__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: calc((100% - 23px * 6) / 3);
    margin: 0 20px 30px;
  }
  .block-payment__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.cookie-bar {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #1c1e4e;
  border-radius: 8px;
  padding: 6px 12px 6px 16px;
  z-index: 100;
}
@media (max-width: 479px) {
  .cookie-bar {
    left: 10px;
  }
}
.cookie-bar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookie-bar__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fdfdfe;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 719px) {
  .cookie-bar__text {
    font-size: 12px;
    line-height: 18px;
  }
}
.cookie-bar__link {
  margin-left: 5px;
  display: contents;
  white-space: nowrap;
}
.cookie-bar__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.cookie-bar__close svg path {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cookie-bar__close:hover svg path {
  stroke: #fdfdfe;
}
.block-video {
  background: #000b36;
}
.block-video .container {
  padding: 2em 0 96px;
  max-width: 940px;
}
@media (max-width: 719px) {
  .block-video .container {
    padding: 2em 0 64px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .block-video .container {
    padding: 2em 16px 64px;
  }
}
.block-video__subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #f7cb54;
  margin-bottom: 18px;
}
.block-video__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #f9f9fc;
  margin-bottom: 48px;
}
.block-video__content {
  position: relative;
  min-height: 528px;
}
@media (max-width: 1023px) {
  .block-video__content {
    min-height: 370px;
  }
}
@media (max-width: 719px) {
  .block-video__content {
    min-height: 241px;
  }
}
@media (max-width: 479px) {
  .block-video__content {
    max-height: 249px;
    min-height: 200px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 379px) {
  .block-video__content {
    min-height: 159px;
  }
}
.block-video__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-video__video > iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.block-video__image {
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}
.block-video__image:after {
  content: "";
  background: #000b36;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.block-video__image picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-video__image picture > img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px;
}
@media (max-width: 479px) {
  .block-video__image picture > img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.block-video__btn svg,
.block-video__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center center;
}
.block-video__btn {
  cursor: pointer;
  will-change: transform;
  transition: 0.4s ease-in-out;
}
.block-video__content:hover .block-video__btn,
.block-video__btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  transform-origin: center center;
  -webkit-filter: contrast(1.1) brightness(1.1);
  filter: contrast(1.1) brightness(1.1);
}
.block-video__btn:not(:hover) {
  -webkit-animation: clickme 1.5s ease-in-out infinite both;
  animation: clickme 1.5s ease-in-out infinite both;
}
@-webkit-keyframes clickme {
  from {
    transform: translate(-50%, -50%) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    transform: translate(-50%, -50%) scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes clickme {
  from {
    transform: translate(-50%, -50%) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    transform: translate(-50%, -50%) scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.block-video.played .block-video__image {
  display: none;
}
.block-video.played .block-video__btn {
  display: none;
}
.block-traders-wanted {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
