.sign-up-form-wrapper {
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  background: rgb(29 30 33 / 25%);
  display: none;
}

.sign-up-form-wrapper.calen {
  background: rgb(29 30 33 / 60%);
}

#inputFRWebsiteWrapper {
  display: none;
}
#inputFRTargetAudienceWrapper {
  display: none;
}

.sign-up-form-wrapper .popup-form {
  position: absolute;
  z-index: 2001;
  width: 100%;
  max-width: 960px;
  height: 672px;
  left: calc(50% - 960px/2);
  top: 110px;
  filter: drop-shadow(0px 4px 16px rgba(76, 88, 132, 0.08));
  border-radius: 8px;
  display: flex;
}
.popup-form .form-info-block {
  width: 50%;
  max-width: 480px;
  height: 100%;
  background: #1742DB;
  padding: 47px 21px 50px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
}

.popup-form .form-info-block .bg-circle {
  width: 800px;
  height: 1382px;
  position: relative;
  top: -283px;
  left: -170px;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(184, 83, 247, 0.557292) 49.48%, rgba(23, 71, 219, 0) 100%);
}

.popup-form .form-info-block .wh-logo {
  height: 40px;
  margin: 0;
}

.sign-up-form-wrapper.th-step .form-info-block,
.sign-up-form-wrapper .form-content-mobile {
  display: none;
}
.sign-up-form-wrapper.th-step .form-content {
  max-width: 100%;
  width: 100%;
}
.form-info-block .form-info-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
  margin-top: 42px;
}
.popup-form .form-info-block p {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}
.popup-form .form-info-block img {
  width: 100%;
  margin: 32px 0;
  position: relative;
  z-index: 1;
}

.form-info-block .sales-and-recruitment-wrapper {
  width: 100%;
}
.sales-and-recruitment-wrapper .sales-and-recruitment-title {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.4px;
  color: #50535F;
  margin: 0 auto 16px;
}
.sales-and-recruitment-wrapper .sales-and-recruitment-br {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
  flex-wrap: wrap;
}
.sales-and-recruitment-wrapper .sales-and-recruitment-br img {
  width: 100%;
  height: fit-content;
  max-width: 80px;
  margin: 0;
}

.popup-form .form-content,
.popup-form .form-content-mobile {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  width: 50%;
  max-width: 480px;
  height: 100%;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  padding: 17px 32px;
  position: relative;
  flex-direction: column;
}
.form-content .form-title,
.form-content-mobile .form-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  color: #1D1E21;
  margin: 0 auto 32px;
}
.form-content input,
.form-content-mobile input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D2D3D4;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 16px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1D1E21;
}
/* #inputFRJobTitle {
  margin-top: 20px !important;
} */
#inputFRPhone {
  padding-left: 100px !important;
}
div.intl-tel-input.iti-container {
  z-index: 2060;
}
.form-content input.alert-field-red-border,
.form-content-mobile input.alert-field-red-border {
  border-color: red!important;
}
.form-content input::-webkit-input-placeholder,
.form-content input::-moz-placeholder,
.form-content input::placeholder,
.form-content-mobile  input::-webkit-input-placeholder,
.form-content-mobile  input::-moz-placeholder,
.form-content-mobile  input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #95989F;
}
.form-content .form-btn-submit,
.form-content-mobile .form-btn-submit {
  background: #1742DB;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  height: 48px;
  line-height: 125%;
  border-radius: 8px;
  padding: 14px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
.form-content .policy-terms,
.form-content-mobile .policy-terms {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.4px;
  color: #50535F;
  margin-top: 16px;
  display: block;
}
.form-content .policy-terms .bt-link,
.form-content-mobile .policy-terms .bt-link {
  color: #50535F;
  text-decoration: underline;
}
.form-content .policy-terms .bt-link:hover,
.form-content-mobile .policy-terms .bt-link:hover {
  opacity: 0.8;
}

.form-content .close-btn,
.form-content-mobile .close-btn {
  position: absolute;
  top: 29px;
  right: 29px;
  cursor: pointer;
}
.form-content .close-btn:hover,
.form-content-mobile.close-btn:hover {
  opacity: 0.7;
}

.form-content .second-step, .form-content .first-step,
.form-content-mobile .second-step, .form-content-mobile .first-step {
  width: 100%;
}
.form-content .first-step,
.form-content-mobile .first-step {
  margin-top: 100px;
}

.form-content .second-step, #error_message_st1, #error_message_st2, #error_message_st3
.form-content-mobile .second-step {
   display: none;
}
.form-content .input-wrapper,
.form-content-mobile .input-wrapper {
  width: 100%;
  position: relative;
}
.form-content .input-wrapper label,
.form-content .input-wrapper-label label,
.form-content-mobile .input-wrapper label,
.form-content-mobile .input-wrapper-label label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1D1E21;
}

