:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-primary:#002d6a;--color-primary-dark:#00285f;--color-primary-soft:#1e4777;--color-accent:#6fb93b;--color-action:#3f7d1d;--color-action-hover:#326716;--color-background:#fff;--color-background-soft:#ecf0f5;--color-surface:#fff;--color-text:#4f5969;--color-heading:#002d6a;--color-border:#ccd5e0;--color-error:#b42318;--color-error-light:#ffd7d2;--color-focus:#78b8f8;--font-family-base:"Lato", "Segoe UI", Arial, sans-serif;--font-family-arabic:"Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;--container-width:75rem;--border-radius-small:.25rem;--border-radius-medium:.5rem;--border-radius-pill:999px;--shadow-focus:0 0 0 .2rem #78b8f873;--transition-standard:.16s ease}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;min-width:20rem}body{background:var(--color-background);min-height:100vh;color:var(--color-text);font-family:var(--font-family-base);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;flex-direction:column;margin:0;font-size:1rem;line-height:1.6;display:flex}html[dir=rtl] body{font-family:var(--font-family-arabic)}main{flex:1}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}button{cursor:pointer}:focus-visible{outline:.15rem solid var(--color-focus);outline-offset:.2rem}.container{width:min(calc(100% - 2rem), var(--container-width));margin-inline:auto}.skip-link{z-index:1000;border-radius:var(--border-radius-small);background:var(--color-surface);color:var(--color-primary);transition:transform var(--transition-standard);padding:.65rem 1rem;font-weight:700;text-decoration:none;position:fixed;inset-block-start:.75rem;inset-inline-start:.75rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:10;background:var(--color-primary);border-bottom:.2rem solid var(--color-background);width:100%;min-height:6rem;position:relative}.site-header .site-header__content{direction:ltr;justify-content:space-between;align-items:stretch;width:100%;max-width:none;min-height:6rem;margin-inline:0;display:flex}.site-brand{background:var(--color-surface);flex:none;justify-content:center;align-items:center;width:9rem;min-height:6rem;padding:.45rem .75rem;text-decoration:none;display:flex}.site-brand__logo{object-fit:contain;width:7.5rem;height:auto;max-height:5.25rem}.language-toggle{border:0;color:#fff;min-width:6.5rem;transition:background-color var(--transition-standard), color var(--transition-standard), opacity var(--transition-standard);background:0 0;border-inline:1px solid #ffffff3d;flex:none;margin:0;padding:.75rem 1.25rem;font-weight:600}.language-toggle:hover:not(:disabled){background:#ffffff1a}.language-toggle:focus-visible{outline-offset:-.3rem;outline-color:#fff}.language-toggle:disabled{cursor:not-allowed;opacity:.65}.page-introduction{background:var(--color-background);padding-block:clamp(3rem,7vw,5.25rem)}.page-introduction__content{max-width:62rem}.page-introduction__eyebrow{color:var(--color-primary);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .65rem;font-size:.85rem;font-weight:700}html[dir=rtl] .page-introduction__eyebrow{letter-spacing:normal}.page-introduction h1{max-width:50rem;color:var(--color-heading);margin:0;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:300;line-height:1.15}.page-introduction__summary{max-width:48rem;color:var(--color-text);margin:1.25rem 0 0;font-size:clamp(1rem,2vw,1.125rem)}.feedback-section{background:var(--color-primary-dark);color:#fff;padding-block:clamp(3.5rem,7vw,5.5rem);overflow:hidden}.feedback-card{grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);align-items:start;gap:clamp(2.5rem,7vw,6.5rem);display:grid;position:relative}.feedback-card:before{content:"";z-index:0;pointer-events:none;border:2.75rem solid #ffffff0f;border-radius:50%;width:23rem;height:23rem;position:absolute;inset-block-end:-13rem;inset-inline-start:-7rem}.feedback-card__header,#feedback-form-root,noscript{z-index:1;position:relative}.feedback-card__header h2{color:#fff;margin:0;font-size:clamp(2rem,4vw,2.75rem);font-weight:300;line-height:1.2}.feedback-card__header p{color:#ffffffe0;max-width:30rem;margin:1.25rem 0 0;font-size:1.05rem}#feedback-form-root{min-width:0;min-height:15rem}.loading-message{border-radius:var(--border-radius-small);color:#fff;background:#ffffff14;border:1px solid #ffffff47;margin:0;padding:1rem}.feedback-form{gap:1.25rem;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.form-field{gap:.4rem;min-width:0;display:grid}.form-field--full{grid-column:1/-1}.form-field label,.form-field__label{color:#fff;font-size:.95rem;font-weight:600}.form-field__required{color:var(--color-error-light)}.form-control,.form-field input,.form-field select,.form-field textarea{border:1px solid var(--color-border);background:var(--color-surface);color:#2f3948;width:100%;min-height:3rem;transition:border-color var(--transition-standard), box-shadow var(--transition-standard);border-radius:0;margin:0;padding:.7rem .85rem}.form-field textarea{resize:vertical;min-height:10rem}.form-control:hover,.form-field input:hover,.form-field select:hover,.form-field textarea:hover{border-color:#8fa1b6}.form-control:focus,.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--color-focus);box-shadow:var(--shadow-focus);outline:0}.form-control[aria-invalid=true],.form-field input[aria-invalid=true],.form-field select[aria-invalid=true],.form-field textarea[aria-invalid=true]{border-color:var(--color-error)}.form-field__hint{color:#ffffffc2;font-size:.85rem}.form-field__error{color:var(--color-error-light);font-size:.875rem;font-weight:600}.turnstile-container{justify-content:flex-end;align-items:center;width:100%;min-width:0;min-height:4.1rem;display:flex}.turnstile-container>div{max-width:100%}html[dir=rtl] .turnstile-container{justify-content:flex-start}.form-actions{justify-content:flex-end;margin-top:.25rem;display:flex}html[dir=rtl] .form-actions{justify-content:flex-start}.submit-button{border-radius:var(--border-radius-pill);background:var(--color-action);color:#fff;min-height:3rem;transition:background-color var(--transition-standard), transform var(--transition-standard), opacity var(--transition-standard);border:0;justify-content:center;align-items:center;padding:.7rem 2rem;font-weight:700;display:inline-flex}.submit-button:hover:not(:disabled){background:var(--color-action-hover)}.submit-button:active:not(:disabled){transform:translateY(1px)}.submit-button:disabled{cursor:not-allowed;opacity:.65}.system-message{border-radius:var(--border-radius-small);margin:1rem 0 0;padding:.85rem 1rem}.system-message:not(.system-message--error):not(.system-message--success){color:#fff;background:#ffffff14;border:1px solid #ffffff47}.system-message--error{border:1px solid var(--color-error-light);color:#fff;background:#b4231838}.system-message--success{color:#fff;background:#3f7d1d47;border:1px solid #b7e19a}.site-footer{background:var(--color-background-soft);color:var(--color-primary);border-top:1px solid #d8e0e9;padding-block:1.4rem}.site-footer__content{justify-content:space-between;align-items:center;gap:1rem 2rem;display:flex}.site-footer p{margin:0}.site-footer__link{text-underline-offset:.2rem;font-weight:600}.site-footer__link:hover{text-decoration-thickness:.13rem}@media (width<=52rem){.feedback-card{grid-template-columns:1fr}.feedback-card__header p{max-width:42rem}}@media (width<=40rem){.container{width:min(calc(100% - 1.25rem), var(--container-width))}.site-header,.site-header__content{min-height:5rem}.site-brand{width:7.25rem;min-height:5rem;padding:.35rem .5rem}.site-brand__logo{width:6rem;max-height:4.4rem}.language-toggle{min-width:5.5rem;padding-inline:.8rem}.page-introduction{padding-block:2.75rem}.feedback-section{padding-block:3rem}.form-grid{grid-template-columns:1fr}.form-field--full{grid-column:auto}.turnstile-container{justify-content:center}.site-footer__content{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
