:root{
  color-scheme: light;
  font-family: "Segoe UI", Arial, sans-serif;
  color:#10243b;
  background:#f4f7f9;
}
body{
  margin:0;
  background:#f4f7f9;
}
.legalDocument{
  width:min(920px, calc(100% - 32px));
  margin:32px auto;
  background:#fff;
  border:1px solid #dfe6ed;
  border-radius:8px;
  padding:28px 34px 38px;
  box-shadow:0 16px 36px rgba(17,32,51,.08);
}
.backLink{
  display:inline-block;
  margin-bottom:22px;
  color:#0b5c8f;
  font-weight:700;
  text-decoration:none;
}
.backLink:hover{
  text-decoration:underline;
}
.status{
  margin:0 0 6px;
  color:#617080;
  font-size:14px;
}
h1{
  margin:0 0 24px;
  color:#071d36;
  font-size:34px;
  line-height:1.12;
}
h2{
  margin:28px 0 10px;
  color:#071d36;
  font-size:21px;
  line-height:1.25;
}
p,li{
  font-size:16px;
  line-height:1.58;
}
p{
  margin:8px 0;
}
ul{
  margin:10px 0 16px 22px;
  padding:0;
}
a{
  color:#0b5c8f;
}
section{
  border-top:1px solid #edf1f4;
  padding-top:4px;
}
section:first-of-type{
  border-top:0;
}
@media(max-width:640px){
  .legalDocument{
    width:calc(100% - 20px);
    margin:10px auto;
    padding:22px 18px 30px;
  }
  h1{
    font-size:28px;
  }
  h2{
    font-size:19px;
  }
}
