body form.mktoForm label, body form.mktoForm .mktoLabel {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #627684;
}
body form.mktoForm input, body form.mktoForm .mktoField {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  padding: 12px;
  color: #354652;
  background: #ffffff;
  border: 1px solid #98A8B3;
  border-radius: 2px;
}
body form.mktoForm input:hover, body form.mktoForm .mktoField:hover {
  color: #627684;
  border: 1px solid #627684;
  outline: 0;
}
body form.mktoForm input:focus, body form.mktoForm .mktoField:focus {
  border: 1px solid #2AD39B;
  color: #627684;
  outline: 0;
}
body form.mktoForm input:disabled, body form.mktoForm .mktoField:disabled {
  background: #EEF2F6;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #98A8B3;
}
body form.mktoForm input.error-input-field, body form.mktoForm .mktoField.error-input-field {
  border: 1px solid #F45D4F;
}
body form.mktoForm input::placeholder, body form.mktoForm .mktoField::placeholder {
  color: #98A8B3;
}
body form.mktoForm .description {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #627684;
}
body form.mktoForm .description-error {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #F45D4F;
}
body form.mktoForm textarea {
  background: #ffffff;
  border: 1px solid #C2CED6;
  box-shadow: inset 0px 2px 0px rgba(225, 228, 232, 0.2);
  border-radius: 2px;
  padding: 8px;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #98A8B3;
}
body form.mktoForm textarea:focus {
  border: 1px solid #2AD39B;
  color: #627684;
}
body form.mktoForm textarea:disabled {
  background: #EEF2F6;
  color: #98A8B3;
}
body form.mktoForm textarea.error {
  border: 1px solid #F45D4F;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #354652;
}
body form.mktoForm textarea.warning {
  border: 1px solid #F45D4F;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #354652;
}
body form.mktoForm textarea::placeholder {
  color: #98A8B3;
}
body form.mktoForm select.mktoField {
  -webkit-appearance: none;
  background-image: url(../../images/carat_down.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
body form.mktoForm .mktoError {
  display: none !important;
}
body form.mktoForm .mktoButton {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  padding: 17px;
  background: #2AD39B;
  border-radius: 4px;
  letter-spacing: 0.08em;
  border: none;
  text-transform: uppercase;
}
body form.mktoForm .mktoCheckboxList input[type=checkbox] {
  position: relative;
  border: 2px solid #98A8B3;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 10px;
  padding: 0 !important;
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
  opacity: 0.5;
}
body form.mktoForm .mktoCheckboxList input[type=checkbox]:hover {
  border: 2px solid #98A8B3;
  box-shadow: 0 0 0 5px #EEF2F6;
}
body form.mktoForm .mktoCheckboxList input[type=checkbox]:focus {
  border: 2px solid #98A8B3;
}
body form.mktoForm .mktoCheckboxList input[type=checkbox]:checked {
  background-color: #2AD39B;
  opacity: 1;
  border: #2AD39B;
}
body form.mktoForm .mktoCheckboxList input[type=checkbox] + label {
  margin-top: 1px;
  margin-bottom: 10px;
  display: flex;
  text-transform: capitalize;
}
body form.mktoForm .mktoCheckboxList input[type=checkbox]:checked + label {
  color: #1E986F;
}
body form.mktoForm .mktoCheckboxList input[type=checkbox]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 6px;
  height: 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
body form.mktoForm .mktoCheckboxList input[name=Applications_and_Techniques__c][type=checkbox] ~ label {
  line-height: 18px;
}
body form.mktoForm .mktoCheckboxList input[name=Product_type__c][type=checkbox] ~ label {
  line-height: 21px;
}
body form.mktoForm .mktoCheckboxList input[name=Product_type__c][type=checkbox] ~ label:before {
  content: "";
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}