html {
  background: #FFF;
  overflow: hidden;
}
.register-form-row-4 #popup-proccess-window {
  width: 20px;
  height: 20px;
  background: #0000;
  color: #fff;
  top: 17px;
  left: 30%;
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border .text-light {
  color: #fff;
}
@keyframes spinner-border {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  background: #FFF;
  width: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Lexend", sans-serif;
  margin: 0;
}
body div,
body span,
body strong,
body b,
body small {
  font-family: "Plus Jakarta Sans", sans-serif;
}
body .logo {
  width: 190px;
  height: 61px;
  text-align: center;
}
body img.investing {
  width: 350px;
  height: 45px;
}
body h1 {
  font-size: 40px;
  font-weight: 900;
}
body h2 {
  font-weight: 600;
  font-size: 30px;
  text-align: left;
}
body h2.title {
  color: #212121;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
body h3 {
  font-size: 24px;
  font-weight: 300;
  color: #262b2d;
}
body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #212121;
}
body p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}
body .banner-form div.content {
  width: 100%;
  max-width: 500px;
  padding: 0;
}
body span.steps {
  font-weight: 700;
}
body .full {
  float: left;
  box-sizing: border-box;
  width: 100%;
}
body .tablet-version,
body .phone-version {
  display: none;
}
body .banner-form {
  text-align: center;
}
body .banner-form .logo {
  padding-bottom: 20px;
}
body .banner-form .modal .modal-header,
body .banner-form .modal .modal-body,
body .banner-form .modal .modal-footer {
  padding-left: 50px;
  padding-right: 50px;
}
body .banner-form .modal .modal-header {
  text-align: left;
  border-bottom: none;
}
body .banner-form .content .register {
  background-color: #FBFBFB;
  padding: 20px 24px;
}
body .banner-form .content .register h4,
body .banner-form .content .register p {
  text-align: left;
  color: #212121;
}
body .banner-form .content .register h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}
body .banner-form .content .register p {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 20px;
}
body .banner-form .content .register #error-message {
  color: #c91616;
}
body .banner-form .content .register .warning p {
  text-align: center;
  padding-bottom: 0;
}
body .banner-form .content .register .col-6-sp2 {
  width: 100%;
  margin-left: 0;
}
body .banner-form .content .register .col-12,
body .banner-form .content .register .col-6-sp2 {
  margin-top: 15px;
  position: relative;
}
body .banner-form .content .register .register-form-row-1,
body .banner-form .content .register .register-form-row-1 :first-child {
  margin-top: 0;
}
body .banner-form .register .header-title {
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
body .get-started {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #212121;
  padding: 18px 24px 18px;
  border-bottom: 1px solid #ececec;
}
body .pick-challenge,
body .payment-provider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9A9A9A;
  padding: 18px 24px;
  border-top: 1px solid #ececec;
}
body .pick-challenge .header-title,
body .payment-provider .header-title,
body .pick-challenge .header-subtitle,
body .payment-provider .header-subtitle {
  color: #9A9A9A;
}
body #select-challenge-page {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  min-height: 400px;
}
body #select-challenge-page #price-group-10000,
body #select-challenge-page .tab[data-tab="price-group-10000"] {
  display: none!important;
}
body #select-challenge-page .current-step .header-area,
body #select-challenge-page .background-grey {
  background-color: #FBFBFB;
}
body #select-challenge-page .register,
body #select-challenge-page .show-challenges {
  border-bottom: 1px solid #ECECEC;
}
body #select-challenge-page .content {
  width: 650px;
  padding: 0;
  margin: 0 auto;
}
body #select-challenge-page .logo {
  float: unset;
  margin: auto;
  display: block;
}
body #select-challenge-page #tabs {
  /*Hide tabs, we have only one product*/
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
body #select-challenge-page #tabs .tab {
  cursor: pointer;
  background: #fff;
  padding: 9px 6px;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  color: #000;
  min-width: 80px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
