@import url("https://fonts.bunny.net/css?family=manrope:400,700");

#_form_354_ {
  position: relative;
  max-width: 600px;
  margin: 25px auto 0;
  padding: 30px 50px;
  border: 3px solid #ffffff !important;
  border-radius: 4px !important;
  background: linear-gradient(159deg, rgba(255, 255, 255, 0.39) -1.47%, rgba(199, 176, 255, 0.39) 123.3%) !important;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.3);
  color: #181526;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

#_form_354_,
#_form_354_ * {
  box-sizing: border-box;
}

#_form_354_ ._form_element {
  position: relative;
  max-width: 100%;
  margin-bottom: 14px;
}

#_form_354_ ._full_width {
  width: 100%;
}

#_form_354_ ._form-label,
#_form_354_ ._form_element ._form-label {
  display: block;
  margin-bottom: 5px;
  color: #181526;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.6;
}

#_form_354_ .field-required {
  color: #ff0000;
}

#_form_354_ ._field-wrapper {
  position: relative;
}

#_form_354_ input[type="text"],
#_form_354_ input[type="tel"],
#_form_354_ input[type="date"],
#_form_354_ input[type="email"],
#_form_354_ textarea {
  display: block;
  width: 100%;
  height: auto;
  border: 0 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #142341 !important;
  padding: 12px !important;
  font-family: inherit;
  font-size: 14px;
}

#_form_354_ input::placeholder {
  color: #142341;
}

#_form_354_ input[type="text"]._has_error,
#_form_354_ textarea._has_error {
  border: #f37c7b 1px solid !important;
}

#_form_354_ input[type="checkbox"]._has_error {
  outline: #f37c7b 1px solid;
}

#_form_354_ legend._form-label {
  display: none !important;
}

#_form_354_ ._form-fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

#_form_354_ ._row._checkbox-radio {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

#_form_354_ ._row._checkbox-radio span {
  margin-top: 5px;
}

#_form_354_ ._checkbox-radio span,
#_form_354_ ._checkbox-radio label {
  color: #181526;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  line-height: 1.6;
}

#_form_354_ ._html-code {
  color: #181526;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#_form_354_ ._html-code a {
  color: #8429ff !important;
  font-size: 14px !important;
}

#_form_354_ ._submit {
  width: 100%;
  margin-top: 12px;
  border: 0 !important;
  border-radius: 4px !important;
  background: #843cff !important;
  color: #ffffff !important;
  cursor: pointer !important;
  padding: 1.5rem !important;
  font-family: Manrope, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700 !important;
  text-align: center;
  transition: background-color 0.2s ease;
}

#_form_354_ ._submit:hover {
  background-color: #473aa0 !important;
}

#_form_354_ ._submit:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

#_form_354_ ._submit.processing {
  position: relative;
  color: transparent !important;
}

#_form_354_ ._submit.processing::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(#843cff, #843cff), conic-gradient(#843cff, #ffffff);
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: _spin 1200ms ease infinite;
}

#_form_354_ ._error {
  position: absolute;
  z-index: 10000001;
  display: block;
  font-size: 14px;
}

#_form_354_ ._error._above {
  right: 0;
  bottom: 39px;
  padding-bottom: 4px;
}

#_form_354_ ._error._below {
  top: 100%;
  right: 0;
  padding-top: 8px;
}

#_form_354_ ._error-inner {
  border-radius: 4px;
  background-color: #ffdddd;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM9 3V9H7V3H9ZM9 13V11H7V13H9Z' fill='%23CA0000'/%3E%3C/svg%3E");
  background-position: 12px center;
  background-repeat: no-repeat;
  box-shadow: 0 1px 4px rgba(31, 33, 41, 0.298295);
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 12px 12px 12px 36px;
  text-align: left;
}

#_form_354_ ._error-inner._form_error,
#_form_354_ ._error-inner._no_arrow {
  position: static;
  margin-bottom: 10px;
}

#_form_354_ ._error-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

#_form_354_ ._error._above ._error-arrow {
  right: 15px;
  bottom: -4px;
  border-top: 8px solid #ffdddd;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

#_form_354_ ._error._below ._error-arrow {
  top: 0;
  right: 15px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffdddd;
  border-left: 8px solid transparent;
}

#_form_354_ ._form-thank-you {
  position: relative;
  right: 0;
  left: 0;
  color: #181526;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
}

.activecampaign-form-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 0;
}

@keyframes _spin {
  0% {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(450deg);
  }
}

@media (max-width: 767px) {
  #_form_354_ {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  #_form_354_ ._form-content {
    width: 100%;
    margin: 0;
  }

  #_form_354_ ._form_element,
  #_form_354_ input[type="text"],
  #_form_354_ label,
  #_form_354_ p {
    display: block;
    float: none;
    width: 100%;
  }

  #_form_354_ input[type="text"] {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  #_form_354_ input[type="checkbox"] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline;
  }

  #_form_354_ button[type="submit"] {
    padding: 20px;
    font-size: 1.2em;
  }
}
