.txt__field{background:var(--adp-white);width:100%;min-height:3.0625rem;position:relative}@media (min-width:1360px){.txt__field{min-height:3.6875rem}}.txt__field_content{flex-direction:column;gap:.25rem;display:flex}.txt__input{border:.0625rem solid var(--gray-600);width:100%;font-size:1rem;line-height:1.4;font-family:var(--adp-font-family);color:var(--gray-900);border-radius:.25rem;min-height:3.0625rem;padding:.75rem 1rem;font-weight:400}@media (min-width:1360px){.txt__input{min-height:3.6875rem;padding:1rem;font-size:1.125rem}}.txt__input:focus{box-shadow:none;outline:none}.txt__label{max-width:calc(100% - 2rem);color:var(--gray-600);font-size:1rem;font-weight:400;line-height:1.25;font-family:var(--adp-font-family);background:var(--adp-white);pointer-events:none;transition:top .2s,transform .2s,font-size .2s;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.txt__label .txt__required{font-weight:700}@media (min-width:1360px){.txt__label{font-size:1.125rem}}.txt__field:has(.txt__input:placeholder-shown:not(:focus)){border:.0625rem solid var(--gray-600);box-sizing:border-box;border-radius:.25rem;padding:.75rem 1rem}@media (min-width:1360px){.txt__field:has(.txt__input:placeholder-shown:not(:focus)){padding:1rem}}.txt__field:has(.txt__input:placeholder-shown:not(:focus)) .txt__input{background:0 0;border:none;width:100%;height:100%;padding:0;position:absolute;inset:0}.txt__field:has(.txt__input:placeholder-shown:not(:focus)) .txt__label{background:0 0;max-width:100%;position:static;transform:none}.txt__field:has(.txt__input--error:placeholder-shown:not(:focus)){border-color:var(--magenta-900)}.txt__input:focus+.txt__label,.txt__input:not(:placeholder-shown)+.txt__label{padding-inline:.25rem;font-size:.625rem;line-height:1.2;top:0;transform:translateY(-50%)}.txt__input--error{border-color:var(--magenta-900);caret-color:var(--magenta-900);color:var(--magenta-900)}.txt__input--error+.txt__label{color:var(--magenta-900)}.txt__error{color:var(--magenta-900);padding-inline:1rem;font-size:.625rem;line-height:1.2}@media (min-width:1360px){.txt__error{font-size:.75rem;line-height:1}}input:-webkit-autofill{-webkit-text-fill-color:inherit;box-shadow:inset 0 0 0 1000px #fff}input:-webkit-autofill:hover{-webkit-text-fill-color:inherit;box-shadow:inset 0 0 0 1000px #fff}input:-webkit-autofill:focus{-webkit-text-fill-color:inherit;box-shadow:inset 0 0 0 1000px #fff}
.form-captcha{flex-direction:column;gap:.5rem;display:flex}.form-captcha__widget{width:100%}.form-captcha__error{color:var(--magenta-900);padding-inline:.25rem;font-size:.625rem;line-height:1.2}@media (min-width:1360px){.form-captcha__error{font-size:.75rem;line-height:1}}.adp-form__captcha-container{min-height:4.625rem}