body #select-challenge-page #tabs .tab.active {
  background: #000;
  color: #fff;
}
body #select-challenge-page .completed-step .title::after,
body #select-challenge-page .completed-step .header-title::after {
  content: "";
  background: url("images/completed-icon.svg");
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-bottom: -2px;
  display: inline-block;
}
body #select-challenge-page .completed-step .header-subtitle {
  display: none;
}
body #select-challenge-page .completed-step .right-area .header-link {
  display: none;
}
body #select-challenge-page .completed-step .right-area svg {
  transform: rotate(180deg);
}
body #select-challenge-page .completed-step .footer-area.right-area {
  display: none;
}
body #select-challenge-page .current-step .header-area .header-subtitle {
  display: block;
}
body #select-challenge-page .current-step .footer-area {
  display: block;
}
body #select-challenge-page .current-step .show-psps-area {
  padding-bottom: 10px;
}
body #select-challenge-page .incomplete-step .header-area .header-subtitle {
  display: none;
}
body #select-challenge-page .incomplete-step .header-area .header-title {
  color: #BEBEBE;
}
body #select-challenge-page .incomplete-step .footer-area {
  display: none;
}
body #select-challenge-page .incomplete-step svg path {
  stroke: #BEBEBE;
}
body #select-challenge-page .header-area {
  padding: 13px 24px;
}
body #select-challenge-page .header-area .right-area {
  padding: 0;
  text-align: right;
}
body #select-challenge-page .header-area .right-area #header-link {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  color: #BEBEBE;
}
body #select-challenge-page .footer-area.right-area {
  text-align: right;
  padding: 3px 24px 18px;
}
body #select-challenge-page .footer-area.right-area a {
  color: #BEBEBE;
  cursor: pointer;
  font-size: 12px;
}
body #select-challenge-page .footer-area.right-area a:hover {
  color: #212121;
  text-decoration: unset;
}
body #select-challenge-page .footer-area.right-area img {
  margin-left: 4px;
}
body #select-challenge-page #show-challenges:not(.last-chance) .footer-area.right-area .show-challenges-step-link {
  display: none;
}
body #select-challenge-page #show-challenges:not(.last-chance) .last-chance-info-box,
body #select-challenge-page #show-challenges:not(.last-chance) .last-chance-info-box span {
  display: none;
}
body #select-challenge-page #show-challenges:not(.last-chance) .header-area #header-title-2,
body #select-challenge-page #show-challenges:not(.last-chance) .header-area #header-subtitle-2 {
  display: none;
}
body #select-challenge-page #show-challenges:not(.last-chance) .product .product-price-group {
  display: none;
}
body #select-challenge-page #show-challenges.last-chance .footer-area.right-area .show-challenges-step-link.left-side {
  float: left;
  padding-top: 2px;
}
body #select-challenge-page #show-challenges.last-chance .footer-area.right-area .show-challenges-step-link.left-side .arrow-left-small {
  transform: rotate(180deg);
  margin-right: 4px;
  margin-left: 0;
}
body #select-challenge-page #show-challenges.last-chance .footer-area.right-area .last-chance-step-link {
  display: none;
}
body #select-challenge-page #show-challenges.last-chance .special-offer-info-box {
  display: none;
}
body #select-challenge-page #show-challenges.last-chance .last-chance-info-box img {
  display: block;
  margin: -65px auto;
}
body #select-challenge-page #show-challenges.last-chance .header-area {
  border-bottom: 1px solid #ECECEC;
}
body #select-challenge-page #show-challenges.last-chance .header-area #header-title,
body #select-challenge-page #show-challenges.last-chance .header-area .right-area,
body #select-challenge-page #show-challenges.last-chance .header-area #header-subtitle {
  display: none;
}
body #select-challenge-page #show-challenges.last-chance .products-area {
  padding: 35px 0 0 0;
}
body #select-challenge-page h4.header-title {
  font-size: 20px;
  text-align: left;
}
body #select-challenge-page p.header-subtitle {
  font-size: 14px;
  text-align: left;
}
body #select-challenge-page .show-challenges.completed-step .show-challenges-pointer {
  cursor: pointer;
  padding: 10px 0 10px 10px;
}
body #select-challenge-page .show-challenges .buy-challenge {
  background: #08C99D;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
  min-width: 120px;
}
body #select-challenge-page .show-challenges #products .price-group {
  display: flex;
  padding: 8px 15px;
}
body #select-challenge-page .show-challenges #products .product.hide-element {
  display: none;
}
body #select-challenge-page .show-challenges #products .product {
  margin: 7px 6px 1px;
  border-radius: 5px;
  border: 1px solid #ECECEC;
  padding: 17px 17px;
  float: left;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body #select-challenge-page .show-challenges #products .product:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body #select-challenge-page .show-challenges #products .product .special-offer-info-box,
