/* ASR Public System v13.17.0
   Readability-first institutional public layer.
   This file loads last on every public-facing route and normalizes typography,
   contrast, spacing, forms, cards, tables and the public navigation system. */

body.asr-public-v13170{
  --pub-bg:#f5f7fa;
  --pub-surface:#ffffff;
  --pub-surface-soft:#eef2f6;
  --pub-ink:#10233a;
  --pub-text:#43546a;
  --pub-muted:#66758a;
  --pub-line:#d8e0e8;
  --pub-navy:#07172d;
  --pub-navy-2:#0b2747;
  --pub-gold:#d7a64f;
  --pub-link:#164f88;
  --pub-danger:#a63a3a;
  --pub-radius:14px;
  --pub-shadow:0 16px 44px rgba(12,31,53,.08);
  background:var(--pub-bg)!important;
  color:var(--pub-text)!important;
  font-size:16px!important;
  line-height:1.62!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

body.asr-public-v13170 *,body.asr-public-v13170 *::before,body.asr-public-v13170 *::after{box-sizing:border-box}
body.asr-public-v13170 .container{width:min(1200px,calc(100% - 48px))!important;margin-inline:auto!important}
body.asr-public-v13170 main{min-height:60vh}
body.asr-public-v13170 a{color:var(--pub-link)}
body.asr-public-v13170 p{font-size:15.5px;line-height:1.72;color:var(--pub-text)}
body.asr-public-v13170 small{font-size:13px;line-height:1.5}
body.asr-public-v13170 h1,body.asr-public-v13170 h2,body.asr-public-v13170 h3,body.asr-public-v13170 h4{color:var(--pub-ink);text-wrap:balance}
body.asr-public-v13170 h1{font-size:clamp(42px,5vw,72px);line-height:1.02}
body.asr-public-v13170 h2{font-size:clamp(30px,3.6vw,48px);line-height:1.1}
body.asr-public-v13170 h3{font-size:22px;line-height:1.25}
body.asr-public-v13170 .eyebrow,body.asr-public-v13170 .portal-kicker,body.asr-public-v13170 [class*="kicker"]{font-size:12px!important;line-height:1.4!important;letter-spacing:.12em!important;font-weight:800!important;text-transform:uppercase}
body.asr-public-v13170 .tag,body.asr-public-v13170 [class*="badge"],body.asr-public-v13170 [class*="pill"]{font-size:12px!important;line-height:1.35!important}
body.asr-public-v13170 .section{padding:72px 0!important;background:var(--pub-bg)}
body.asr-public-v13170 .section-soft{background:var(--pub-surface-soft)!important}
body.asr-public-v13170 .portal-empty{padding:28px!important;border:1px solid var(--pub-line)!important;border-radius:var(--pub-radius)!important;background:#fff!important;color:var(--pub-text)!important}
body.asr-public-v13170 .portal-empty h2,body.asr-public-v13170 .portal-empty h3{color:var(--pub-ink)!important}
body.asr-public-v13170 .form-status{font-size:14px!important;color:var(--pub-muted)!important}
body.asr-public-v13170 .form-status.error{color:var(--pub-danger)!important}

/* Unified public header */
body.asr-public-v13170 .site-header.asr-header-v13170{
  position:sticky!important;top:0!important;z-index:1200!important;
  background:rgba(6,20,38,.97)!important;
  border-bottom:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 10px 32px rgba(0,0,0,.14)!important;
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
}
body.asr-public-v13170 .asr-header-shell-v13170{min-height:80px;display:flex;align-items:center;gap:26px}
body.asr-public-v13170 .asr-header-brand-v13170{display:flex;align-items:center;gap:13px;text-decoration:none;min-width:max-content}
body.asr-public-v13170 .asr-header-brand-v13170 img{width:44px!important;height:44px!important;object-fit:contain!important;filter:none!important}
body.asr-public-v13170 .asr-header-brand-v13170 .brand-copy{display:flex;flex-direction:column;line-height:1.12}
body.asr-public-v13170 .asr-header-brand-v13170 .brand-copy>span{font-size:15px!important;font-weight:800!important;color:#fff!important;letter-spacing:.01em!important}
body.asr-public-v13170 .asr-header-brand-v13170 .brand-copy small{margin-top:4px!important;font-size:12px!important;font-weight:700!important;letter-spacing:.10em!important;text-transform:uppercase;color:#aebccd!important}
body.asr-public-v13170 .asr-header-nav-v13170{margin-left:auto;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:18px!important;min-width:0}
body.asr-public-v13170 .asr-header-primary-v13170,body.asr-public-v13170 .asr-header-actions-v13170{display:flex;align-items:center;gap:4px}
body.asr-public-v13170 .asr-header-primary-v13170{padding-right:16px;border-right:1px solid rgba(255,255,255,.1)}
body.asr-public-v13170 .asr-header-link-v13170,body.asr-public-v13170 .asr-header-apply-v13170,body.asr-public-v13170 .asr-header-login-v13170{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:9px;text-decoration:none!important;font-size:14px!important;font-weight:700!important;line-height:1!important
}
body.asr-public-v13170 .asr-header-link-v13170{position:relative;padding:0 12px;color:#c2ceda!important}
body.asr-public-v13170 .asr-header-link-v13170:hover{background:rgba(255,255,255,.055);color:#fff!important}
body.asr-public-v13170 .asr-header-link-v13170[aria-current="page"]{color:#fff!important}
body.asr-public-v13170 .asr-header-link-v13170[aria-current="page"]::after{content:"";position:absolute;left:12px;right:12px;bottom:3px;height:2px;border-radius:10px;background:var(--pub-gold)}
body.asr-public-v13170 .asr-header-apply-v13170{padding:0 15px;color:#f2ca81!important;border:1px solid rgba(215,166,79,.52)!important}
body.asr-public-v13170 .asr-header-apply-v13170:hover{background:rgba(215,166,79,.08)}
body.asr-public-v13170 .asr-header-login-v13170{gap:10px;padding:0 17px;background:linear-gradient(180deg,#e3b45f,#cf9637)!important;color:#081729!important;box-shadow:0 8px 22px rgba(0,0,0,.16)}
body.asr-public-v13170 .asr-header-menu-v13170{display:none;margin-left:auto;min-height:44px;padding:0 14px!important;border-radius:9px!important;border:1px solid rgba(255,255,255,.15)!important;background:rgba(255,255,255,.05)!important;color:#fff!important;font-size:13px!important;font-weight:800!important}

/* Buttons / controls */
body.asr-public-v13170 .button,body.asr-public-v13170 button,body.asr-public-v13170 input,body.asr-public-v13170 select,body.asr-public-v13170 textarea{font:inherit}
body.asr-public-v13170 .button{min-height:44px!important;font-size:14px!important;font-weight:750!important;border-radius:9px!important}
body.asr-public-v13170 .button-small,body.asr-public-v13170 .button-tiny{min-height:38px!important;font-size:13px!important}
body.asr-public-v13170 .button-primary{background:#123a64!important;border-color:#123a64!important;color:#fff!important}
body.asr-public-v13170 .button-secondary{background:#fff!important;border:1px solid #cfd9e3!important;color:#183957!important}
body.asr-public-v13170 .button-soft{background:#eef3f7!important;border:1px solid #d9e1e8!important;color:#28445f!important}
body.asr-public-v13170 label{font-size:14px!important;font-weight:700;color:#263d55!important}
body.asr-public-v13170 input,body.asr-public-v13170 select,body.asr-public-v13170 textarea{
  min-height:46px!important;padding:11px 13px!important;border:1px solid #ccd7e1!important;border-radius:9px!important;background:#fff!important;color:#14283e!important;font-size:15px!important;line-height:1.45!important
}
body.asr-public-v13170 textarea{min-height:120px!important}
body.asr-public-v13170 input::placeholder,body.asr-public-v13170 textarea::placeholder{color:#7b8999!important;opacity:1}
body.asr-public-v13170 input:focus,body.asr-public-v13170 select:focus,body.asr-public-v13170 textarea:focus{outline:3px solid rgba(34,95,151,.16)!important;border-color:#3d719f!important}

/* Shared public hero */
body.asr-public-v13170 .page-hero,body.asr-public-v13170 .about-v13-hero,body.asr-public-v13170 .apply-hero-v131,body.asr-public-v13170 .products-hero-v13169,body.asr-public-v13170 .challenge133-hero,body.asr-public-v13170 .testimonials-hero{
  position:relative;overflow:hidden;background:linear-gradient(122deg,#061427 0%,#071a31 54%,#0b2747 100%)!important;color:#fff!important;border:0!important
}
body.asr-public-v13170 .page-hero h1,body.asr-public-v13170 .about-v13-hero h1,body.asr-public-v13170 .apply-hero-v131 h1,body.asr-public-v13170 .products-hero-v13169 h1,body.asr-public-v13170 .challenge133-hero h1,body.asr-public-v13170 .testimonials-hero h1{color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;font-weight:500!important;letter-spacing:-.035em!important}
body.asr-public-v13170 .page-hero p,body.asr-public-v13170 .about-v13-hero p,body.asr-public-v13170 .apply-hero-v131 p,body.asr-public-v13170 .products-hero-v13169 p,body.asr-public-v13170 .challenge133-hero p,body.asr-public-v13170 .testimonials-hero p{color:#c5d0dc!important;font-size:16px!important;line-height:1.72!important}
body.asr-public-v13170 .page-hero .eyebrow,body.asr-public-v13170 .about-v13-hero .eyebrow,body.asr-public-v13170 .apply-hero-v131 .eyebrow,body.asr-public-v13170 .challenge133-hero .eyebrow{color:#e2b45f!important}

/* Homepage readability, including dense research desk */
body.asr-public-v13170 .asr-hero-v13168 p{font-size:16px!important;color:#c3cfdb!important}
body.asr-public-v13170 .asr-hero-v13168 .asr-kicker-v13168,body.asr-public-v13170 .asr-terminal-v13168 small,body.asr-public-v13170 .asr-terminal-v13168 span,body.asr-public-v13170 .asr-terminal-v13168 dt{font-size:12px!important;line-height:1.35!important}
body.asr-public-v13170 .asr-terminal-v13168 strong,body.asr-public-v13170 .asr-terminal-v13168 dd{font-size:14px!important;line-height:1.35!important}
body.asr-public-v13170 .asr-publication-card-v13168 p,body.asr-public-v13170 .asr-program-card-v13168 p,body.asr-public-v13170 .asr-process-v13168 p{font-size:15px!important;color:#556579!important}
body.asr-public-v13170 .asr-publication-card-v13168 small,body.asr-public-v13170 .asr-card-footer-v13168,body.asr-public-v13170 .asr-paper-meta-v13168,body.asr-public-v13170 .asr-program-index-v13168{font-size:12px!important}
body.asr-public-v13170 .asr-publication-empty-v13169{font-size:14px!important;color:#56667a!important}

/* Publications catalogue */
body.asr-public-v13170 .publications-section{background:var(--pub-bg)!important}
body.asr-public-v13170 .publication-toolbar-v127{top:96px!important;background:rgba(255,255,255,.98)!important;border:1px solid var(--pub-line)!important;border-radius:12px!important;box-shadow:0 12px 32px rgba(16,35,58,.07)!important}
body.asr-public-v13170 .publication-search-wrap input,body.asr-public-v13170 .publication-toolbar-v127 select{font-size:14px!important;color:#17314c!important}
body.asr-public-v13170 .publication-card-v127{background:#fff!important;border:1px solid var(--pub-line)!important;border-radius:14px!important;box-shadow:0 10px 28px rgba(16,35,58,.055)!important}
body.asr-public-v13170 .publication-card-v127 h3{font-size:27px!important;color:#10243c!important}
body.asr-public-v13170 .publication-card-v127 p{font-size:15px!important;color:#536579!important;line-height:1.7!important}
body.asr-public-v13170 .publication-card-top,body.asr-public-v13170 .publication-meta,body.asr-public-v13170 .publication-authors,body.asr-public-v13170 .publication-tags span,body.asr-public-v13170 .publication-card-badges span,body.asr-public-v13170 .publication-card-badges em{font-size:12px!important;color:#5f7083!important}

/* Publication detail and clean SEO publication pages */
body.asr-public-v13170 .publication-detail-page,body.asr-public-v13170 .publication-static-page{background:var(--pub-bg)!important}
body.asr-public-v13170 .publication-detail-container{padding-top:48px!important;padding-bottom:72px!important}
body.asr-public-v13170 .publication-detail-shell,body.asr-public-v13170 .publication-static-shell{color:var(--pub-text)!important}
body.asr-public-v13170 .publication-detail-hero,body.asr-public-v13170 .publication-static-hero{background:#fff!important;border:1px solid var(--pub-line)!important;border-radius:16px!important;box-shadow:var(--pub-shadow)!important;color:var(--pub-text)!important}
body.asr-public-v13170 .publication-detail-hero h1,body.asr-public-v13170 .publication-static-hero h1{color:#10243c!important;font-size:clamp(38px,5vw,62px)!important}
body.asr-public-v13170 .publication-detail-deck,body.asr-public-v13170 .publication-static-deck{font-size:17px!important;color:#4e6177!important}
body.asr-public-v13170 .publication-detail-meta span,body.asr-public-v13170 .publication-detail-date,body.asr-public-v13170 .publication-byline,body.asr-public-v13170 .pub-section-label,body.asr-public-v13170 .publication-detail-breadcrumb{font-size:13px!important;color:#5e7084!important}
body.asr-public-v13170 .publication-prose,body.asr-public-v13170 .publication-record-sidebar section,body.asr-public-v13170 .publication-credit-card{background:#fff!important;color:var(--pub-text)!important;border-color:var(--pub-line)!important}
body.asr-public-v13170 .publication-prose p,body.asr-public-v13170 .publication-credit-card small,body.asr-public-v13170 .publication-record-sidebar dt,body.asr-public-v13170 .publication-record-sidebar dd{font-size:14.5px!important;color:#526478!important}
body.asr-public-v13170 .publication-citation-box code{font-size:13px!important;line-height:1.65!important;color:#203a54!important}

/* About */
body.asr-public-v13170 .about-v13-metrics span{font-size:13px!important;color:#c1cddb!important}
body.asr-public-v13170 .about-v13-metrics strong{font-size:20px!important;color:#fff!important}
body.asr-public-v13170 .about-v13-story article>p,body.asr-public-v13170 .about-person p,body.asr-public-v13170 .about-partner-grid p{font-size:15px!important;color:#536478!important}
body.asr-public-v13170 .about-v13-story aside{background:linear-gradient(145deg,#071a31,#0b2747)!important;color:#fff!important}
body.asr-public-v13170 .about-v13-story aside strong{font-size:18px!important;color:#fff!important}
body.asr-public-v13170 .about-institutions,body.asr-public-v13170 .about-person,body.asr-public-v13170 .about-partner-grid article{background:#fff!important;color:var(--pub-text)!important}

/* Meetings */
body.asr-public-v13170 .meeting-hero-status-v1376{background:rgba(255,255,255,.045)!important;border-color:rgba(255,255,255,.13)!important}
body.asr-public-v13170 .meeting-hero-status-v1376>span,body.asr-public-v13170 .meeting-hero-format-v1376 small{font-size:13px!important;color:#bfccd9!important}
body.asr-public-v13170 .meeting-hero-format-v1376 strong{font-size:18px!important;color:#fff!important}
body.asr-public-v13170 .meeting-search-bar,body.asr-public-v13170 .meeting-reference-card,body.asr-public-v13170 .meeting-grid-card,body.asr-public-v13170 .meeting-special-card,body.asr-public-v13170 .meeting-calendar-shell{background:#fff!important;color:var(--pub-text)!important;border:1px solid var(--pub-line)!important;border-radius:14px!important;box-shadow:0 10px 28px rgba(16,35,58,.05)!important}
body.asr-public-v13170 .meeting-section-head p,body.asr-public-v13170 .meeting-grid-copy p,body.asr-public-v13170 .meeting-special-card p,body.asr-public-v13170 .meeting-reference-card p{font-size:15px!important;color:#536579!important}
body.asr-public-v13170 .meeting-type,body.asr-public-v13170 .meeting-access-pill,body.asr-public-v13170 .meeting-grid-date span,body.asr-public-v13170 .meeting-grid-date small,body.asr-public-v13170 .meeting-recurring-when{font-size:12.5px!important;color:#5c6e81!important}
body.asr-public-v13170 .meeting-grid-copy h3{color:#10243c!important;font-size:22px!important}

/* Apply */
body.asr-public-v13170 .apply-status-panel-v131{background:rgba(255,255,255,.045)!important;border-color:rgba(255,255,255,.13)!important;color:#fff!important}
body.asr-public-v13170 .apply-status-panel-v131 p{color:#c1cdda!important;font-size:15px!important}
body.asr-public-v13170 .apply-route-card-v131,body.asr-public-v13170 .apply-guide-card-v131,body.asr-public-v13170 .apply-privacy-v131,body.asr-public-v13170 .application-card{background:#fff!important;color:var(--pub-text)!important;border:1px solid var(--pub-line)!important;border-radius:14px!important;box-shadow:0 10px 30px rgba(16,35,58,.05)!important}
body.asr-public-v13170 .apply-route-card-v131 p,body.asr-public-v13170 .apply-guide-card-v131 p,body.asr-public-v13170 .apply-process-v131 small,body.asr-public-v13170 .form-note{font-size:14.5px!important;color:#56687b!important}
body.asr-public-v13170 .apply-route-card-v131>span,body.asr-public-v13170 .apply-route-card-v131 em{font-size:12.5px!important;color:#5c6e81!important}
body.asr-public-v13170 .application-card .field label{font-size:14px!important;color:#263d55!important}

/* DINAV Products */
body.asr-public-v13170 .products-kicker-v13169{font-size:12px!important}
body.asr-public-v13170 .products-hero-v13169 p,body.asr-public-v13170 .products-section-head-v13169 p,body.asr-public-v13170 .dinav-cap-card-v13169 p,body.asr-public-v13170 .dinav-runtime-v13169 p,body.asr-public-v13170 .dinav-safety-card-v13169 p,body.asr-public-v13170 .products-cta-v13169 p{font-size:15px!important;line-height:1.7!important}
body.asr-public-v13170 .dinav-brand-panel-v13169 small,body.asr-public-v13170 .dinav-cap-index-v13169 span,body.asr-public-v13170 .dinav-runtime-v13169>article>span,body.asr-public-v13170 .dinav-safety-card-v13169>span{font-size:12px!important;line-height:1.45!important}
body.asr-public-v13170 .dinav-cap-card-v13169,body.asr-public-v13170 .dinav-runtime-v13169 article,body.asr-public-v13170 .dinav-safety-card-v13169{border-color:var(--pub-line)!important}

/* Testimonials */
body.asr-public-v13170 .testimonials-page-shell{padding:72px 0!important;background:var(--pub-bg)!important}
body.asr-public-v13170 .testimonials-hero{padding:58px!important;border-radius:18px!important;display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:40px;align-items:center}
body.asr-public-v13170 .testimonials-hero-stat{background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.13)!important;color:#fff!important;border-radius:14px!important}
body.asr-public-v13170 .testimonials-hero-stat span,body.asr-public-v13170 .testimonials-hero-stat small{font-size:13px!important;color:#c0ccd9!important}
body.asr-public-v13170 .testimonials-hero-stat strong{color:#fff!important}
body.asr-public-v13170 .testimonials-directory{margin-top:30px!important}
body.asr-public-v13170 .testimonials-toolbar,body.asr-public-v13170 .testimonial-public-card{background:#fff!important;color:var(--pub-text)!important;border:1px solid var(--pub-line)!important;border-radius:14px!important;box-shadow:0 10px 28px rgba(16,35,58,.05)!important}
body.asr-public-v13170 .testimonial-public-card blockquote{font-size:18px!important;line-height:1.65!important;color:#253c55!important}
body.asr-public-v13170 .testimonial-person strong{font-size:15px!important;color:#10243c!important}
body.asr-public-v13170 .testimonial-person span,body.asr-public-v13170 .testimonial-person small,body.asr-public-v13170 .testimonials-result-meta{font-size:13px!important;color:#607286!important}

/* Public Challenge */
body.asr-public-v13170 .challenge133-hero{padding:82px 0!important}
body.asr-public-v13170 .challenge133-code,body.asr-public-v13170 .challenge133-state,body.asr-public-v13170 .challenge133-countdown{font-size:13px!important;color:#d8e1ea!important}
body.asr-public-v13170 .challenge133-hero aside{background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.13)!important;color:#fff!important;border-radius:14px!important}
body.asr-public-v13170 .challenge133-hero aside span,body.asr-public-v13170 .challenge133-hero aside b{font-size:13px!important;color:#c3d0dd!important}
body.asr-public-v13170 .challenge133-hero aside strong{color:#fff!important;font-size:20px!important}
body.asr-public-v13170 .challenge133-facts article,body.asr-public-v13170 .challenge133-info-grid>article,body.asr-public-v13170 .challenge133-cycle-grid>article,body.asr-public-v13170 .challenge133-entry-ready,body.asr-public-v13170 .challenge133-access-grid>*{background:#fff!important;color:var(--pub-text)!important;border:1px solid var(--pub-line)!important;border-radius:14px!important;box-shadow:0 10px 28px rgba(16,35,58,.045)!important}
body.asr-public-v13170 .challenge133-facts span,body.asr-public-v13170 .challenge133-cycle-grid small,body.asr-public-v13170 .challenge133-cycle-grid em{font-size:13px!important;color:#607286!important}
body.asr-public-v13170 .challenge133-info-grid p,body.asr-public-v13170 .challenge133-cycle-grid p,body.asr-public-v13170 .challenge133-entry-ready p{font-size:15px!important;color:#536579!important}

/* Guest space */
body.asr-public-v13170 .guest-page-v13 .section-soft{background:var(--pub-bg)!important}
body.asr-public-v13170 [data-guest-space] article,body.asr-public-v13170 [data-guest-space] .guest-space-card,body.asr-public-v13170 [data-guest-space] .meeting-grid-card{background:#fff!important;color:var(--pub-text)!important;border-color:var(--pub-line)!important}
body.asr-public-v13170 [data-guest-space] p,body.asr-public-v13170 [data-guest-space] small{color:#536579!important;font-size:14px!important}

/* Verify */
body.asr-public-v13170 [data-verify-form]{padding:24px!important;background:#fff!important;border:1px solid var(--pub-line)!important;border-radius:14px!important;box-shadow:var(--pub-shadow)!important}
body.asr-public-v13170 [data-verify-result]{font-size:15px!important;color:var(--pub-text)!important}

/* Cookie policy */
body.asr-public-v13170 .cookie-policy-index article,body.asr-public-v13170 .cookie-policy-copy article{background:#fff!important;color:var(--pub-text)!important;border:1px solid var(--pub-line)!important;border-radius:14px!important;box-shadow:0 8px 24px rgba(16,35,58,.04)!important}
body.asr-public-v13170 .cookie-policy-index span,body.asr-public-v13170 .cookie-policy-copy small{font-size:13px!important;color:#607286!important}
body.asr-public-v13170 .cookie-policy-copy p,body.asr-public-v13170 .cookie-policy-table{font-size:15px!important;color:#4f6277!important}
body.asr-public-v13170 .cookie-policy-table th{font-size:13px!important;color:#233c55!important;background:#eef3f7!important}
body.asr-public-v13170 .cookie-policy-table td{font-size:14px!important;color:#4c6075!important;background:#fff!important}

/* Footer */
body.asr-public-v13170 .site-footer{background:#061426!important;color:#c3cfda!important;border-top:1px solid rgba(255,255,255,.08)!important}
body.asr-public-v13170 .site-footer p,body.asr-public-v13170 .site-footer span,body.asr-public-v13170 .site-footer a,body.asr-public-v13170 .site-footer button{font-size:13px!important;color:#bac7d4!important}
body.asr-public-v13170 .site-footer a:hover,body.asr-public-v13170 .site-footer button:hover{color:#fff!important}

/* Global contrast repair on light surfaces */
body.asr-public-v13170 :is(.section,.section-soft,.publications-section,.about-institutions,.testimonials-directory,.products-section-v13169.white,.challenge133-current,.challenge133-archive) :is(h1,h2,h3,h4,strong){color:var(--pub-ink)}

@media(max-width:1050px){
  body.asr-public-v13170 .asr-header-brand-v13170 .brand-copy small{display:none}
  body.asr-public-v13170 .asr-header-nav-v13170{gap:10px!important}
  body.asr-public-v13170 .asr-header-link-v13170{padding-inline:9px!important;font-size:13px!important}
}

@media(max-width:920px){
  body.asr-public-v13170 .container{width:min(100% - 32px,1200px)!important}
  body.asr-public-v13170 .asr-header-shell-v13170{min-height:72px}
  body.asr-public-v13170 .asr-header-menu-v13170{display:inline-flex!important;align-items:center;justify-content:center}
  body.asr-public-v13170 .asr-header-nav-v13170{display:none!important;position:absolute;top:72px;left:16px;right:16px;margin:0!important;padding:16px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:14px;background:#081b32!important;box-shadow:0 20px 45px rgba(0,0,0,.28)!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important}
  body.asr-public-v13170 .asr-header-nav-v13170.open{display:flex!important}
  body.asr-public-v13170 .asr-header-primary-v13170,body.asr-public-v13170 .asr-header-actions-v13170{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;border:0!important;padding:0!important}
  body.asr-public-v13170 .asr-header-link-v13170,body.asr-public-v13170 .asr-header-apply-v13170,body.asr-public-v13170 .asr-header-login-v13170{justify-content:flex-start!important;width:100%;min-height:48px!important;padding-inline:14px!important}
  body.asr-public-v13170 .testimonials-hero{grid-template-columns:1fr;padding:34px!important}
  body.asr-public-v13170 .publication-toolbar-v127{position:static!important;grid-template-columns:1fr!important}
  body.asr-public-v13170 .publication-grid{grid-template-columns:1fr!important}
}

@media(max-width:680px){
  body.asr-public-v13170{font-size:15px!important}
  body.asr-public-v13170 .container{width:min(100% - 24px,1200px)!important}
  body.asr-public-v13170 .section{padding:54px 0!important}
  body.asr-public-v13170 .asr-header-brand-v13170 .brand-copy>span{font-size:13px!important}
  body.asr-public-v13170 .asr-header-brand-v13170 img{width:40px!important;height:40px!important}
  body.asr-public-v13170 h1{font-size:clamp(36px,11vw,52px)!important}
  body.asr-public-v13170 h2{font-size:clamp(28px,8vw,38px)!important}
  body.asr-public-v13170 p{font-size:15px!important}
  body.asr-public-v13170 .button{width:100%;justify-content:center}
  body.asr-public-v13170 .testimonials-hero{padding:26px!important}
}

@media(prefers-reduced-motion:reduce){body.asr-public-v13170 *,body.asr-public-v13170 *::before,body.asr-public-v13170 *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
