.overstapdeal {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 100px 0;
}

.overstapdeal .mobile_figurant {
  display: none;
}

@media (max-width: 800px) {
  .overstapdeal {
    padding: 1.5rem 1rem 1.5rem 1rem !important;
  }
  
  .overstapdeal .overstapdeal__left h2 {
    font-size: 30px !important;
    line-height: 27px !important;
  }
  
  .overstapdeal .mobile_figurant {
    display: block;
    width: 100%;
    float: right;
  }
  
  .overstapdeal .overstapdeal_sub_text {
    clear: right;
  }
  
  .overstapdeal .overstapdeal__right {
    display: none;
  }
}

.overstapdeal .overstapdeal__left h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 39px;
  margin: 0 0 .5rem;
}

.overstapdeal .overstapdeal__left .overstapdeal_sub_text {
  font-size: 23px;
  line-height: 28px;
}

.overstapdeal .overstapdeal__left .overstapdeal_sub_sub_text {
  margin-top: .5rem;
  font-size: 18px;
  line-height: 24px;
}

.overstapdeal .overstapdeal__left {
  flex-basis: 100%;
  z-index: 1;
}

.overstapdeal .overstapdeal__right {
  flex-basis: 100%;
}

@media (max-width: 767px) {
  .overstapdeal .hs-input {
    width: 100% !important;
  }
}

.overstapdeal .hs-input {
  height: 36px;
  width: 265px;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 0;
  font-size: 16px;
  padding: 5px;
}

.overstapdeal .hs-input:placeholder {
  color: rgba(39, 3, 43, 0.3);
  font-size: 16px;
  line-height: 19px;
}

.overstapdeal .hs-form-field {
  margin-bottom: .5rem;
}

.overstapdeal .hs-form-field .hs-form-required {
  color: #412347;
}

.overstapdeal .hs-form-field label {
  font-size: 16px;
  line-height: 19px;
}

.overstapdeal .hs-button {
  height: 50px;
  max-width: 334px;
  width: 100%;
  border-radius: 100px;
  background-color: #a74794;
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
  padding: 0;
  border: 0;
  box-shadow: 0px 2.1px 0px rgb(64 35 70);
  margin-top: 1.5rem;
}

.overstapdeal .hs-button:hover {
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #ba65a5;
}

.overstapdeal .overstapdeal_form_title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 30px;
  line-height: 29px;
}