
.hs-richtext img {
  display: none;
}

.submitted-message img {
  cursor: pointer;
  margin-top: -150px;
}

.hs-form {
  width: 100% !important;
  border: 1px solid #e50a17;
  box-shadow: #e50a17 6px 6px;
  background-color: #fff;
  padding: 24px;
}

.hs-form fieldset {
  max-width: 100% !important;
}

.hs-form label {
  display: block;
  font-family: "zizou-slab-regular";
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0px;
  margin-bottom: 10px !important;
}

.hs-form input {
  width: 100% !important;
  height: 35px;
  color: #595959;
  font-size: 15px;
  padding-left: 12px;
  border: 1px solid #595959;
  border-radius: 2px;
}

.form-columns-1 .legal-consent-container {
  margin-top: 0px;
}

.hs-form select {
  width: 100% !important;
  height: 35px;
  color: #595959;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #595959;
  border-radius: 2px;
  background-color: #fff;
}

.form-columns-2 {
  display: flex;
  column-gap: 10px;
  font-size: 15px;
}

ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-form-booleancheckbox span {
  font-family: Public Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.002em;
  text-align: left;
  color: #595959;
}

input.hs-button.primary.large {
  width: 98%;
  height: 30px;
  border: 1px solid #e50a17;
  background: #e50a17;
  box-shadow: #fff 4px 4px 0px -2px, #e50a17 4px 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-family: "zizou-regular";
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

ul.hs-error-msgs {
  /* margin-bottom: 5px; */
  position: static;
}


.hs-error-msg::before {
  content: url("https://44890740.fs1.hubspotusercontent-na1.net/hubfs/44890740/vector.png");
  padding-right: 6px;
}

.hs-error-msg {
  font-family: Public Sans;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 18px;
  letter-spacing: 0em;
  color: #fc1f29;
  width: 100% !important;
  position: relative;
  left: 1px;
  top: 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input.hs-button.primary.large:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.hs-form h2 {
  text-align: center;
  font-size: 20px;
  margin: 0px;
  line-height: 29px;
  font-family: "zizou-slab-bold";
}

.form-columns-0 {
  margin-bottom: 11px !important;
}

.hs-form .input {
  margin: 0 !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  font-family: "zizou-slab-bold";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  color: #404040;
  cursor: default;
}

.hs-form-booleancheckbox input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]~span {
  position: relative;
  padding-left: 0px;
  cursor: default;
}

input[type="checkbox"]~span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -28px;
  width: 19px;
  height: 19px;
  border: 1px solid #404040;
  background-color: #fff;
  border-radius: 4px;
  cursor: default;
}

input[type="checkbox"]:checked~span::before {
  background-color: #fc1f29;
  border-color: #fc1f29;
}

input[type="checkbox"]:checked~span::after {
  content: "\2713";
  /* Unicode character for checkmark */
  position: absolute;
  top: 2px;
  left: -22px;
  color: #fff;
  font-size: 12px;
}

.hs-form-booleancheckbox {
  padding-left: 8px;
}

.submitted-message {
  background-image: url("https://44890740.fs1.hubspotusercontent-na1.net/hubfs/44890740/961ed9a02be6aa6401afab7d4cfdf553.gif");
  background-size: contain;
  max-width: 360px;
  padding-left: 20px;
  padding-right: 20px;
  height: 620px;
  border: 1px solid #e50a17;
  box-shadow: #e50a17 6px 6px;
  padding-top: 170px;
  padding-bottom: 20px;
}

.submitted-message h1 {
  margin: 0;
  line-height: 30px;
  font-family: "zizou-slab-bold";
}

.submitted-message span {
  font-family: "solano";
  line-height: 22px;
}

.hs-form a {
  color: #3817ff;
  text-decoration: underline;
  cursor: default;
}

.hs-form .invalid,
.hs-form .error {
  border-color: #e50a17 !important;
}

.no-list {
  display: none;
}

.form-columns-1 {
margin-top: 10px !important;
}

.form-columns-2 {
margin-top: 10px !important;
}

hs-form>fieldset:nth-last-of-type(2) {
display: none;
}
