/* Above-the-fold shell only — keep tiny so full app.css can load async */
*,::before,::after{box-sizing:border-box;border:0 solid #e5e7eb}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:Work Sans,sans-serif;color:#1f2937;line-height:1.5;-webkit-font-smoothing:antialiased}
img,svg,video{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:inherit}
button{font-family:inherit;font-size:100%;margin:0;padding:0;background:transparent;border:0;cursor:pointer}
.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
@media (min-width:640px){.container{padding-left:2rem;padding-right:2rem}}
@media (min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}
@media (min-width:1344px){.container{max-width:1344px;padding-left:0;padding-right:0}}
.flex{display:flex}
.hidden{display:none}
.items-center{align-items:center}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.relative{position:relative}
.absolute{position:absolute}
.sticky{position:-webkit-sticky;position:sticky}
.top-0{top:0}
.z-50{z-index:50}
.w-full{width:100%}
.shrink-0{flex-shrink:0}
.h-8{height:2rem}
.bg-white{background-color:#fff}
.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}
.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.m-0{margin:0}
.text-center{text-align:center}
.text-sm{font-size:.875rem;line-height:1.25rem}
.uppercase{text-transform:uppercase}
.top-header{text-align:center}
.header-brand{display:inline-flex;align-items:center;justify-content:center}
.header-brand__review{display:none}
@media (max-width:639px){
  .header-brand{position:relative;min-width:8.5rem;min-height:2rem}
  .header-brand__item{display:flex;align-items:center;justify-content:center}
  .header-brand__review{display:flex;position:absolute;inset:0;opacity:0;pointer-events:none}
}
@media (min-width:640px){
  .sm\:hidden{display:none}
  .sm\:block{display:block}
  .sm\:h-auto{height:auto}
}
