.elementor-1310 .elementor-element.elementor-element-e8f1dcd{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:10px;--padding-right:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for acy_sub_form, class: .elementor-element-e281363 */.acym_module_form {
  max-width: 620px;
  margin: 0 auto;
  padding: 28px;
  background: #fff;
  font-family: inherit;
}

.acym_module_form .acym_form {
  display: grid;
  gap: 18px;
}

.acym_module_form .onefield {
  margin: 0;
}

.acym_module_form label,
.acym_module_form .cell {
  display: block;
  width: 100%;
}

.acym_module_form label:has(.acym_invalid_field) {
  color: #b91c1c;
}

.acym_module_form .acym__users__creation__fields__title {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
}

.acym_module_form input[type="text"],
.acym_module_form input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  color: #111827;
}

.acym_module_form input:focus {
  outline: none;
  border-color: #6b7280;
  box-shadow: 0 0 0 3px rgba(107,114,128,.15);
}

.acym_module_form input:disabled {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
}

.acym_module_form .acyfield_radio label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  font-size: 15px;
  color: #374151;
}

.acym_module_form input[type="radio"],
.acym_module_form input[type="checkbox"] {
  width: auto;
  margin: 0;
}

.acym_module_form a {
  color: #1f2937;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.acym_module_form .acysubbuttons {
  margin: 24px 0 0;
}

.acym_module_form .subbutton {
  width: 100%;
  padding: 13px 18px;
  border: 0;
  background: #1f2937;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, transform .1s ease;
}

.acym_module_form .subbutton:hover {
  background: #111827;
}

.acym_module_form .subbutton:active {
  transform: translateY(1px);
}

.acym_module_form .acym__field__error__block {
  margin-top: 5px;
  font-size: 13px;
  color: #b91c1c;
}

@media (max-width: 640px) {
  .acym_module_form {
    padding: 20px;
    border-radius: 10px;
  }
}/* End custom CSS */