.btn-popup__2mft {
  padding: 13px 26px;
  background-color: #FF3EB5;
  border: 1.5px solid #FF3EB5;
  color: #fff !important;
  min-height: 43px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  text-decoration: none;
  transition: all .4s ease;
  font: normal normal 700 16px / 24px Helvetica Now Display;
  letter-spacing: .1px;
}
.primary-cta.center {
  text-align: center;
  margin: 0 auto;
}
.form-pop .bottom-text, .form-pop .bottom-text a, .form-pop .bottom-text p {
      margin-bottom: 0;
    margin-top: 0px;
      font-weight: normal;
}
.form-pop .hs-input {
  width: 100% !important;
}

.btn-popup__2mft:hover {
  background-color: #21174B;
  border: 1.5px solid #21174B;
}

.btn-popup__2mft.btn-popup__2mft-left {
  text-align:left;
  margin-right: auto;
}

.btn-popup__2mft.btn-popup__2mft-center {
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}

.btn-popup__2mft.btn-popup__2mft-right {
  text-align:right;
  margin-left: auto;
}

.form-pop {
  display: none;
  position: fixed;
  background-color: rgba(33, 23, 75, 0.9);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
      z-index: 9;
}

.form-holder {
  background-color: white;
  border-radius: 20px;
  padding: 20px 40px 40px;
  margin: auto;
  max-width: 700px;
  position: relative;
  top: 10%;
  max-height: 80%;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
overflow-x: auto;
}

.closeButton {
  text-align: right; 
  position: relative;
  left: 100%;
  top: 10px;
  cursor: pointer;
  top: 0;
}

.form-holder h3 {
  margin-bottom: 15px;
}

.form-holder label, .form-holder .hs-form-required {

}

.form-holder input, .form-holder select{
  border: none;
  background-color: rgba(224, 236, 253, 40%);
  height: 48px;
  color: #393939;
}
.form-holder input::placeholder,.form-holder textarea::placeholder{
  color: #b2b4b9;
}
.form-holder textarea {
  border: none;
  background-color: rgba(224, 236, 253, 40%);
  height: 79px;
  width: 100% !important;
}

.form-holder select{
  color:#393939;
}
.form-holder select option:disabled {
  color: #b2b4b9;
}

.form-holder select option {
  color: #21174B;
}

.form-holder .hs-button {
  height: auto;
  opacity: 1 !important;
    color: white !important;
    border-radius: 21px;
    padding: 10px 24px;
    text-decoration: none;
    font-size: 16px;
    background-color: #ff3eb5;
  font-weight: bold;
}
.form-holder .hs-button.primary-cta{
  opacity:1;
  color:white;
}
.form-holder .hs-button:hover{
  background: #FF40B480;
    text-decoration: none;
}

.form-holder fieldset.form-columns-2 .hs-form-field:not(:last-child) > .input {
  margin-right: 30px;
}

.form-holder hr {
  display: none;
}

.form-holder form label {
  font-family: 'Helvetica Now Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #525252;
}

.form-holder .legal-consent-container p {
  font-family: 'Helvetica Now Display';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px; 
}

.form-holder .legal-consent-container a {
  color: #FF3EB5; 
  font-family: 'Helvetica Now Display';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px; 
}
button.primary-cta.btn-popup__2mft.btn-popup__2mft-left {
  margin-bottom: 60px !important;
}
.form-holder .primary-cta {
  margin-bottom: 20px !important;
}
.form-holder .primary-cta {
  border: 0 !important;  
  box-shadow: none;
}


@media(max-width: 767px) {
  button.primary-cta.btn-popup__2mft.btn-popup__2mft-left {
  margin-bottom: 40px !important;
}
  .form-holder {
    padding: 40px; 
    width: 90%;
    max-width: 90%;
  }
}


@media screen and (max-width: 480px) {
  .form-holder {
    height: 90%;
    top: 5%;
    overflow-y: scroll;
    max-height: 90%;
  }
  
 .form-holder fieldset.form-columns-2 .hs-form-field:not(:last-child)>.input {
   margin-right: 0 !important;
   width: 100%:
  }
  
  .form-holder fieldset.form-columns-2 .input {
    margin-right: 0 !important;
    width: 100%;
  }
  
  .form-holder fieldset .hs-input {
    width: 100% !important; 
  }
}