.hs-form {
  width: 100%;
}
.hs-form .form-columns-1 .hs-form-field,
form.hs-form fieldset {
  width: 100%;
}
.hs-form-field {
  position: relative;
  margin-bottom: 10px;
}
.hs-form fieldset.form-columns-2 .hs-form-field.field {
  width: 100%;
}
.form-target input[type="submit"]:disabled {
  cursor: default;
}
.dark-theme .separated-last-page .last-page-form-container p.custom-error,
.form-target .custom-error {
  font-size: 14px;
  line-height: 18px;
  color: #ea5662;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.form-target:not(.blog-subscription) ::-webkit-input-placeholder {
  color: transparent;
}
.form-target:not(.blog-subscription) :-moz-placeholder {
  color: transparent;
}
.form-target:not(.blog-subscription) ::-moz-placeholder {
  color: transparent;
}
.form-target:not(.blog-subscription) :-ms-input-placeholder {
  color: transparent;
}
.form-target:not(.blog-subscription) input::placeholder {
  color: transparent;
}
form.hs-form fieldset.form-columns-1 .input,
form.hs-form fieldset.form-columns-1 .input .hs-input,
form.hs-form fieldset.form-columns-2 .input {
  margin-right: unset;
  width: 100%;
}
.form-target .submitted-message {
  font-size: 20px;
  font-weight: 600;
}
.toggle-block.active {
  display: block;
}
.toggle-block:not(.active) {
  display: none;
}
.hs-form-field.hs-fieldtype-phonenumber label:not(.hs-error-msg),
.hs-form-field.hs-fieldtype-text label:not(.hs-error-msg) {
  font-size: 16px;
  line-height: 20px;
  color: #757575;
  padding: 0;
  position: absolute;
  top: 14px;
  left: 16px;
  transition-duration: 0.5s;
}
.hs-form-field.hs-fieldtype-phonenumber.float-label label:not(.hs-error-msg),
.hs-form-field.hs-fieldtype-text.float-label label:not(.hs-error-msg) {
  font-size: 13px;
  line-height: 14px;
  padding: 2px 6px;
  background: #fff;
  top: -9px;
  left: 11px;
  border-radius: 3px;
}
.hs-hs_lead_status label:not(.hs-error-msg),
.hs-input[type="radio"] + span,
.hs_what_best_describes_you_dropdown label:not(.hs-error-msg) {
  color: #757575;
  font-size: 14px;
}
.hs-error-msgs {
  display: flex !important;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 5px;
}
.hs-error-msg,
.hs-error-msgs {
  font-size: 14px;
  line-height: 18px;
  color: #ea5662;
}
.hs_email,
.hs_submit,
.hs_what_best_describes_you_ {
  width: 100%;
}
.hs-form-field select,
.hs-input[type="email"],
.hs-input[type="number"],
.hs-input[type="tel"],
.hs-input[type="text"] {
  font-size: 16px;
  font-family: inherit;
  width: 100%;
  padding: 15px;
  border: 1px solid #e9e9f5;
  border-radius: 4px;
  transition-duration: 0.5s;
}
.hs-form-field select:focus,
.hs-input[type="email"]:focus,
.hs-input[type="number"],
.hs-input[type="tel"]:focus,
.hs-input[type="text"]:focus {
  outline: 0;
  border-color: #000;
}
.hs-form-field select {
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../../uploads/2024/12/ArrowDown-1.webp);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 30px;
  background-size: 10px;
}
.hs_how_did_you_hear_about_us {
  display: none;
}
.hs_how_did_you_hear_about_us.active {
  display: block;
}
.hs-form-field select.is-placeholder {
  color: #757575;
}
.form-target:not(.demo):not(.three-minute-quick-demo):not(.mini-demo-form)
  .hs-form
  fieldset.form-columns-2
  .hs-form-field.hs_email,
.hs-form
  fieldset.form-columns-2
  .hs-form-field.hs_what_best_describes_you_dropdown {
  width: 100%;
}
.hs-form ul {
  list-style: none;
  display: flex;
  gap: 12px;
}
.hs-form ul li label {
  display: flex;
  gap: 4px;
}
.hs-form ul li label.hs-form-radio-display input.hs-input[type="radio"] {
  margin: 0;
  width: 0;
}
.hs-form-radio-display {
  cursor: pointer;
}
.hs-input[type="radio"],
form.hs-form .input .hs-form-booleancheckbox .hs-input[type="checkbox"] {
  height: 0;
  width: 0;
  opacity: 0;
}
.hs-input[type="radio"] + span {
  display: flex;
  align-items: center;
}
.hs-input[type="radio"] + span:before {
  content: "";
  border: #757575 solid 1px;
  width: 12px;
  height: 12px;
  transition-duration: 0.4s;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
}
.hs-input[type="radio"]:checked + span:before {
  background-color: #696eff;
  border-color: #696eff;
}
.hs-form-booleancheckbox-display {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #272746;
}
.hs-form-booleancheckbox-display a {
  color: #696eff;
}
.hs-input[type="checkbox"] {
  cursor: default;
}
.hs-input[type="checkbox"] .hs-form-booleancheckbox-display a,
.hs-input[type="checkbox"] + span:before {
  cursor: pointer;
}
.hs-input[type="checkbox"] + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #757575;
  background-color: #fff;
  background-size: cover;
  transition:
    background-image 0.2s,
    border-color 0.2s;
  border-radius: 2px;
}
.hs-input[type="checkbox"]:checked + span:before {
  background-image: url(../../../uploads/2022/09/custom-checkbox.svg);
  border-color: #696eff;
  background-position: center;
  background-size: 15px;
}
.hs_submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hs_submit input {
  border: none;
  background: #696eff;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px 25px 25px 0;
  transition-duration: 0.3s;
  cursor: pointer;
}
.hs_submit input:hover {
  border-radius: 25px;
}
.form-target:not(.demo):not(.three-minute-quick-demo):not(.mini-demo-form)
  .hs-form-field
  input.hs-input[type="email"],
