@charset "UTF-8";.feedback-form{background:#fff;border:1px solid var(--brand-border);padding:28px}.feedback-form .form-label{color:var(--brand-text);font-weight:700;font-size:.9rem;margin-bottom:6px}.feedback-form .form-label.require::after{content:" *";color:var(--brand-danger)}.feedback-form .form-control,.feedback-form .form-select{border-radius:var(--brand-radius);border-color:var(--brand-border);min-height:46px;font-size:.94rem;color:var(--brand-text);transition:border-color .2s,box-shadow .2s}.feedback-form .form-control:focus,.feedback-form .form-select:focus{border-color:var(--brand-primary);box-shadow:0 0 0 2px rgba(11,61,98,.15)}.feedback-form textarea.form-control{min-height:140px;resize:vertical}.feedback-form .form-check-label{color:var(--brand-text);font-size:.88rem}.feedback-form .form-check-label a{color:var(--brand-primary);-webkit-text-decoration:underline;text-decoration:underline}.feedback-form .siem-btn-primary{margin-top:8px;font-size:.96rem;padding:14px 24px}.inline-form-cta .feedback-form{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16)}.inline-form-cta .feedback-form .form-label{color:#fff}.inline-form-cta .feedback-form .form-label.require::after{color:var(--brand-warning)}.inline-form-cta .feedback-form .form-control,.inline-form-cta .feedback-form .form-select{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:#fff}.inline-form-cta .feedback-form .form-control::-moz-placeholder{color:rgba(255,255,255,.5)}.inline-form-cta .feedback-form .form-control::placeholder{color:rgba(255,255,255,.5)}.inline-form-cta .feedback-form .form-select option{background:var(--brand-primary-dark);color:#fff}.inline-form-cta .feedback-form .form-check-label{color:rgba(255,255,255,.85)}.inline-form-cta .feedback-form .form-check-label a{color:var(--brand-secondary)}@media (max-width:575px){.feedback-form{padding:20px}}