.page-container {
  width: 100%;
  padding: 1.8rem;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .page-container {
    padding: 3.6rem;
  }
}
@media (min-width: 1400px) {
  .page-container {
    width: 1280px;
    margin: auto;
    padding: 1.8rem 0;
  }
}
.page-container dl,
.page-container .p {
  width: 100%;
  font-size: 1.1rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #404040;
  padding: 1.8rem 0;
}
@media (min-width: 992px) {
  .page-container dl,
  .page-container .p {
    width: 70%;
    margin: 0 auto;
  }
}
.page-container p {
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  margin: 0.9rem 0;
}
.page-container ul {
  margin: 0.9rem 0;
}
.page-container ul li {
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #666666;
  line-height: 1.8em;
  margin-left: 3.6rem;
}
.page-container h1 {
  font-size: 1.8rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #06278a;
  text-align: center;
  padding: 0 0 1.8rem 0;
}
@media (min-width: 1400px) {
  .page-container h1 {
    padding: 1.8rem 0;
    font-size: 2rem;
  }
}
.page-container dt {
  font-size: 1.3rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #1239ac;
  margin: 0.9rem 0;
}
.page-container dd {
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #666666;
  line-height: 1.6em;
}
.page-container.page-full h1, .page-container.page-full h2 {
  text-align: start;
}
.page-container.page-full h2 {
  font-size: 1.3rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #06278a;
}
.page-container.page-full li {
  margin-left: 1em;
}
.page-container.page-full li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  margin-right: 1rem;
  color: #072ea2;
}
.page-container.page-full strong {
  font-weight: 500;
}
.page-container.page-full img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=page.css.map */