@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}

dialog:not([open]) {
  display: none;
}

dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

dialog {
  position: fixed;
  inset: 0;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}
dialog::backdrop {
  background: transparent;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-border: #ddd;
  --color-link: #0074e1;
  --color-invalid: #d00;
  --color-invalid-background: #fee;
  --color-accent: #ff8400;
  --color-accent-rgb: 255, 132, 0;
  --color-background-accent: #f0f0f0;
  --letter-spacing: 0.05em;
  --font-family-monospace: Menlo, Consolas, Monaco, "Liberation Mono",
    "Lucida Console", monospace;
  --transition-duration-hover: 0.2s;
  --z-index-dropdown: 100;
  --z-index-fixed: 200;
  --icon-open-in-new: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 20"><path d="M15 10C14.448 10 14 10.448 14 11V15.5C14 15.776 13.776 16 13.5 16H4.5C4.224 16 4 15.776 4 15.5V6.5C4 6.224 4.224 6 4.5 6H9C9.552 6 10 5.552 10 5C10 4.448 9.552 4 9 4H3C2.448 4 2 4.448 2 5V17C2 17.552 2.448 18 3 18H15C15.552 18 16 17.552 16 17V11C16 10.448 15.552 10 15 10Z"/><path d="M17.976 2.876C17.965 2.789 17.958 2.702 17.924 2.62C17.823 2.374 17.627 2.178 17.381 2.077C17.286 2.038 17.185 2.026 17.084 2.017C17.055 2.014 17.03 2 17.001 2H13.001C12.449 2 12.001 2.448 12.001 3C12.001 3.552 12.449 4 13.001 4H14.587L8.637 9.951C8.246 10.342 8.246 10.975 8.637 11.365C8.832 11.56 9.088 11.658 9.344 11.658C9.6 11.658 9.856 11.56 10.051 11.365L16.001 5.414V7C16.001 7.552 16.449 8 17.001 8C17.553 8 18.001 7.552 18.001 7V3C18.001 2.956 17.981 2.918 17.976 2.876Z"/></svg>');
  --icon-ellipsis: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 4"><circle cx="2" cy="2" r="2" fill="black" /><circle cx="10" cy="2" r="2" fill="black" /><circle cx="18" cy="2" r="2" fill="black" /></svg>');
  --icon-arrow-right: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14.2 19.8"><path d="M1.5,19.8c-0.4,0-0.9-0.2-1.2-0.6c-0.5-0.7-0.4-1.6,0.3-2.1l9.6-7.5L0.6,2.7c-0.7-0.5-0.8-1.4-0.3-2.1c0.5-0.7,1.4-0.8,2.1-0.3l11.2,8.1c0.4,0.3,0.6,0.7,0.6,1.2s-0.2,0.9-0.6,1.2L2.4,19.5C2.1,19.7,1.8,19.8,1.5,19.8z"/></svg>');
  --icon-close: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 61.609 61.608"><path d="M36.461,30.804L60.438,6.828c1.562-1.562,1.562-4.095,0-5.656-1.561-1.562-4.094-1.562-5.656,0L30.805,25.148,6.828,1.172C5.266-.391,2.732-.391,1.172,1.172-.391,2.733-.391,5.267,1.172,6.828L25.148,30.804,1.172,54.78c-1.562,1.562-1.562,4.095,0,5.656,.78,.781,1.805,1.172,2.828,1.172s2.047-.391,2.828-1.172l23.977-23.976,23.977,23.976c.781,.781,1.805,1.172,2.828,1.172s2.048-.391,2.828-1.172c1.562-1.562,1.562-4.095,0-5.656l-23.977-23.976Z"/></svg>');
  --icon-play: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.382 15.382"><path d="M2,15.382V0L15.382,7.691Z"></path></svg>');
  --icon-pause: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.8 12.8"><rect class="st0" width="5" height="12.8"/><rect x="7.3" class="st0" width="5" height="12.8"/></svg>');
  --icon-pdf: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 21"><path d="M17.707,6.078l-3.414-3.414c-0.188-0.188-0.442-0.293-0.707-0.293H5c-0.552,0-1,0.448-1,1v5H2.5c-0.276,0-0.5,0.224-0.5,0.5v3c0,0.276,0.224,0.5,0.5,0.5H4v5c0,0.552,0.448,1,1,1h12.001c0.552,0,1-0.448,1-1V6.785C18.001,6.52,17.895,6.265,17.707,6.078z M16,15.871c0,0.276-0.224,0.5-0.5,0.5h-9c-0.276,0-0.5-0.224-0.5-0.5v-3.5h5.5c0.276,0,0.5-0.224,0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5H6v-3.5c0-0.276,0.224-0.5,0.5-0.5h6.193c0.133,0,0.26,0.053,0.354,0.146l2.808,2.808c0.094,0.094,0.146,0.221,0.146,0.354L16,15.871z"/></svg>');
  --container-spacing-horizontal: 5%;
  --container-max-width: 72.5rem;
  --container-width: min(
    calc(100% - var(--container-spacing-horizontal) * 2),
    var(--container-max-width)
  );
  --header-height: 6rem;
}

