form.mktoForm {
  max-width: 100%;
  width: 100% !important;
}
form.mktoForm .mktoFormCol {
  width: 100%;
  margin-bottom: 24px !important;
}
form.mktoForm .mktoFormCol:has(.mktoCheckboxList) {
  margin-bottom: 12px !important;
}
form.mktoForm .mktoOffset {
  display: none;
}
form.mktoForm .mktoFieldWrap {
  width: 100%;
}
form.mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}
form.mktoForm .mktoRequiredField label.mktoLabel {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
form.mktoForm .mktoGutter {
  display: none;
}
form.mktoForm input,
form.mktoForm select,
form.mktoForm textarea {
  width: 100% !important;
  color: #000;
  font-family: Manrope;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.44 !important;
  letter-spacing: -0.018px;
  background-color: #fff;
  border: 1px solid #e4e4e4 !important;
  border-radius: 30px !important;
}
form.mktoForm input,
form.mktoForm select {
  padding: 8px 18px !important;
  min-height: 46px !important;
  max-height: 46px !important;
}
form.mktoForm select.mktoField {
  background-color: #fff;
  background-image: url(https://www.lakesidesoftware.com/wp-content/themes/lakeside/img/caret-down.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 1.25rem;
  color: #666 !important;
}
form.mktoForm textarea {
  padding: 14px 18px !important;
}
form.mktoForm ::-moz-placeholder {
  color: #666;
  font-family: Manrope;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.44 !important;
  letter-spacing: -0.018px;
}
form.mktoForm ::placeholder {
  color: #666;
  font-family: Manrope;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.44 !important;
  letter-spacing: -0.018px;
}
form.mktoForm a {
  color: #fff;
  font-size: 14px;
}
form.mktoForm .mktoCheckboxList {
  color: #fff;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
}
form.mktoForm .mktoCheckboxList input {
  min-height: 0 !important;
  height: 0;
}
form.mktoForm .mktoCheckboxList label {
  margin-bottom: 0 !important;
  margin-left: 2em !important;
}
form.mktoForm input[type=checkbox] + label:before,
form.mktoForm input[type=radio] + label:before {
  width: 18px !important;
  height: 18px !important;
  margin-left: 0 !important;
  left: 0 !important;
}
form.mktoForm .mktoButtonRow {
  width: 100%;
}
form.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 !important;
}
form.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  padding: 10px 40px;
  background-color: #95edfb;
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2.5px;
  background-image: none;
  border: none;
}
@media screen and (max-width: 767px) {
  form.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    padding: 10px 30px;
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
form.mktoForm .mktoHtmlText {
  margin-left: 0.5rem;
}
form.mktoForm .mktoHtmlText * {
  text-align: center !important;
  color: #fff !important;
}

.mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover {
  border: none !important;
}/*# sourceMappingURL=forms.css.map */