/* Add your custom CSS below */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700");
* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
}

body {
  background: transparent !important;
}

.mktoForm {
  width: 100% !important;
}

.mktoForm .mktoLabel {
  display: block !important;
  color: white !important;
  font-size: 1rem !important;
  padding-bottom: 0.3rem !important;
  padding-top: 0px !important;
  width: 100% !important;
  & a {
    color: white;
  }
}

.mktoHtmlText.mktoHasWidth {
  width: min(100%, 37rem) !important;
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  width: min(100%, 37rem) !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  border: 1px solid #ccc !important;
  color: #202020 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding: 1rem 0.5rem 0.5rem 0.5rem !important;
  margin: 0 !important;
  outline: none !important;
  border-radius: 0.1875rem !important;
  background-color: white !important;
}
.mktoForm input[type="text"]:focus,
.mktoForm input[type="url"]:focus,
.mktoForm input[type="email"]:focus,
.mktoForm input[type="tel"]:focus,
.mktoForm input[type="number"]:focus,
.mktoForm input[type="date"]:focus,
.mktoForm textarea.mktoField:focus,
.mktoForm select.mktoField:focus {
  outline: none !important;
  border-color: #00a8d5 !important;
}
.mktoForm input[type="text"]:hover,
.mktoForm input[type="url"]:hover,
.mktoForm input[type="email"]:hover,
.mktoForm input[type="tel"]:hover,
.mktoForm input[type="number"]:hover,
.mktoForm input[type="date"]:hover,
.mktoForm textarea.mktoField:hover,
.mktoForm select.mktoField:hover {
  outline: none !important;
  border-color: #919fa9 !important;
}
.mktoFormCol,
.mktoFieldWrap {
  width: 100% !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: normal !important;
}
.mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoButtonRow {
  width: 100% !important;
}
.mktoButton {
  border: 2px solid #00a8d5 !important;
  border-radius: 3px !important;
  padding: 18px 26px !important;
  margin-top: 20px !important;
  display: inline-block !important;
  -ms-flex-item-align: start;
  align-self: flex-start !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  text-align: center !important;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
  font-size: 1rem !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  cursor: pointer !important;
}
.mktoForm button.mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  color: #fff !important;
  background-color: #00a8d5 !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  float: left !important;
  background-image: none !important;
  background-color: #fff !important;
  color: black !important;
}
.mktoForm .mktoCheckboxList > input {
  border: 2px solid #ccc !important;
  width: 1.5em !important;
  height: 1.5em !important;
  background: #fff !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%) !important;
}
.mktoForm .mktoCheckboxList > label:hover .mktoForm .mktoCheckboxList > input[type="checkbox"] {
  border: 2px solid #cd47a4 !important;
}
.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  float: left !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  background-color: white !important;
  padding: 18px 8px 4px 8px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  width: min(100%, 37rem) !important;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin-left: 1.9em !important;
  margin-top: 0.1em;
  margin-bottom: 1em !important;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
  cursor: pointer !important;
}

[type="checkbox"] + label::after {
  content: "" !important;
}

.mktoCheckboxList input:checked + label:before {
  content: "✔" !important;
  position: absolute !important;
  left: 0.6% !important;
  line-height: 0.8 !important;
  color: #00a082 !important;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
  font-size: 1em !important;
  text-align: end !important;
}

.mktoCheckboxList input + label:before {
  content: "" !important;
  position: absolute !important;
  left: 0.6% !important;
  width: 1.35em !important;
  height: 1.35em !important;
  border: 2px solid #ccc !important;
  background: #fff !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%) !important;
  font-size: 1em !important;
}

.mktoForm input[type="checkbox"]:hover + label:before {
  border: 2px solid #cd47a4 !important;
}

.mktoForm input[type="checkbox"]:focus + label:before {
  border: 2px dotted #cd47a4 !important;
}

.mktoForm .mktoCheckboxList > input {
  height: 0px !important;
}
.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}

/* Animation */

.mktoForm .mktoError .mktoErrorMsg {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  animation: alternate-reverse;
  animation: bounce 2s infinite;
  background-color: transparent !important;
  background-image: none !important;
  border: 0px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 85% !important;
  color: #00a8d5 !important;
  font-weight: bold;
  translate: 0 -1ch;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-0.25rem);
  }
  60% {
    transform: translateY(-0.125rem);
  }
}

.mktoForm .mktoError {
  position: absolute !important;
  z-index: 99 !important;
  font-weight: bold;
  color: #00a8d5 !important;
  left: 0px !important;
  width: 100% !important;
}

.mktoForm .mktoError .mktoErrorArrowWrap {
  display: none !important;
}
#snackbar {
  color: white;
  &:not(.show) {
    display: none;
  }
  & .mktoButton {
    padding: 9px 16px !important;
    color: white !important;
  }
}
