.dnd-section .dnd-column {
  padding: 0;
}
.dnd-section, .content-wrapper--vertical-spacing {
  padding: 0;
}
.banner {
  padding: 242px 0 193px;
}
.banner .content-banner {
  display: block !important;
  background-color: transparent!important;
}
.content-banner {
  max-width: 1029px;
  margin: 0 auto;
  text-align: center;
}
.content-banner .sub-title p {
  margin-bottom: 53px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 32px;
  color: #2E2755;
}
.btn-banner a {
  color: #fff;
}
.btn-banner a > div {
  background: #2e2755;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 68px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  transition: color .25s,border-color .25s,background-color .25s,opacity .25s,width .25s ease 0s;
}
.btn-banner a > div:hover {
  background: #f596c5;
}
@media (max-width: 1299px) {
  .content-banner h1 {
    max-width: 90%;
    margin: 0 auto;
  }  
}
@media ( max-width: 1024px ) {
  .banner-module .content-banner {
    max-width: 81%;
  }
  .content-banner .title {
    /*     max-width: 100%; */
    margin: 0 auto; 
  }
  .banner {
    padding: 219px 0 187px;
  }
  .banner-module .content-banner h1 {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
    max-width: 100%;
  }
  .banner-module .content-banner .sub-title p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 66px;
  }
  .banner-module .content-banner .btn-banner a > div {
    font-size: 16px;
    line-height: 18px;
  }
}
@media ( max-width: 767px ) {
  .btn-banner a > div {
    width: 100%;
  }
}
/* custom form */
.get-in-touch-form .container {
  text-align: start;
  font-family: 'aeonik';
  color: #2e2755;
  max-width: 1186px;
  padding: 80px 0;
  margin: 0 auto;
}
.get-in-touch-form .containerget-in-touch-form {
  max-width: 1186px;
  margin: 0 auto;
}
.get-in-touch-form .contact-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px; 
  padding: 14px 0 24px;
}
.get-in-touch-form .contact-desc a {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px; 
}
.get-in-touch-form .contact-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; 
}
.get-in-touch-form .container .bottom-content {
  background-color: #fff;
  padding-top: 48px;
  padding-left: 50px;
  padding-bottom: 40px;
  border-radius: 24px;
}
.get-in-touch-form .container .bottom-content .container-form {
  display: flex;
}
.get-in-touch-form .container .bottom-content .left-form {
  width: 29%;
  margin-right: 114px; 
}
.get-in-touch-form .container .bottom-content .right-form {
  width: 50%; 
  padding-top: 3px;
}
.get-in-touch-form .container .bottom-content .hs_submit.hs-submit .hs-button.primary.large {
  padding: 12px 85px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.get-in-touch-form .hs_submit .actions input:hover {
  background-color: #f596c5; 
}
.get-in-touch-form .container .bottom-content .hs_message div.input textarea {
  width: 100%; 
}
.get-in-touch-form .container .bottom-content form .hs-form-field .input input {
  border: 1px solid #e3e2e7;
  border-radius: 6px; 
  padding: 10px 0 10px 16px;
}
.get-in-touch-form form .hs-error-msg,
.get-in-touch-form form .hs-form-booleancheckbox-display p {
  font-family: 'aeonik';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.get-in-touch-form form .inputs-list {
  list-style-type: none; 
  padding-left: 0;
}
.get-in-touch-form form li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span.hs-form-required {
  margin-left: 0;
}
.get-in-touch-form form label.hs-form-booleancheckbox-display input.hs-input {
  margin-top: 13px;
  /*   width: 16px; */
}
.get-in-touch-form form li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span {
  margin-left: 31px; 
}
.get-in-touch-form form fieldset {
  max-width: 562px;
}
.get-in-touch-form form fieldset .hs_firstname div.input,
.get-in-touch-form form fieldset .hs_email div.input {
  margin-right: 14px;
}
.get-in-touch-form form fieldset .hs_company div.input,
.get-in-touch-form form fieldset .hs_phone div.input {
  margin-left: 9px;
}
.get-in-touch-form form.hs-form fieldset.form-columns-2 .input {
/*   margin-right: -7px; */
}
.get-in-touch-form form.hs-form fieldset.form-columns-1 .input {
  margin-right: 0;
}
.get-in-touch-form form fieldset > div > label { 
  display: none;
}
.get-in-touch-form form fieldset .hs_firstname div.input input,
.get-in-touch-form form fieldset .hs_company div.input input,
.get-in-touch-form form fieldset .hs_email div.input input,
.get-in-touch-form form fieldset .hs_phone div.input input {
  width: 100%; 
  max-width: 268px;
}
.get-in-touch-form form fieldset .hs_firstname,
.get-in-touch-form form fieldset .hs_company,
.get-in-touch-form form fieldset .hs_email,
.get-in-touch-form form fieldset .hs_phone {
  margin-bottom: 16px;
}
.get-in-touch-form form fieldset .hs-dependent-field {
  margin-top: 14px; 
}
.get-in-touch-form form .hs_submit .actions .hs-button {
  cursor: pointer;
}
.get-in-touch-form form .hs-error-msg {
  color: #f2545b;
}
.get-in-touch-form form .hs_message div.input textarea {
  line-height: 12px;
  padding: 15px 16px 0px; 
}
@media (max-width: 1300px) {
  .get-in-touch-form .container {
    max-width: 89%; 
  }
}
@media (max-width: 1024px) {
  .get-in-touch-form .container .bottom-content {
    padding-top: 40px;
    padding-left: 0px;
    padding-bottom: 34px;
  }
  .get-in-touch-form .container .bottom-content .container-form {
    display: inline-block;
    width: 100%;
  }
  .get-in-touch-form .container .bottom-content .left-form {
    width: 50%;
    margin-right: 0;
    margin: 0 auto;
  }
  .get-in-touch-form .container .bottom-content .right-form {
    width: 50%;
    margin: 0 auto;
  }
  .get-in-touch-form .container .bottom-content .hs_submit.hs-submit .hs-button.primary.large {
    width: 100%;
  }
  .get-in-touch-form .container .bottom-content .left-form,
  .get-in-touch-form .container .bottom-content .right-form {
    width: 83%; 
  }
  .get-in-touch-form form fieldset .hs_email div.input,
  .get-in-touch-form form fieldset .hs_firstname div.input,
  .get-in-touch-form .container .bottom-content .hs_company div.input,
  .get-in-touch-form .container .bottom-content .hs_phone div.input,
  .get-in-touch-form .container .bottom-content .hs_message div.input {
    margin-right: 0; 
  }
  /*   .get-in-touch-form .container .bottom-content form .hs-form-field .input input */
  .get-in-touch-form .hs-dependent-field ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display > input {
    width: auto;
  }
  .get-in-touch-form .container .bottom-content form .hs-form-field .input input {
    max-width: 100%;
    width: 100%; 
  }
  .get-in-touch-form form fieldset {
    max-width: 100%;
  }
  .get-in-touch-form .right-form form.hs-form fieldset div.hs-form-field {
    width: 100%;
  }