body #select-challenge-page .show-challenges #products .product .most-popular-info-box {
  text-align: center;
  margin: -27px 10% 0 10%;
  width: 80%;
  border-radius: 0 0 5px 5px !important;
  padding: 0 10px;
}
body #select-challenge-page .show-challenges #products .product .special-offer-info-box span,
body #select-challenge-page .show-challenges #products .product .most-popular-info-box span {
  color: #fff;
  font-size: 12px;
}
body #select-challenge-page .show-challenges #products .product .special-offer-info-box img,
body #select-challenge-page .show-challenges #products .product .most-popular-info-box img {
  margin-top: -4px;
}
body #select-challenge-page .show-challenges #products .product .special-offer-info-box {
  background: #08c99d;
}
body #select-challenge-page .show-challenges #products .product .most-popular-info-box {
  background: #ffda14;
}
body #select-challenge-page .show-challenges #products .product strong {
  float: right;
}
body #select-challenge-page .show-challenges #products .product .product-title,
body #select-challenge-page .show-challenges #products .product .product-price-group {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
}
body #select-challenge-page .show-challenges #products .product .product-title {
  padding-bottom: 5px;
  font-weight: 800;
}
body #select-challenge-page .show-challenges #products .product .product-subtitle {
  padding-bottom: 18px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
body #select-challenge-page .show-challenges #products .product .product-price-group {
  padding-bottom: 4px;
  font-weight: 600;
}
body #select-challenge-page .show-challenges #products .product .product-info2 {
  padding-bottom: 26px;
  font-size: 14px;
  text-align: center;
}
body #select-challenge-page .show-challenges #products .product .product-info {
  padding-bottom: 6px;
  font-size: 12px;
  text-align: center;
}
body #select-challenge-page .show-challenges #products .product .product-info.product-profit {
  padding-bottom: 15px;
}
body #select-challenge-page .show-challenges #products .product .break-line {
  border-bottom: 1px solid #ECECEC;
}
body #select-challenge-page .show-challenges #products .product .product-amount {
  padding: 0 13px;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}
body #select-challenge-page .show-challenges #products .product .product-amount strong {
  font-weight: 800;
  float: unset;
}
body #select-challenge-page .show-challenges #products .product .product-amount u {
  text-decoration: line-through;
  padding-right: 5px;
}
body #select-challenge-page .show-challenges #products .product .product-amount b {
  color: #08C99D;
}
body #select-challenge-page .show-challenges #products .product .btn-area span {
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 9px;
  background: #7234D6;
  color: #FFF;
  border: 1px solid #7234D6;
  float: left;
  text-align: center;
}
body #select-challenge-page .show-challenges #products .product .btn-area span:hover {
  background: #fff;
  color: #7234D6;
}
body #select-challenge-page .show-challenges #products .direct-challenge {
  background: #F9F2FF url("images/bypass-verification.png") no-repeat center center;
  border: 1px solid #EEE2F7;
}
body #select-challenge-page .show-challenges #products .direct-challenge .btn-area span {
  background: #A259DB;
  border-color: #A259DB;
  color: #fff;
}
body #select-challenge-page .show-challenges .regulation-area {
  text-align: center;
  color: #00A2E5;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
body #select-challenge-page .show-challenges .regulation-area:hover {
  text-decoration: unset;
  color: #000;
}
body #select-challenge-page .show-psps .show-psps-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding-left: 23px;
}
body #select-challenge-page .show-psps .show-psps-area .psp-btn {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  color: #000;
  min-width: 120px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
