
/* UNIVERM Foundation 1.8a */

.uv-legal-footer{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  padding:28px clamp(22px,5vw,80px);
  border-top:1px solid rgba(53,86,111,.16);
  background:#fff;
  color:#68777f;
  font-size:.88rem;
}
.uv-legal-footer nav{display:flex;gap:18px;flex-wrap:wrap}
.uv-legal-footer a{color:#35566f;text-decoration:none;font-weight:700}
.uv-legal-footer a:hover{text-decoration:underline}

.uv2-login-card{
  max-width:620px;
  margin-top:18px;
  padding:18px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(35,68,91,.14);
}
.uv2-login-card strong{display:block;margin-bottom:12px;color:#153247}
.uv2-login-fields{display:grid;grid-template-columns:1fr 1fr auto;gap:10px}
.uv2-login-fields input{
  min-width:0;
  min-height:44px;
  padding:0 12px;
  border:1px solid rgba(35,68,91,.22);
  background:#fff;
  font:inherit;
}
.uv2-login-fields button{
  min-height:44px;
  padding:0 16px;
  border:0;
  background:#35566f;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.uv2-login-card small{display:block;margin-top:9px;color:#68777f}

.uv-registration-rule{
  margin:20px 0;
  padding:18px;
  border:1px solid rgba(196,154,58,.42);
  background:rgba(196,154,58,.08);
}
.uv-registration-rule strong{color:#17344a}
.uv-registration-rule p{margin:8px 0 0;color:#68777f;line-height:1.6}

.uv-checkbox.is-error{
  outline:2px solid #a03030;
  outline-offset:4px;
  background:rgba(160,48,48,.05);
}
.uv-company-form [aria-invalid="true"]{
  border-color:#a03030!important;
  box-shadow:0 0 0 2px rgba(160,48,48,.08);
}
.uv-field-error{
  display:block;
  margin-top:6px;
  color:#a03030;
  font-size:.82rem;
  font-weight:700;
}

.uv-legal-page{
  margin:0;
  min-height:100vh;
  background:#f4f1e9;
  color:#17344a;
  font-family:Arial,Helvetica,sans-serif;
}
.uv-legal-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px clamp(22px,5vw,80px);
  background:#fff;
  border-bottom:1px solid rgba(53,86,111,.16);
}
.uv-legal-header a{color:#35566f;text-decoration:none;font-weight:800}
.uv-legal-shell{
  width:min(960px,92%);
  margin:0 auto;
  padding:clamp(48px,7vw,90px) 0;
}
.uv-legal-shell h1{font-size:clamp(2.7rem,5vw,4.8rem);margin:.1em 0 .5em}
.uv-legal-shell h2{margin-top:2em;color:#17344a}
.uv-legal-shell p,.uv-legal-shell li{color:#586b77;line-height:1.75}
.uv-legal-card{
  padding:clamp(24px,4vw,42px);
  background:#fff;
  border:1px solid rgba(53,86,111,.16);
  box-shadow:0 20px 60px rgba(23,52,74,.08);
}
.uv-legal-warning{
  padding:18px;
  border-left:4px solid #c49a3a;
  background:#fff8df;
}
.uv-contact-form{display:grid;gap:16px;margin-top:24px}
.uv-contact-form label{display:grid;gap:7px;font-weight:700}
.uv-contact-form input,.uv-contact-form textarea{
  width:100%;padding:12px 13px;border:1px solid rgba(53,86,111,.24);font:inherit
}
.uv-contact-form button{
  justify-self:start;padding:13px 20px;border:0;background:#35566f;color:#fff;font-weight:800;cursor:pointer
}

@media(max-width:760px){
  .uv2-login-fields{grid-template-columns:1fr}
  .uv-legal-footer{align-items:flex-start;flex-direction:column}
}
