html, body,
article, figure, footer, main, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  background-color: #ffffff;
  overflow: auto;
  overflow-x: hidden;
}

body {
  display: flex;
	flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 20rem;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1em;
  font-variant: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 400;
  color: #002b3c;
  -webkit-font-feature-settings: 'kern' 1;
  font-kerning: normal;
  font-feature-settings: 'kern' 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #ffffff;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  scroll-padding-top: 12.5%;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: solid 0.25rem #0076d5;
}

[tabindex]:focus {
  outline: none;
}

button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
}

h1, h2, h3, p {
  display: block;
  margin: 0;
  margin-bottom: inherit;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p .larger {
  margin: 0 -0.1rem 0 -0.1rem;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 0;
}

strong {
  font-weight: 700;
}

i {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

img {
  display: block;
  border: none;
  color: transparent;
}

.wsnw {
  white-space: nowrap;
}

.verse,
.smallcaps {
  font-style: normal;
  font-size: 75%;
  line-height: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.page {
  display: flex;
	flex-direction: column;
  width: 100%;
  max-width: 75rem;
  height: 100%;
  margin: auto;
}

.header {
  flex: 0 0 auto;
  position: relative;
  height: 11rem;
}

.nav {
  width: 100%;
  max-width: 75rem;
}

.nav > div:last-of-type {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  min-width: 20rem;
  max-width: inherit;
}

.menu-button,
.collapse-menu-button {
  position: absolute;
  top: 0;
  right: -0.5rem;
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  outline-offset: -0.25rem;
}

.collapse-menu-button {
  position: fixed;
  right: auto;
  left: 0;
  margin-left: -0.5rem;
  padding: 1.5rem;
}

.menu-button svg,
.collapse-menu-button svg {
  position: relative;
  z-index: 1;
  fill: #002b3c;
}

.menu-button:before,
.collapse-menu-button:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  margin: auto;
  background-color: #efbf87;
  border-radius: 100%;
  transition: transform 0.06s ease;
}

.collapse-menu-button:before {
  width: 3rem;
  height: 3rem;
}

@media (hover: hover) {
  .menu-button:hover:before,
  .collapse-menu-button:hover:before {
    transform: scale(1.125);
    transition: transform 0.12s ease;
  }
}

.menu-button:active:before,
.collapse-menu-button:active:before {
  transform: scale(1);
}

.menu {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem 0 1.5rem;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 0 3.75rem 0 rgba(0,43,60,0.25);
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  visibility: hidden;
  scroll-padding-top: 12.5%;
}

.expand-menu {
  z-index: 11;
  visibility: visible;
}

.menu-menu,
.menu-section,
.menu-chapters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 0.5rem;
  width: 100%;
  min-width: 17.5rem;
  max-width: 22.5rem;
  margin: 5.375rem auto 4.625rem auto;
  padding: 0;
  list-style-type: none;
}

.menu-section,
.menu-chapters {
  flex-direction: column;
  column-gap: 0;
  row-gap: 1.5rem;
  margin: 0 auto 0 auto;
}

.menu-chapters {
  margin-top: -0.5rem;
}

.menu-section {
  margin: -2rem auto 5.375rem auto;
}

.menu-section-collapsed {
  margin-bottom: 3.375rem;
}

.menu-section h2 {
  margin: 0 -1.5rem 1.125rem -0.625rem;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.3333333em;
}

.menu-section h2 a {
  padding: 0.5rem;
}

.menu-section-button {
  margin: -0.5rem 0 -0.5rem 0;
  padding: 0.5rem;
  font-family: "Noto Serif", serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.3333333em;
  color: #002b3c;
  text-align: left;
}

.menu-menu li,
.menu-chapters li {
  margin: 0.5rem -0.25rem 0.5rem -0.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
}

.menu-chapters li {
  position: relative;
  margin: -0.25rem -0.75rem -0.25rem -0.25rem;
}

.menu-chapters li span {
  white-space: nowrap;
}

.menu-chapters li span:after {
  content: ')';
}

.header .logo {
  position: absolute;
  top: 0.25rem;
  left: -0.25rem;
  width: 9rem;
  height: 9rem;
}

.breadcrumb {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 39rem;
  margin: -3.625rem auto 2.125rem auto;
}

.breadcrumb h1,
.breadcrumb h2,
.breadcrumb div {
  position: relative;
  z-index: 2;
  margin: 0 0 0 7.5rem;
  padding: 0 1.5rem 0 1.5rem;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}

.main {
  flex: 1 0 auto;
  display: flex;
	flex-direction: column;
}

.article {
  flex: 1 0 auto;
  max-width: 36rem;
  margin: 0.5rem auto 6.625rem auto;
  padding: 0 1.5rem 0 1.5rem;
}

.article div {
  margin-bottom: 3.625rem;
}

.article div:last-of-type {
  margin-bottom: 0;
}

.article h1,
.article h2,
.article h3 {
  margin: 0 -1rem 2.375rem -0.125rem;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.3333333em;
}

.article .h-2 {
  margin-top: -0.375rem;
}

.article p,
.article figcaption {
  margin: 0 -0.5rem 1.5em 0;
  font-size: 1rem;
  line-height: 1.5em;
}

.article div p:first-child {
  padding-top: 0.875rem;
}

.article ul {
  display: inline-flex;
  flex-direction: column;
  row-gap: 0.5em;
  margin: 0 0 1.5em 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5em;
  list-style-type: none;
}

.article span.image-block,
.article span.image-inline,
.article span.image-inline-2 {
  display: block;
  margin-right: -1rem;
}

.article span.image-inline-2 {
  margin-bottom: -1.5rem;
}

.article span.image-block img {
  display: block;
  max-width: 100%;
  margin: 0.5rem 0 3rem -0.5rem;
}

.article span.image-inline img,
.article span.image-inline-2 img {
  display: inline;
  max-width: 100%;
  margin: 0.625rem 0 1.875rem -0.5rem;
}

.breadcrumb h1 a,
.breadcrumb h2 a,
.breadcrumb div a,
.article h1 a,
.article h2 a,
.article p a,
.article ul a,
.article figure a {
  text-decoration: underline;
  text-decoration-color: #efbf87;
  text-underline-position: under;
  text-underline-offset: 0;
  text-decoration-thickness: 0.15625rem;
}

.article h1 a,
.article h2 a {
  text-decoration-thickness: 0.3125rem;
}

.breadcrumb h1 a,
.breadcrumb h2 a,
.breadcrumb div a {
  text-decoration-thickness: 0.25rem;
}

.main-footer {
  padding: 0 0.5rem 0 4rem;
}

.next {
  width: 100%;
  max-width: 34.5rem;
  margin: -4.5rem 0 8rem auto;
}

.next a {
  margin: 0 -0.5rem 0 -0.625rem;
  padding: 0.5rem;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.3333333em;
}

.footer {
  position: relative;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  margin: -3.125rem 5.25rem 0.625rem 0;
  padding-left: 0.75rem;
  list-style-type: none;
}

.footer-menu li {
  margin: 0.5rem -0.25rem 0.5rem -0.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
}

.breadcrumb h1 a,
.breadcrumb h2 a,
.breadcrumb div a,
.menu-menu li a,
.menu-chapters li a,
.footer li a {
  padding: 0.25rem;
}

.menu-menu .btn,
.footer-menu .btn {
  padding: 0.25rem 0.5rem 0.375rem 0.5rem;
  color: #efbf87;
  text-decoration: none !important;
  background-color: #002b3c;
  border-radius: 0.25rem;
  white-space: nowrap;
}

@media (hover: hover) {
  .menu-section h2 a:hover,
  .menu-section-button:hover,
  .next a:hover,
  .menu-menu li a:hover,
  .menu-chapters li a:hover,
  .footer-menu li a:hover {
    text-decoration: underline;
    text-decoration-color: #efbf87;
    text-underline-position: under;
    text-underline-offset: 0;
    text-decoration-thickness: 0.25rem;
  }
  .menu-section h2 a:hover,
  .menu-section-button:hover,
  .next a:hover {
    text-decoration-thickness: 0.375rem;
  }
}

.footer .logomark {
  position: absolute;
  right: 0.25rem;
  bottom: 0.5rem;
  width: 4rem;
  height: 4rem;
}

.marker,
.marker-1875 {
  text-decoration-color: #efbf87 !important;
  text-underline-position: under;
  text-underline-offset: 0;
  text-decoration-thickness: 0.25rem !important;
}

.marker-1875 {
  text-decoration-thickness: 0.375rem !important;
}

@media screen and (min-width: 48em) {
  .header {
    height: 9.5rem;
  }
  .menu {
    width: 75%;
  }
  .collapse-menu-button {
    left: 25%;
  }
  .next {
    max-width: 37rem;
  }
}

@media screen and (min-width: 60em) {
  a:focus-visible,
  button:focus-visible,
  [tabindex]:focus-visible {
    outline-width: 0.3125rem;
  }
  p .larger {
    margin: 0 -0.125rem 0 -0.125rem;
  }
  .header {
    height: 11.875rem;
  }
  .menu-button,
  .collapse-menu-button {
    right: -0.625rem;
    width: 7.5rem;
    height: 7.5rem;
    padding: 1.25rem;
    outline-offset: -0.3125rem;
  }
  .collapse-menu-button {
    margin-left: -0.625rem;
    padding: 1.875rem;
  }
  .menu-button:before,
  .collapse-menu-button:before {
    width: 5rem;
    height: 5rem;
  }
  .collapse-menu-button:before {
    width: 3.75rem;
    height: 3.75rem;
  }
  .menu {
    padding: 0 1.875rem 0 1.875rem;
  }
  .menu-menu,
  .menu-section,
  .menu-chapters {
    column-gap: 2.5rem;
    row-gap: 0.625rem;
    max-width: 28.125rem;
    margin: 6.71875rem auto 5.78125rem auto;
  }
  .menu-section,
  .menu-chapters {
    row-gap: 1.875rem;
    margin: 0 auto 0 auto;
  }
  .menu-chapters {
    margin-top: -0.625rem;
  }
  .menu-section {
    margin: -2.5rem auto 6.71875rem auto;
  }
  .menu-section-collapsed {
    margin-bottom: 4.21875rem;
  }
  .menu-section h2 {
    margin: 0 -1.875rem 1.40625rem -0.78125rem;
    font-size: 2.34375rem;
  }
  .menu-section h2 a {
    padding: 0.625rem;
  }
  .menu-section-button {
    margin: -0.625rem 0 -0.625rem 0;
    padding: 0.625rem;
    font-size: 2.34375rem;
  }
  .menu-menu li,
  .menu-chapters li {
    margin: 0.625rem -0.3125rem 0.625rem -0.3125rem;
    font-size: 1.25rem;
  }
  .menu-chapters li {
    margin: -0.3125rem -0.9375rem -0.3125rem -0.3125rem;
  }
  .header .logo {
    top: 0.3125rem;
    left: -0.3125rem;
    width: 11.25rem;
    height: 11.25rem;
  }
  .breadcrumb {
    max-width: 48.75rem;
    margin: -4.53125rem auto 2.65625rem auto;
  }
  .breadcrumb h1,
  .breadcrumb h2,
  .breadcrumb div {
    margin: 0 0 0 9.375rem;
    padding: 0 1.875rem 0 1.875rem;
    font-size: 1.25rem;
  }
  .article {
    max-width: 45rem;
    margin: 0.625rem auto 8.28125rem auto;
    padding: 0 1.875rem 0 1.875rem;
  }
  .article div {
    margin-bottom: 4.53125rem;
  }
  .article h1,
  .article h2,
  .article h3 {
    margin: 0 -1.25rem 2.96875rem -0.15625rem;
    font-size: 2.34375rem;
  }
  .article .h-2 {
    margin-top: -0.46875rem;
  }
  .article p,
  .article figcaption {
    margin: 0 -0.625rem 1.5em 0;
    font-size: 1.25rem;
  }
  .article div p:first-child {
    padding-top: 1.09375rem;
  }
  .article ul {
    font-size: 1.25rem;
  }
  .article span.image-block,
  .article span.image-inline,
  .article span.image-inline-2 {
    margin-right: -1.25rem;
  }
  .article span.image-inline-2 {
    margin-bottom: -1.875rem;
  }
  .article span.image-block img {
    margin: 0.625rem 0 3.75rem -0.625rem;
  }
  .article span.image-inline img,
  .article span.image-inline-2 img {
    margin: 0.78125rem 0 2.34375rem -0.625rem;
  }
  .breadcrumb h1 a,
  .breadcrumb h2 a,
  .breadcrumb div a,
  .article p a,
  .article ul a,
  .article figure a {
    text-decoration-thickness: 0.1953125rem;
  }
  .article h1 a,
  .article h2 a {
    text-decoration-thickness: 0.390625rem;
  }
  .breadcrumb h1 a,
  .breadcrumb h2 a,
  .breadcrumb div a {
    text-decoration-thickness: 0.3125rem;
  }
  .main-footer {
    padding: 0 0.625rem 0 5rem;
  }
  .next {
    max-width: 46.25rem;
    margin: -5.625rem 0 10rem auto;
  }
  .next a {
    margin: 0 -0.625rem 0 -0.78125rem;
    padding: 0.625rem;
    font-size: 2.34375rem;
  }
  .footer-menu {
    column-gap: 2.5rem;
    margin: -3.90625rem 6.5625rem 0.78125rem 0;
    padding-left: 0.9375rem;
  }
  .footer-menu li {
    margin: 0.625rem -0.3125rem 0.625rem -0.3125rem;
    font-size: 1.25rem;
  }
  .breadcrumb h1 a,
  .breadcrumb h2 a,
  .breadcrumb div a,
  .footer li a {
    padding: 0.3125rem;
  }
  .menu-menu .btn,
  .footer-menu .btn {
    padding: 0.3125rem 0.625rem 0.46875rem 0.625rem;
    border-radius: 0.3125rem;
  }
  @media (hover: hover) {
    .menu-menu li a:hover,
    .menu-chapters li a:hover,
    .footer-menu li a:hover {
      text-decoration-thickness: 0.3125rem;
    }
    .menu-section h2 a:hover,
    .menu-section-button:hover,
    .next a:hover {
      text-decoration-thickness: 0.46875rem;
    }
  }
  .footer .logomark {
    right: 0.3125rem;
    bottom: 0.625rem;
    width: 5rem;
    height: 5rem;
  }
  .marker,
  .marker-1875 {
    text-decoration-thickness: 0.3125rem !important;
  }
  .marker-1875 {
    text-decoration-thickness: 0.46875rem !important;
  }
}

@media screen and (min-width: 90em) {
  .menu {
    width: 50%;
  }
  .collapse-menu-button {
    left: 50%;
  }
}
