.hs-form-container .hs-form {
  position: relative;
}
.hs-form-container .hs-form-booleancheckbox label {
  font-size: 14px;
  line-height: 22px;
}
.hs-form-container .hs-form-booleancheckbox label input[type=checkbox] + span {
  align-items: center;
}
.hs-form-container .hs-form-booleancheckbox label input[type=checkbox] + span:before {
  border: 1px solid #fff;
  border-radius: 4px;
  width: 26px;
  height: 26px;
  min-width: 26px;
  margin: 0px 21px 0 0;
}
.hs-form-container input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  outline: none;
}
.hs-form-container input:placeholder {
  color: #fff;
}
.hs-form-container textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  box-sizing: border-box;
  height: 114px;
  color: #fff;
  outline: none;
}
.hs-form-container .legeng {
  display: block;
  margin: -13px 0 0;
}
.hs-form-container .btn-holder {
  display: flex;
  justify-content: space-between;
  padding: 29px 0;
}
.hs-form-container .field {
  margin-bottom: 4px;
}
.hs-form-container .field.hs-fieldtype-select {
  margin-bottom: 24px;
}
.hs-form-container .hbspt-form {
  position: relative;
}
.hs-form-container .hbspt-form fieldset.form-columns-2 .hs-form-field {
  width: 100%;
  max-width: 100%;
  float: none;
}
.hs-form-container .hbspt-form .actions {
  text-align: right;
}
.hs-form-container .hbspt-form .actions .hs-button {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 34px;
  width: 328px;
  height: 80px;
  padding: 10px;
  border-radius: 45px;
  background: #fff url("form/subit.svg") no-repeat 195px 50%;
  color: #050014;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  border: none;
}
.hs-form-container .hbspt-form .actions .hs-button:hover {
  background-color: #f73f38;
  background-image: url("form/white-submit.svg");
  color: #fff;
}
.hs-form-container .hbspt-form fieldset {
  max-width: 100%;
}
.hs-form-container .hbspt-form textarea {
  margin-bottom: 50px;
  width: 100%;
}
.hs-form-container .hs-fieldtype-textarea {
  margin-bottom: 5px;
}
.hs-form-container .hs-richtext {
  font-size: 12px;
  margin: 22px 0 25px 0px;
}
.hs-form-container .hs-richtext p {
  margin: 0 !important;
  color: rgba(233,236,246,0.35);
}
.hs-form-container .hs-richtext a {
  color: rgba(233,236,246,0.35);
  text-decoration: underline;
}
.hs-form-container .hs-richtext a:hover {
  text-decoration: none;
}
.hs-form-container .hs_submit {
  padding: 12px 0 0;
}
.hs-form-container .hs-error-msgs {
  background: rgba(255,255,255,0.17);
  -webkit-box-shadow: 0 4px 7px rgba(0,0,0,0.05);
  box-shadow: 0 4px 7px rgba(0,0,0,0.05);
  border-radius: 5px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  display: inline-flex;
  float: right;
  position: absolute;
  right: 0;
  transform: translate(0, -60px);
}
.hs-form-container .hs-error-msgs li {
  padding: 0 5px;
}
.hs-form-container .hs-input.error {
  border-color: #fc5252 !important;
  background: url("form/req-error.svg") no-repeat 97% 50% !important;
}
.hs-form-container .hs_error_rollup .hs-error-msgs {
  float: left;
  position: absolute;
  transform: translate(0, -50px);
  pointer-events: none;
}
.hs-form-container .hbspt-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-form-container .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  padding: 0;
}
.hs-form-container .hs-form-booleancheckbox label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.hs-form-container .hs-form-booleancheckbox label input[type="checkbox"] {
  display: none;
}
.hs-form-container .hs-form-booleancheckbox label input[type="checkbox"] + span {
  display: flex;
  margin: 0 !important;
}
.hs-form-container .hs-form-booleancheckbox label input[type="checkbox"] + span:before {
  content: "";
  color: #424a61;
  letter-spacing: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 26px;
  height: 26px;
  min-width: 26px;
  margin: 0 21px 0 0;
}
.hs-form-container .hs-form-booleancheckbox label input[type="checkbox"]:checked + span:before {
  content: "✔";
  letter-spacing: 5px;
}
.hs-form-container .hs_upload {
  position: absolute;
  bottom: 16px;
  margin: 0;
  display: flex;
  align-items: center;
}
.hs-form-container .hs_upload .input {
  position: absolute;
}
.hs-form-container .hs_upload input {
  display: none;
}
.hs-form-container .hs_upload label {
  display: flex;
  height: 50px;
  padding: 23px 21px;
  align-items: center;
  border-radius: 35px;
  border: 1px solid #fff;
  cursor: pointer;
}
.hs-form-container .hs_upload label span {
  padding-left: 20px;
  margin: 0 0 0 -5px;
  background: url("form/upload-plus.svg") no-repeat 2px 50%;
  font-size: 16px;
  border: none;
  min-width: 111px;
  min-height: 34px;
  display: block;
  font-weight: 400;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  line-height: 34px;
  text-align: center;
}
.hs-form-container .hs_upload label span:after {
  content: ' file';
}
.hs-form-container .hs_upload label:hover {
  background: #fff;
  color: #050014;
}
.hs-form-container .hs_upload label:hover span {
  background: url("form/plus-black-upload.svg") no-repeat 2px 50%;
}
.hs-form-container .hs_upload .file-name {
  font-size: 16px;
  color: rgba(233,236,246,0.35);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding-left: 10px;
}
@media screen and (min-width: 1280px) {
  .hs-form-container .hs_upload {
    max-width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .hs-form-container .hbspt-form .hs_upload {
    bottom: 140px;
  }
  .hs-form-container .hbspt-form .actions {
    margin-top: 130px;
  }
  .hs-form-container .hbspt-form .actions .hs-button {
    background-position: 60% 50%;
    width: 100%;
  }
}
/*# sourceMappingURL=form.css.map */