.ent-lead-form {
  padding: 78px 0 97px;
  background: #FFEFE2;
  position: relative;
  overflow: hidden;
}
.ent-lead-form .page-center {
  z-index: 1;
  position: relative;
}
.ent-lead-form .above-the-line {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}
.ent-lead-form .above-the-line span {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 10%;
  font-weight: 600;
  color: #212020;
}
.ent-lead-form .top-head {
  position: relative;
}
.ent-lead-form .top-head:before {
  content: '';
  /*position: absolute;
  top: 0; left: 0;*/
  display: block;
  width: 100%; height: 3px;
  background: #212020;
  margin-top: 15px;
  margin-bottom: 40px;
}
.ent-lead-form .top-head h1 {
/*   font-family: "Poynter Oldstyle Disp Semi Bd"; */
  font-family: "PoynterOSDisp Roman";
  font-size: 72px;
  line-height: 86px;
  margin: 0;
  color: #212020;
}
.ent-lead-form .top-head h1 b,
.ent-lead-form .top-head h1 strong {
  font-weight: 600;
  display: block;
}
.ent-lead-form .top-head .description,
.ent-lead-form .top-head .description p {
  color: #212020;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.ent-lead-form .top-head .description a,
.ent-lead-form .top-head .description p a {
  font-weight: 600;
  text-decoration: underline;
  color: #212020;
}
.ent-lead-form .tf-contain {
  display: flex;
  align-items: flex-start;
}
.ent-lead-form .tf-contain .cntnt-contain {
  padding-top: 52px;
}
.ent-lead-form.form-enabled .tf-contain .cntnt-contain {
  padding-right: 58px;
}
.ent-lead-form .tf-contain .cntnt-contain .image {
  text-align: center;
}
.ent-lead-form .tf-contain .cntnt-contain .logo-container img{
  display: block;
}
.ent-lead-form .tf-contain .form-contain {
  background: #FFFFFF;
  box-shadow: 0px 16px 60px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  padding: 35px 40px 42px;
  max-width: 450px;
  width: 100%;
  flex: 0 0 auto;
}
.form-contain form.hs-form .hs-form-field {
  border: none;
  padding: 0 !important;
  flex: 0 0 100%;
  margin: 0;
  margin-bottom: 15px;
}
.ent-lead-form label.hs-form-booleancheckbox-display p {
  font-size: 12px;
  line-height: 20px !important;
  display: block;
}
.ent-lead-form .hs-richtext p {
  font-size: 10px;
  line-height: 18px;
}
.ent-lead-form .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0px;
}

@media (min-width: 575px){
  .form-contain form.hs-form .form-columns-2 .hs-form-field {
    flex: 0 0 49%;
  }
}
.form-contain form.hs-form .hs-form-field label:not(.hs-error-msg) {
  color: #212020 !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.form-contain form.hs-form .hs-form-field>label:not(.hs-error-msg) {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 3px;
  display: inline-block;
  padding-left: 0;
}
.form-contain .hs-error-msgs.inputs-list label {
  position: static;
  font-size: 12px;
}
.hs-form-field.input-focused .hs-error-msgs.inputs-list label {
  color: red !important;
}

.form-contain form.hs-form .hs-form-field input:not([type='radio'],[type='checkbox']),
.form-contain form.hs-form .hs-form-field textarea,
.form-contain form.hs-form .hs-form-field select {
  background: #fff;
  border: 1px solid #A6A6A6;
  border-radius: 8px;
  min-height: 48px;
  padding: 10px 15px;
}
.form-contain .hs-fieldtype-checkbox .inputs-list:not(.hs-error-msgs) {
  border: 1px solid #a6a6a6;
  border-radius: 8px;
  overflow: hidden;
}

.form-contain .hs-fieldtype-checkbox .inputs-list:not(.hs-error-msgs) li label {
  display: inline-block;
  padding: 5px;
  width: 100%;
  cursor: pointer;
}
.form-contain .hs-fieldtype-checkbox .inputs-list:not(.hs-error-msgs) li:not(:last-child) label {
  border-bottom: 1px solid #A6A6A6;
}
.form-contain .hs-fieldtype-checkbox .inputs-list:not(.hs-error-msgs) li label span {
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 35px 8px;
  display: inline-block;
}
.form-contain .hs-fieldtype-checkbox .inputs-list:not(.hs-error-msgs) li label input{
  display: block;
}
.form-contain .hs-submit {
  text-align: center;
}
.form-contain input[type="submit"] {
  min-width: 269px;
  min-height: 68px;
  border-radius: 50px;
  background: #212020;
  color: #FFEFE2;
  font-family: "Poynter Oldstyle Disp Semi Bd";
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  border: 1px solid #212020;
  transition: all 0.5s ease;
  margin: 15px auto 0;
}
.form-contain input[type="submit"]:hover {
  color: #212020;
  background: transparent;
}

