.spw-legal-section .breadcrumbs {
  position: relative;
}
.spw-legal-section .breadcrumbs .inner {
  width: 94%;
  margin: 1em auto 1em;
}
.spw-legal-section .cont_base > div,
.spw-legal-section .cont_base .spw-legal-page {
  width: 98%;
  margin: 3em auto 5em;
  padding: 3em 2% 5em;
  background-color: #fff;
}
.spw-legal-section .cont_base .spw-legal-page {
  border: 1px solid #d5d9e5;
  box-shadow: 10px 18px 34px rgba(50, 68, 68, 0.08);
  color: #383e58;
  line-height: 1.9;
}
.spw-legal-section .cont_base .spw-legal-page h1 {
  margin-bottom: 2.6em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #dfe4ef;
  text-align: center;
  font-size: 1.3em;
  color: #324444;
}
.spw-legal-section .cont_base .spw-legal-page h2 {
  margin: 2.4em 0 0.8em;
  font-size: 1.1em;
  font-weight: 500;
  color: #324444;
}
.spw-legal-section .cont_base .spw-legal-page h3 {
  margin: 1.6em 0 0.6em;
  font-size: 1em;
  font-weight: 500;
  color: #324444;
}
.spw-legal-section .cont_base .spw-legal-page p {
  margin: 0.8em 0;
}
.spw-legal-section .cont_base .spw-legal-page ul,
.spw-legal-section .cont_base .spw-legal-page ol {
  margin: 0.9em 0 1.2em 1.4em;
}
.spw-legal-section .cont_base .spw-legal-page li {
  margin: 0.45em 0;
}
.spw-legal-section .cont_base .spw-legal-page a:link, .spw-legal-section .cont_base .spw-legal-page a:visited {
  color: #007da0;
  text-decoration: underline;
}
.spw-legal-section .cont_base .spw-legal-page a:hover, .spw-legal-section .cont_base .spw-legal-page a:active {
  text-decoration: none;
}
.spw-legal-section .cont_base .spw-legal-page .wp-block-table {
  margin: 1em 0 5em;
  font-size: 0.8em;
}
.spw-legal-section .cont_base .spw-legal-page .wp-block-table thead {
  border-bottom-width: 1px;
  background-color: #b5b8ce;
}
.spw-legal-section .cont_base .spw-legal-page .wp-block-table thead th {
  padding: 0.45em 0.55em;
}
.spw-legal-section .cont_base .spw-legal-page .wp-block-table .has-text-align-center {
  text-align: center;
}
.spw-legal-section .cont_base .spw-legal-page .wp-block-table td {
  padding: 0.45em 0.55em;
}
.spw-legal-section .cont_base .spw-legal-page .spw-definition-list {
  margin: 1.4em 0 2.2em;
  border-top: 1px solid #dfe4ef;
}
.spw-legal-section .cont_base .spw-legal-page .spw-definition-list > div {
  display: flex;
  flex-direction: column;
  gap: 0.45em;
  padding: 1em 0;
  border-bottom: 1px solid #dfe4ef;
}
.spw-legal-section .cont_base .spw-legal-page .spw-definition-list dt {
  font-weight: 700;
  color: #324444;
}
.spw-legal-section .cont_base .spw-legal-page .spw-definition-list dd {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .spw-legal-section .cont_base > div,
  .spw-legal-section .cont_base .spw-legal-page {
    width: 95%;
    margin: 2em auto 2em;
    padding: 3em 3% 5em;
  }
  .spw-legal-section .cont_base .spw-legal-page h1 {
    font-size: 1.5em;
  }
  .spw-legal-section .cont_base .spw-legal-page .wp-block-table {
    margin: 1em 0 10em;
  }
  .spw-legal-section .cont_base .spw-legal-page .spw-definition-list > div {
    display: grid;
    grid-template-columns: minmax(12em, 15em) minmax(0, 1fr);
    gap: 1.4em;
    align-items: start;
  }
}/*# sourceMappingURL=legal-section.css.map */