.hs-form-field .input select {
  border-radius: 4px;
}
.podcast-subscription
  .hs-form
  fieldset.form-columns-2
  .hs-form-field.hs-firstname {
  width: 100%;
}
.podcast-subscription
  .hs-form
  fieldset.form-columns-2
  .hs-form-field.hs-firstname
  .input
  input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.newsletter-subscription .hs-compliance_explicit_opt_in__c span {
  color: #fff;
}
.dark-theme .separated-last-page .download-header {
  color: #fff;
  font-size: 35px;
  line-height: normal;
  margin-bottom: 10px;
}
.dark-theme .separated-last-page .last-page-form-container p {
  color: #fff;
  margin-bottom: 30px;
}
.dark-theme .separated-last-page .last-page-form-container {
  padding: 0;
}
.dark-theme .separated-last-page .hs-form-booleancheckbox label span,
.dark-theme .separated-last-page .hs-form-radio label span,
.dark-theme .separated-last-page .hs_what_best_describes_you_ label span {
  color: #fff;
}
.dark-theme .separated-last-page .hs-form-radio label span::before {
  border-color: #fff;
}
.dark-theme .separated-last-page .hs_submit input {
  background-color: #f95717;
}
.blue-bg-form .hs-fieldtype-number label span,
.blue-bg-form .hs-fieldtype-select label span,
.blue-bg-form .hs-form-booleancheckbox-display span,
.blue-bg-form .hs_what_best_describes_you_ label span {
  color: #fff;
}
input::-webkit-inner-spin-button {
  display: none;
}
.blue-bg-form .hs-input[type="radio"] + span:before {
  background-color: #fff;
}
.blue-bg-form .hs-input[type="radio"]:checked + span:before {
  background-color: #696eff;
}
.blue-bg-form .hs_submit input.hs-button.primary.large {
  background-color: #f95717;
}
.blue-bg-form .hs_submit .actions {
  position: relative;
}
.blue-bg-form .hs_submit .actions input {
  width: 200px;
  padding: 15px;
}
.blue-bg-form .hs_submit .actions::after {
  content: "Book a Demo";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f95717;
  padding: 2px 5px;
  border-radius: 3px;
  pointer-events: none;
  font-size: 16px;
  z-index: 1;
  font-weight: 500;
  color: #fff;
  width: 80%;
  text-align: center;
}
.blue-bg-form .hs-form-booleancheckbox-display a {
  color: #a8eafe;
}
.blue-bg-form .hs-form-field select,
.blue-bg-form .hs-input[type="email"],
.blue-bg-form .hs-input[type="number"],
.blue-bg-form .hs-input[type="tel"],
.blue-bg-form .hs-input[type="text"] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.blue-bg-form .hs-form-field.hs-fieldtype-phonenumber label:not(.hs-error-msg),
.blue-bg-form .hs-form-field.hs-fieldtype-text label:not(.hs-error-msg) {
  color: #fff;
}
.blue-bg-form .hs-input[type="email"]:focus,
.blue-bg-form .hs-input[type="number"]:focus,
.blue-bg-form .hs-input[type="tel"]:focus,
.blue-bg-form .hs-input[type="text"]:focus,
.hs-form-field select:focus {
  border-color: #fff;
}
.blue-bg-form
  .hs-form-field.hs-fieldtype-phonenumber.float-label
  label:not(.hs-error-msg),
.blue-bg-form
  .hs-form-field.hs-fieldtype-text.float-label
  label:not(.hs-error-msg) {
  color: #000;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
  .hs-form-field:nth-child(odd) input,
  .hs-form-field:nth-child(odd) select {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .hs-form-field:nth-child(even) input,
  .hs-form-field:nth-child(even) select {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  form.hs-form:not(.hs-video-form)
    .form-columns-2
    .hs-form-field
    input.hs-input {
    width: 100%;
  }
}
/*# sourceMappingURL=hubspot-forms.min.css.map */