.form-contain ul.inputs-list.multi-container li.hs-form-checkbox label {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.form-contain ul.inputs-list.multi-container li.hs-form-checkbox label.checked {
  background: #FFF9F3;
}

.form-contain ul.inputs-list.multi-container li.hs-form-checkbox label input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.form-contain ul.inputs-list.multi-container li.hs-form-checkbox label span::before {
  border: 1px solid;
  content: "";
  height: 24px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  border-radius: 100%;
  background: #fff;
}

.form-contain ul.inputs-list.multi-container li.hs-form-checkbox label span::after {
  content: "";
  border: 2px solid;
  border-left: 0;
  border-top: 0;
  height: 14px;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-80%);
  transition: opacity .2s ease-in-out;
  width: 8px;
}

.form-contain ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span::after {
  opacity: 1;
}

.form-contain ul.inputs-list.multi-container li.hs-form-checkbox label input:focus + span::after {
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}



.form-contain ul.inputs-list.multi-container li.hs-form-radio label {
  position: relative;
}
.form-contain ul.inputs-list.multi-container li.hs-form-radio label span {
  display: inline-block;
  margin-left: 40px; 
  position: relative;
  font-size: 14px;
}

.form-contain ul.inputs-list.multi-container li.hs-form-radio label input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.form-contain ul.inputs-list.multi-container li.hs-form-radio label span::before {
  border: 1px solid #212020;
  border-radius: 50%;
  content: "";
  height: 20px;
  left: -37px;
  position: absolute;
  top: 3px;
  width: 20px;
}

.form-contain ul.inputs-list.multi-container li.hs-form-radio label span::after {
  content: "";
  opacity: 0;
  border: 6px solid;
  border-radius: 50%;
  position: absolute;
  left: -33px;
  top: 7px;
  transition: opacity 0.2s ease-in-out;
}
.form-contain ul.inputs-list.multi-container li.hs-form-radio label input:checked + span::after {
  opacity: 1;
}
.form-contain ul.inputs-list.multi-container li.hs-form-radio label input:focus + span::after {
  box-shadow: 0 0 0 3px #4D90FE;
  outline: 3px solid transparent; /
}
.form-contain .hs-form-required {
  color: #EC9876;
  margin-left: 5px;
}


.ent-lead-form .view-more {
  font-family: Poynter Oldstyle Disp Semi Bd;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #ffefe2;
  background: #212020;
  min-height: 68px;
  min-width: 350px;
  max-width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #212020;
  border-radius: 50px;
  transition: all .5s ease;
  margin-bottom: 50px;
}

.ent-lead-form .view-more:hover {
  background: transparent !important;
  color: #212020 !important;
}

@media (max-width: 1200px){
  .ent-lead-form .view-more {
    min-width: auto;
    max-width: 350px;
    width: 100%;
  }
  .ent-lead-form .top-head h1 {
    font-size: 62px;
    line-height: 70px;
  }
}
@media (max-width: 991px){
  .ent-lead-form {
    padding-bottom: 25px;
  }
  .ent-lead-form.form-enabled:before {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 315px;
    background-color: #212020;
    z-index: 0;
  }
  .ent-lead-form .above-the-line {
    width: 100%;
  }
  .ent-lead-form .top-head h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .ent-lead-form .tf-contain {
    flex-direction: column;
    align-items: center;
  }
  .ent-lead-form .tf-contain .cntnt-contain {
    padding-top: 0;
  }
  .ent-lead-form.form-enabled .tf-contain .cntnt-contain {
    padding-right: 0;
  }
  .ent-lead-form .top-head .description {
    margin-bottom: 40px;
  }
}
@media (max-width: 800px){
  .ent-lead-form {
    padding-top: 65px;
    padding-bottom: 55px;
  }
  /*   .ent-lead-form:before {
  height: 1310px;
} */
  .ent-lead-form .top-head {
    padding-bottom: 0;
  }
  .ent-lead-form .top-head:before {
    max-width: 100%;
  }
  .ent-lead-form .top-head h1{
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .ent-lead-form .top-head h1 br {
    display: none;
  }
  .ent-lead-form .tf-contain .cntnt-contain {
    max-width: 100%;
    padding: 0;
  }
  .ent-lead-form .tf-contain .cntnt-contain .image {
    padding: 0 35px;
    margin-bottom: 15px;
  }
  .form-contain .hs-fieldtype-checkbox .inputs-list:not(.hs-error-msgs) li {
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
  .ent-lead-form .tf-contain .cntnt-contain .logo-container {
    max-width: 210px;
  }
}
@media (max-width: 575px){
  .ent-lead-form .above-the-line {
    margin-bottom: 10px;
  }
  .ent-lead-form .above-the-line span {
    font-size: 14px;
    line-height: 1;
  }
  .ent-lead-form .top-head .description, 
  .ent-lead-form .top-head .description p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }
  .ent-lead-form .top-head:before {
    content: none;
  }
  .ent-lead-form .tf-contain .cntnt-contain .logo-container {
    max-width: 100px;
  }
  .ent-lead-form .tf-contain .form-contain {
    padding: 20px 30px 50px 23px;
    border-radius: 20px;
  }
  .form-contain form.hs-form .hs-form-field>label:not(.hs-error-msg){
    font-size: 14px;
    line-height: 20px;
  }
  .form-contain input[type="submit"] {
    font-size: 16px;
    line-height: 20px;
    min-width: 218px;
    min-height: 44px;
  }
}