#error_message_st1, #error_message_st2, #error_message_st3 {
  position: absolute;
  bottom: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.4px;
  color: red;
}
.custom-input-error {
  bottom: -19px !important;
}
.form-content .sl_rec_prof p,
.form-content-mobile .sl_rec_prof p {
  color: #1D1E21 !important;
  margin-top: 22px !important;
  margin-bottom: 8px !important;
}
.sl_rec_prof .logos-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 334px;
  margin: 0 auto;
}
.form-content .sl_rec_prof img,
.form-content-mobile .sl_rec_prof img {
  width: 100%;
  height: 100%;
  max-height: 32px;
}
.form-content .sl_rec_prof img:first-child,
.form-content-mobile .sl_rec_prof img:first-child {
  max-width: 80px;
}
.form-content .sl_rec_prof img:nth-child(2),
.form-content-mobile .sl_rec_prof img:nth-child(2) {
  max-width: 50px;
}
.form-content .sl_rec_prof img:last-child,
.form-content-mobile .sl_rec_prof img:last-child {
  max-width: 118px;
}

.popup-form .form-content p,
.form-content-mobile .form-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #50535F;
  margin: 0 0 24px;
}

.form-content .thank-you-step {
  width: 100%;
  max-width: 416px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  display: none;
}

.form-content .thank-you-step p {
  margin: 24px 0;
}

.thank-you-step .article-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 75%;
}
.thank-you-step .article-block:not(:last-child) {
  margin-bottom: 16px;
}
.thank-you-step .article-block img {
  width: 24px;
  height: 24px;
  margin: 0 0 0 12px;
}
.thank-you-step .article-block span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1D1E21;
  text-decoration: underline;
}
.form-content .article-blocks-wrapper,
.form-content-mobile .article-blocks-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
/*--mobile-btn--*/
.mobile-bt-free-treal-section {
  position: fixed;
  left: 5px;
  right: 5px;
  bottom: 15px;
  z-index: 1;
  display: none;
}
.mobile-bt-free-treal-section .mobile-bt-free-treal {
  width: 100%;
  background: #1742DB;
  padding: 30px 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-bt-free-treal-section .mobile-bt-free-treal {
  border-radius: 16px;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5),
                2px -2px 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 2px 0 rgba(255,255,255,.4), inset 0 0 3px 0 rgba(0,0,0,.4), inset 0 0 3px 5px rgba(0,0,0,.05), 2px 2px 4px 0 rgba(0,0,0,.5);
}
.mobile-bt-free-treal-section .mobile-bt-free-treal img {
  width: 13px;
  height: 12px;
  margin-left: 16px;
}
.mobile-bt-free-treal-section .mobile-bt-free-treal img {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}
img.hand-o-up {
  -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}
.cookies-mobile {
  bottom: 120px;
}
.mob-logo-block {
  display: none;
}
/*--mobile-btn--*/
.form-content .ac-log,
.form-content-mobile .ac-log {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #50535F;
  margin: 30px 0 0;
}
.form-content .third-step {
  display: none;
  margin-top: 100px;
}
.form-content .ac-log a,
.form-content-mobile .ac-log a {
  color: #50535F;
  text-decoration: underline;
}
#calendly-inline-widget-wrapper-singup {
  width: 100%;
  height: 730px;
  position: relative;
  display: none;
}
#calendly-inline-widget-wrapper-singup .calendly-popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 4px 16px 0px rgba(76, 88, 132, 0.08);
}
#calendly-inline-widget-wrapper-singup .calendly-popup-close img {
  width: 19px;
  height: 19px;
  filter: brightness(0) invert(1);
}
/*---media---*/

