/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 13 2026 | 03:02:09 */
.form_abas .mobile-tabs-select-wrap {
  display: none !important;
}

@media (max-width: 1024px) {
  .form_abas .e-n-tabs-heading {
    display: none !important;
  }

  .form_abas .mobile-tabs-select-wrap {
    display: block !important;
    width: 100%;
    margin-bottom: 24px;
  }

  .form_abas .mobile-tabs-label {
    display: block;
    margin-bottom: 8px;
    color: var(--Text-dark, #383838);
    font-family: var(--font-family-Body, Inter);
    font-size: 14px;
    font-style: normal;
	  font-weight: 700;
	  line-height: 140%;
	  text-align: center;
  }

  .form_abas .mobile-tabs-select {
    width: 100%;
    min-height: 44.8px;
    padding: 14px 44px 14px 16px;
    border-radius: 16px;
    border: 1.5px solid var(--Border-light-sombra, #D9D0C4);
    background-color: #fff;
    color: var(--Text-dark, #383838);
    text-align: center;
    font-family: var(--font-family-Body, Inter);
    font-size: var(--font-size-12, 12px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    display: block;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M4 6L8 10L12 6' stroke='%23383838' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 16px;
  }

  .form_abas .mobile-tabs-select:focus,
  .form_abas .mobile-tabs-select:focus-visible {
    outline: none;
    border-radius: var(--Radius-System-radius-full, 9999px);
    border: 1.5px solid var(--Border-white, #FFF);
    background-color: var(--Brand-Colors-Cores-orange, #FF943B);
    box-shadow:
      0 0 0 4px rgba(227, 56, 10, 0.30),
      0 1px 2px 0 var(--Alpha-Black-4, rgba(12, 11, 11, 0.04));
    color: var(--Text-dark, #383838);
  }

  .form_abas.mobile-tabs-ready:not(.has-selected-tab) .e-n-tabs-content > [role="tabpanel"] {
    display: none !important;
  }

  .form_abas.mobile-tabs-ready.has-selected-tab .e-n-tabs-content > [role="tabpanel"] {
    display: none !important;
  }

  .form_abas.mobile-tabs-ready.has-selected-tab .e-n-tabs-content > [role="tabpanel"].e-active {
    display: flex !important;
  }
}