body #select-challenge-page .show-psps .show-psps-area .psp-btn.active {
  background: #000;
  color: #fff;
}
body #select-challenge-page .show-psps .show-psps-area .psp-btn span {
  padding: 9px 10px;
  display: block;
  width: 100%;
}
body #select-challenge-page .show-psps .footer-area {
  padding: 3px 24px 18px;
  text-align: left;
}
body #select-challenge-page .show-psps .footer-area.left-site > a {
  color: #BEBEBE;
  cursor: pointer;
  font-size: 12px;
}
body #select-challenge-page .show-psps .footer-area.left-site > a:hover {
  text-decoration: none;
  color: #000;
}
body #select-challenge-page .show-psps .footer-area.left-site .arrow-right-small {
  transform: rotate(180deg);
  margin-right: 4px;
  margin-left: 0;
}
body #select-challenge-page iframe {
  padding: 0;
  border: 0;
}
body #select-challenge-page .complete-registration {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  min-height: 400px;
  padding: 0 10%;
  margin-top: 0;
}
body #select-challenge-page .complete-registration .header-title,
body #select-challenge-page .complete-registration .header-subtitle {
  text-align: center;
}
body #select-challenge-page .complete-registration .header-subtitle {
  font-size: 16px;
}
body #select-challenge-page .complete-registration .go-to-portal {
  width: 100%;
  border-radius: 5px;
  background: #7234D6;
  padding: 16px 20px ;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  float: left;
  text-align: center;
  color: #fff;
}
body #select-challenge-page .complete-registration .go-to-webtrader {
  width: 100%;
  border-radius: 5px;
  background: #58B9EB;
  padding: 16px 20px ;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  float: left;
  text-align: center;
  color: #fff;
}
body #register {
  overflow-y: auto;
}
body #register span.error {
  font-size: 11px;
  font-weight: 300;
  margin-top: 0;
  text-align: left;
  padding: 2px 3px;
  position: absolute;
  bottom: -9px;
  left: 13px;
  width: unset;
  float: unset;
  z-index: 30;
  background: #F6F6F6;
}
body #register span#passwordError {
  bottom: -12px;
  line-height: 12px;
}
body .extra-small {
  text-align: center;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 20px;
}
body #x-button {
  display: none;
}
body .register input[type=text],
body .register input[type=tel],
body .register input[type=password],
body .register input[type=email] {
  font-size: 14px;
  font-weight: normal;
  background-color: #F6F6F6;
  border: none;
  border-radius: 5px;
  padding: 13px 8px;
  padding-left: 18px;
  width: 100%;
  box-sizing: border-box;
  color: #9A9A9A;
}
body .register input[type=text]::placeholder,
body .register input[type=tel]::placeholder,
body .register input[type=password]::placeholder,
body .register input[type=email]::placeholder,
body .register input[type=text]:-ms-input-placeholder,
body .register input[type=tel]:-ms-input-placeholder,
body .register input[type=password]:-ms-input-placeholder,
body .register input[type=email]:-ms-input-placeholder,
body .register input[type=text]::-ms-input-placeholder,
body .register input[type=tel]::-ms-input-placeholder,
body .register input[type=password]::-ms-input-placeholder,
body .register input[type=email]::-ms-input-placeholder {
  color: #000;
  font-size: 29px;
}
body .register input[type=text]:focus,
body .register input[type=tel]:focus,
body .register input[type=password]:focus,
body .register input[type=email]:focus {
  color: #999;
  outline: none;
}
body .register .btn-success {
  width: 100%;
  float: left;
  font-size: 18px;
  padding: 14px 10px;
  box-sizing: border-box;
  font-weight: 400!important;
  border: 1px solid #7234D6;
  background-color: #7234D6;
  border-radius: 5px;
  margin-top: 0;
}
body .register .btn-success:hover {
  background: #fff;
  color: #7234D6;
  border: 1px solid #7234D6;
}
body .register .btn-success b {
  font-weight: bold !important;
}
body .register .btn-success #submitForm b {
  font-weight: bold !important;
}
body .register p.warning {
  color: #000000;
  line-height: 16px;
  font-size: 12px!important;
  text-align: center;
  padding-top: 5px;
}
body .register p.warning small {
  text-align: center;
  color: #000000;
  font-size: 12px;
  display: block;
  width: 100%;
  margin-top: 0;
  font-weight: 400;
}
body .register p.warning a {
  color: #3f9fd6;
}
@media only screen and (max-width: 450px) {
  html {
    overflow: auto;
  }
  body #register span.error {
    padding: 3px 5px;
  }
  body #register #phone2 {
    width: 24%;
  }
  body #register #phone {
    width: 75%;
  }
  body .register input[type=text],
  body .register input[type=tel],
  body .register input[type=password],
  body .register input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 15px;
    color: #404040;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    padding: 12px 8px;
    width: 100%;
    box-sizing: border-box;
  }
  body #select-challenge-page .show-challenges #products .price-group {
    display: flex;
    flex-direction: column;
  }
  body #select-challenge-page .show-challenges #products .product {
    margin: 7px 2% 1px;
  }
  body .product.col-6 {
    width: 100%;
  }
  body #select-challenge-page #tabs {
    padding: 0 10%;
  }
}
/*# sourceMappingURL=styles.css.map */