.LP {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background-color: var(--theme-primary-900);
  }
  
  .LP .header {
    height: 80px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
    background-image: url(/assets/img/hero.jpg);
    background-color: var(--theme-primary-900);
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  
  .LP .header-content {
    max-width: 1200px;
    align-items: flex-start;
    gap: 8px;
    padding: 0px 16px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  
  .LP .trace {
    position: relative;
    width: 194px;
    height: 50px;
  }
  
  .LP .main-image {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
    background: linear-gradient(
      0deg,
      rgba(23, 54, 73, 1) 0%,
      rgba(23, 54, 73, 1) 100%
    );
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--theme-primary-900);
  }
  
  .LP .main-content {
    flex-wrap: wrap;
    max-width: 1200px;
    gap: 32px 32px;
    padding: 0px 16px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .LP .left-section {
    display: flex;
    flex-direction: column;
    min-width: 348px;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
    padding: 32px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  
  .LP .div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .LP .title {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Albert Sans-Bold", Helvetica;
    font-weight: 700;
    color: var(--theme-secundary-300);
    font-size: 16px;
    letter-spacing: 3.36px;
    line-height: normal;
  }
  
  .LP .subtitle {
    position: relative;
    align-self: stretch;
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    color: #ffffff;
    font-size: var(--h1-font-size);
    letter-spacing: var(--h1-letter-spacing);
    line-height: var(--h1-line-height);
    font-style: var(--h1-font-style);
  }
  
  .LP .description {
    position: relative;
    align-self: stretch;
    font-family: var(--p-font-family);
    font-weight: var(--p-font-weight);
    color: #ffffff;
    font-size: var(--p-font-size);
    letter-spacing: var(--p-letter-spacing);
    line-height: var(--p-line-height);
    font-style: var(--p-font-style);
  }
  
  .LP .statistics {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    flex-wrap: wrap;
  }
  
  .LP .statistic-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    padding: 24px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    background-color: #072435;
    border-radius: 12px;
  }
  
  .LP .statistic-value {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "Albert Sans-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
  }
  
  .LP .statistic-label {
    position: relative;
    width: fit-content;
    margin-right: -6.67px;
    font-family: "DM Sans-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: 21px;
    white-space: nowrap;
  }
  
  .LP .text-wrapper {
    position: relative;
    width: fit-content;
    font-family: "DM Sans-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: 21px;
    white-space: nowrap;
  }
  
  .LP .right-section {
    display: flex;
    min-width: 348px;
    align-items: center;
    gap: 10px;
    padding: 32px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  
  .LP .form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 40px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--theme-white);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 57.9px #0c2a3c;
  }
  
  .LP .form-title {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: var(--h2-font-family);
    font-weight: var(--h2-font-weight);
    color: var(--theme-primary-900);
    font-size: var(--h2-font-size);
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-style: var(--h2-font-style);
  }
  
  .LP .form-subtitle {
    position: relative;
    align-self: stretch;
    font-family: var(--p-font-family);
    font-weight: var(--p-font-weight);
    color: var(--theme-neutral-700);
    font-size: var(--p-font-size);
    letter-spacing: var(--p-letter-spacing);
    line-height: var(--p-line-height);
    font-style: var(--p-font-style);
  }
  
  .LP .div-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--tailwindcss-spacing-2);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .LP .frame {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .LP .tex-input-label {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  
  .LP .text-helper {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--global-default-paragraph-paragraph-font-family);
    font-weight: var(--global-default-paragraph-paragraph-font-weight);
    color: var(--theme-neutral-700);
    font-size: var(--global-default-paragraph-paragraph-font-size);
    letter-spacing: var(--global-default-paragraph-paragraph-letter-spacing);
    line-height: var(--global-default-paragraph-paragraph-line-height);
    white-space: nowrap;
    font-style: var(--global-default-paragraph-paragraph-font-style);
  }
  
  .LP .text-helper-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 2px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  
  .LP .text-wrapper-2 {
    color: var(--theme-neutral-600);
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--global-default-paragraph-small-paragraph-font-family);
    font-weight: var(--global-default-paragraph-small-paragraph-font-weight);
    font-size: var(--global-default-paragraph-small-paragraph-font-size);
    letter-spacing: var(--global-default-paragraph-small-paragraph-letter-spacing);
    line-height: var(--global-default-paragraph-small-paragraph-line-height);
    white-space: nowrap;
    font-style: var(--global-default-paragraph-small-paragraph-font-style);
  }
  
  .LP .div-3 {
    display: flex;
    max-height: 40px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    padding: var(--paddings-pd-4) var(--paddings-pd-8) var(--paddings-pd-4)
      var(--paddings-pd-8);
    position: relative;
    align-self: stretch;
    width: 100%;
    border-radius: var(--borders-border-radius-rounded);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--theme-neutral-500);
  }
  
  .LP .frame-2 {
    display: inline-flex;
    align-items: center;
    gap: var(--tailwindcss-spacing-1);
    position: relative;
    flex: 0 0 auto;
  }
  
  .LP .div-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 2px 0px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .LP .frame-3 {
    display: inline-flex;
    align-items: center;
    gap: var(--paddings-pd-4);
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
  }
  
  .LP .form-fields {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .LP .text-input {
    display: flex;
    flex-direction: column;
    min-width: 239px;
    align-items: flex-start;
    gap: var(--tailwindcss-spacing-2);
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  
  .LP .text-helper-2 {
    color: var(--theme-neutral-700);
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--global-default-paragraph-small-paragraph-font-family);
    font-weight: var(--global-default-paragraph-small-paragraph-font-weight);
    font-size: var(--global-default-paragraph-small-paragraph-font-size);
    letter-spacing: var(--global-default-paragraph-small-paragraph-letter-spacing);
    line-height: var(--global-default-paragraph-small-paragraph-line-height);
    white-space: nowrap;
    font-style: var(--global-default-paragraph-small-paragraph-font-style);
  }
  
  .LP .nav-arrow-down {
    position: relative;
    width: 16px;
    height: 16px;
  }
  
  .LP .btn-success {
    display: flex;
    align-self: stretch;
    width: 100%;
    min-width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    gap: var(--tailwindcss-spacing-1-5);
    padding: var(--tailwindcss-spacing-3-5);
    position: relative;
    background-color: var(--theme-green-300);
    border-radius: 6px;
  }
  
  .LP .button {
    position: relative;
    flex: 1;
    font-family: "Open Sans-Regular", Helvetica;
    font-weight: 400;
    color: var(--theme-white);
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 16px;
  }
  
  .LP .form-disclaimer {
    position: relative;
    align-self: stretch;
    font-family: var(--p-small-font-family);
    font-weight: var(--p-small-font-weight);
    color: var(--theme-neutral-700);
    font-size: var(--p-small-font-size);
    letter-spacing: var(--p-small-letter-spacing);
    line-height: var(--p-small-line-height);
    font-style: var(--p-small-font-style);
  }
  
  .LP .span {
    font-family: var(--p-small-font-family);
    font-weight: var(--p-small-font-weight);
    color: #59636e;
    font-size: var(--p-small-font-size);
    letter-spacing: var(--p-small-letter-spacing);
    line-height: var(--p-small-line-height);
    font-style: var(--p-small-font-style);
  }
  
  .LP .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 90px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #ffffff;
  }
  
  .LP .footer-content {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .LP .footer-title {
    position: relative;
    width: 100%;
    margin-top: -1.00px;
    font-family: var(--h2-font-family);
    font-weight: var(--h2-font-weight);
    color: var(--theme-neutral-850);
    font-size: var(--h2-font-size);
    text-align: center;
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-style: var(--h2-font-style);
  }
  
  .LP .footer-tables {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 24px 24px;
    padding: 0px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .LP .table {
    display: flex;
    flex-direction: column;
    min-width: 348px;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--theme-neutral-50);
    border-radius: var(--borders-border-radius-rounded-md);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--theme-neutral-300);
  }
  
  .LP .tabela {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .LP .component {
    flex: 0 0 auto;
    background-color: var(--theme-neutral-300);
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--theme-neutral-400);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 24px 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .LP .text-wrapper-3 {
    position: relative;
    flex: 1;
    margin-top: -0.50px;
    font-family: "Albert Sans-Bold", Helvetica;
    font-weight: 700;
    color: var(--theme-neutral-800);
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
  }
  
  .LP .frame-4 {
    display: flex;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .LP .frame-5 {
    display: flex;
    flex-direction: column;
    width: 99px;
    align-items: flex-start;
    position: relative;
  }
  
  .LP .component-2 {
    flex: 0 0 auto;
    background-color: var(--theme-neutral-200);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .LP .cell {
    width: fit-content;
    margin-top: -1.00px;
    white-space: nowrap;
    position: relative;
    font-family: var(--global-default-heading-heading-07-font-family);
    font-weight: var(--global-default-heading-heading-07-font-weight);
    color: var(--theme-neutral-800);
    font-size: var(--global-default-heading-heading-07-font-size);
    letter-spacing: var(--global-default-heading-heading-07-letter-spacing);
    line-height: var(--global-default-heading-heading-07-line-height);
    font-style: var(--global-default-heading-heading-07-font-style);
  }
  
  .LP .cell-wrapper {
    height: 74px;
    margin-left: -1.00px;
    margin-right: -1.00px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--theme-neutral-400);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .LP .cell-2 {
    flex: 1;
    position: relative;
    font-family: var(--global-default-heading-heading-07-font-family);
    font-weight: var(--global-default-heading-heading-07-font-weight);
    color: var(--theme-neutral-800);
    font-size: var(--global-default-heading-heading-07-font-size);
    letter-spacing: var(--global-default-heading-heading-07-letter-spacing);
    line-height: var(--global-default-heading-heading-07-line-height);
    font-style: var(--global-default-heading-heading-07-font-style);
  }
  
  .LP .component-3 {
    height: 74px;
    margin-left: -1.00px;
    margin-right: -1.00px;
    background-color: var(--theme-neutral-100);
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--theme-neutral-400);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .LP .component-4 {
    height: 74px;
    margin-bottom: -1.00px;
    margin-left: -1.00px;
    margin-right: -1.00px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--theme-neutral-400);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .LP .frame-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  
  .LP .frame-7 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 125px;
    position: relative;
  }
  
  .LP .component-5 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--theme-neutral-200);
  }
  
  .LP .component-6 {
    height: 74px;
    justify-content: flex-end;
    margin-left: -1.00px;
    margin-right: -1.00px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--theme-neutral-400);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .LP .cell-3 {
    flex: 1;
    text-align: right;
    position: relative;
    font-family: var(--global-default-heading-heading-07-font-family);
    font-weight: var(--global-default-heading-heading-07-font-weight);
    color: var(--theme-neutral-800);
    font-size: var(--global-default-heading-heading-07-font-size);
    letter-spacing: var(--global-default-heading-heading-07-letter-spacing);
    line-height: var(--global-default-heading-heading-07-line-height);
    font-style: var(--global-default-heading-heading-07-font-style);
  }
  
  .LP .component-7 {
    height: 74px;
    justify-content: flex-end;
    margin-left: -1.00px;
    margin-right: -1.00px;
    background-color: var(--theme-neutral-100);
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--theme-neutral-400);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
  }
  
  .LP .component-8 {
    display: flex;
    height: 74px;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    margin-bottom: -1.00px;
    margin-left: -1.00px;
    margin-right: -1.00px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: var(--theme-neutral-400);
  }
  
  .LP .frame-8 {
    align-items: flex-end;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 125px;
    position: relative;
  }
  
  .LP .btn-success-2 {
    display: inline-flex;
    min-width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    gap: var(--tailwindcss-spacing-1-5);
    padding: var(--tailwindcss-spacing-3-5);
    position: relative;
    background-color: var(--theme-green-300);
    border-radius: 6px;
  }
  
  .LP .bottom-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 90px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--theme-primary-900);
  }
  
  .LP .bottom-content {
    display: flex;
    flex-direction: column;
    max-width: 1240px;
    padding: 0 20px;
    align-items: center;
    gap: 32px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .LP .bottom-text {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .LP .bottom-description {
    position: relative;
    align-self: stretch;
    font-family: var(--h2-font-family);
    font-weight: var(--h2-font-weight);
    color: #ffffff;
    font-size: var(--h2-font-size);
    text-align: center;
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-style: var(--h2-font-style);
  }
  
  .LP .p {
    position: relative;
    align-self: stretch;
    font-family: var(--p-small-font-family);
    font-weight: var(--p-small-font-weight);
    color: #ffffff;
    font-size: var(--p-small-font-size);
    text-align: center;
    letter-spacing: var(--p-small-letter-spacing);
    line-height: var(--p-small-line-height);
    font-style: var(--p-small-font-style);
  }
  
  .LP .text-wrapper-4 {
    font-family: var(--p-small-font-family);
    font-weight: var(--p-small-font-weight);
    color: #ffffff;
    font-size: var(--p-small-font-size);
    letter-spacing: var(--p-small-letter-spacing);
    line-height: var(--p-small-line-height);
    font-style: var(--p-small-font-style);
  }
  
  .LP .text-wrapper-5 {
    color: #ffffff;
    text-decoration: underline;
    font-family: var(--p-small-font-family);
    font-style: var(--p-small-font-style);
    font-weight: var(--p-small-font-weight);
    letter-spacing: var(--p-small-letter-spacing);
    line-height: var(--p-small-line-height);
    font-size: var(--p-small-font-size);
  }
  
  .LP .bottom-links {
    display: flex;
    width: 640px;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex: 0 0 auto;
    gap: 20px;
  }
  
  .LP .link {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "DM Sans-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 27px;
    white-space: nowrap;
  }

  .microdados {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background-color: var(--theme-primary-900);
  }
  
  .microdados .header {
    height: 80px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
    background-color: var(--theme-primary-900);
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  
  .microdados .header-content {
    max-width: 1200px;
    align-items: flex-start;
    gap: 8px;
    padding: 0px 16px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  
  .microdados .trace {
    position: relative;
    width: 194px;
    height: 50px;
  }
  
  .microdados .main-image {
    gap: 10px;
    align-self: stretch;
    background: linear-gradient(
      0deg,
      rgba(23, 54, 73, 1) 0%,
      rgba(23, 54, 73, 1) 100%
    );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--theme-primary-900);
  }
  
  .microdados .main-content {
    max-width: 1200px;
    gap: 32px;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .microdados .text-content {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .microdados .title {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Albert Sans-Bold", Helvetica;
    font-weight: 700;
    color: var(--theme-secundary-300);
    font-size: 16px;
    text-align: center;
    letter-spacing: 3.36px;
    line-height: normal;
  }
  
  .microdados .description {
    font-family: var(--h1-font-family);
    font-weight: var(--h1-font-weight);
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    position: relative;
    align-self: stretch;
    color: #ffffff;
    text-align: center;
    letter-spacing: var(--h1-letter-spacing);
    font-style: var(--h1-font-style);
  }
  
  .microdados .text-wrapper {
    font-family: var(--p-font-family);
    font-weight: var(--p-font-weight);
    font-size: var(--p-font-size);
    line-height: var(--p-line-height);
    position: relative;
    align-self: stretch;
    color: #ffffff;
    text-align: center;
    letter-spacing: var(--p-letter-spacing);
    font-style: var(--p-font-style);
  }
  
  .microdados .statistics {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    align-items: center;
    justify-content: center;
    gap: 12px 12px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .microdados .statistic-item {
    display: flex;
    flex-direction: column;
    min-width: 160px;
    height: 109px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 24px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #072435;
    border-radius: 12px;
  }
  
  .microdados .statistic-value {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Albert Sans-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
  }
  
  .microdados .statistic-label {
    position: relative;
    align-self: stretch;
    font-family: "DM Sans-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: 21px;
  }
  
  .microdados .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #ffffff;
  }
  
  .microdados .container {
    max-width: 1200px;
    gap: 32px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .microdados .div {
    justify-content: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .microdados .subtitle {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "DM Sans-Regular", Helvetica;
    font-weight: 400;
    color: var(--theme-neutral-800);
    font-size: 28px;
    letter-spacing: 0;
    line-height: 42px;
  }
  
  .microdados .filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 12px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .microdados .select {
    display: flex;
    flex-direction: column;
    min-width: 200px;
    align-items: flex-start;
    gap: var(--tailwindcss-spacing-2);
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #ffffff;
  }
  
  .microdados .div-2 {
    display: flex;
    max-height: 40px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    padding: var(--paddings-pd-4) var(--paddings-pd-8) var(--paddings-pd-4)
      var(--paddings-pd-8);
    position: relative;
    align-self: stretch;
    width: 100%;
    border-radius: var(--borders-border-radius-rounded);
    overflow: hidden;
    border: 1px solid;
    border-color: var(--theme-neutral-500);
  }
  
  .microdados .div-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 2px 0px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .microdados .text-helper {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--global-default-paragraph-small-paragraph-font-family);
    font-weight: var(--global-default-paragraph-small-paragraph-font-weight);
    color: var(--theme-neutral-700);
    font-size: var(--global-default-paragraph-small-paragraph-font-size);
    letter-spacing: var(--global-default-paragraph-small-paragraph-letter-spacing);
    line-height: var(--global-default-paragraph-small-paragraph-line-height);
    white-space: nowrap;
    font-style: var(--global-default-paragraph-small-paragraph-font-style);
  }
  
  .microdados .img {
    position: relative;
    width: 16px;
    height: 16px;
  }
  
  .microdados .text-input {
    display: flex;
    flex-direction: column;
    min-width: 200px;
    align-items: flex-start;
    gap: var(--tailwindcss-spacing-2);
    position: relative;
    flex: 1;
    flex-grow: 1;
  }
  
  .microdados .frame {
    display: inline-flex;
    align-items: center;
    gap: var(--tailwindcss-spacing-1);
    position: relative;
    flex: 0 0 auto;
  }
  
  .microdados .placeholder {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: var(--global-default-paragraph-small-paragraph-font-family);
    font-weight: var(--global-default-paragraph-small-paragraph-font-weight);
    color: var(--theme-neutral-600);
    font-size: var(--global-default-paragraph-small-paragraph-font-size);
    letter-spacing: var(--global-default-paragraph-small-paragraph-letter-spacing);
    line-height: var(--global-default-paragraph-small-paragraph-line-height);
    white-space: nowrap;
    font-style: var(--global-default-paragraph-small-paragraph-font-style);
  }
  
  .microdados .frame-2 {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    gap: var(--paddings-pd-4);
    position: relative;
    flex: 0 0 auto;
  }
  
  .microdados .btn-neutral {
    display: flex;
    min-width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: var(--tailwindcss-spacing-1-5);
    padding: var(--tailwindcss-spacing-2-5);
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--theme-neutral-800);
    border-radius: 6px;
  }
  
  .microdados .button {
    all: unset;
    box-sizing: border-box;
    position: relative;
    flex: 1;
    font-family: "Open Sans-Regular", Helvetica;
    font-weight: 400;
    color: var(--theme-neutral-50);
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 16px;
  }
  
  .microdados .bottom-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 90px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: var(--theme-primary-900);
  }
  
  .microdados .bottom-content {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    align-items: center;
    gap: 32px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .microdados .bottom-text {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .microdados .bottom-description {
    position: relative;
    align-self: stretch;
    font-family: var(--h2-font-family);
    font-weight: var(--h2-font-weight);
    color: #ffffff;
    font-size: var(--h2-font-size);
    text-align: center;
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-style: var(--h2-font-style);
  }
  
  .microdados .p {
    position: relative;
    align-self: stretch;
    font-family: var(--p-small-font-family);
    font-weight: var(--p-small-font-weight);
    color: #ffffff;
    font-size: var(--p-small-font-size);
    text-align: center;
    letter-spacing: var(--p-small-letter-spacing);
    line-height: var(--p-small-line-height);
    font-style: var(--p-small-font-style);
  }
  
  .microdados .span {
    font-family: var(--p-small-font-family);
    font-weight: var(--p-small-font-weight);
    color: #ffffff;
    font-size: var(--p-small-font-size);
    letter-spacing: var(--p-small-letter-spacing);
    line-height: var(--p-small-line-height);
    font-style: var(--p-small-font-style);
  }
  
  .microdados .text-wrapper-2 {
    color: #ffffff;
    text-decoration: underline;
    font-family: var(--p-small-font-family);
    font-style: var(--p-small-font-style);
    font-weight: var(--p-small-font-weight);
    letter-spacing: var(--p-small-letter-spacing);
    line-height: var(--p-small-line-height);
    font-size: var(--p-small-font-size);
  }
  
  .microdados .bottom-links {
    display: flex;
    width: 640px;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex: 0 0 auto;
    gap: 20px;
  }
  
  .microdados .link {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: "DM Sans-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 27px;
    white-space: nowrap;
  }
  