body p {
  margin-bottom: 12px !important;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  body .ipad-padding {
    padding: 5px !important;
    font-size: 12px;
  }
  body .lg\:text-1\.5xl {
    font-size: 1rem !important;
  }
}
body label {
  content: "First name";
  color: black;
  font-family: Poppins;
  font-weight: bold;
}
body .js-project-logo {
  width: 100%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  body .js-project-logo {
    width: 75%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body .js-project-logo {
    width: 100%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  body .js-project-logo {
    width: 100%;
  }
}
body .form-signup-holder {
  border: solid 2px #fff;
  background-color: #fff;
}
body .form-signup-holder a {
  color: #00a9dd;
}
body .form-signup-holder p {
  text-align: center;
  font-style: italic;
  color: #949694;
  font-size: 12px;
  line-height: 15px;
  margin-top: 25px;
  margin-bottom: 12px;
  padding: 0 5px;
}
body .form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-label {
  color: #000;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
body .form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input {
  border: 1px solid #B4B3B3;
  border-radius: 5px;
  max-width: 100%;
  font-size: 1.25rem;
  padding: 0.75rem;
  box-sizing: border-box;
  color: #000;
  display: block;
}
body .form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input.intgrtn-input-phone {
  border-left: 1px solid #B4B3B3 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
body .form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input.intgrtn-area-flags-holder {
  border-right: 1px solid #B4B3B3 !important;
}
body .form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input.intgrtn-invalid {
  background-color: rgba(255, 0, 0, 0.2);
}
body .form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input .intgrtn-areas-dropdown {
  color: black;
}
@media all and (max-width: 768px) {
  body .form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input .intgrtn-areas-dropdown {
    width: 260px;
    right: -20px;
  }
}
body .form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input-message-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  text-align: start;
  color: #dc3545;
}
body .form-signup-holder .intgrtn-form-signup .has-btn-generate-password {
  display: none;
}
body .form-signup-holder .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit {
  border-color: transparent;
  color: #fff;
  text-align: center;
  min-height: 56px;
  text-transform: inherit;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  background: #e59500;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  height: auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body .form-signup-holder {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-device-width: 768px) {
  body .form-signup-holder {
    margin-left: auto;
    margin-right: auto;
  }
}
body .footer {
  padding: 20px 0;
}
body .footer a {
  color: #00a9dd;
  text-decoration: none;
}
body .footer .container-custom {
  max-width: 1080px;
  margin: auto;
  padding: 0 15px;
}
body .footer .container-custom .footer-ul, body .footer .container-custom .footer-ul a {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media all and (max-width: 768px) {
  body .footer .container-custom .footer-ul, body .footer .container-custom .footer-ul a {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 8px;
  }
}
body .footer .container-custom .footer-ul li, body .footer .container-custom .footer-ul a li {
  text-decoration: none;
}
body .footer .container-custom .footer-ul li a, body .footer .container-custom .footer-ul a li a {
  color: #9f9fa0;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
body .footer .container-custom p {
  color: #9f9fa0;
}
body .footer .container-custom p a {
  color: #00a9dd;
  text-decoration: none;
}

.intgrtn-basic-message-layout-holder a {
  color: #00a9dd;
}

.input-investment-sum-wrapper {
  position: relative;
}
.input-investment-sum-wrapper .currency-symbol {
  position: absolute;
  top: 5%;
  left: 2%;
}
.input-investment-sum-wrapper .input-investment-sum {
  padding: 0.75rem 0.75rem 0.75rem 1.75rem;
}

@media all and (max-width: 768px) {
  .submit-button {
    text-align: center;
    padding: 5px;
  }
}

.intgrtn-modal-holder .intgrtn-modal .intgrtn-modal-title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.intgrtn-modal-holder .intgrtn-modal .intgrtn-modal-body .title-policy {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.intgrtn-modal-holder .intgrtn-modal .intgrtn-modal-body .intgrtn-basic-message-layout-holder a {
  color: #0082f3;
}

/*# sourceMappingURL=intgrtn.css.map */