html {
  overflow-x: hidden;
  line-height: normal;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

*,
*::before,
*::after {
  letter-spacing: var(--letter-spacing);
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  img _::-webkit-full-page-media,
  img _:future, :root img {
    image-rendering: auto;
  }
}

select,
[type=checkbox],
[type=radio] {
  cursor: pointer;
}
select:disabled,
[type=checkbox]:disabled,
[type=radio]:disabled {
  cursor: default;
}

canvas {
  display: block;
}

:target {
  scroll-margin-top: var(--header-height);
}

[data-cloak] {
  visibility: hidden;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.article-content {
  padding-block: 4rem;
}
.article-content :where(:not(.article-content__ignore *)):where(h1) {
  font-weight: 700;
}
@media screen and (min-width: 60em), print {
  .article-content :where(:not(.article-content__ignore *)):where(h1) {
    font-size: 3rem;
    line-height: 1.15;
  }
}
@media screen and (max-width: 59.99em) {
  .article-content :where(:not(.article-content__ignore *)):where(h1) {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.article-content :where(:not(.article-content__ignore *)):where(h1):where(:not(:first-child)) {
  margin-top: 4rem;
}
.article-content :where(:not(.article-content__ignore *)):where(h1):where(:not(:last-child)) {
  margin-bottom: 2rem;
}
.article-content :where(:not(.article-content__ignore *)):where(h2) {
  font-weight: 700;
}
@media screen and (min-width: 60em), print {
  .article-content :where(:not(.article-content__ignore *)):where(h2) {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 59.99em) {
  .article-content :where(:not(.article-content__ignore *)):where(h2) {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.article-content :where(:not(.article-content__ignore *)):where(h2):where(:not(:first-child)) {
  margin-top: 4rem;
}
.article-content :where(:not(.article-content__ignore *)):where(h2):where(:not(:first-child)):is(.box *) {
  margin-top: 3rem;
}
.article-content :where(:not(.article-content__ignore *)):where(h2):where(:not(:last-child)) {
  margin-bottom: 2rem;
}
.article-content :where(:not(.article-content__ignore *)):where(h3) {
  font-weight: 700;
}
@media screen and (min-width: 60em), print {
  .article-content :where(:not(.article-content__ignore *)):where(h3) {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 59.99em) {
  .article-content :where(:not(.article-content__ignore *)):where(h3) {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.article-content :where(:not(.article-content__ignore *)):where(h3):where(:not(:first-child)) {
  margin-top: 4rem;
}
.article-content :where(:not(.article-content__ignore *)):where(h3):where(:not(:last-child)) {
  margin-bottom: 1.5rem;
}
.article-content :where(:not(.article-content__ignore *)):where(h4) {
  font-weight: 700;
}
@media screen and (min-width: 60em), print {
  .article-content :where(:not(.article-content__ignore *)):where(h4) {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 59.99em) {
  .article-content :where(:not(.article-content__ignore *)):where(h4) {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.article-content :where(:not(.article-content__ignore *)):where(h4):where(:not(:first-child)) {
  margin-top: 3rem;
}
.article-content :where(:not(.article-content__ignore *)):where(h4):where(:not(:last-child)) {
  margin-bottom: 1.5rem;
}
.article-content :where(:not(.article-content__ignore *)):where(h5) {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.article-content :where(:not(.article-content__ignore *)):where(h5):where(:not(:first-child)) {
  margin-top: 2.5rem;
}
.article-content :where(:not(.article-content__ignore *)):where(h5):where(:not(:last-child)) {
  margin-bottom: 1.25rem;
}
.article-content :where(:not(.article-content__ignore *)):where(h6) {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.article-content :where(:not(.article-content__ignore *)):where(h6):where(:not(:first-child)) {
  margin-top: 2rem;
}
.article-content :where(:not(.article-content__ignore *)):where(h6):where(:not(:last-child)) {
  margin-bottom: 1.25rem;
}
.article-content :where(:not(.article-content__ignore *)):where(p) {
  font-size: 1rem;
  line-height: 1.8;
}
.article-content :where(:not(.article-content__ignore *)):where(p):where(:not(:first-child)) {
  margin-top: 1.75rem;
}
.article-content :where(:not(.article-content__ignore *)):where(p):is(p + *) {
  margin-top: 1.25rem;
}
.article-content :where(:not(.article-content__ignore *)):where(ul, ol) {
  font-size: 1rem;
  line-height: 1.8;
  display: grid;
  row-gap: 0.5rem;
  padding-left: 2.5rem;
  font-size: 1rem;
}
.article-content :where(:not(.article-content__ignore *)):where(ul, ol):where(:not(:first-child)) {
  margin-top: 1.5rem;
}
.article-content :where(:not(.article-content__ignore *)):where(ul, ol):is(:where(ul, ol) *) {
  margin-top: 0.5rem;
}
.article-content :where(:not(.article-content__ignore *)):where(ul, ol) > li[data-list-marker]::marker {
  font-size: 0;
  content: none;
}
.article-content :where(:not(.article-content__ignore *)):where(ul, ol) > li[data-list-marker]::before {
  position: absolute;
  content: attr(data-list-marker);
  transform: translateX(-100%);
}
.article-content :where(:not(.article-content__ignore *)):where(ul) {
  list-style-type: disc;
}
.article-content :where(:not(.article-content__ignore *)):where(ul) > li::marker {
  color: var(--color-accent);
}
.article-content :where(:not(.article-content__ignore *)):where(ol) {
  list-style-type: decimal;
}
.article-content :where(:not(.article-content__ignore *)):where(ol) > li::marker {
  color: var(--color-accent);
}
.article-content :where(:not(.article-content__ignore *)):where(figure) {
  overflow-x: auto;
}
.article-content :where(:not(.article-content__ignore *)):where(figure):where(:not(:first-child)) {
  margin-top: 2rem;
}
.article-content :where(:not(.article-content__ignore *)):where(figcaption) {
  text-align: center;
}
.article-content :where(:not(.article-content__ignore *)):where(figcaption):where(:not(:first-child)) {
  margin-top: 1rem;
}
.article-content :where(:not(.article-content__ignore *)):where(figcaption):where(:not(:last-child)) {
  margin-bottom: 1rem;
}
.article-content :where(:not(.article-content__ignore *)):where(img, video) {
  max-width: min(45rem, 100%);
  margin-inline: auto;
}
.article-content :where(:not(.article-content__ignore *)):where(img, video):not(:where(figure *)):where(:not(:first-child)) {
  margin-top: 5rem;
}
.article-content :where(:not(.article-content__ignore *)):where(img, video):not(:where(figure *)):where(:not(:last-child)) {
  margin-bottom: 3rem;
}
.article-content :where(:not(.article-content__ignore *)):where(table) {
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  margin-inline: auto;
  table-layout: auto;
  background-color: var(--color-white);
}
.article-content :where(:not(.article-content__ignore *)):where(table) :where(td, th) {
  padding: 0.75rem 1rem;
  vertical-align: middle;
  border: 1px solid var(--color-border);
}
.article-content :where(:not(.article-content__ignore *)):where(table) :where(td, th):is(thead *, tfoot *, tbody th) {
  background-color: rgb(var(--color-accent-rgb), 0.15);
  border-top-color: rgb(var(--color-accent-rgb), 0.15);
  border-bottom-color: var(--color-white);
  border-left-color: rgb(var(--color-accent-rgb), 0.15);
}
.article-content :where(:not(.article-content__ignore *)):where(table) :where(td, th):is(thead *, tfoot *, tbody th):last-child {
  border-right-color: transparent;
}
.article-content :where(:not(.article-content__ignore *)):where(table) :where(td, th):is(thead *, tfoot *, tbody th):not(:last-child) {
  border-right-color: var(--color-white);
}
.article-content :where(:not(.article-content__ignore *)):where(table) :where(td, th):is(th:first-child) {
  background-color: rgb(var(--color-accent-rgb), 0.3);
  border-top-color: rgb(var(--color-accent-rgb), 0.3);
}
.article-content :where(:not(.article-content__ignore *)):where(table) :where(td, th):is(th:first-child):where(:last-child > tr:last-child *) {
  border-bottom-color: transparent;
}
.article-content :where(:not(.article-content__ignore *)):where(table) :where(td, th):where(tbody td):where(tr:nth-child(even) *) {
  background-color: var(--color-background-accent);
}
.article-content :where(:not(.article-content__ignore *)):where(table) :where(td, th):where(tbody td):where(tbody:not(:last-child) tr:last-child *) {
  border-bottom-color: var(--color-white);
}
.article-content :where(:not(.article-content__ignore *)):where(table) :where(th) {
  min-width: 10rem;
  max-width: 20rem;
}
.article-content :where(:not(.article-content__ignore *)):where(table) :where(td) {
  min-width: 20rem;
  max-width: 40rem;
}
.article-content :where(:not(.article-content__ignore *)):where(pre) {
  padding: 1rem;
  background-color: var(--color-background-accent);
  border-radius: 0.5rem;
}
.article-content :where(:not(.article-content__ignore *)):where(pre):where(:not(:first-child)) {
  margin-top: 2rem;
}
.article-content :where(:not(.article-content__ignore *)):where(blockquote) {
  padding-left: 1rem;
  border-left: 2px solid var(--color-border);
}
.article-content :where(:not(.article-content__ignore *)):where(blockquote):where(:not(:first-child)) {
  margin-top: 2rem;
}
.article-content :where(:not(.article-content__ignore *)):where(hr) {
  border-top: 1px solid var(--color-border);
}
.article-content :where(:not(.article-content__ignore *)):where(hr):where(:not(:first-child)) {
  margin-top: 2rem;
}
.article-content :where(:not(.article-content__ignore *)):where(hr):where(:not(:last-child)) {
  margin-top: 2rem;
}
.article-content :where(:not(.article-content__ignore *)):where(a) {
  color: var(--color-link);
  text-decoration: underline;
}
.article-content :where(:not(.article-content__ignore *)):where(a)[target=_blank]::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  overflow: hidden;
  content: "（新しいタブで開く）";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-open-in-new);
          mask-image: var(--icon-open-in-new);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.article-content :where(:not(.article-content__ignore *)):where(a)[href$=pdf]::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  overflow: hidden;
  content: "（PDF）";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-pdf);
          mask-image: var(--icon-pdf);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.article-content :where(:not(.article-content__ignore *)):where(strong) {
  font-weight: 700;
}
.article-content :where(:not(.article-content__ignore *)):where(em) {
  font-style: italic;
}
.article-content :where(:not(.article-content__ignore *)):where(code) {
  font-family: var(--font-family-monospace);
}
.article-content :where(:not(.article-content__ignore *)):where(code):not(:where(pre *)) {
  padding: 0.2em 0.4em;
  font-size: 90%;
  background-color: #f6f7f8;
  border: 0.1rem solid var(--color-border);
  border-radius: 0.25rem;
}
.article-content :where(:not(.article-content__ignore *)):where(kbd) {
  padding: 0.2em 0.4em;
  font-family: var(--font-family-monospace);
  font-size: 90%;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  box-shadow: inset 0 -1px 0 var(--color-border);
}

.box {
  padding: 1rem;
  border: 1px solid var(--color-border);
}
.box:where(:not(:first-child)) {
  margin-top: 1rem;
}

.note {
  font-size: 0.75rem;
  line-height: 1.9;
}
.note:where(:not(:first-child)) {
  margin-top: 1rem;
}

.talk {
  display: grid;
  grid-template-columns: 20% 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.talk:where(:not(:first-child)) {
  margin-top: 1rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  padding-block: 0.25rem;
}
.breadcrumbs li:not(:first-child) {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: baseline;
  padding-left: 0.5rem;
}
.breadcrumbs li:not(:first-child)::before {
  content: ">";
}
.breadcrumbs a,
.breadcrumbs [aria-current] {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs a:where(:-moz-any-link), .breadcrumbs [aria-current]:where(:-moz-any-link) {
  text-decoration: underline;
}
.breadcrumbs a:where(:any-link),
.breadcrumbs [aria-current]:where(:any-link) {
  text-decoration: underline;
}
.breadcrumbs [aria-current] {
  font-weight: 700;
}

.button {
  display: inline-grid;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
}
.button:-moz-any-link {
  grid-template-columns: 1fr auto 1fr;
  vertical-align: top;
}
.button:any-link {
  grid-template-columns: 1fr auto 1fr;
  vertical-align: top;
}
.button:-moz-any-link::before {
  content: "";
}
.button:any-link::before {
  content: "";
}
.button:-moz-any-link::after {
  justify-self: end;
  width: 1em;
  height: 1em;
  overflow: hidden;
  content: "";
  background-color: currentColor;
  mask-image: var(--icon-arrow-right);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.button:any-link::after {
  justify-self: end;
  width: 1em;
  height: 1em;
  overflow: hidden;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.button:-moz-any-link[target=_blank]::after {
  content: "（新しいタブで開く）";
  mask-image: var(--icon-open-in-new);
}
.button:any-link[target=_blank]::after {
  content: "（新しいタブで開く）";
  -webkit-mask-image: var(--icon-open-in-new);
          mask-image: var(--icon-open-in-new);
}
.button:-moz-any-link[href$=".pdf"]::after {
  content: "（PDF）";
  mask-image: var(--icon-pdf);
}
.button:any-link[href$=".pdf"]::after {
  content: "（PDF）";
  -webkit-mask-image: var(--icon-pdf);
          mask-image: var(--icon-pdf);
}
@media (hover: hover) {
  .button:where(:-moz-any-link, :enabled, summary):hover {
    color: white;
    background-color: black;
  }
  .button:where(:any-link, :enabled, summary):hover {
    color: white;
    background-color: black;
  }
}

.container > * {
  width: var(--container-width);
  margin-inline: auto;
}

.container__full {
  width: 100%;
}

.details {
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}

.details__summary {
  display: grid;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  justify-content: space-between;
  padding: 1rem;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.1);
}
.details__summary:focus-visible {
  outline-offset: -4px;
}
.details__summary::before, .details__summary::after {
  display: block;
  grid-area: 1/2;
  width: 1em;
  height: 2px;
  margin-block: auto;
  content: "";
  background-color: currentColor;
  transition: transform 0.2s;
}
.details__summary::after {
  transform: rotate(90deg);
}
.details__summary:is(details[open]:not(.is-closing) *)::after {
  transform: rotate(0deg);
}

.details__content {
  padding: 2rem;
}

.dialog[open] {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  row-gap: 0.5rem;
  max-height: calc(100% - 4rem);
  margin: auto;
  overflow: visible;
  animation: show 0.4s;
}
.dialog[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  animation: show 0.4s;
}
.dialog[open] + .backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  animation: show 0.4s;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dialog[open].is-closing {
  animation: hide 0.4s;
}
.dialog[open].is-closing::backdrop {
  animation: hide 0.4s;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.dialog__content {
  padding: 2rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  background-color: #fff;
}

.dialog__close {
  position: relative;
  z-index: -1;
  align-self: end;
  justify-self: end;
  width: 1em;
  height: 1em;
  font-size: 2rem;
  color: #fff;
}
.dialog__close::after, .dialog__close::before {
  position: absolute;
  display: block;
  margin: auto;
  content: "";
}
.dialog__close::before {
  -webkit-mask-image: var(--icon-close);
          mask-image: var(--icon-close);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  inset: 0;
  background-color: currentColor;
}
.dialog__close::after {
  inset: -1rem;
}

.form {
  padding-block: 4rem;
}
.form :where([type=text],
[type=tel],
[type=email],
[type=number],
[type=password],
textarea,
select) {
  padding: 0.5rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
}
.form :where([type=text],
[type=tel],
[type=email],
[type=number],
[type=password],
textarea,
select):is(:invalid, [aria-invalid=true]) {
  color: var(--color-invalid);
  background-color: var(--color-invalid-background);
}
.form :where(select) {
  padding-right: 2rem;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none"><path d="M14 4L8 10L2 4" stroke="%2345555E" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1em;
}
.form :where([type=checkbox], [type=radio]) {
  width: 1.5em;
  height: 1.5em;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
}
.form :where([type=checkbox], [type=radio]):invalid {
  background-color: var(--color-invalid);
}
.form :where([type=checkbox], [type=radio]):disabled {
  opacity: 0.5;
}
.form :where([type=checkbox]) {
  border-radius: 0.25rem;
}
.form :where([type=checkbox]):checked {
  background-color: var(--color-accent);
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 16 16"><path d="M13 4L6.5 11.5L3.5 7.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.form :where([type=radio]) {
  border-radius: 9999px;
}
.form :where([type=radio]):checked {
  background-color: var(--color-accent);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 16 16" fill="%23fff" xmlns="http://www.w3.org/2000/svg"><circle cx="8" cy="8" r="3"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.form :where(label) {
  cursor: pointer;
}
.form :where(label):is(input:disabled + *) {
  color: #707070;
  cursor: default;
}
.form ::-moz-placeholder {
  color: #707070;
}
.form ::placeholder,
.form .is-placeholder {
  color: #707070;
}
.form :is(:invalid, [aria-invalid=true])::-moz-placeholder {
  color: var(--color-invalid);
}
.form :is(:invalid, [aria-invalid=true])::placeholder, .form :is(:invalid, [aria-invalid=true]).is-placeholder {
  color: var(--color-invalid);
}

.form__name {
  font-weight: 700;
}

.form__list {
  display: grid;
  row-gap: 1rem;
}
.form__list > li {
  display: grid;
}
@media screen and (min-width: 60em), print {
  .form__list > li {
    grid-template-columns: 30% 1fr;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (max-width: 59.99em) {
  .form__list > li {
    row-gap: 1rem;
  }
}

.form__group:where(ul) {
  display: grid;
  row-gap: 0.5rem;
}
.form__group:where(ul) > li {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  justify-content: start;
}

.form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  padding: 0.2em;
  margin-left: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background-color: #e00;
  border-radius: 0.3rem;
}

.form__error-message {
  color: var(--color-invalid);
}

.form__submit {
  display: block;
  padding: 1rem 3rem;
  margin-inline: auto;
  margin-top: 2rem;
  background-color: #eee;
  border-radius: 9999px;
}

.header {
  --border-radius: 0.5rem;
  position: sticky;
  top: 0;
  z-index: var(--z-index-fixed);
  display: grid;
  min-height: var(--header-height);
  transition-duration: 0.3s;
  transition-property: background-color, filter, padding, border-radius;
}
@media screen and (min-width: 60em), print {
  .header {
    padding: 1rem;
  }
  .header.is-scroll, .header.is-submenu-open {
    filter: drop-shadow(0px 0px 30px rgba(29, 32, 136, 0.3019607843));
  }
}
@media screen and (max-width: 59.99em) {
  .header {
    grid-auto-rows: minmax(0, auto);
    padding-top: 0.75rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .header.is-scroll:not(.is-menu-open) {
    filter: drop-shadow(0px 0px 15px rgba(29, 32, 136, 0.3019607843));
  }
  .header.is-menu-open {
    background-color: #fff;
    filter: drop-shadow(0px 0px 12px rgba(29, 32, 136, 0.3019607843));
  }
}

.header__content {
  padding: 0.5rem;
  transition-duration: 0.3s;
  transition-property: background-color, filter, padding, border-radius;
}
.header__content:is(.header.is-scroll *, .header.is-submenu-open *) {
  background-color: #fff;
}
@media screen and (min-width: 60em), print {
  .header__content {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    height: 100%;
    border-radius: var(--border-radius);
  }
  .header__content:is(.header.is-submenu-open *) {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }
}
@media screen and (max-width: 59.99em) {
  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--border-radius);
  }
}

.header__logo {
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.header__logo img {
  width: auto;
  height: 1em;
}

@media screen and (max-width: 59.99em) {
  .header__menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: opacity, visibility;
  }
  .header__menu:is(.header.is-menu-open *) {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (min-width: 60em), print {
  .header__nav {
    display: grid;
    grid-template-columns: 1fr auto;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (max-width: 59.99em) {
  .header__nav {
    display: grid;
    row-gap: 1.5rem;
    padding: 1.5rem;
  }
}

@media screen and (min-width: 60em), print {
  .header__list {
    display: grid;
    grid-auto-flow: column;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    justify-content: end;
    height: 100%;
  }
}
@media screen and (max-width: 59.99em) {
  .header__list {
    display: grid;
  }
}

.header__link {
  display: grid;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 60em), print {
  .header__link {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    height: 100%;
    padding-inline: 0.5rem;
  }
}
@media screen and (max-width: 59.99em) {
  .header__link {
    justify-content: space-between;
    width: 100%;
    padding-block: 1rem;
  }
}
.header__link[aria-expanded]::after {
  display: block;
  grid-area: 1/2;
  width: 0.75rem;
  height: 0.5rem;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  content: "";
  background-color: currentColor;
  transition: transform 0.4s;
  transform: rotate(0deg);
}
.header__link[aria-expanded]:is([aria-expanded=true], .is-hover)::after {
  transform: rotate(180deg);
}
.header__link.header__link--primary {
  padding: 0.75rem;
  background-color: #ddd;
}

@media screen and (min-width: 60em), print {
  .header__submenu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: opacity, visibility;
  }
  .header__submenu:is(:is([aria-expanded=true], .is-hover) ~ *) {
    visibility: visible;
    opacity: 1;
  }
  .header__submenu::before {
    position: absolute;
    top: 0;
    right: 1rem;
    left: 1rem;
    display: block;
    height: 1px;
    content: "";
    background-color: rgba(0, 0, 0, 0.11);
  }
}
@media screen and (max-width: 59.99em) {
  .header__submenu {
    position: relative;
  }
  .header__submenu::before {
    display: block;
    width: 100%;
    height: 1px;
    content: "";
  }
}

.header__submenu-content {
  display: grid;
}
@media screen and (min-width: 60em), print {
  .header__submenu-content {
    grid-template-columns: min(10rem, 20% - 1rem) 1fr auto;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: start;
    max-width: 62rem;
    padding: 1.5rem 1rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 59.99em) {
  .header__submenu-content {
    grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
    gap: 1rem 1.5rem;
    padding-block: 1.5rem;
  }
}

.header__submenu-title,
.header__submenu-link {
  transition: color var(--transition-duration-hover);
}
@media screen and (max-width: 59.99em) {
  .header__submenu-title,
  .header__submenu-link {
    padding-block: 0.5rem;
  }
}

@media screen and (min-width: 60em), print {
  .header__submenu-title {
    font-size: rem(20);
    font-weight: 700;
    line-height: 1.75;
  }
}

@media screen and (min-width: 60em), print {
  .header__submenu-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.25rem 1rem;
    margin-top: -2px;
  }
}
@media screen and (max-width: 59.99em) {
  .header__submenu-list {
    display: contents;
  }
}

.header__submenu-link {
  display: block;
}
@media (hover: hover) {
  .header__submenu-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #eee;
  }
  .header__submenu-link:where(:any-link, :enabled, summary):hover {
    background-color: #eee;
  }
}
@media screen and (min-width: 60em), print {
  .header__submenu-link {
    padding: 0.5rem 0.25rem;
  }
}
.header__submenu-link[aria-current=page] {
  text-decoration: underline;
}

.header__submenu-button {
  position: relative;
  width: 3rem;
  height: 3rem;
}
.header__submenu-button > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 3px;
  margin: auto;
  background-color: currentColor;
  border-radius: 9999px;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.header__submenu-button > span:nth-child(1) {
  transform: rotate(45deg);
}
.header__submenu-button > span:nth-child(2) {
  transform: rotate(-45deg);
}

@media screen and (min-width: 60em), print {
  .header__toggle {
    display: none;
  }
}
@media screen and (max-width: 59.99em) {
  .header__toggle {
    --line-gap: 0.5rem;
    position: relative;
    width: 3rem;
    height: 3rem;
  }
  .header__toggle > span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 3px;
    margin: auto;
    background-color: currentColor;
    border-radius: 9999px;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
  }
  .header__toggle > span:nth-child(1) {
    transform: translateY(calc(var(--line-gap) * -1));
  }
  .header__toggle > span:nth-child(3) {
    transform: translateY(calc(var(--line-gap) * 1));
  }
  .header__toggle > span:is([aria-expanded=true] *):nth-child(1) {
    transform: rotate(45deg);
  }
  .header__toggle > span:is([aria-expanded=true] *):nth-child(2) {
    opacity: 0;
  }
  .header__toggle > span:is([aria-expanded=true] *):nth-child(3) {
    transform: rotate(-45deg);
  }
}

.card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 0.5rem;
}

.card__thumbnail {
  overflow: hidden;
}
.card__thumbnail :where(img) {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (prefers-reduced-motion: no-preference) {
  .card__thumbnail :where(img) {
    transition: transform 0.4s;
    will-change: transform;
  }
}
.card__thumbnail :where(img):is(.card.is-hover *) {
  transform: scale(1.05);
}

.card__content {
  padding: 1rem;
}

.card__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.card__tag {
  padding: 0.25rem;
  font-size: 0.75rem;
  background-color: var(--color-background-accent);
  border-radius: 0.25rem;
}
.card__tag:-moz-any-link {
  position: relative;
  z-index: 1;
}
.card__tag:any-link {
  position: relative;
  z-index: 1;
}

.card-list-centered {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((100% - var(--column-gap) * (var(--column-count) - 1)) / var(--column-count)));
  row-gap: 1.5rem;
  -moz-column-gap: var(--column-gap);
       column-gap: var(--column-gap);
  justify-content: center;
}
@media screen and (min-width: 60em), print {
  .card-list-centered {
    --column-count: 3;
    --column-gap: 4%;
  }
}
@media screen and (max-width: 59.99em) {
  .card-list-centered {
    --column-count: 2;
    --column-gap: 4%;
  }
}
@media screen and (max-width: 59.99em) and (max-width: 31.99em) {
  .card-list-centered {
    --column-count: 1;
    --column-gap: 4%;
  }
}

.card-list-liquid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(16rem, 100%), 1fr));
  row-gap: 1.5rem;
  -moz-column-gap: 4%;
       column-gap: 4%;
}

.pagination {
  font-size: 0.875rem;
}

.pagination__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  justify-content: center;
}

.pagination__page,
.pagination__next,
.pagination__prev,
.pagination__ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  font-weight: 700;
  color: var(--color-black);
  background-color: var(--color-white);
  border-radius: 9999px;
  transition-duration: var(--transition-duration-hover);
  transition-property: background-color;
}
@media (hover: hover) {
  .pagination__page:where(:-moz-any-link, :enabled, summary):hover, .pagination__next:where(:-moz-any-link, :enabled, summary):hover, .pagination__prev:where(:-moz-any-link, :enabled, summary):hover, .pagination__ellipsis:where(:-moz-any-link, :enabled, summary):hover {
    background-color: rgba(var(--color-accent-rgb), 0.35);
  }
  .pagination__page:where(:any-link, :enabled, summary):hover,
  .pagination__next:where(:any-link, :enabled, summary):hover,
  .pagination__prev:where(:any-link, :enabled, summary):hover,
  .pagination__ellipsis:where(:any-link, :enabled, summary):hover {
    background-color: rgba(var(--color-accent-rgb), 0.35);
  }
}

.pagination__page {
  border: 1px solid var(--color-border);
}
.pagination__page[aria-current] {
  background-color: var(--color-accent);
}

.pagination__next::before {
  width: 1em;
  height: 1em;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.pagination__prev::before {
  width: 1em;
  height: 1em;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: scaleX(-1);
}

.pagination__ellipsis::before {
  width: 1em;
  height: 1em;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-ellipsis);
          mask-image: var(--icon-ellipsis);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.tabs__tablist {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
}
.tabs.tabs--tablist-scroll .tabs__tablist {
  overflow-x: auto;
  scrollbar-width: none;
}
.tabs.tabs--tablist-scroll .tabs__tablist::-webkit-scrollbar {
  display: none;
}

.tabs__tab {
  padding: 0.5rem 1rem;
}
.tabs__tab[aria-selected=true], .tabs__tab[aria-pressed=true] {
  color: var(--color-accent);
  border-bottom: 2px solid var(--color-accent);
}
.tabs.tabs--tablist-scroll .tabs__tab {
  flex-shrink: 0;
}

.tabs__tabpanel {
  width: 100%;
  min-height: 10em;
  padding: 5px;
  overflow: auto;
  border: 1px solid var(--color-border);
}

.tabs-select__switch {
  display: inline-grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  margin-bottom: 0.4rem;
}

.tabs-select__label {
  display: block;
  margin-bottom: 0.4rem;
}

.tabs-select__select {
  padding: 0.5rem 1rem;
  padding-right: 2rem;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none"><path d="M14 4L8 10L2 4" stroke="%2345555E" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1em;
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
}

.tabs-select__button {
  padding: 0.4rem 1rem;
  background-color: #eee;
  border-radius: 9999px;
}

.tabs-select__tabpanel {
  width: 100%;
  min-height: 10em;
  padding: 5px;
  overflow: auto;
  border: 1px solid var(--color-border);
}

.slider {
  overflow: hidden;
}
.slider .splide__track {
  overflow: visible;
}
.slider .splide__slide {
  display: grid;
  width: calc((100% - var(--slide-gap) * (var(--slide-count) - 1)) / var(--slide-count));
  margin-right: var(--slide-gap);
}
@media screen and (min-width: 60em), print {
  .slider .splide__slide {
    --slide-count: 3;
    --slide-gap: 2%;
  }
}
@media screen and (max-width: 59.99em) {
  .slider .splide__slide {
    --slide-count: 1;
    --slide-gap: 2%;
    max-width: 22.5rem;
  }
}
.slider .splide__arrows {
  position: absolute;
  top: 0;
  right: -3rem;
  bottom: 0;
  left: -3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider .splide__arrows:is(.splide:not(.is-overflow) *) {
  display: none;
}
.slider .splide__arrow {
  position: relative;
  z-index: 1;
  padding: 1rem;
  color: var(--color-accent);
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 9999px;
  transition: background-color var(--transition-duration-hover);
}
.slider .splide__arrow:disabled {
  opacity: 0.2;
}
@media (hover: hover) {
  .slider .splide__arrow:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #eee;
  }
  .slider .splide__arrow:where(:any-link, :enabled, summary):hover {
    background-color: #eee;
  }
}
.slider .splide__arrow::after {
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  background-color: currentColor;
  -webkit-mask-image: var(--icon-arrow-right);
          mask-image: var(--icon-arrow-right);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.slider .splide__arrow.splide__arrow--prev::after {
  transform: scaleX(-1);
}
.slider .splide__progress {
  position: relative;
  margin-top: 2rem;
}
.slider .splide__progress::before {
  display: block;
  width: var(--content-head-width, 100%);
  height: 5px;
  content: "";
  background-image: linear-gradient(to right, var(--color-accent) 0 calc(var(--autoplay-rate, 0) * 100%), var(--color-background-accent) 0 100%);
}
.slider .splide__controls {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}
.slider .splide__pagination {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.slider .splide__pagination__page {
  padding: 0.5rem;
}
.slider .splide__pagination__page::before {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: var(--color-background-accent);
  border-radius: 9999px;
  transition-duration: 0.2s;
  transition-property: transform, background-color;
}
.slider .splide__pagination__page.is-active::before {
  background-color: var(--color-accent);
  transform: scale(1.5);
}
.slider .splide__toggle {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1rem;
  font-size: 1rem;
  color: var(--color-white);
  background-color: rgba(var(--color-accent-rgb), 0.8);
  border: 1px solid var(--color-border);
  border-radius: 9999px;
  transition-duration: var(--transition-duration-hover);
  transition-property: background-color;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (hover: hover) {
  .slider .splide__toggle:where(:-moz-any-link, :enabled, summary):hover {
    background-color: rgba(var(--color-accent-rgb), 1);
  }
  .slider .splide__toggle:where(:any-link, :enabled, summary):hover {
    background-color: rgba(var(--color-accent-rgb), 1);
  }
}
.slider .splide__toggle__play::after,
.slider .splide__toggle__pause::after {
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.slider .splide__toggle__play::after {
  -webkit-mask-image: var(--icon-play);
          mask-image: var(--icon-play);
}
.slider .splide__toggle__pause::after {
  -webkit-mask-image: var(--icon-pause);
          mask-image: var(--icon-pause);
}

.post-password-form {
  width: var(--container-width);
  padding-block: 8rem;
  margin-inline: auto;
}
.post-password-form p {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.post-password-form p:where(:not(:first-child)) {
  margin-top: 2.5rem;
}
.post-password-form label {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.post-password-form input[type=password] {
  flex-grow: 1;
  padding: 0.5rem 1rem;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
}
.post-password-form input[type=submit] {
  min-width: min(6rem, 100%);
  padding: 0.5rem 1.5rem;
  overflow: hidden;
  color: var(--color-white);
  text-align: center;
  cursor: pointer;
  background-color: var(--color-accent);
  border: none;
  border-radius: 9999px;
}