@keyframes form-confirmation-enter{0%{opacity:0;transform:translateY(.5rem) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.form-confirmation-message{animation:form-confirmation-enter .26s ease-out;display:flex;flex-direction:column;justify-content:center;text-align:left}.form-confirmation-message__summary{border-top:1px solid rgba(5,150,105,.22);margin-top:1.25rem;padding-top:1.25rem}.form-confirmation-message__summary-title{color:rgb(6,78,59);font-size:.8rem;font-weight:700;letter-spacing:0;margin:0 0 .75rem;text-transform:uppercase}.form-confirmation-message__values{display:grid;gap:.75rem;margin:0}.form-confirmation-message__value{display:grid;gap:.25rem}.form-confirmation-message__value-label{color:rgba(6,78,59,.72);font-size:.82rem;font-weight:700}.form-confirmation-message__value-text{color:rgb(6,78,59);margin:0;overflow-wrap:anywhere}@media (prefers-reduced-motion:reduce){.form-confirmation-message{animation:none}}