.dark .hbspt-form form input[type=text],
.dark .hbspt-form form input[type=email],
.dark .hbspt-form form input[type=password],
.dark .hbspt-form form input[type=tel],
.dark .hbspt-form form input[type=number],
.dark .hbspt-form form input[type=file],
.dark .hbspt-form form textarea {
  height: 40px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 0.9em;
  border-color: #ffffff;
  border: 2px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 15px;
}

.dark .hbspt-form label {
  font-size: 0.9em;
  color: #ffffff;
}

.dark .hbspt-form .hs-form {
  width: 100%;
}


.dark .hbspt-form .hs-input.error {
  border-color: #000000;
  border: 2px;

}

.dark .hbspt-form form input:focus-visible {
  outline: #ffffff;
}

.dark .hbspt-form form select:focus-visible {
  outline: #ffffff;
}

.dark .hbspt-form form select {
  height: 40px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 0.9em;
  padding-left: 15px;
  width: 100% !important;
  margin-bottom: 15px;
}

.hbspt-form form fieldset {
  max-width: 100% !important;
}

.dark ul,
ol {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  padding-left: 0px;
}

.dark .hbspt-form .hs-error-msgs label {
  color: #ffffff;
}

.dark .hbspt-form form .hs-button {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: transform .4s linear;
  display: block;
  border-color: #000000;
}

.dark .hbspt-form form .hs-button:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}



@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .dark .hbspt-form form .actions {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: center;

  }
}

@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .dark .hbspt-form form .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;

  }
}

.subscribe2 .hbspt-form label {
  color: #000000;
}

.subscribe2 .hbspt-form .hs-input {
  padding: 0px;
  color: #000000;
}

.subscribe2 .hbspt-form form select {
  color: #000000;
}

.subscribe2 .hbspt-form form .hs-button {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: transform .4s linear;
  display: block;
}

.subscribe2 .hbspt-form form .hs-button:hover {
  background-color: #ffffff00;
  color: #000000;
  border-color: #000000;
}

.subscribe2 .hbspt-form form input:focus-visible {
  outline: #ffffff00;
}

.subscribe2 .hbspt-form form select:focus-visible {
  outline: #ffffff00;
}

.subscribe2 .hbspt-form .hs-error-msgs label {
  color: #000000;
}

.subscribe2 .hbspt-form .hs-input.error {
  border-color: #ffffff00;
  border: 0px;
  background-color: #ffffff7c;
}

.subscribe2 .hbspt-form .actions {
  display: flex;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}


.light .hbspt-form form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.light .hbspt-form form textarea {
  height: 120px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 6px;
  border-width: 1px;
  font-size: 0.9em;
  border-color: #000000;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 15px;
}

.light .hbspt-form form input[type=text],
.light .hbspt-form form input[type=email],
.light .hbspt-form form input[type=password],
.light .hbspt-form form input[type=tel],
.light .hbspt-form form input[type=number],
.light .hbspt-form form input[type=file] {
  height: 40px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 6px;
  border-width: 1px;
  font-size: 0.9em;
  border-color: #000000;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 15px;
}

.light .hbspt-form label {
  font-size: 0.9em;
  color: #000000;
}

.light .hbspt-form .hs-form {
  width: 100%;
}


.light .hbspt-form .hs-input.error {
  border-color: #000000;


}

.light .hbspt-form form input:focus-visible {
  outline: #000000;
}

.light .hbspt-form form select:focus-visible {
  outline: #000000;
}

.light .hbspt-form form select {
  height: 40px;
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 6px;
  border-width: 1px;
  font-size: 0.9em;
  padding-left: 15px;
  width: 100% !important;
  margin-bottom: 15px;
}

.hbspt-form form fieldset {
  max-width: 100% !important;
}

.light ul,
ol {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  padding-left: 0px;
}

.light .hbspt-form .hs-error-msgs label {
  color: #000000;
}

.light .hbspt-form form .hs-button {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: transform .4s linear;
  display: block;
  border-color: #000000;
}

.light .hbspt-form form .hs-button:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}



@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .light .hbspt-form form .actions {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: center;

  }
}

@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .light .hbspt-form form .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;

  }
}


.hbspt-form .hs-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 30px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-width: 1px;
  background-color: transparent;
  font-size: 1rem;
  border-style: solid;
  border-color: transparent transparent #D8D8D8;
  color: #D8D8D8;
}

.hbspt-form .hs-input.error {
  border-color: red;
}

.hbspt-form .hs-error-msgs {
  list-style-type: none;
  text-align: left;
}

.hbspt-form .hs-error-msgs label {
  font-weight: normal;
  font-size: 14px;
  color: red;
}

.hbspt-form .hs-button {
  margin-top: 15px;
  padding: 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #282828;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.hbspt-form .hs-button:hover {
  background-color: #282828;
  color: #fff;
}

.hbspt-form h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  ;
}

.hbspt-form .hs-form {
  display: block;
  width: 85%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.hbspt-form label {
  color: #D8D8D8;
  font-weight: normal;
  text-align: left;
  font-size: 1rem;
}
