.banner-section {
  padding: 236px 40px 100px;
  position: relative;
  min-height: 647px;
}
.banner-section form .hs-button.primary.large:hover {
    border: 1px solid #000;
}
.banner-section::before {
  background-image: linear-gradient(0, #777 0, #000 100%);
  height: 100%;
  width: 100%;
  opacity: .6 ;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} 
.banner_inner_wrapper {
  position: relative;
  z-index: 2;
} 
.banner-section h1 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 52.2px;
  margin-bottom: 0px;
  max-width: 504px;
  margin: -100px 66px 8px 256px;
  text-align: center;
  padding: 2px 0px;
}

.banner-section .content {
  padding: 13px 0px 10px 0px;
}
hr.border-line {
  border-color: rgba(255,255,255,.2);
  padding-top:2px;
}
.banner-section h2 {
  margin: 0px;
  text-align: center;
  color: #d6d6d6;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Source Sans 3", serif;
}

.banner-section .form_section {
  /*     max-width: 618.766px!important; */
  margin: 0px auto;
}

.banner-section .form-title {
  border-bottom: 1px solid;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: max-content;
  margin-bottom: 4px;
}
.banner-section form fieldset {
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.banner-section .form-columns-2>div {
  margin-bottom: 0;
  padding: 7.5px;
  max-width: 315.88px;
}

.banner-section form label {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
  font-family: 'Source Sans 3';
}

.banner-section form input, .banner-section form select {
  font-size: 16px ;
  border: 1px solid #fff ;
  width: 100%;
  margin: 3px 0;
  height: 40px;
  padding: 0 10px ;
  border-radius: 166px 166px 166px 166px ;
  background-color: rgba(255, 255, 255, .76) ;
}
.banner-section form .input {
  margin-right: 0px ;
}

.banner-section form .hs-button.primary.large {
  background-color: #d5d91a;
  border-color: #000;
  border-radius: 137px 137px 137px 137px;
  color: #323232;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 24px;
  margin: 0;
  width: 280px;
  font-family: 'Source Sans 3';
}
.banner-section form .actions {
  display: flex;
  justify-content: center;
  margin: 14px 0 0;
}
.banner-section form .hs-form-required{
  display:none;
}
.banner-section form .hs-input.invalid.error {
  border-color: #ff0000;
}
.banner-section form ul.no-list.hs-error-msgs.inputs-list {
  display: none;
}

@media only screen and (max-width:991px){
  .banner-section {
    min-height: auto;
    padding: 276px 15px 20px;
  }

  .banner-section h1 {
    font-size: 25px;
    line-height: 37.5px;
    margin: 8px auto;
    max-width: 293.984px;
  }
  .banner-section h2 {
    font-size: 26px;
    line-height: 39px;
  }
  .banner-section .form-title {
    font-size: 20px;
    white-space: nowrap;
    width: 288px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width:767px){
  .banner-section form fieldset {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width:380px){
  .banner-section {
    min-height: auto;
    padding: 284px 15px 20px;
  }