@media screen and (max-width: 991px) {
  .sign-up-form-wrapper .popup-form {
    left: 12%;
    height: 706px;
  }
}
@media screen and (max-width: 900px) {
  .sign-up-form-wrapper .popup-form {
    left: 9%;
  }
}
@media screen and (max-width: 850px) {
  .sign-up-form-wrapper .popup-form {
    left: 6%;
  }
}
@media screen and (max-width: 800px) {
  .sign-up-form-wrapper .popup-form {
    left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .sign-up-form-wrapper .popup-form {
    left: 3%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .popup-form .form-info-block, .popup-form .form-content {
    max-width: 360px;
  }
  .form-content .second-step .form-title {
      margin: 30px auto 5px;
  }
  .form-content .ac-log {
    margin: 15px 0 0;
  }
  .form-info-block .form-info-title {
    font-size: 23px;
  }
  .form-content .form-title {
    font-size: 23px;
  }
  .arrow-right-black {
    margin-bottom: -2px;
  }
  .popup-form .form-content {
    padding: 17px 22px;
  }
  .popup-form .form-info-block {
    padding: 47px 19px 50px;
  }
}

@media screen and (max-width: 767px) {
  .sign-up-form-wrapper {
    background: rgb(29 30 33 / 70%);
  }
  #freshworks-container iframe, #mobile-chat-container, .email-button-circle {
    bottom: 90px !important;
  }
  .mobile-bt-free-treal-section {
    display: block;
  }
  .popup-form .form-info-block.mv,
  .popup-form .form-content.mv  {
    display: none !important;
  }
  .popup-form .form-info-block {
    order: 2;
    border-top-left-radius: initial;
    border-bottom-right-radius: 8px;
    max-width: 100%;
    width: 100%;
    overflow: initial;
  }

  .popup-form .form-content-mobile {
    display: flex;
    max-width: 100%;
    width: 100%;
    min-height: 95vh;
    border-radius: 8px;
    padding: 17px 32px 82px;
  }
  .sign-up-form-wrapper .popup-form {
    flex-direction: column;
    max-width: 100%;
    left: 0;
    height: max-content;
    max-height: 95vh;
    top: 0;
    overflow-y: auto;
  }
  .sign-up-form-wrapper .popup-form.mv {
    max-height: 95vh;
    overflow-y: inherit;
  }
  .popup-form .form-info-block .bg-circle,
  #inputFRWebsiteWrapper, #inputFRPhoneWrapper, #inputFRJobTitleWrapper {
      display: none;
  }
  .form-content-mobile .close-btn {
    padding: 10px;
    top: 19px;
    right: 19px;
  }
  /* .form-content .first-step {
    margin-top: 50px;
  } */
  .form-content-mobile .first-step,
  .form-content-mobile .second-step  {
      margin-top: 40px;
  }
  .form-content-mobile .sl_rec_prof p {
    text-align: center;
    font-size: 14px;
  }
  .mob-logo-block {
    display: block;
    background: #1742DB;
    padding: 12px 24px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 8px 8px;
    text-align: center;
  }
  .form-content-mobile .form-title {
    margin: 0 auto 10px;
    font-size: 28px;
    line-height: 100%;
  }
  .step-sub-title {
    color: #1D1E21 !important;
    margin: 0 auto 15px;
    text-align: center;
    font-size: 14px;
  }

  footer.blue {
    padding-bottom: 80px;
  }

  footer.sf-footer {
      padding: 40px 20px 100px;
  }

  #calendly-inline-widget-wrapper-singup {
    height: 95vh;
  }

  .form-content-mobile .second-step .form-btn-submit {
    position: relative;
  }
  #error_message_st2 {
    bottom: inherit;
    top: -22px;
  }
  #inputFRPhoneWrapper {
    margin-bottom: 35px;
  }

  .progress {
    border: 1px solid #35a0ee80;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .progress .progress-bar {
      -webkit-transition: all 2s ease;
      -o-transition: all 2s ease;
      transition: all 2s ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }

  div.progress-bar {
      border-radius: 7px;
      height: 18px;
      max-height: 18px;
      background: #12cb9f;
  }
  .form-content-mobile .ac-log {
    margin: 18px 0 0;
  }
  
}

@media screen and (max-height: 800px) {
  /* .popup-form .form-content, .popup-form .form-info-block {
    height: max-content;
  } */
  .sign-up-form-wrapper .popup-form {
    top: 5px;
    height: 100%;
    max-height: 97vh;
    overflow-y: auto;
  }
}

@media screen and (max-width: 530px) and (max-height: 800px) {
  .popup-form .form-info-block {
    height: auto;
  }
}
@media screen and (max-width: 767px) and (max-height: 600px) {
  .sign-up-form-wrapper .popup-form .form-info-block {
    height: auto;
  }
}

@media screen and (max-width: 649px) {
  #calendly-inline-widget-wrapper-singup {
    margin-top: 85px;
    height: 85vh;
  }
  #calendly-inline-widget-wrapper-singup .calendly-popup-close img {
    filter: brightness(0%);
  }
}

@media screen and (max-height: 600px) {
  .sign-up-form-wrapper .popup-form.mv {
    overflow-y: auto;
  }
  .popup-form .form-content-mobile {
    height: 600px;
    min-height: auto;
  }
}

@media screen and (max-height: 670px) {
  .popup-form .form-content, .popup-form .form-info-block {
    height: 706px;
  }
  .sign-up-form-wrapper .popup-form {
    top: 5px;
    height: 100%;
    max-height: 98vh;
    overflow-y: auto;
  }
}

@media screen and (max-width: 450px) {
  footer.blue {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 410px) {
  .sales-and-recruitment-wrapper .sales-and-recruitment-br {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 400px) {
  footer.blue {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 380px) {
  .form-content .sl_rec_prof img:first-child,
  .form-content-mobile .sl_rec_prof img:first-child {
    max-width: 70px;
  }
  .form-content .sl_rec_prof img:nth-child(2),
  .form-content-mobile .sl_rec_prof img:nth-child(2) {
    max-width: 40px;
  }
  .form-content .sl_rec_prof img:last-child,
  .form-content-mobile .sl_rec_prof img:last-child {
    max-width: 108px;
  }
}

.form-content .signup-input,
.form-content-mobile .signup-input-mobile {
  margin-bottom: 0 !important;
}

.form-content .input-container,
.form-content-mobile .input-container {
  margin-bottom: 32px !important;
}
