.form-signup-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input, .form-signup-wrapper .intgrtn-form-optin .intgrtn-input-holder .intgrtn-input {
  padding: 10px;
  margin: 0;
}
@media all and (max-width: 768px) {
  .form-signup-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input .intgrtn-areas-dropdown, .form-signup-wrapper .intgrtn-form-optin .intgrtn-input-holder .intgrtn-input .intgrtn-areas-dropdown {
    width: 270px;
  }
}
.form-signup-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-btn-generate-password-holder, .form-signup-wrapper .intgrtn-form-optin .intgrtn-input-holder .intgrtn-btn-generate-password-holder {
  flex-wrap: nowrap;
}
.form-signup-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-btn-generate-password-holder .intgrtn-btn-generate-password, .form-signup-wrapper .intgrtn-form-optin .intgrtn-input-holder .intgrtn-btn-generate-password-holder .intgrtn-btn-generate-password {
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 30%;
  background-color: #7ed321;
  font-weight: 600;
  line-height: 1;
  outline: none;
  border: 1px solid #fff;
  white-space: normal;
}
@media all and (max-width: 768px) {
  .form-signup-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-btn-generate-password-holder .intgrtn-btn-generate-password, .form-signup-wrapper .intgrtn-form-optin .intgrtn-input-holder .intgrtn-btn-generate-password-holder .intgrtn-btn-generate-password {
    font-size: 16px;
    white-space: normal;
    word-break: break-word;
    width: 35%;
  }
}
.form-signup-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-checkbox-label-agree-terms .intgrtn-checkbox-label-agree-terms-text, .form-signup-wrapper .intgrtn-form-optin .intgrtn-input-holder .intgrtn-checkbox-label-agree-terms .intgrtn-checkbox-label-agree-terms-text {
  font-size: 12px;
  color: #fff;
}
.form-signup-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-checkbox-label-agree-terms .intgrtn-checkbox-label-agree-terms-text a, .form-signup-wrapper .intgrtn-form-optin .intgrtn-input-holder .intgrtn-checkbox-label-agree-terms .intgrtn-checkbox-label-agree-terms-text a {
  color: #007bff;
}
.form-signup-wrapper .intgrtn-form-signup .has-btn-generate-password .intgrtn-btn-generate-password-holder, .form-signup-wrapper .intgrtn-form-optin .has-btn-generate-password .intgrtn-btn-generate-password-holder {
  flex-wrap: nowrap;
}
.form-signup-wrapper .intgrtn-form-signup .has-btn-generate-password .intgrtn-btn-generate-password-holder .intgrtn-btn-generate-password, .form-signup-wrapper .intgrtn-form-optin .has-btn-generate-password .intgrtn-btn-generate-password-holder .intgrtn-btn-generate-password {
  white-space: normal;
}
.form-signup-wrapper .intgrtn-form-signup .has-btn-generate-password .intgrtn-input-message-error-verbose .intgrtn-untouched, .form-signup-wrapper .intgrtn-form-optin .has-btn-generate-password .intgrtn-input-message-error-verbose .intgrtn-untouched {
  color: #fff;
}
.form-signup-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder, .form-signup-wrapper .intgrtn-form-optin .intgrtn-btn-submit-holder {
  width: 100%;
}
.form-signup-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit, .form-signup-wrapper .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit {
  margin: 0 auto;
  background-color: #7ed321;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 0;
  width: 100%;
  white-space: normal;
  word-break: break-all;
  flex: 100%;
}
.form-signup-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover, .form-signup-wrapper .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover {
  background-color: #f89b08;
}
.form-signup-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder:before, .form-signup-wrapper .intgrtn-form-optin .intgrtn-btn-submit-holder:before {
  content: " ";
  display: block;
  margin: 20px auto 10px;
  height: 60px;
  width: 60px;
  background-image: url(../img/ic-arrw-dwn-grn.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-input-holder .intgrtn-input {
  padding: 10px;
  margin: 0;
}
@media all and (max-width: 768px) {
  .form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-input-holder .intgrtn-input .intgrtn-areas-dropdown {
    width: 270px;
  }
}
.form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-input-holder .intgrtn-checkbox-label-agree-terms .intgrtn-checkbox-label-agree-terms-text {
  font-size: 12px;
  color: #fff;
}
.form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-input-holder .intgrtn-checkbox-label-agree-terms .intgrtn-checkbox-label-agree-terms-text a {
  color: #007bff;
}
.form-signup-wrapper .intgrtn-form-signup-3-steps .has-btn-generate-password .intgrtn-btn-generate-password-holder {
  flex-wrap: nowrap;
}
.form-signup-wrapper .intgrtn-form-signup-3-steps .has-btn-generate-password .intgrtn-btn-generate-password-holder .intgrtn-btn-generate-password {
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 30%;
  background-color: #7ed321;
  font-weight: 600;
  line-height: 1;
  outline: none;
  border: 1px solid #fff;
  white-space: normal;
}
@media all and (max-width: 768px) {
  .form-signup-wrapper .intgrtn-form-signup-3-steps .has-btn-generate-password .intgrtn-btn-generate-password-holder .intgrtn-btn-generate-password {
    font-size: 16px;
    white-space: normal;
    word-break: break-word;
    width: 35%;
  }
}
.form-signup-wrapper .intgrtn-form-signup-3-steps .has-btn-generate-password .intgrtn-input-message-error-verbose .intgrtn-untouched {
  color: #fff;
}
.form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder, .form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder {
  width: 100%;
}
.form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder .intgrtn-btn-submit, .form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step, .form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit, .form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step {
  margin: 0 auto;
  background-color: #7ed321;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 0;
  width: 100%;
  white-space: normal;
  word-break: break-all;
  flex: 100%;
}
.form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover, .form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step:hover, .form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit:hover, .form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step:hover {
  background-color: #f89b08;
}
.form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder:before, .form-signup-wrapper .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder:before {
  content: " ";
  display: block;
  margin: 20px auto 10px;
  height: 60px;
  width: 60px;
  background-image: url(../img/ic-arrw-dwn-grn.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.flex-wrapper .intgrtn-form-signup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-wrapper .intgrtn-form-signup .intgrtn-input-holder {
  flex: 100%;
  position: relative;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  .flex-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input .intgrtn-areas-dropdown {
    width: 250px !important;
  }
}
.flex-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-checkbox-label-agree-terms .intgrtn-checkbox-label-agree-terms-text {
  font-size: 12px;
  color: #fff;
}
.flex-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-checkbox-label-agree-terms .intgrtn-checkbox-label-agree-terms-text a {
  color: #007bff;
}
.flex-wrapper .intgrtn-form-signup .intgrtn-input-holder-first-name, .flex-wrapper .intgrtn-form-signup .intgrtn-input-holder-last-name {
  flex: 0 0 49%;
}
@media all and (max-width: 768px) {
  .flex-wrapper .intgrtn-form-signup .intgrtn-input-holder-first-name, .flex-wrapper .intgrtn-form-signup .intgrtn-input-holder-last-name {
    flex: 0 0 100%;
  }
}

.bottom-form .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit, .bottom-form .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step, .bottom-form .intgrtn-form-signup .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit, .bottom-form .intgrtn-form-signup .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step, .bottom-form .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit, .bottom-form .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step, .bottom-form .intgrtn-form-optin .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit, .bottom-form .intgrtn-form-optin .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder .intgrtn-btn-submit, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step {
  position: relative;
  height: 50px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: 1px;
  background-repeat: no-repeat;
  border: 0;
  background-color: #2c80d9;
  margin-bottom: 10px;
  white-space: normal;
  flex: 100%;
}
.bottom-form .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover, .bottom-form .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step:hover, .bottom-form .intgrtn-form-signup .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit:hover, .bottom-form .intgrtn-form-signup .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step:hover, .bottom-form .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover, .bottom-form .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step:hover, .bottom-form .intgrtn-form-optin .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit:hover, .bottom-form .intgrtn-form-optin .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step:hover, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step:hover, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit:hover, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step:hover {
  background-color: #f89b08;
}
.bottom-form .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:before, .bottom-form .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step:before, .bottom-form .intgrtn-form-signup .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit:before, .bottom-form .intgrtn-form-signup .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step:before, .bottom-form .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit:before, .bottom-form .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step:before, .bottom-form .intgrtn-form-optin .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit:before, .bottom-form .intgrtn-form-optin .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step:before, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder .intgrtn-btn-submit:before, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step:before, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit:before, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 24px;
  height: 28px;
  width: 28px;
  background-image: url(../img/claim-btn-arrow-right.svg);
}
.bottom-form .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:after, .bottom-form .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step:after, .bottom-form .intgrtn-form-signup .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit:after, .bottom-form .intgrtn-form-signup .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step:after, .bottom-form .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit:after, .bottom-form .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step:after, .bottom-form .intgrtn-form-optin .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit:after, .bottom-form .intgrtn-form-optin .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step:after, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder .intgrtn-btn-submit:after, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step:after, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit:after, .bottom-form .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 24px;
  height: 28px;
  width: 28px;
  background-image: url(../img/claim-btn-arrow-left.svg);
}

.bottom-form-pl .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit, .bottom-form-pl .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit, .bottom-form-ru .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit, .bottom-form-ru .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit {
  white-space: normal;
  word-break: break-all;
  height: unset;
  padding: 10px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .bottom-form-pl .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:before, .bottom-form-pl .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit:before, .bottom-form-ru .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:before, .bottom-form-ru .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit:before {
    content: unset;
  }
  .bottom-form-pl .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:after, .bottom-form-pl .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit:after, .bottom-form-ru .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:after, .bottom-form-ru .intgrtn-form-optin .intgrtn-btn-submit-holder .intgrtn-btn-submit:after {
    content: unset;
  }
}

.footer .footer-ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
@media all and (max-width: 768px) {
  .footer .footer-ul {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .footer .footer-logo {
    width: 80%;
  }
}

.disclaimer-wrapper .form-disclaimers {
  color: #fff;
}
.disclaimer-wrapper.popup-form p {
  font-size: 14px !important;
}
.disclaimer-wrapper.popup-form a {
  color: #ffd046;
}

.modal-signup {
  padding: 10px;
  text-align: center;
  top: 50px;
}
.modal-signup .modal-content {
  padding: 10px;
}
.modal-signup .modal-content header h1 {
  font-size: 34px;
}
.modal-signup .modal-body {
  padding: 30px;
}
.modal-signup .header-description {
  color: #000;
  padding-bottom: 15px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .modal-signup .header-description {
    word-break: break-all;
    white-space: normal;
  }
}
@media all and (max-width: 768px) {
  .modal-signup .header-description {
    font-size: 30px;
  }
}
.modal-signup main {
  padding: 30px 0;
}
@media all and (max-width: 768px) {
  .modal-signup main {
    padding: unset;
  }
}
.modal-signup main .logo {
  height: 200px;
  padding-top: 50px;
}
@media all and (max-width: 768px) {
  .modal-signup main .logo {
    margin: 15px 0;
    padding-top: 0;
  }
}
.modal-signup main .logo img {
  vertical-align: middle;
  max-width: 300px;
  max-height: 250px;
}
.modal-signup main .broker-advantages {
  padding-top: 20px;
}
.modal-signup main .broker-advantages .item {
  text-align: left;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .modal-signup main .broker-advantages .item {
    text-align: center;
  }
}
.modal-signup main .broker-advantages .item .icon {
  display: inline-block;
}
@media all and (max-width: 768px) {
  .modal-signup main .broker-advantages .item .icon {
    width: 100%;
    text-align: center;
  }
}
.modal-signup main .broker-advantages .item .icon img {
  width: 50px;
}
.modal-signup main .broker-advantages .item .text {
  display: inline-block;
  text-align: left;
  padding-bottom: 20px;
}
@media all and (max-width: 768px) {
  .modal-signup main .broker-advantages .item .text {
    text-align: center;
  }
}
.modal-signup .modal-button-hide-mobile {
  display: block;
}
@media all and (max-width: 768px) {
  .modal-signup .modal-button-hide-mobile {
    display: none;
  }
}
.modal-signup .modal-button-show-mobile {
  display: none;
}
@media all and (max-width: 768px) {
  .modal-signup .modal-button-show-mobile {
    display: block;
  }
}
.modal-signup .start-trading-button {
  background-color: #18a7f8;
  color: white;
  font-size: 35px;
  font-weight: bold;
  line-height: 1em;
  padding: 10px;
  width: 500px;
  max-width: 100%;
  border: 0;
  outline: 0;
  border-radius: 4px;
  cursor: pointer;
  white-space: normal;
  word-break: normal;
}
@media all and (max-width: 768px) {
  .modal-signup .start-trading-button {
    width: 100%;
    font-size: 20px;
  }
}
.modal-signup .js-intgrtn-modal-loader {
  display: none;
}
.modal-signup .progress {
  width: 100%;
  height: 45px;
}

.modal-signup {
  background-color: unset !important;
}

/*# sourceMappingURL=intgrtn_1step.css.map */
