/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Cera Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 245 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 640px) {
  .navbar {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .navbar {
    height: 6rem;
    --tw-bg-opacity: 1;
    background-color: rgb(246 239 235 / var(--tw-bg-opacity));
  }
}

.navbar nav {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 80rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .navbar nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navbar__logo {
  height: 2.5rem;
}

@media (min-width: 1024px) {
  .navbar__logo {
    height: 55px;
  }
}

.navbar__search {
  position: relative;
  width: 100%;
  max-width: 20rem;
}

.navbar__search.desktop {
  display: none;
}

@media (min-width: 1024px) {
  .navbar__search.desktop {
    display: block;
  }
}

.navbar__search.mobile {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: block;
}

@media (min-width: 1024px) {
  .navbar__search.mobile {
    display: none;
  }
}

.navbar__search p {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.navbar__search input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 141 75 / var(--tw-border-opacity));
  background-color: rgba(255,255,255,0);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(52 77 87 / var(--tw-text-opacity));
}

.navbar__search input::-moz-placeholder {
  color: rgb(52 77 87 / 0.5);
}

.navbar__search input::placeholder {
  color: rgb(52 77 87 / 0.5);
}

.navbar__search input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.navbar__search button {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: -1rem;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.navbar__search img {
  height: 1rem;
}

.navbar__hamburger {
  display: flex;
}

@media (min-width: 1024px) {
  .navbar__hamburger {
    display: none;
  }
}

.navbar__hamburger .icon {
  width: 1.25rem;
}

.navbar__navigation {
  display: flex;
}

.navbar__links {
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.navbar__links.desktop {
  margin-left: 3rem;
  display: none;
}

.navbar__links.desktop > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 1024px) {
  .navbar__links.desktop {
    display: flex;
  }
}

.navbar__links.mobile {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 1024px) {
  .navbar__links.mobile {
    display: none;
  }
}

.navbar__links.mobile > * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar__links > * {
  display: inline-block;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .navbar__links > *:hover {
    --tw-text-opacity: 1;
    color: rgb(239 141 75 / var(--tw-text-opacity));
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.navbar__links>.active {
  --tw-text-opacity: 1;
  color: rgb(239 141 75 / var(--tw-text-opacity));
}

.mobile-navigation {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-top-width: 1px;
  border-color: rgb(52 77 87 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .mobile-navigation {
    display: none;
  }
}

.sidebar {
  position: fixed;
  bottom: 0px;
  top: 6rem;
  left: max(calc((100vh - 1280px) / 2),0);
  display: none;
  width: 100%;
  max-width: 24rem;
  overflow: auto;
  overscroll-behavior: none;
}

@media (min-width: 1024px) {
  .sidebar {
    display: block;
  }
}

.sidebar__chapter {
  position: relative;
  display: flex;
  border-bottom-width: 1px;
  border-color: rgb(52 77 87 / 0.1);
  background-color: rgb(105 154 173 / 0.05);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sidebar__chapter:last-child {
  border-width: 0px;
}

@media (min-width: 1024px) {
  .sidebar__chapter:hover {
    background-color: rgb(105 154 173 / 0.1);
  }
}

.sidebar__chapter p:first-of-type {
  margin-right: 1.25rem;
  white-space: nowrap;
}

.sidebar__chapter {
  position: relative;
  display: block;
  background-color: rgba(255,255,255,0);
}

.sidebar__chapter p:first-of-type {
  --tw-text-opacity: 1;
  color: rgb(105 154 173 / var(--tw-text-opacity));
}

.sidebar__chapter p:first-of-type:first-of-type {
  font-size: 0.75rem;
  line-height: 1rem;
}

.sidebar__chapter p:last-of-type {
  margin-top: 0.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(52 77 87 / var(--tw-text-opacity));
}

.sidebar__chapter img {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 0.75rem;
}

.sidebar__chapter--active {
  background-color: rgb(105 154 173 / 0.1);
}

.sidebar__chapter--child-active {
  background-color: rgb(105 154 173 / 0.05);
}

.sidebar__article {
  position: relative;
  display: flex;
  border-bottom-width: 1px;
  border-color: rgb(52 77 87 / 0.1);
  background-color: rgb(105 154 173 / 0.05);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sidebar__article:last-child {
  border-width: 0px;
}

@media (min-width: 1024px) {
  .sidebar__article:hover {
    background-color: rgb(105 154 173 / 0.1);
  }
}

.sidebar__article p:first-of-type {
  margin-right: 1.25rem;
  white-space: nowrap;
}

.sidebar__item--active {
  background-color: rgb(105 154 173 / 0.1);
}

.sidebar__heading {
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(105 154 173 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .sidebar__heading:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.sidebar .sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: auto;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 245 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-shadow: 0px 1px 10px 1px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 1px 10px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sidebar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.5rem;
  padding-top: 0.5rem;
}

.sidebar__grid-item {
  position: relative;
  display: block;
  background-color: rgb(52 77 87 / 0.05);
  padding-bottom: 100%;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .sidebar__grid-item:hover {
    background-color: rgb(52 77 87 / 0.1);
  }
}

.sidebar__grid-item.active {
  background-color: rgb(52 77 87 / 0.1);
}

.sidebar__grid-item > * {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body__container .scroll-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 48rem;
  flex-direction: column;
}

@media (min-width: 640px) {
  .body__container .scroll-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .body__container .scroll-container {
    width: 100%;
    max-width: none;
    padding-left: 424px;
    padding-top: 0px;
  }
}

@media (min-width: 1280px) {
  .body__container .scroll-container {
    padding-right: 0px;
  }
}

.body__container main {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .body__container main {
    padding: 3rem;
  }
}

@media (min-width: 1280px) {
  .body__container main {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.body__container main {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-direction: column;
}

.body__container main > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.body__container main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 1px 10px 1px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 1px 10px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  .body__container main {
    margin-left: 0px;
    margin-right: 0px;
  }

  .body__container main > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1024px) {
  .body__container main {
    --tw-bg-opacity: 1;
    background-color: rgb(250 247 245 / var(--tw-bg-opacity));
  }
}

.content__heading {
  text-align: left;
  font-weight: 700;
}

.content__disclaimer {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 640px) {
  .content__disclaimer {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.content__disclaimer .asterisk {
  --tw-text-opacity: 1;
  color: rgb(239 141 75 / var(--tw-text-opacity));
}

.content__heading hr {
  margin-top: 0.75rem;
  width: 5rem;
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-top-color: rgb(239 141 75 / var(--tw-border-opacity));
}

.content__heading p {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(239 141 75 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .content__heading p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.content__heading h1 {
  margin-top: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(52 77 87 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .content__heading h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.content__text {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.content__text :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.content__text :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.content__text :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.content__text :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.content__text :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.content__text :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.content__text :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.content__text :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.content__text :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.content__text :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.content__text :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.content__text :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.content__text :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.content__text :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.content__text :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.content__text :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.content__text :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.content__text :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.content__text :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.content__text :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.content__text :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.content__text :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.content__text :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.content__text :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.content__text :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.content__text :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.content__text :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.content__text :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.content__text :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.content__text :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.content__text :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.content__text :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.content__text :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.content__text :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.content__text :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.content__text :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.content__text :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.content__text :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.content__text :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.content__text :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.content__text :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.content__text :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.content__text :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.content__text :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.content__text :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.content__text :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.content__text :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.content__text :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.content__text :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.content__text :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.content__text :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.content__text :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.content__text :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.content__text :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.content__text :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.content__text :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.content__text {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.content__text :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.content__text :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.content__text :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.content__text :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.content__text :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.content__text :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.content__text :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.content__text :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.content__text :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.content__text :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.content__text :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.content__text :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.content__text :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.content__text :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.content__text :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.content__text :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.content__text :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.content__text :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.content__text :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.content__text :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.content__text :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.content__text :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.content__text :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.content__text-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.content__text-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.content__text-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.content__text-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.content__text-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.content__text-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.content__text-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.content__text-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.content__text-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.content__text-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.content__text-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.content__text-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.content__text-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.content__text-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.content__text-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.content__text-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.content__text-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.content__text-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.content__text-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.content__text-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.content__text-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.content__text-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.content__text-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.content__text-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.content__text-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.content__text-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.content__text-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.content__text-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.content__text-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.content__text-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.content__text-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.content__text-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.content__text-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.content__text-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.content__text-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.content__text {
  width: 100%;
  max-width: 48rem;
  font-family: Noto Serif, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.5;
}

.content__text :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.content__text :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(239 141 75 / var(--tw-text-opacity));
}

.content__text :is(:where(li):not(:where([class~="not-prose"] *))) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.content__text >*:first-child {
  margin-top: 0px;
}

.content__text >*:last-child {
  margin-bottom: 0px;
}

.content__text ol {
  list-style-type:decimal;
}

.content__text ol ol {
  list-style-type:lower-alpha;
}

.content__text ol ol ol {
  list-style-type:lower-roman;
}

.content__text sup a,  .content__text sup {
  --tw-text-opacity: 1;
  color: rgb(239 141 75 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 1024px) {
  .content__text sup a:hover,  .content__text sup:hover {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.toc {
  width: 100%;
}

.toc h2 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(52 77 87 / var(--tw-text-opacity));
}

.toc__content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.chapter__heading {
  position: relative;
  display: block;
  border-bottom-width: 1px;
  border-color: rgb(52 77 87 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.chapter__heading:last-child {
  border-width: 0px;
}

@media (min-width: 640px) {
  .chapter__heading {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.chapter__heading p:first-child {
  position: absolute;
  top: 0.5rem;
  left: 0px;
  display: inline-block;
  width: 5rem;
  white-space: nowrap;
  text-align: right;
}

@media (min-width: 640px) {
  .chapter__heading p:first-child {
    width: 6rem;
  }
}

.chapter__heading p:last-child {
  padding-left: 7rem;
}

@media (min-width: 640px) {
  .chapter__heading p:last-child {
    padding-left: 8rem;
  }
}

.chapter__heading {
  border-width: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(52 77 87 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .chapter__heading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.section__heading {
  position: relative;
  display: block;
  border-bottom-width: 1px;
  border-color: rgb(52 77 87 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.section__heading:last-child {
  border-width: 0px;
}

@media (min-width: 640px) {
  .section__heading {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.section__heading p:first-child {
  position: absolute;
  top: 0.5rem;
  left: 0px;
  display: inline-block;
  width: 5rem;
  white-space: nowrap;
  text-align: right;
}

@media (min-width: 640px) {
  .section__heading p:first-child {
    width: 6rem;
  }
}

.section__heading p:last-child {
  padding-left: 7rem;
}

@media (min-width: 640px) {
  .section__heading p:last-child {
    padding-left: 8rem;
  }
}

.section__heading {
  padding-bottom: 0.5rem;
  padding-top: 0.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(52 77 87 / var(--tw-text-opacity));
}

.section__heading p:first-child {
  top: 0.75rem;
}

.toc__article {
  position: relative;
  display: block;
  border-bottom-width: 1px;
  border-color: rgb(52 77 87 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.toc__article:last-child {
  border-width: 0px;
}

@media (min-width: 640px) {
  .toc__article {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.toc__article p:first-child {
  position: absolute;
  top: 0.5rem;
  left: 0px;
  display: inline-block;
  width: 5rem;
  white-space: nowrap;
  text-align: right;
}

@media (min-width: 640px) {
  .toc__article p:first-child {
    width: 6rem;
  }
}

.toc__article p:last-child {
  padding-left: 7rem;
}

@media (min-width: 640px) {
  .toc__article p:last-child {
    padding-left: 8rem;
  }
}

.toc__article {
  --tw-text-opacity: 1;
  color: rgb(105 154 173 / var(--tw-text-opacity));
}

.toc__article:hover p {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

footer {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  footer {
    padding: 3rem;
  }
}

@media (min-width: 1280px) {
  footer {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

footer {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

footer {
  --tw-bg-opacity: 1;
  background-color: rgb(52 77 87 / var(--tw-bg-opacity));
  --tw-shadow: 0px 1px 10px 1px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 1px 10px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  footer {
    margin-top: 2.5rem;
  }
}

.footer__logo {
  height: 55px;
}

.footer__about {
  max-width: 65ch;
}

.footer__about > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.footer__about {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(223 225 225 / var(--tw-text-opacity));
}

.footer__read-more {
  --tw-bg-opacity: 1;
  background-color: rgb(239 141 75 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .footer__read-more:hover {
    background-color: rgb(239 141 75 / 0.75);
  }
}

.footer__read-more {
  border-radius: 0.25rem;
}

.footer__contact {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.footer__contact > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.footer__contact {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(223 225 225 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .footer__contact {
    flex-direction: row;
    align-items: flex-end;
  }

  .footer__contact > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.footer__contact span {
  white-space: nowrap;
}

.footer__contact a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .footer__contact a:hover {
    color: rgb(74 80 81 / 0.75);
  }
}

.body__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80rem;
}

.search__result {
  margin-bottom: 1.5rem;
  display: block;
  border-bottom-width: 1px;
  border-color: rgb(52 77 87 / 0.1);
  padding-bottom: 1.5rem;
}

.search__result:last-of-type {
  margin-bottom: 0px;
  border-width: 0px;
  padding-bottom: 0px;
}

.search__result h2 {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .search__result h2:hover {
    opacity: 0.75;
  }
}

.search__result h2 > *:first-child {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 141 75 / var(--tw-text-opacity));
}

.search__result h2 > *:last-child {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.search__result p {
  margin-top: 0.75rem;
  font-family: Noto Serif, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.pagination {
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-color: rgb(52 77 87 / 0.1);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.pagination__previous {
  display: flex;
  width: 0px;
  flex: 1 1 0%;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pagination__previous a, .pagination__next a {
  margin-top: -0.25rem;
  display: inline-flex;
  align-items: center;
  border-top-width: 2px;
  border-color: rgba(255,255,255,0);
  padding-top: 0.75rem;
  padding-right: 0.25rem;
}

@media (min-width: 1024px) {
  .pagination__previous a:hover, .pagination__next a:hover {
    border-color: rgb(239 141 75 / 0.5);
  }
}

.arrow {
  height: 1.25rem;
  width: 1.25rem;
}

.pagination__previous .arrow {
  margin-right: 0.75rem;
}

.pagination__next .arrow {
  margin-left: 0.75rem;
}

.pagination__next {
  display: flex;
  width: 0px;
  flex: 1 1 0%;
  justify-content: flex-end;
}

.pagination__pages {
  display: none;
}

@media (min-width: 768px) {
  .pagination__pages {
    margin-top: -1px;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .pagination__pages {
    display: none;
  }
}

@media (min-width: 1280px) {
  .pagination__pages {
    display: flex;
  }
}

.pagination__page {
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding-bottom: 0.125rem;
}

@media (min-width: 768px) {
  .pagination__page {
    display: none;
  }
}

@media (min-width: 1024px) {
  .pagination__page {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .pagination__page {
    display: none;
  }
}

.pagination__link {
  display: inline-flex;
  align-items: center;
  border-top-width: 2px;
  border-color: rgba(255,255,255,0);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .pagination__link:hover {
    border-color: rgb(239 141 75 / 0.5);
  }
}

.pagination__link--current {
  --tw-border-opacity: 1;
  border-color: rgb(239 141 75 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 141 75 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .pagination__link--current:hover {
    --tw-border-opacity: 1;
    border-color: rgb(239 141 75 / var(--tw-border-opacity));
  }
}

.pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  border-top-width: 2px;
  border-color: rgba(255,255,255,0);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

.content__footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content__footer > * {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  border-bottom-width: 1px;
  border-color: rgb(52 77 87 / 0.1);
  padding-bottom: 1rem;
}

.content__footer > *:last-child {
  margin-bottom: 0px;
  border-width: 0px;
  padding-bottom: 0px;
}

.content__footer .content_toc-link {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 141 75 / var(--tw-text-opacity));
}

.tag-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.25rem;
}

.article__tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.article__tags > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

@media (min-width: 640px) {
  .article__tags {
    flex-direction: row;
  }

  .article__tags > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.article__tag {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 239 235 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(239 141 75 / var(--tw-text-opacity));
}

.article__tags h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}

.tooltip {
  position: relative;
}

.tooltip-inline {
  cursor: default;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #ef8d4b;
          text-decoration-color: #ef8d4b;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-decoration-thickness: 2px;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
}

.tooltip .tooltip-text::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #344d57 transparent transparent transparent;
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  bottom: 120%;
  left: 50%;
  display: block;
  min-width: 300px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(52 77 87 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Cera Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  text-decoration-thickness: 0px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.contents {
  display: contents;
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(239 141 75 / var(--tw-text-opacity));
}

@font-face {
  font-family:'Cera Pro';

  src:url(/public/fonts/CeraPro-Bold.woff2) format('woff2'),
        url(/public/fonts/CeraPro-Bold.woff2) format('woff');

  font-weight:bold;

  font-style:normal;

  font-display:swap;
}

@font-face {
  font-family:'Cera Pro';

  src:url(/public/fonts/CeraPro-Medium.woff2) format('woff2'),
        url(/public/fonts/CeraPro-Medium.woff) format('woff');

  font-weight:500;

  font-style:normal;

  font-display:swap;
}

@font-face {
  font-family:'Cera Pro';

  src:url(/public/fonts/CeraPro-Regular.woff2) format('woff2'),
        url(/public/fonts/CeraPro-Regular.woff) format('woff');

  font-weight:normal;

  font-style:normal;

  font-display:swap;
}

* {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

mark {
  background-color: rgb(239 141 75 / 0.4);
}

body {
  min-height: 100%;
  overscroll-behavior: none;
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(74 80 81 / var(--tw-text-opacity));
}

body *::-moz-selection {
  background-color: rgb(239 141 75 / 0.4);
}

body *::selection {
  background-color: rgb(239 141 75 / 0.4);
}

body::-moz-selection {
  background-color: rgb(239 141 75 / 0.4);
}

body::selection {
  background-color: rgb(239 141 75 / 0.4);
}

@media (min-width: 1024px) {
  body {
    --tw-bg-opacity: 1;
    background-color: rgb(246 239 235 / var(--tw-bg-opacity));
  }
}
