body.branch-banner-is-active .header {
  top: 76px;
}
.header,
iframe#branch-banner-iframe {
  position: fixed;
}
.header {
  z-index: 1050;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
  transition: background-color 0.1s ease-in-out;
}
.header--scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}
.header--scrolled .mainmenu__link--black {
  color: #fff !important;
}
.header--scrolled .header__logo-svg--black--christmas path.fillable,
.header--scrolled .header__logo-svg--black path {
  fill: #fff !important;
}
.header--scrolled .login-logo__svg--black path {
  stroke: #fff !important;
}
.header--scrolled .link-dropdown__svg--black path {
  fill: #fff !important;
}
.header--scrolled .header__burger-icon-svg path {
  stroke: #fff !important;
}
.header--index-page {
  border-bottom: 1px solid hsla(0, 0%, 84.7%, 0.2);
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  transition: all 0.4s ease;
}
@media (min-width: 480px) {
  .header-wrapper {
    justify-content: flex-start;
  }
}
.header .header-wrapper.container {
  max-width: 100%;
  padding: 0 19px;
}
@media (min-width: 480px) {
  .header .header-wrapper.container {
    max-width: 100%;
    padding: 0 32px;
  }
}
.header__logo {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  order: 2;
}
.header__logo a {
  height: inherit;
  display: flex;
}
@media (min-width: 992px) {
  .header__logo {
    margin-right: 22px;
  }
}
.header__logo .header__logo-svg,
.header__logo .header__logo-svg--christmas {
  width: 116px;
  height: auto;
}
@media (min-width: 768px) {
  .header__logo .header__logo-svg,
  .header__logo .header__logo-svg--christmas {
    width: 153px;
  }
}
.header__logo .header__logo-svg--christmas {
  position: relative;
  z-index: 1;
}
.header__logo canvas.snow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 0;
}
.header__logo-img {
  width: 116px;
  height: 18px;
  display: block;
}
@media (min-width: 768px) {
  .header__logo-img {
    width: 153px;
  }
}
.header__logo-img-christmas {
  width: 116px;
  height: 30px;
  display: block;
}
@media (min-width: 768px) {
  .header__logo-img-christmas {
    width: 153px;
  }
}
.header__mainmenu {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  flex: 1;
  order: 3;
}
@media (min-width: 480px) {
  .header__mainmenu {
    display: flex;
  }
}
@media (min-width: 768px) {
  .header__mainmenu li:first-of-type {
    order: 1;
  }
  .header__mainmenu li:nth-of-type(2) {
    order: 2;
  }
  .header__mainmenu li:nth-of-type(3) {
    order: 3;
  }
}
@media (min-width: 1250px) {
  .header__mainmenu li:first-of-type,
  .header__mainmenu li:nth-of-type(2),
  .header__mainmenu li:nth-of-type(3) {
    order: unset;
  }
}
.header__lang {
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .header__lang {
    margin-right: 0;
  }
}
.header__burger {
  width: 40px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  order: 1;
}
.header__burger svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .header__burger {
    margin-right: 17px;
  }
  .header__burger svg {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1250px) {
  .header__burger {
    display: none;
  }
}
.header__burger-icon {
  width: 18px;
  height: 13px;
}
.header__logo-svg--black--christmas path.fillable,
.header__logo-svg--black path {
  fill: #000;
}
.header__burger-icon-svg--black path,
.login-logo__svg--black path {
  stroke: #000;
}
.link-dropdown__svg--black path {
  fill: #000;
}
.header--dark {
  background-color: rgba(0, 0, 0, 0.8);
}
.mainmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
.mainmenu--left-part {
  display: none;
  flex-shrink: 0;
}
@media (min-width: 1250px) {
  .mainmenu--left-part {
    display: flex;
    align-items: center;
    margin-right: auto;
  }
}
.mainmenu__submenu {
  display: none;
  background: rgba(0, 0, 0, 0.87);
  padding: 1rem 1rem 0.5rem;
  position: absolute;
  top: 71px;
  left: 7px;
  list-style: none;
}
.mainmenu__submenu > li {
  margin-bottom: 0.5rem;
}
.mainmenu__submenu > li > a {
  white-space: nowrap;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.mainmenu__submenu > li > a:hover {
  color: #52afef;
}
.mainmenu__submenu--languages {
  top: 71px;
  left: -234px;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 400px;
  max-height: 400px;
  padding: 8px 28px;
}
@media (min-width: 768px) {
  .mainmenu__submenu--languages {
    justify-content: flex-start;
    min-width: 504px;
    max-height: 300px;
    left: -239px;
  }
}
.mainmenu__submenu--languages li {
  display: flex;
  min-width: 160px;
  min-height: 44px;
  margin: 0;
  padding: 10px 16px;
}
.mainmenu__submenu--languages li:first-of-type,
.mainmenu__submenu--languages li:nth-of-type(2),
.mainmenu__submenu--languages li:nth-of-type(3) {
  order: unset;
}
.mainmenu__item {
  position: relative;
  height: 100%;
}
.mainmenu__item .mainmenu__link > a {
  white-space: nowrap;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.mainmenu__item .mainmenu__link > a:hover {
  color: #52afef;
}
@media (min-width: 920px) {
  .mainmenu__item:hover:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0.5rem;
    left: 0.5rem;
    height: 2px;
    background: #52afef;
  }
}
.mainmenu__item--hoverable {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 920px) {
  .mainmenu__item--hoverable:hover .mainmenu__submenu {
    display: block;
  }
  .mainmenu__item--hoverable:hover .mainmenu__submenu--languages {
    display: flex;
  }
}
.mainmenu__item--language-selector .language-selector__backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.mainmenu__item--language-selector .language-selector__backdrop.active {
  display: block;
}
@media (min-width: 1250px) {
  .mainmenu__item--language-selector {
    order: 0;
  }
}
.mainmenu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  padding: 28px 8px;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .mainmenu__link {
    min-height: 50px;
  }
}
.mainmenu__link--login .mainmenu__link--inscription {
  display: none;
}
@media (min-width: 1250px) {
  .mainmenu__link--login .mainmenu__link--inscription {
    display: flex;
    padding: 28px 8px;
  }
}
.mainmenu__link--login .mainmenu__link--logo {
  display: flex;
  padding-right: 0;
}
@media (min-width: 480px) {
  .mainmenu__link--login .mainmenu__link--logo {
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .mainmenu__link--login .mainmenu__link--logo svg {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1250px) {
  .mainmenu__link--login .mainmenu__link--logo {
    display: none;
  }
}
.mainmenu__link--register {
  display: none;
}
@media (min-width: 768px) {
  .mainmenu__link--register {
    display: block;
  }
}
.mainmenu .mainmenu__link--black {
  color: #000;
}
.mainmenu .mainmenu__link--black > a {
  color: inherit;
}
.mainmenu .mainmenu__item.mainmenu__link--login:hover:before {
  display: none;
}
@media (min-width: 1250px) {
  .mainmenu .mainmenu__item.mainmenu__link--login:hover:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0.5rem;
    left: 0.5rem;
    height: 2px;
    background: #52afef;
  }
}
.mainmenu__link-dropdown {
  display: flex;
  height: 12px;
  margin-left: 5px;
  width: 12px;
}
.mainmenu__register-link {
  display: none;
  background: #48a6eb;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.9;
  margin-left: 16px;
  padding: 5px 16px;
}
.mainmenu__register-link:hover {
  opacity: 1;
}
@media (min-width: 480px) {
  .mainmenu__register-link {
    display: inline-flex;
  }
}
@media (min-width: 1250px) {
  .mainmenu__register-link {
    margin-right: 0;
  }
}
@media (min-width: 920px) {
  .mainmenu__item--hoverable:hover .mainmenu__link-dropdown {
    transform: rotate(180deg);
  }
}
body.branch-banner-is-active .mobmenu--opened {
  top: 76px;
}
.mobmenu {
  background: #000;
  bottom: 0;
  visibility: hidden;
  left: 0;
  overflow-y: auto;
  padding-bottom: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
.mobmenu__content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.mobmenu__head {
  display: flex;
  padding: 26px 19px;
  align-items: center;
}
.mobmenu__head .header__logo .header__logo-img-christmas {
  position: relative;
  z-index: 1;
  height: auto;
}
.mobmenu__head .header__logo canvas.snow {
  top: auto;
  bottom: 10px;
}
@media (min-width: 480px) {
  .mobmenu__head {
    padding: 26px 32px;
  }
}
@media (min-width: 768px) {
  .mobmenu__head {
    padding: 20px 32px;
  }
}
.mobmenu--opened {
  visibility: visible;
  z-index: 2;
}
@media (min-width: 1250px) {
  .mobmenu {
    display: none;
  }
}
.mobmenu__item {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  font-family: inherit;
  font-size: 1.125rem;
  line-height: 3.75rem;
  margin: 0;
  min-height: 3.75rem;
  padding: 0 2rem 0 1rem;
  text-align: left;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.mobmenu__section {
  line-height: normal;
  list-style: none;
  padding: 0;
}
.mobmenu__section > :not(:last-child) {
  border-bottom: 1px solid transparent;
}
.mobmenu__section-caption {
  color: #fff;
  display: flex;
  height: 3.75rem;
  justify-content: space-between;
  line-height: 3.75rem;
  padding: 0 2.3rem 0 1rem;
  width: 100%;
}
.mobmenu__section-caption > a {
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: inherit;
}
.mobmenu__section--opened > .mobmenu__section-caption > img {
  transform: rotate(180deg);
}
.mobmenu__section-caption:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}
.mobmenu__section-item {
  display: none;
  font-size: 0.875rem;
  height: 3.75rem;
  line-height: 3.75rem;
  opacity: 0;
  width: 100%;
  will-change: opacity, height;
}
.mobmenu__section-item > a {
  color: #fff;
  display: block;
  height: 100%;
  padding-left: 2rem;
  text-decoration: none;
  width: 100%;
}
.mobmenu__section--opened > .mobmenu__section-item {
  animation: opening 0.2s;
  opacity: 1;
  transform-origin: top;
  display: block;
}
.mobmenu__section--opened > .mobmenu__section-item:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}
@keyframes opening {
  0% {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 3.75rem;
  }
}
.mobmenu__btn-link {
  margin: 0 16px 1rem;
  width: calc(100% - 32px);
}
@media (min-width: 480px) {
  .mobmenu__btn-link {
    width: 18rem;
    margin: 0 auto 1rem;
  }
}
.mobmenu__btn-link--register {
  margin-top: 3.75rem;
}
.mobmenu .mobmenu__btn-link--login {
  margin-bottom: 50px;
}
.mobmenu__link {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 auto 1rem;
  text-align: center;
}
.mobmenu__socials {
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 480px) {
  .mobmenu__socials {
    padding: 0 10%;
  }
}
@media (min-width: 768px) {
  .mobmenu__socials {
    padding: 0 30%;
  }
}
.mobmenu__social {
  display: block;
}
.mobmenu__social > svg {
  fill: #fff;
}
.mobmenu__icons {
  align-items: flex-end;
  display: flex;
  flex: 1;
  justify-content: center;
}
.mobmenu__icons > img:first-child {
  margin-right: 1rem;
}
.flag {
  margin-right: 5px;
  width: 20px;
  height: 15px;
}
.mainmenu__item--hoverable.mainmenu__item--language-selector {
  margin-right: 16px;
}
@media (max-width: 920px) {
  .show {
    display: flex;
  }
}
.mainmenu .badge,
.mobmenu .badge {
  margin-left: 8px;
}
.badge.badge--thin {
  color: #2da36a;
  font-size: 0.5625rem;
  font-weight: 400;
  line-height: 0.5625rem;
}
.badge.badge--pill,
.badge.badge--thin {
  font-style: normal;
  display: inline-flex;
  align-items: center;
}
.badge.badge--pill {
  padding: 2px 6px;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 100px;
  background: #2da36a;
}
.popup {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  font-size: 1.1875rem;
}
.popup--opened {
  transition: all 0.4s ease;
  pointer-events: auto;
  opacity: 1;
}
.popup__wrapper {
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.popup__close {
  position: fixed;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #48a6eb;
  cursor: pointer;
  z-index: 20;
}
.popup__close-icon {
  width: 36px;
  height: 36px;
  display: block;
  background: url("/assets/icons/close.svg?rev=f80c0923") no-repeat 50%;
}
.popup__body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem 0;
}
@media (min-width: 768px) {
  .popup__body {
    padding-top: 6rem;
  }
}
.popup__body--docs {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.popup__body--divider {
  padding-top: 0;
}
.popup__current {
  display: none;
}
.popup__current--active {
  display: block;
}
.popup-header {
  font-weight: 300;
  font-size: 1.75rem;
  color: rgba(0, 0, 0, 0.9);
  margin: 0 0 2rem;
}
.popup__title {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.popup-content {
  font-size: 0.875rem;
  font-weight: 300;
  color: #333;
}
.popup-content ul {
  padding-left: 1rem;
}
.popup-content ol {
  list-style: none;
  counter-reset: li;
}
.popup-content ol > li {
  position: relative;
  margin-bottom: 0.875rem;
  margin-top: 0.875rem;
}
.popup-content ol > li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  position: absolute;
  left: 0;
  transform: translate(-100%);
  top: 0;
  padding-right: 5px;
}
.popup-content .p__ol {
  padding-left: 1rem;
}
.popup-content .p__ol > li:before {
  font-weight: 600;
  font-size: 1rem;
}
.popup-content .p__ol-2 {
  padding-left: 2rem;
}
.popup-content .p__ol-2 .p__subheader:before {
  font-weight: 600;
}
.popup-content .p__ol-inner {
  padding-left: 2.5rem;
}
.popup-content .p__ol-inner-2 {
  padding-left: 3rem;
}
.last-update {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  margin-bottom: 1rem;
}
.risk-title {
  font-size: 1.3125rem;
  color: #515151;
}
.link-to-leverage {
  text-decoration: none;
  color: #48a6eb;
  cursor: pointer;
  font-weight: 400;
}
.footer {
  position: relative;
  z-index: 100;
  background-color: #161b28;
}
.footer .footer-container {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .footer .footer-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1250px) {
  .footer .footer-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer__logo-container {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  margin-bottom: 24px;
  min-height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1250px) {
  .footer__logo-container {
    border: none;
    margin: 0;
    padding: 0;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
}
@media (min-width: 1250px) {
  .footer .footer__middle-wrapper-container {
    display: flex;
    justify-content: space-between;
  }
}
.footer__logo-img {
  display: block;
  width: 121px;
}
.footer__logo-img-christmas {
  display: block;
  width: 121px;
  height: auto;
}
.footer__links {
  list-style-type: none;
  padding: 0;
}
@media (min-width: 768px) {
  .footer__links {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer__link-item {
    margin: 0 2rem;
  }
}
.footer__link-item:first-child {
  margin-left: 0;
}
.footer__link-item:last-child {
  margin-right: 0;
}
.footer__link {
  display: block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .footer__info {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .footer__info {
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (min-width: 1250px) {
  .footer__info {
    display: none;
  }
}
.footer__address {
  order: 2;
  color: #fff;
  line-height: 1.5;
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .footer__address {
    padding-bottom: 0;
  }
}
.footer__address a {
  color: #fff;
  text-decoration: none;
}
.footer__address a:hover {
  text-decoration: underline;
}
.footer__links-to-s {
  order: 1;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  margin-bottom: 24px;
}
@media (min-width: 480px) {
  .footer__links-to-s {
    justify-content: start;
  }
}
@media (min-width: 768px) {
  .footer__links-to-s {
    margin-bottom: 0;
    justify-content: end;
  }
}
.footer__link-to-s {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  opacity: 0.8;
  transition: all 0.3s ease;
}
@media (min-width: 480px) {
  .footer__link-to-s {
    margin-right: 24px;
  }
}
.footer__link-to-s:last-child {
  margin-right: 0;
}
.footer__link-to-s:hover {
  opacity: 1;
}
.footer__link-to-s a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__link-to-s svg {
  fill: currentColor;
}
.footer__copyright {
  font-size: 0.75rem;
  color: #bbc4c9;
  font-weight: 300;
}
.footer__copyright p:last-child {
  margin-bottom: 0;
}
.footer__copyright strong {
  font-weight: 600;
}
.footer .footer__info-first-block {
  display: none;
}
@media (min-width: 1250px) {
  .footer .footer__info-first-block {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-bottom: 0;
    border-bottom: none;
    max-width: 743px;
    width: 100%;
  }
}
@media (min-width: 1250px) {
  .footer .footer__info-first-block .footer__links-to-s {
    justify-content: space-between;
    max-width: none;
    flex-grow: 0;
  }
}
.footer .footer__menu-mainmenu {
  display: none;
}
@media (min-width: 1250px) {
  .footer .footer__menu-mainmenu {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    margin-bottom: 32px;
    margin-top: 50px;
    border-top: 1px solid hsla(0, 0%, 84.7%, 0.1);
    padding-top: 32px;
  }
}
.footer .footer__menu-mainmenu ul {
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 0;
  color: #fff;
  padding: 0;
  margin-bottom: 0;
}
.footer .footer__menu-mainmenu li {
  list-style: none;
  min-width: 85px;
  margin-bottom: 10px;
}
.footer .footer__menu-mainmenu li:first-child {
  margin-top: 9px;
}
.footer .footer__menu-mainmenu li:last-child {
  margin-bottom: 0;
}
.footer .footer__menu-mainmenu li a {
  text-decoration: none;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #fff;
}
.footer .footer__menu-mainmenu li a:focus,
.footer .footer__menu-mainmenu li a:hover {
  border-bottom: 1px solid #fff;
}
.footer .mobmenu {
  background: none;
  overflow-y: auto;
  padding-bottom: 1rem;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  position: static;
  border-top: 1px solid hsla(0, 0%, 84.7%, 0.1);
  margin-top: 24px;
}
.footer .mobmenu .mobmenu__item {
  border-bottom: 1px solid hsla(0, 0%, 84.7%, 0.1);
}
.footer .mobmenu .mobmenu__section-caption {
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
}
.footer .mobmenu .mobmenu__section-caption:not(:last-child) {
  border-bottom: none;
}
.footer .mobmenu .mobmenu__section-item a {
  padding: 0;
}
.footer .mobmenu .mobmenu__section-item:not(:last-child) {
  border-bottom: none;
}
.footer .badge {
  margin-left: 6px;
  transform: translateY(-3px);
}
.reviews-background-layer {
  padding: 32px 0;
  background-color: rgba(72, 166, 235, 0.1);
}
.reviews-slider:not(.tns-slider) .review-card-wrapper:not(:first-child) {
  display: none;
}
.review-card {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .review-card {
    max-width: 628px;
  }
}
@media (min-width: 1200px) {
  .review-card {
    max-width: 950px;
  }
}
.review-card .review-card-body {
  margin-bottom: 32px;
  padding: 0 50px;
  position: relative;
}
.review-card .review-card-body:after,
.review-card .review-card-body:before {
  content: "";
  display: block;
  background-image: url("assets/icons/blockquote-quotation-mark.svg?rev=32634e50");
  position: absolute;
  width: 26.76px;
  height: 24.46px;
}
.review-card .review-card-body:before {
  top: 0;
  left: 0;
}
.review-card .review-card-body:after {
  bottom: 0;
  right: 0;
}
.review-card .review-card-title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin: 0 0 20px;
  color: rgba(0, 0, 0, 0.9);
  display: block;
}
.review-card blockquote.review-card-review {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
}
@media (min-width: 768px) {
  .review-card blockquote.review-card-review {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}
.review-card .review-card-author {
  text-align: left;
  display: flex;
  justify-content: center;
  padding: 0 50px;
}
@media (min-width: 768px) {
  .review-card .review-card-author {
    padding: 0;
  }
}
.review-card .review-card-author .review-card-author-img {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 2px #ebebeb;
}
.review-card .review-card-author .review-card-author-img img {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  font-size: 0.6875rem;
  color: #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
}
.review-card .review-card-author .review-card-author-name-n-activity {
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-card .review-card-author .review-card-author-name {
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.65);
  margin: 0;
}
.review-card .review-card-author .review-card-author-activity {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
}
.slider-controls-container {
  display: block;
  margin-top: 48px;
  height: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .slider-controls-container {
    margin-top: 32px;
  }
}
.slider-controls-container button.next-button,
.slider-controls-container button.prev-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0;
  outline: none;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: transparent;
  position: absolute;
  top: 0;
}
.slider-controls-container button.next-button:before,
.slider-controls-container button.prev-button:before {
  background: url("/assets/images/cpa/chevron.svg?rev=5f03468c") no-repeat 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.slider-controls-container .prev-button {
  left: calc(50% - 115px);
}
.slider-controls-container .prev-button:before {
  transform: rotate(180deg);
}
.slider-controls-container .next-button {
  right: calc(50% - 115px);
}
.slider-controls-container .next-button:disabled,
.slider-controls-container .prev-button:disabled {
  filter: opacity(0.3);
  cursor: not-allowed;
}
.prs-container {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .prs-container {
    padding: 0 24px;
  }
}
@media (min-width: 1328px) {
  .prs-container {
    padding: 0 calc(50% - 632px);
  }
}
.prs-container--dark-bg {
  background-color: #f7f7f7;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #48a6eb;
  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;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, BitcoinFont;
}
.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: #48a6eb;
}
.assets-table tbody .assets-table__row:hover .assets-table__cell--actions .btn,
.btn--filled {
  opacity: 1;
  background: #48a6eb;
}
.assets-table
  tbody
  .assets-table__row:hover
  .assets-table__cell--actions
  .btn:hover,
.btn--filled:hover {
  background: #249ae9;
  border-color: #249ae9;
}
.btn--like-link {
  border: none;
  background: transparent;
  color: #48a6eb;
  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;
}
.mainmenu__register-link.btn {
  padding: 5px 16px;
}
.btn--toggle {
  padding: 4px 11px;
  border: 1px solid #dcdce9;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn--toggle:hover {
  background: #f7f7f7;
}
.btn--toggle--active,
.btn--toggle:active {
  background: #f7f7f7;
  color: #48a6eb;
  border: 1px solid #48a6eb;
}
.prm-link,
.prs-link {
  color: #48a6eb;
  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/arrow.svg?rev=fe0c3f21") no-repeat 0 0;
}
button.prs-link {
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: 0;
  padding: 0;
}
.prs-v2-table__table-padding-container {
  padding: 0;
}
@media (min-width: 768px) {
  .prs-v2-table__table-padding-container {
    padding: 0 24px;
  }
}
@media (min-width: 1328px) {
  .prs-v2-table__table-padding-container {
    padding: 0 calc(50% - 632px);
  }
}
.prs-v2-table__table-scroll-container {
  overflow-x: auto;
}
.prs-v2-table__table-n-link-container {
  box-shadow: 0 4px 8px 0 rgba(50, 50, 71, 0.06),
    0 0 4px 0 rgba(50, 50, 71, 0.08);
  border-radius: 4px;
}
table.prs-v2-table {
  padding: 16px;
  border-radius: 4px;
  width: 100%;
  border-spacing: 0;
  text-align: left;
}
@media (min-width: 768px) {
  table.prs-v2-table {
    padding: 24px;
  }
}
table.prs-v2-table td,
table.prs-v2-table th {
  white-space: nowrap;
  padding: 0;
}
table.prs-v2-table th {
  padding: 13px 10px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
table.prs-v2-table td {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid #dcdce9;
  color: rgba(0, 0, 0, 0.8);
  padding: 7.5px 10px;
}
table.prs-v2-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.04);
}
.prs-v2-table__table-n-link-container .prs-link {
  padding-bottom: 24px;
  text-align: center;
  text-decoration: none;
}
.assets-table tbody .assets-table__cell--asset {
  display: flex;
  align-items: center;
  justify-content: start;
}
.assets-table tbody .assets-table__cell--asset img {
  margin-right: 10px;
}
.assets-table tbody .assets-table__cell--performance {
  display: flex;
}
.assets-table tbody .assets-table__cell--actions {
  display: flex;
  justify-content: end;
}
.assets-table tbody .assets-table__cell--actions .btn {
  padding: 3px 12px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.assets-table tbody .assets-table__row {
  padding: 7.5px 10px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  cursor: pointer;
}
.assets-table tbody .assets-table__row:hover .assets-table__cell--actions .btn {
  color: #fff;
}
.assets-table tbody .assets-table__row--negative .assets-table__cell--chg24 {
  color: #f44336;
}
.assets-table
  tbody
  .assets-table__row--negative
  .assets-table__cell--performance
  svg
  path {
  stroke: #f44336;
  fill: transparent;
  stroke-width: 1.5px;
}
.assets-table tbody .assets-table__row--positive .assets-table__cell--chg24 {
  color: #2da36a;
}
.assets-table
  tbody
  .assets-table__row--positive
  .assets-table__cell--performance
  svg
  path {
  stroke: #2da36a;
  fill: transparent;
  stroke-width: 1.5px;
}
body {
  overflow-x: hidden;
}
section h2 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  padding: 0;
}
@media (min-width: 768px) {
  section h2 {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}
section p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  section p {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}
img {
  pointer-events: none;
}
section.banner {
  padding: 0;
}
@media (min-width: 768px) {
  section.banner {
    padding: 0 24px;
  }
}
@media (min-width: 1328px) {
  section.banner {
    padding: 0 calc(50% - 632px);
  }
}
section.banner .banner-inner {
  background-image: urlnew-index/gradient-overlay.svg?rev=af10828d");
  background-color: #41426a;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 10%;
  padding: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  section.banner .banner-inner {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  section.banner .banner-inner {
    background-position: 50%;
  }
}
section.banner p {
  color: #fff;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  section.banner p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    display: initial;
  }
}
@media (min-width: 1200px) {
  section.banner p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
section.banner p strong {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  section.banner p strong {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1200px) {
  section.banner p strong {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
section.banner p a.btn,
section.banner p button.btn {
  border: 1px solid #fff;
  margin-top: 16px;
  background-color: transparent;
}
@media (min-width: 768px) {
  section.banner p a.btn,
  section.banner p button.btn {
    margin-top: 0;
    margin-left: 45px;
  }
}
section.banner p a.btn img,
section.banner p button.btn img {
  margin-right: 8px;
}
section.main {
  padding-top: 112px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  section.main {
    text-align: left;
    padding-bottom: 147px;
  }
}
@media (min-width: 1200px) {
  section.main {
    padding-bottom: 145px;
  }
}
section.main .bg-media-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-color: #000;
}
section.main .bg-media-wrapper:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  background: linear-gradient(0deg, #000, transparent 60%);
  z-index: 2;
}
section.main .bg-media-wrapper video {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
section.main .main-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  section.main .main-content {
    max-width: 590px;
  }
}
@media (min-width: 1200px) {
  section.main .main-content {
    max-width: 50%;
  }
}
section.main .main-content h1 {
  margin: 0 0 30px;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  section.main .main-content h1 {
    margin-bottom: 48px;
    font-weight: 800;
    font-size: 3rem;
    line-height: 4rem;
  }
}
section.main .main-content p {
  color: #fff;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  section.main .main-content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  section.main .main-content .button__container {
    width: -moz-fit-content;
    width: fit-content;
  }
}
section.main .mobile-store-buttons {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  section.main .mobile-store-buttons {
    justify-content: start;
  }
}
section.main .mobile-store-buttons a {
  display: block;
  height: 40px;
}
section.main .mobile-store-buttons a:first-child {
  margin-right: 17px;
}
@media (min-width: 1200px) {
  section.main .mobile-store-buttons a {
    margin-right: 24px;
  }
}
section.main .mobile-store-buttons .show-app-link-qr-code-button {
  display: none;
  position: relative;
}
section.main .mobile-store-buttons .show-app-link-qr-code-button:before {
  background-image: urlnew-index/qr.svg?rev=8229253a");
  background-size: cover;
  width: 120px;
  height: 120px;
  bottom: calc(100% + 12px);
  border-radius: 6px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.39);
}
section.main .mobile-store-buttons .show-app-link-qr-code-button:after,
section.main .mobile-store-buttons .show-app-link-qr-code-button:before {
  content: "";
  display: block;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 10px);
  background-color: transparent;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}
section.main .mobile-store-buttons .show-app-link-qr-code-button:after {
  border-right: 7px solid transparent;
  border-top: 10px solid #fff;
  border-left: 7px solid transparent;
  height: 0;
  width: 0;
  top: -12px;
}
section.main .mobile-store-buttons .show-app-link-qr-code-button:hover:after,
section.main .mobile-store-buttons .show-app-link-qr-code-button:hover:before {
  cursor: default;
  opacity: 1;
  transform: translate(-50%);
  visibility: visible;
}
@media (min-width: 1200px) {
  section.main .mobile-store-buttons .show-app-link-qr-code-button {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    background-color: transparent;
    cursor: pointer;
  }
}
section.awards .awards-container {
  padding: 16px 0 0;
  display: flex;
  justify-content: center;
}
section.awards .awards-container .award-item {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 157px;
}
@media (min-width: 768px) {
  section.awards .awards-container .award-item {
    width: 285px;
  }
}
section.awards .awards-container .award-item:not(:last-child) {
  margin-right: 12px;
}
@media (min-width: 768px) {
  section.awards .awards-container .award-item:not(:last-child) {
    margin-right: 50px;
  }
}
section.awards .awards-container .award-item .award-item-laurel img {
  width: auto;
  height: 100%;
  max-width: 16px;
}
@media (min-width: 768px) {
  section.awards .awards-container .award-item .award-item-laurel img {
    max-width: 30px;
  }
}
section.awards .awards-container .award-item .award-item-laurel:last-child {
  transform: scaleX(-1);
}
section.awards .awards-container .award-item .award-item-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 6px;
}
section.awards .awards-container .award-item .award-item-inner .award-image {
  margin-right: 7px;
  max-width: 30px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.awards
  .awards-container
  .award-item
  .award-item-inner
  .award-image
  img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  section.awards .awards-container .award-item .award-item-inner .award-image {
    margin-right: 15px;
    max-width: 45px;
  }
}
@media (min-width: 768px) {
  section.awards .awards-container .award-item .award-item-inner {
    margin: 0 15px;
  }
}
section.awards .awards-container .award-item .award-name {
  font-weight: 300;
  font-size: 0.58768rem;
  line-height: 0.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  section.awards .awards-container .award-item .award-name {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
section.products-cards {
  padding: 50px 0;
  overflow-x: hidden;
}
section.products-cards h2 {
  text-align: center;
  margin-bottom: 16px;
}
section.products-cards p {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  section.products-cards p {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  section.products-cards {
    padding: 50px 24px;
  }
}
@media (min-width: 1328px) {
  section.products-cards {
    padding: 50px calc(50% - 632px);
  }
}
section.products-cards .tns-ovh {
  overflow: visible;
}
@media (min-width: 480px) {
  section.products-cards .products-cards-slider-container {
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  section.products-cards .products-cards-slider-container {
    padding: 0;
  }
}
section.products-cards
  .products-cards-slider-container
  .slider-controls-container {
  display: none;
}
@media (min-width: 768px) {
  section.products-cards
    .products-cards-slider-container
    .slider-controls-container {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  section.products-cards
    .products-cards-slider-container
    .slider-controls-container {
    display: none;
  }
}
section.products-cards .products-cards-slider {
  display: flex;
  flex-direction: column;
  margin-bottom: -32px;
}
@media (min-width: 768px) {
  section.products-cards .products-cards-slider {
    flex-direction: row;
    margin-bottom: 0;
    margin-right: -24px;
  }
}
section.products-cards .product-card-wrapper {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  section.products-cards .product-card-wrapper {
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  section.products-cards .product-card-wrapper {
    margin-right: 24px;
    min-width: 298px;
  }
}
section.products-cards .product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(50, 50, 71, 0.08), 0 4px 8px rgba(50, 50, 71, 0.06);
}
@media (min-width: 480px) {
  section.products-cards .product-card {
    padding: 24px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  section.products-cards .product-card {
    box-shadow: none;
  }
}
section.products-cards .product-card:hover {
  background: #f7f7f7;
}
@media (min-width: 768px) {
  section.products-cards .product-card:hover {
    box-shadow: 0 0 12px rgba(20, 20, 36, 0.17),
      0 16px 24px rgba(50, 50, 71, 0.08);
  }
}
section.products-cards .product-card .product-card-img {
  width: 100%;
}
@media (min-width: 480px) {
  section.products-cards .product-card .product-card-img {
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  section.products-cards .product-card .product-card-img {
    max-width: none;
  }
}
section.products-cards .product-card .product-card-img img {
  width: 100%;
  height: auto;
}
section.products-cards .product-card .product-card-body {
  height: 100%;
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 480px) {
  section.products-cards .product-card .product-card-body {
    padding: 0;
    margin-top: 16px;
  }
}
section.products-cards .product-card .product-card-body a.btn {
  font-size: 1rem;
  padding: 6px 16px;
  line-height: 1.5rem;
}
@media (min-width: 1200px) {
  section.products-cards .product-card .product-card-body a.btn {
    padding: 6px 40px;
  }
}
section.products-cards
  .product-card
  .product-card-body
  .product-card-text-content {
  width: 100%;
}
section.products-cards
  .product-card
  .product-card-body
  .product-card-text-content
  .product-card-title {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
}
@media (min-width: 1200px) {
  section.products-cards
    .product-card
    .product-card-body
    .product-card-text-content
    .product-card-title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
section.products-cards
  .product-card
  .product-card-body
  .product-card-text-content
  .product-card-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  section.products-cards
    .product-card
    .product-card-body
    .product-card-text-content
    .product-card-description {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  section.products-cards
    .product-card
    .product-card-body
    .product-card-text-content
    .product-card-description {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}
section.platform-stats-n-explore-btns {
  text-align: center;
  padding-top: 50px;
}
@media (min-width: 768px) {
  section.platform-stats-n-explore-btns {
    padding-bottom: 50px;
  }
}
section.platform-stats-n-explore-btns h2 {
  margin-bottom: 16px;
}
section.platform-stats-n-explore-btns p {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  section.platform-stats-n-explore-btns p {
    margin-bottom: 50px;
  }
}
section.platform-stats-n-explore-btns .device-platform-preview {
  position: relative;
}
section.platform-stats-n-explore-btns .device-platform-preview picture img {
  max-width: 328px;
  height: auto;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  section.platform-stats-n-explore-btns .device-platform-preview picture img {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 383px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  section.platform-stats-n-explore-btns .device-platform-preview picture img {
    max-width: 960px;
  }
}
section.platform-stats-n-explore-btns .device-platform-preview video {
  display: none;
  position: absolute;
  top: 43px;
  left: 50%;
  z-index: 0;
  max-width: 747px;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  section.platform-stats-n-explore-btns .device-platform-preview video {
    display: block;
  }
}
section.platform-stats-n-explore-btns .stats-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin: 0 auto 32px;
}
@media (min-width: 768px) {
  section.platform-stats-n-explore-btns .stats-container {
    margin: 0 auto 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 550px;
  }
  section.platform-stats-n-explore-btns .stats-container span:nth-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  section.platform-stats-n-explore-btns .stats-container span:nth-child(6) {
    -ms-grid-row: 4;
    grid-row: 4;
  }
}
@media (min-width: 1200px) {
  section.platform-stats-n-explore-btns .stats-container {
    -ms-grid-columns: fit-content(20%) 50px fit-content(20%) 50px
      fit-content(20%) 50px fit-content(20%);
    grid-template-columns: repeat(4, fit-content(20%));
    -moz-column-gap: 50px;
    column-gap: 50px;
    justify-content: center;
    width: 100%;
    max-width: none;
  }
  section.platform-stats-n-explore-btns .stats-container span:nth-child(2n) {
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
section.platform-stats-n-explore-btns .stats-container span {
  color: #000;
}
section.platform-stats-n-explore-btns .stats-container .stat-item-title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  section.platform-stats-n-explore-btns .stats-container .stat-item-title {
    font-size: 2.75rem;
    line-height: 3.75rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  section.platform-stats-n-explore-btns .stats-container .stat-item-title {
    white-space: nowrap;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
section.platform-stats-n-explore-btns .stats-container .stat-item-subtitle {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  section.platform-stats-n-explore-btns .stats-container .stat-item-subtitle {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }
}
section.platform-stats-n-explore-btns .stats-container .stat-item-subtitle {
  margin-bottom: 16px;
}
section.platform-stats-n-explore-btns
  .stats-container
  .stat-item-subtitle:nth-child(8) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section.platform-stats-n-explore-btns .stats-container .stat-item-subtitle {
    margin-bottom: 50px;
  }
  section.platform-stats-n-explore-btns
    .stats-container
    .stat-item-subtitle:nth-child(6),
  section.platform-stats-n-explore-btns
    .stats-container
    .stat-item-subtitle:nth-child(8) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  section.platform-stats-n-explore-btns .stats-container .stat-item-subtitle {
    margin-bottom: 0;
  }
}
section.platform-stats-n-explore-btns .explore-buttons-container {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: auto 24px auto;
  grid-template-columns: repeat(2, auto);
}
@media (min-width: 480px) {
  section.platform-stats-n-explore-btns .explore-buttons-container {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  section.platform-stats-n-explore-btns .explore-buttons-container {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
section.platform-stats-n-explore-btns .explore-buttons-container a.btn {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
section.platform-stats-n-explore-btns
  .explore-buttons-container
  a.mobile-store-button {
  -ms-grid-column-align: end;
  justify-self: end;
}
section.platform-stats-n-explore-btns
  .explore-buttons-container
  a.mobile-store-button
  img {
  width: 100%;
  max-width: 154px;
}
section.platform-stats-n-explore-btns
  .explore-buttons-container
  a.mobile-store-button:last-child {
  -ms-grid-column-align: start;
  justify-self: start;
}
section.markets-table {
  text-align: center;
  padding-top: 50px;
}
section.markets-table .prs-table-container.market-table {
  max-width: none;
}
@media (min-width: 768px) {
  section.markets-table .prs-table-container.market-table {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  section.markets-table .prs-table-container.market-table {
    max-width: 845px;
  }
}
section.markets-table h2 {
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  section.markets-table h2 {
    margin-bottom: 50px;
  }
}
section.trading-academy {
  text-align: center;
  padding-top: 50px;
}
@media (min-width: 768px) {
  section.trading-academy {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
section.trading-academy .trading-academy-main-part-container {
  text-align: left;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  section.trading-academy .trading-academy-main-part-container {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
}
section.trading-academy
  .trading-academy-main-part-container
  .trading-academy-photo-container {
  flex-shrink: 0;
  margin-bottom: 24px; 
  background-image: url("Girl_img.webp") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  padding-top: 57%;
}
@media (min-width: 768px) {
  section.trading-academy
    .trading-academy-main-part-container
    .trading-academy-photo-container {
    margin-bottom: 0;
    padding-top: 0;
    margin-right: 37px; 
    width: 300px;
    min-height: 370px;
  }
}
@media (min-width: 1200px) {
  section.trading-academy
    .trading-academy-main-part-container
    .trading-academy-photo-container {
    /*margin-right: 50px; */
    /*width: 300px;*/
    /*min-height: 370px;*/
    
    margin-right: 50px; 
    width: 300px;
    min-height: 370px;
  }
}
section.trading-academy .trading-academy-main-part-container h2 {
  margin: 0;
  padding: 0;
  font-size: 1.75rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  section.trading-academy .trading-academy-main-part-container h2 {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
}
@media (min-width: 768px) {
  section.trading-academy
    .trading-academy-main-part-container
    .trading-academy-bloquote-container {
    max-width: 378px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  section.trading-academy
    .trading-academy-main-part-container
    .trading-academy-bloquote-container {
    max-width: 482px;
  }
}
section.trading-academy
  .trading-academy-main-part-container
  .trading-academy-bloquote-container
  .trading-academy-bloquote-container-socials-block {
  margin: 32px 0 24px;
}
section.trading-academy
  .trading-academy-main-part-container
  .trading-academy-bloquote-container
  .trading-academy-bloquote-container-socials-block
  a {
  display: inline-block;
}
section.trading-academy
  .trading-academy-main-part-container
  .trading-academy-bloquote-container
  .trading-academy-bloquote-container-socials-block
  a:first-child {
  margin-right: 8px;
}
section.trading-academy
  .trading-academy-main-part-container
  .trading-academy-bloquote-container
  blockquote {
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 32px;
}
@media (min-width: 768px) {
  section.trading-academy
    .trading-academy-main-part-container
    .trading-academy-bloquote-container
    blockquote {
    font-size: 1.1875rem;
    line-height: 1.75rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  section.trading-academy
    .trading-academy-main-part-container
    .btn--fullsized-container {
    text-align: left;
  }
}
section.trading-academy .trading-academy-main-part-container a.btn {
  margin: 0 auto;
}
section.reviews {
  margin: 0 0 50px;
}
.mobiles {
  background-color: #fff;
  font-weight: 300;
  padding-top: 50px;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .mobiles {
    text-align: left;
  }
}
.mobiles h2 {
  margin-bottom: 16px;
}
.mobiles p {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .mobiles p {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .mobiles {
    padding-top: 100px;
    padding-bottom: 115px;
    background-size: auto 100%;
  }
}
@media (min-width: 1200px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  (min-width: 1200px) and (min-width: 768px) and (min-resolution: 2dppx) {
  .mobiles {
    background-size: auto 100%;
  }
}
@media (min-width: 1350px) and (min-height: 860px) and (max-height: 1100px) {
  .mobiles {
    background-position: 14% 0;
  }
}
@media (min-width: 768px) {
  .mobiles .mobiles__wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.mobiles .mobiles__left {
  margin-bottom: 0;
  margin-top: 0;
  flex-basis: 55%;
}
@media (min-width: 768px) {
  .mobiles .mobiles__left {
    min-height: 420px;
    align-self: flex-end;
    margin-bottom: -50px;
    margin-right: -20px;
    background: url(mobiles-mob.jpg);
    background-position: 50%;
    background-position-y: 53px;
    background-repeat: no-repeat;
    background-size: 400px auto;
    transform: translate(-45px);
  }
}
@media (min-width: 768px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  (min-width: 768px) and (min-width: 768px) and (min-resolution: 2dppx) {
  .mobiles .mobiles__left {
    background-position: 50%;
    background-position-y: 81px;
    background-repeat: no-repeat;
    background-size: 400px auto;
    transform: translate(-45px);
  }
}
@media (min-width: 992px) {
  .mobiles .mobiles__left {
    margin-bottom: -100px;
  }
}
@media (min-width: 1200px) {
  .mobiles .mobiles__left {
    flex-basis: 50%;
    margin-bottom: -122px;
    margin-top: 0;
    margin-right: 0;
    background-size: 101% auto;
  }
}
@media (min-width: 1200px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  (min-width: 1200px) and (min-width: 768px) and (min-resolution: 2dppx) {
  .mobiles .mobiles__left {
    background-size: 103% auto;
    margin-bottom: -119px;
  }
}
@media (min-width: 992px) {
  .mobiles .mobiles__left {
    margin-top: -49px;
  }
}
@media (min-width: 768px) {
  .mobiles .mobiles__right {
    flex-basis: 45%;
  }
}
@media (min-width: 1200px) {
  .mobiles .mobiles__right {
    flex-basis: 50%;
    padding-left: 4px;
  }
}
@media (min-width: 768px) {
  .mobiles .prs-title.mobiles__title {
    text-align: left;
  }
}
.mobiles .mobiles__description {
  font-size: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .mobiles .mobiles__description {
    text-align: left;
    font-size: 1.1875rem;
    line-height: 1.75rem;
    margin-bottom: 48px;
  }
}
.mobiles .mobiles__img {
  width: calc(100% + 34px);
  height: auto;
  margin-left: -40px;
}
@media (min-width: 768px) {
  .mobiles .mobiles__img {
    display: none;
  }
}
.mobiles .mobiles__links {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mobiles .mobiles__links {
    justify-content: start;
  }
}
@media (min-width: 1200px) {
  .mobiles .mobiles__links {
    margin-bottom: 0;
  }
}
.mobiles .mobiles__links a:not(:first-child) {
  margin-left: 0.5rem;
}
