.elementor-710 .elementor-element.elementor-element-761a850{--display:flex;}.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-710 .elementor-element.elementor-element-ced724d{text-align:center;}.elementor-710 .elementor-element.elementor-element-ced724d .elementor-heading-title{font-family:var( --e-global-typography-fe6dc3f-font-family ), Sans-serif;font-size:var( --e-global-typography-fe6dc3f-font-size );font-weight:var( --e-global-typography-fe6dc3f-font-weight );line-height:var( --e-global-typography-fe6dc3f-line-height );color:var( --e-global-color-ab120a3 );}.elementor-710 .elementor-element.elementor-element-15f9764d{--display:flex;}.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 );}.elementor-710 .elementor-element.elementor-element-6fbf2356{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-ab120a3 );}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-710 .elementor-element.elementor-element-ced724d .elementor-heading-title{font-size:var( --e-global-typography-fe6dc3f-font-size );line-height:var( --e-global-typography-fe6dc3f-line-height );}}@media(max-width:1024px){.elementor-710 .elementor-element.elementor-element-ced724d .elementor-heading-title{font-size:var( --e-global-typography-fe6dc3f-font-size );line-height:var( --e-global-typography-fe6dc3f-line-height );}}@media(max-width:767px){.elementor-710 .elementor-element.elementor-element-ced724d .elementor-heading-title{font-size:var( --e-global-typography-fe6dc3f-font-size );line-height:var( --e-global-typography-fe6dc3f-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-8595cb0 */#withdrawal-form {
  --gw-pink: #B9202C;
  --gw-dark: #2b1f27;
  --gw-soft: #fff7fb;
  --gw-border: #f0d7e6;
  --gw-text: #5f4b57;

  font-family: "Manrope", sans-serif;
}

#withdrawal-form *,
#withdrawal-form *::before,
#withdrawal-form *::after {
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}

#withdrawal-form .ayudawp-euw-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border: 1px solid var(--gw-border);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(202, 53, 137, .10);
}

#withdrawal-form .ayudawp-euw-intro,
#withdrawal-form .ayudawp-euw-legal-note {
  margin: 0 0 18px;
  padding: 18px 20px;
  background: var(--gw-soft);
  border-left: 4px solid var(--gw-pink);
  border-radius: 18px;
  color: var(--gw-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

#withdrawal-form .ayudawp-euw-legal-note {
  font-size: 14px;
  opacity: .9;
}

#withdrawal-form .ayudawp-euw-form {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

#withdrawal-form .ayudawp-euw-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#withdrawal-form .ayudawp-euw-field:has(textarea),
#withdrawal-form .ayudawp-euw-field--checkbox,
#withdrawal-form .ayudawp-euw-submit {
  grid-column: 1 / -1;
}

#withdrawal-form label {
  color: var(--gw-dark);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

#withdrawal-form .ayudawp-euw-required {
  color: var(--gw-pink);
  font-weight: 700;
}

#withdrawal-form input,
#withdrawal-form select,
#withdrawal-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--gw-border);
  border-radius: 16px;
  background: #fff;
  color: var(--gw-dark);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  transition: all .25s ease;
}

#withdrawal-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--gw-pink) 50%),
    linear-gradient(135deg, var(--gw-pink) 50%, transparent 50%);
  background-position: calc(100% - 20px) 22px, calc(100% - 14px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

#withdrawal-form textarea {
  min-height: 140px;
  resize: vertical;
}

#withdrawal-form input:focus,
#withdrawal-form select:focus,
#withdrawal-form textarea:focus {
  border-color: var(--gw-pink);
  box-shadow: 0 0 0 4px rgba(202, 53, 137, .12);
}

#withdrawal-form input::placeholder,
#withdrawal-form textarea::placeholder {
  color: #b98aa7;
}

#withdrawal-form .ayudawp-euw-help {
  color: var(--gw-text);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

#withdrawal-form .ayudawp-euw-field--checkbox label {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 18px;
  background: var(--gw-soft);
  border: 1px solid var(--gw-border);
  border-radius: 18px;
  color: var(--gw-text);
  font-size: 14px;
  font-weight: 400;
}

#withdrawal-form input[type="checkbox"] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 0;
  margin-top: 2px;
  accent-color: var(--gw-pink);
}

#withdrawal-form a {
  color: var(--gw-pink);
  font-weight: 700;
  text-decoration: none;
}

#withdrawal-form a:hover {
  text-decoration: underline;
}

#withdrawal-form .ayudawp-euw-submit {
  margin-top: 6px;
}

#withdrawal-form .ayudawp-euw-button {
  width: 100%;
  min-height: 58px;
  border: none;
  border-radius: 999px;
  background: var(--gw-pink);
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(202, 53, 137, .25);
  transition: all .25s ease;
}

#withdrawal-form .ayudawp-euw-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(202, 53, 137, .34);
}

#withdrawal-form .ayudawp-euw-button:active {
  transform: translateY(0);
}

#withdrawal-form .ayudawp-euw-annex-b {
  margin-top: 30px;
  padding: 22px;
  border: 1px solid var(--gw-border);
  border-radius: 22px;
  background: #fff;
}

#withdrawal-form .ayudawp-euw-annex-b summary {
  cursor: pointer;
  color: var(--gw-dark);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

#withdrawal-form .ayudawp-euw-annex-b__article {
  margin-top: 20px;
  color: var(--gw-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

#withdrawal-form .ayudawp-euw-annex-b__intro {
  margin-bottom: 18px;
}

#withdrawal-form .ayudawp-euw-annex-b__trader {
  padding: 18px;
  background: var(--gw-soft);
  border: 1px solid var(--gw-border);
  border-radius: 16px;
  color: var(--gw-dark);
  font-style: normal;
  line-height: 1.7;
}

#withdrawal-form .ayudawp-euw-annex-b__field {
  color: #b98aa7;
  letter-spacing: 1px;
  word-break: break-word;
}

#withdrawal-form .ayudawp-euw-annex-b__source small {
  color: var(--gw-text);
  font-size: 12px;
  line-height: 1.6;
}

#withdrawal-form .ayudawp-euw-annex-b__print a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--gw-soft);
  color: var(--gw-pink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

#withdrawal-form .ayudawp-euw-annex-b__print a:hover {
  background: var(--gw-pink);
  color: #fff;
  text-decoration: none;
}

#withdrawal-form .ayudawp-euw-hp {
  display: none !important;
}

@media (max-width: 1024px) {
  #withdrawal-form .ayudawp-euw-wrapper {
    padding: 34px;
  }
}

@media (max-width: 767px) {
  #withdrawal-form .ayudawp-euw-wrapper {
    padding: 24px 18px;
    border-radius: 22px;
  }

  #withdrawal-form .ayudawp-euw-form {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #withdrawal-form .ayudawp-euw-intro,
  #withdrawal-form .ayudawp-euw-legal-note {
    padding: 16px;
    font-size: 14px;
  }

  #withdrawal-form input,
  #withdrawal-form select,
  #withdrawal-form textarea {
    font-size: 14px;
  }

  #withdrawal-form .ayudawp-euw-button {
    font-size: 15px;
  }
}/* End custom CSS */