.bottom-pane{
  padding: 5% 10%;
  display: flex;
  width: 100%;
  gap: 40px;
}
.subscription-title{
  display: inline-block;
  color: #ffffff;
  width: 100%;
}
.subscription-title h1{
  font-family:"PT Sans", Tahoma, sans-serif;
  margin: 0 0 0px 0;
  padding: 0;
  line-height: 100%;
  font-weight: bold;
  font-size: 55px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  word-break: normal;
}
.sub-form{
  vertical-align: top;
  width: 100%;
}
.small-text {
  font-size: small;
  color: #cccccc;
  margin: 10px 0 0 0;
}
.sub-form a {
  color: #2e99df;
}
.sub-form form {
  display: inline-block;
  width: 100%;
  position:relative;
}
.sub-form form .hs-form-field{
  margin:0;
}
.sub-form form .hs-form-field>label{
  display: none;
}
.sub-form form input.hs-input{
  padding: 1.5%;
  margin:0;
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  border: #ffffff solid 2px;
  background: none;
  border-radius: 5px;
  color: #666666;
  float: left;
  margin-right: 10px;
  width: 75%!important;
}
.sub-form form .hbspt-submit-button {
  display: inline-block;
  vertical-align: top;
  background: #2e99df;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bolder;
  padding: 0% 3%;
  font-size: 45px;
  border: none;
  float: left;
  line-height: normal;
  min-width: 93px;
}
.sub-form form .hbspt-submit-button:focus{
  color: #ffffff;
  background: #2e99df;
}
.sub-form form .hs_error_rollup {
  display: none;
}
.sub-form form ul.hs-error-msgs {
  color: #fff;
  display: inline-grid;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sub-form form ul.hs-error-msgs .hs-error-msg {
  color: #fff !important;
}
.sub-form form .hs-input.invalid.error{
  border-color: #fff !important;
}
.sub-form form hs-input.invalid.error {
  border-color: #fff;
}
.sub-form form .hs-submit {
  position: absolute;
  top: 0;
  left: calc(75% + 10px);
}

@media (max-width: 768px){
  .bottom-pane {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .subscription-title h1 {
    font-size: 45px;
    width: 100%;
    text-align: center;
  }

}
@media screen and (max-width: 600px){
  .bottom-pane {
    padding: 3% 5%;
  }
  .bottom-pane .sub-form form input.hs-input {
    width: 75% !important;
  }
  .sub-form form .hbspt-submit-button {
    min-width: 52px;
  }