@charset "UTF-8";
*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | 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: #e5e7eb; /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  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: BIZ UDP ゴシック, Hiragino Kaku Gothic Pro, メイリオ, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #1e40af;
  text-decoration: underline;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #1e40af;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover::after{
  transform: scale(1, 1);
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  font-style: normal;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[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;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[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;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: #cabb55;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  border-bottom: 1px solid;
  border-color: #cabb55;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[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;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --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-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --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;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-4{
  left: 1rem;
}
.right-0{
  right: 0px;
}
.top-1\/5{
  top: 20%;
}
.top-2\/3{
  top: 66.666667%;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-ml-2{
  margin-left: -0.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-auto{
  margin-bottom: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-6{
  height: 1.5rem;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-1\/6{
  width: 16.666667%;
}
.w-16{
  width: 4rem;
}
.w-28{
  width: 7rem;
}
.w-48{
  width: 12rem;
}
.w-6{
  width: 1.5rem;
}
.w-full{
  width: 100%;
}
.max-w-none{
  max-width: none;
}
.transform{
  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));
}
.resize{
  resize: both;
}
.break-before-page{
  -moz-column-break-before: page;
       break-before: page;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.border-2{
  border-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(202 187 85 / var(--tw-border-opacity, 1));
}
.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(202 187 85 / var(--tw-border-opacity, 1));
}
.border-primary-dark{
  --tw-border-opacity: 1;
  border-color: rgb(202 187 85 / var(--tw-border-opacity, 1));
}
.border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-opacity-30{
  --tw-border-opacity: 0.3;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(202 187 85 / var(--tw-bg-opacity, 1));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(222 204 94 / var(--tw-bg-opacity, 1));
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(237 246 255 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.fill-current{
  fill: currentColor;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.font-iscie{
  font-family: ISCIE;
}
.text-3xl{
  font-size: 40px;
  line-height: 50px;
}
.text-4xl{
  font-size: 64px;
  line-height: 80px;
}
.text-\[0\.9rem\]{
  font-size: 0.9rem;
}
.text-\[1\.1rem\]{
  font-size: 1.1rem;
}
.text-lg{
  font-size: 20px;
  line-height: 28px;
}
.text-sm{
  font-size: 14px;
  line-height: 20px;
}
.text-xl{
  font-size: 24px;
  line-height: 32px;
}
.text-xs{
  font-size: 12px;
  line-height: 16px;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(202 187 85 / var(--tw-text-opacity, 1));
}
.text-primary-900{
  --tw-text-opacity: 1;
  color: rgb(19 51 149 / var(--tw-text-opacity, 1));
}
.text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(202 187 85 / var(--tw-text-opacity, 1));
}
.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-teal-900{
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.text-shadow-2xl{
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .8), -1px -1px 5px rgba(0, 0, 0, .8),-1px 1px 5px rgba(0, 0, 0, .8), 1px -1px 5px rgba(0, 0, 0, .8);
}
@font-face {
  font-family: 'ISCIE';
  src: url("/fonts/ISCIE.woff2") format("woff2"), url("/fonts/ISCIE.woff") format("woff");
  font-weight: 100 900; }

table.news {
  font-size: inherit; }
  table.news td:first-child {
    font-weight: 600;
    width: 9em; }
  table.news thead {
    border: 0; }
  table.news tr {
    border: 0; }
  table.news td {
    vertical-align: top;
    padding-bottom: 0.5em; }

table.news thead {
  display: none; }

table.news tr,
table.news td,
table.news th {
  display: block; }

table.news td {
  padding: 0 0; }

table.news tr {
  padding-bottom: 1em; }

@media (min-width: 640px) {
  table.news tr {
    display: table-row; }
  table.news td,
  table.news th {
    display: table-cell; } }

table.schedule {
  display: block;
  overflow-x: auto;
  font-size: inherit;
  width: auto; }
  table.schedule thead {
    display: none; }
  table.schedule td:first-child {
    font-weight: 600;
    padding-right: 1em; }
  table.schedule td:nth-child(3) {
    padding-left: 0;
    padding-right: 0; }
  table.schedule td {
    white-space: nowrap;
    padding: 0; }
  table.schedule thead {
    border: 0; }
  table.schedule tr {
    border: 0; }

table.committee {
  display: block;
  -moz-column-width: 15em;
       column-width: 15em;
  margin-top: 0;
  border-spacing: 0 0.5em;
  font-size: inherit; }
  table.committee thead {
    display: none; }
  table.committee tbody {
    display: block;
    margin: 0; }
    table.committee tbody tr {
      display: flex;
      page-break-inside: avoid;
      -moz-column-break-inside: avoid;
           break-inside: avoid-column;
      border: 0;
      align-items: baseline; }
      table.committee tbody tr td {
        padding: 0.1em 0;
        min-width: 6em;
        display: block; }
      table.committee tbody tr td:nth-child(1) {
        text-align: justify;
        text-justify: inter-character;
        -moz-text-align-last: justify;
             text-align-last: justify;
        vertical-align: baseline;
        padding-right: 0.2em;
        white-space: nowrap; }
      table.committee tbody tr td:nth-child(2) {
        vertical-align: baseline;
        padding-right: 1em;
        color: #666666;
        font-weight: bold;
        font-size: 80%;
        white-space: nowrap; }
        table.committee tbody tr td:nth-child(2):not(:empty)::before {
          content: '（'; }
        table.committee tbody tr td:nth-child(2):not(:empty)::after {
          content: '）'; }

ul.committee {
  display: block;
  -moz-column-width: 20em;
       column-width: 20em; }
  ul.committee li {
    display: inline-block;
    width: 20em; }
    ul.committee li strong {
      vertical-align: baseline;
      padding-right: 1em;
      color: #666666;
      font-weight: bold;
      font-size: 80%;
      white-space: nowrap; }
      ul.committee li strong:not(:empty)::before {
        content: '（'; }
      ul.committee li strong:not(:empty)::after {
        content: '）'; }

footer ul.sns-share {
  display: grid;
  grid-template-columns: 50px 50px;
  width: 100%;
  align-items: center;
  justify-content: center; }
  footer ul.sns-share li {
    display: block;
    text-align: center; }

:where(.prose):not(:where(.not-prose)) dl dt {
  font-weight: bold; }

:where(.prose):not(:where(.not-prose)) dl dd + dt {
  margin-top: 1em; }

:where(.prose):not(:where(.not-prose)) dl dd > ul {
  margin-top: 0;
  margin-bottom: 0; }
  :where(.prose):not(:where(.not-prose)) dl dd > ul li {
    margin: 0; }

:where(.prose):not(:where(.not-prose)) ul.kome > li::before {
  content: "※";
  background: none;
  top: 0;
  left: 0; }

:where(.prose):not(:where(.not-prose)) ul.award-🌸 {
  list-style-type: none;
  padding-left: 0; }
  :where(.prose):not(:where(.not-prose)) ul.award-🌸 > li {
    position: relative;
    padding-left: 1.5em;
    margin: 2em 0; }
    :where(.prose):not(:where(.not-prose)) ul.award-🌸 > li::before {
      content: "🌸";
      position: absolute;
      left: 0;
      top: -0.1ex; }

:where(.prose):not(:where(.not-prose)) ul.award-🏆 {
  list-style-type: none;
  padding-left: 0; }
  :where(.prose):not(:where(.not-prose)) ul.award-🏆 > li {
    position: relative;
    padding-left: 1.5em;
    margin: 2em 0; }
    :where(.prose):not(:where(.not-prose)) ul.award-🏆 > li::before {
      content: "🏆";
      position: absolute;
      left: 0;
      top: -0.1ex; }

:where(.prose):not(:where(.not-prose)) ul.award-🏅 {
  list-style-type: none;
  padding-left: 0; }
  :where(.prose):not(:where(.not-prose)) ul.award-🏅 > li {
    position: relative;
    padding-left: 1.5em;
    margin: 2em 0; }
    :where(.prose):not(:where(.not-prose)) ul.award-🏅 > li::before {
      content: "🏅";
      position: absolute;
      left: 0;
      top: -0.1ex; }

:where(.prose):not(:where(.not-prose)) a[href$="pdf"]:before {
  content: "\F0226";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 1.4em;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle; }

:where(.prose):not(:where(.not-prose)) a[href$="docx"]:before {
  content: "\F022C";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 1.1em;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline; }

:where(.prose):not(:where(.not-prose)) a[href^="mailto"]:before {
  content: "\F01F0";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 1.0em;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-right: 0.2em; }

:where(.prose):not(:where(.not-prose)) a[href$="zip"]:before {
  content: "\F06EB";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 1.2em;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  margin-right: 0.2em; }

:where(.prose):not(:where(.not-prose)) a[href="preparing"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #eb6101; }
  :where(.prose):not(:where(.not-prose)) a[href="preparing"]:before {
    content: '準備中';
    justify-content: center;
    padding: .05em .15em;
    font-size: .90em;
    line-height: inherit;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .05rem;
    border: solid 1px;
    margin-right: 0.25em;
    margin-left: 0.1em;
    text-decoration-line: none; }

:where(.prose):not(:where(.not-prose)) a[href="closing"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #8b0000; }
  :where(.prose):not(:where(.not-prose)) a[href="closing"]:before {
    content: '受付終了';
    justify-content: center;
    padding: .05em .15em;
    font-size: .90em;
    line-height: inherit;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .05rem;
    border: solid 1px;
    margin-right: 0.25em;
    margin-left: 0.1em;
    text-decoration-line: none; }

:where(.prose):not(:where(.not-prose)) ul.organizers{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
  :where(.prose):not(:where(.not-prose)) ul.organizers li {
    margin: 0;
    padding-left: 0;
    white-space: nowrap; }
    :where(.prose):not(:where(.not-prose)) ul.organizers li:not(:last-child)::after {
      content: '，';
      margin-right: 1em; }
  :where(.prose):not(:where(.not-prose)) ul.organizers em {
    font-size: 0.9em;
    font-style: normal;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1)); }

:where(.prose):not(:where(.not-prose)) ul.keywords{
  display: flex;
  flex-wrap: wrap;
}
  :where(.prose):not(:where(.not-prose)) ul.keywords li {
    margin-right: 2em;
    min-width: 26%;
    margin-top: 0;
    margin-bottom: 0; }

:where(.prose):not(:where(.not-prose)) .invited-lecture{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(246 198 106 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
  :where(.prose):not(:where(.not-prose)) .invited-lecture h2{
  --tw-text-opacity: 1;
  color: rgb(202 187 85 / var(--tw-text-opacity, 1));
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
  :where(.prose):not(:where(.not-prose)) .invited-lecture h2 + h3{
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
  :where(.prose):not(:where(.not-prose)) .invited-lecture h3{
  font-size: 14px;
  line-height: 20px;
    border: 0;
}
  :where(.prose):not(:where(.not-prose)) .invited-lecture em {
    font-style: normal; }

:where(.prose):not(:where(.not-prose)) .special-lecture h1{
  --tw-text-opacity: 1;
  color: rgb(202 187 85 / var(--tw-text-opacity, 1));
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
  :where(.prose):not(:where(.not-prose)) .special-lecture h1 em{
  font-family: ISCIE;
}

:where(.prose):not(:where(.not-prose)) .special-lecture h1 + h2{
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 0.25rem;
}

:where(.prose):not(:where(.not-prose)) .special-lecture h3{
  font-size: 14px;
  line-height: 20px;
  border: 0;
}

:where(.prose):not(:where(.not-prose)) .special-lecture em {
  font-style: normal; }

:where(.prose):not(:where(.not-prose)) .highschool h1:first-child{
  --tw-text-opacity: 1;
  color: rgb(202 187 85 / var(--tw-text-opacity, 1));
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
  :where(.prose):not(:where(.not-prose)) .highschool h1:first-child em{
  font-family: ISCIE;
}

:where(.prose):not(:where(.not-prose)) .highschool h1 + h2{
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 0.25rem;
}

:where(.prose):not(:where(.not-prose)) .highschool h2{
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 3ex;
}

:where(.prose):not(:where(.not-prose)) .highschool h3{
  font-size: 14px;
  line-height: 20px;
  border: 0;
}

:where(.prose):not(:where(.not-prose)) .highschool em {
  font-style: normal; }

:where(.prose):not(:where(.not-prose)) .highschool > ul {
  padding-left: 0;
  margin-top: 2ex; }
  :where(.prose):not(:where(.not-prose)) .highschool > ul > li {
    list-style-type: none;
    position: relative;
    margin-bottom: 2ex;
    line-height: 1.2; }
    @media (min-width: 640px) {
      :where(.prose):not(:where(.not-prose)) .highschool > ul > li {
        padding-left: 4em; } }
    :where(.prose):not(:where(.not-prose)) .highschool > ul > li p{
  position: absolute;
  left: 0px;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(202 187 85 / var(--tw-text-opacity, 1));
      font-size: 110%;
}
      @media (max-width: 640px) {
        :where(.prose):not(:where(.not-prose)) .highschool > ul > li p{
    position: static;
    margin-bottom: 0.25rem;
    display: block;
  } }
    :where(.prose):not(:where(.not-prose)) .highschool > ul > li > ul {
      margin: 0;
      padding: 0; }
      :where(.prose):not(:where(.not-prose)) .highschool > ul > li > ul > li {
        margin: 0;
        list-style-type: none;
        padding-left: 0;
        font-size: 110%;
        margin-bottom: 0.1ex;
        font-weight: bold; }
        :where(.prose):not(:where(.not-prose)) .highschool > ul > li > ul > li > ul {
          margin-top: 0.1ex;
          margin-bottom: 0;
          padding: 0; }
          :where(.prose):not(:where(.not-prose)) .highschool > ul > li > ul > li > ul > li {
            margin: 0;
            padding-left: 0;
            list-style-type: none;
            font-size: 90%;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px; }
      :where(.prose):not(:where(.not-prose)) .highschool > ul > li > ul > li:last-child {
        margin-top: 0.5ex;
        margin-bottom: 0;
        font-size: 100%;
        font-weight: normal;
        --tw-text-opacity: 1;
        color: rgb(6 95 70 / var(--tw-text-opacity, 1)); }

:where(.prose):not(:where(.not-prose)) ul.sns-share {
  display: block;
  margin: 0; }
  :where(.prose):not(:where(.not-prose)) ul.sns-share li {
    display: inline-block;
    padding-left: 0;
    margin-right: 0.5em;
    background: none; }

.prose.list-page-section h2{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(202 187 85 / var(--tw-text-opacity, 1));
}
  .prose.list-page-section h2 strong{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(202 187 85 / var(--tw-text-opacity, 1));
}

.prose.list-page-section h3{
  font-size: 14px;
  line-height: 20px;
  border: 0;
}

.prose.list-page-section .invited-lecture h2{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.prose.list-page-section .invited-lecture h2 + h3{
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

#toc-sections table tr{
  margin-left: -0.5rem;
}
  #toc-sections table tr > th{
  padding-left: 0.5rem;
}
  #toc-sections table tr.active{
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(202 187 85 / var(--tw-border-opacity, 1));
  background-color: rgb(246 198 106 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
}

.session div[class^='prefix-TS'],
.session div[class*=' prefix-TS']{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.session div[class^='prefix-OS'],
.session div[class*=' prefix-OS']{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.session div[class^='prefix-GS'],
.session div[class*=' prefix-GS']{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.session div[class^='prefix-TL'],
.session div[class*=' prefix-TL']{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.session div[class^='prefix-SL'],
.session div[class*=' prefix-SL']{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.session-table div[class^='color-TS'],
.session-table div[class*=' color-TS']{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.session-table div[class^='color-OS'],
.session-table div[class*=' color-OS']{
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.session-table div[class^='color-GS'],
.session-table div[class*=' color-GS']{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.session-table div[class^='color-TL'],
.session-table div[class*=' color-TL']{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.session-table div[class^='color-SL'],
.session-table div[class*=' color-SL']{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

html.hc-nav-yscroll {
  overflow-y: scroll; }

body.hc-nav-open {
  overflow: visible;
  position: fixed;
  width: 100%;
  min-height: 100%; }

.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  text-align: left; }
  .hc-offcanvas-nav.is-ios * {
    cursor: pointer !important; }
  .hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: transform 0.4s ease; }
  .hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overscroll-behavior: none; }
  .hc-offcanvas-nav .nav-content {
    height: 100%; }
  .hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box; }
  .hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .hc-offcanvas-nav li {
    position: relative;
    display: block; }
    .hc-offcanvas-nav li.level-open > .nav-wrapper {
      visibility: visible; }
    .hc-offcanvas-nav li:not(.custom-content) a {
      position: relative;
      display: block;
      box-sizing: border-box;
      cursor: pointer; }
      .hc-offcanvas-nav li:not(.custom-content) a[disabled] {
        cursor: not-allowed; }
      .hc-offcanvas-nav li:not(.custom-content) a, .hc-offcanvas-nav li:not(.custom-content) a:hover {
        text-decoration: none; }
  .hc-offcanvas-nav input[type="checkbox"] {
    display: none; }
  .hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer; }
  .hc-offcanvas-nav .nav-item-wrapper {
    position: relative; }
  .hc-offcanvas-nav .nav-item-link {
    position: relative;
    display: block;
    box-sizing: border-box; }
  .hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
  .hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
    outline: none; }
  .hc-offcanvas-nav .nav-close:focus,
  .hc-offcanvas-nav .nav-next:focus,
  .hc-offcanvas-nav .nav-back:focus {
    z-index: 10; }
  .hc-offcanvas-nav.disable-body::after,
  .hc-offcanvas-nav .nav-wrapper::after {
    content: '';
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease 0.4s, opacity 0.4s ease; }
  .hc-offcanvas-nav.disable-body::after {
    position: fixed; }
  .hc-offcanvas-nav .nav-wrapper::after {
    position: absolute; }
  .hc-offcanvas-nav.disable-body.nav-open::after,
  .hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s; }
  .hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none; }
  .hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none; }
  .hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: 100vh; }
    .hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
      overflow: scroll;
      overflow-x: visible;
      overflow-y: auto;
      box-sizing: border-box;
      max-height: 100vh; }
  .hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: height 0s ease 0.4s; }
  .hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
    max-height: none;
    overflow: visible;
    visibility: visible; }
  .hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh; }
  .hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: 100vh; }
  .hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease 0.4s, transform 0.4s ease; }
  .hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static; }
  .hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s ease; }
  .hc-offcanvas-nav.nav-position-left {
    left: 0; }
    .hc-offcanvas-nav.nav-position-left .nav-container {
      left: 0; }
    .hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
      left: 0;
      transform: translate3d(-100%, 0, 0); }
  .hc-offcanvas-nav.nav-position-right {
    right: 0; }
    .hc-offcanvas-nav.nav-position-right .nav-container {
      right: 0; }
    .hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
      right: 0;
      transform: translate3d(100%, 0, 0); }
  .hc-offcanvas-nav.nav-position-top {
    top: 0; }
    .hc-offcanvas-nav.nav-position-top .nav-container {
      top: 0;
      width: 100%; }
    .hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
      left: 0;
      transform: translate3d(0, -100%, 0); }
  .hc-offcanvas-nav.nav-position-bottom {
    top: auto;
    bottom: 0; }
    .hc-offcanvas-nav.nav-position-bottom .nav-container {
      top: auto;
      bottom: 0;
      width: 100%; }
    .hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
      left: 0;
      transform: translate3d(0, 100%, 0); }
  .hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
    transform: translate3d(0, 0, 0); }
  .hc-offcanvas-nav.rtl {
    text-align: right;
    direction: rtl; }

.hc-nav-trigger {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
  top: 20px;
  z-index: 9980;
  width: 30px;
  min-height: 24px; }
  .hc-nav-trigger span {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%; }
    .hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
      display: block;
      position: absolute;
      left: 0;
      height: 4px;
      background: #34495E;
      transition: all 0.2s ease; }
    .hc-nav-trigger span::before, .hc-nav-trigger span::after {
      content: '';
      width: 100%; }
    .hc-nav-trigger span::before {
      top: -10px; }
    .hc-nav-trigger span::after {
      bottom: -10px; }
  .hc-nav-trigger.toggle-open span {
    background: rgba(0, 0, 0, 0);
    transform: rotate(45deg); }
    .hc-nav-trigger.toggle-open span::before {
      transform: translate3d(0, 10px, 0); }
    .hc-nav-trigger.toggle-open span::after {
      transform: rotate(-90deg) translate3d(10px, 0, 0); }

.hc-offcanvas-nav {
  font-family: sans-serif;
  /* Left */
  /* Right */
  /* Top */
  /* Bottom */
  /* Overlap */
  /* Expand & none */
  /* RTL */ }
  .hc-offcanvas-nav .nav-container,
  .hc-offcanvas-nav .nav-wrapper,
  .hc-offcanvas-nav ul {
    background: #202225; }
  .hc-offcanvas-nav::after,
  .hc-offcanvas-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.3); }
  .hc-offcanvas-nav .nav-content {
    padding: 0 15px; }
    .hc-offcanvas-nav .nav-content > h2, .hc-offcanvas-nav .nav-content > h3, .hc-offcanvas-nav .nav-content > h4, .hc-offcanvas-nav .nav-content > h5, .hc-offcanvas-nav .nav-content > h6 {
      font-size: 19px;
      font-weight: normal;
      padding: 25px 15px 30px;
      color: #fff; }
      .hc-offcanvas-nav .nav-content > h2:first-child, .hc-offcanvas-nav .nav-content > h3:first-child, .hc-offcanvas-nav .nav-content > h4:first-child, .hc-offcanvas-nav .nav-content > h5:first-child, .hc-offcanvas-nav .nav-content > h6:first-child {
        margin-top: 10px; }
      .hc-offcanvas-nav .nav-content > h2:not(.nav-title):not(.level-title), .hc-offcanvas-nav .nav-content > h3:not(.nav-title):not(.level-title), .hc-offcanvas-nav .nav-content > h4:not(.nav-title):not(.level-title), .hc-offcanvas-nav .nav-content > h5:not(.nav-title):not(.level-title), .hc-offcanvas-nav .nav-content > h6:not(.nav-title):not(.level-title) {
        font-size: 16px;
        padding: 15px 12px;
        text-transform: uppercase;
        color: #b3b3b3; }
  .hc-offcanvas-nav .nav-item-link,
  .hc-offcanvas-nav li.nav-close a,
  .hc-offcanvas-nav .nav-back a {
    padding: 12px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    transition: .05s background ease; }
    .hc-offcanvas-nav .nav-item-link:focus, .hc-offcanvas-nav .nav-item-link:focus-within,
    .hc-offcanvas-nav li.nav-close a:focus,
    .hc-offcanvas-nav li.nav-close a:focus-within,
    .hc-offcanvas-nav .nav-back a:focus,
    .hc-offcanvas-nav .nav-back a:focus-within {
      z-index: 10; }
    .hc-offcanvas-nav .nav-item-link[disabled],
    .hc-offcanvas-nav li.nav-close a[disabled],
    .hc-offcanvas-nav .nav-back a[disabled] {
      color: rgba(255, 255, 255, 0.5); }
  .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #272a2d; }
  .hc-offcanvas-nav .nav-custom-content {
    padding: 12px 15px;
    font-size: 15px; }
  .hc-offcanvas-nav .nav-highlight > .nav-item-wrapper .nav-item-link {
    border-radius: 5px;
    background: #292c30; }
  .hc-offcanvas-nav .nav-wrapper-0 > .nav-content > ul:first-child {
    margin-top: 15px; }
  .hc-offcanvas-nav .nav-wrapper-0 > .nav-content > ul:not(:last-child) {
    margin-bottom: 18px; }
  .hc-offcanvas-nav li {
    color: #fff; }
    .hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav li.nav-back a:hover {
      background: #111213; }
    .hc-offcanvas-nav li.nav-close:not(:first-child) a, .hc-offcanvas-nav li.nav-back:not(:first-child) a {
      margin-top: -1px; }
    .hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
      padding-right: 62px; }
    .hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
      margin-right: 52px; }
  .hc-offcanvas-nav .nav-close-button span,
  .hc-offcanvas-nav .nav-parent .nav-next,
  .hc-offcanvas-nav .nav-back span {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    transition: background .2s ease; }
  .hc-offcanvas-nav .nav-close-button {
    position: relative;
    display: block; }
    .hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 6px;
      height: 6px;
      margin-top: -3px;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff; }
    .hc-offcanvas-nav .nav-close-button span::before {
      margin-left: -9px;
      transform: rotate(135deg); }
    .hc-offcanvas-nav .nav-close-button span::after {
      transform: rotate(-45deg); }
  .hc-offcanvas-nav .nav-content > .nav-close a {
    height: 44px;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border-radius: 5px;
    z-index: 1;
    text-decoration: none;
    box-sizing: border-box; }
    .hc-offcanvas-nav .nav-content > .nav-close a.has-label {
      padding: 12px 15px; }
    .hc-offcanvas-nav .nav-content > .nav-close a:hover {
      background: #25272a; }
  .hc-offcanvas-nav .nav-content > .nav-close:first-child {
    position: relative;
    min-height: 40px;
    margin-top: 15px; }
    .hc-offcanvas-nav .nav-content > .nav-close:first-child + ul {
      margin-top: 15px; }
    .hc-offcanvas-nav .nav-content > .nav-close:first-child a.has-label {
      margin-bottom: -15px; }
    .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) {
      position: absolute;
      width: 40px;
      height: 40px;
      line-height: 40px;
      top: 0;
      right: 0; }
      .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) + ul {
        margin-top: 60px; }
      .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) + h2, .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) + h3, .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) + h4, .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) + h5, .hc-offcanvas-nav .nav-content > .nav-close:first-child a:not(.has-label) + h6 {
        margin-top: 55px; }
  .hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 28px;
    right: 15px; }
  .hc-offcanvas-nav.nav-close-button-empty .nav-title {
    padding-right: 46px; }
  .hc-offcanvas-nav li.nav-close:first-child {
    padding-bottom: 15px; }
  .hc-offcanvas-nav li.nav-close .nav-close-button.has-label {
    margin-bottom: -15px; }
  .hc-offcanvas-nav li.nav-close .nav-close-button:not(.has-label) {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: right; }
  .hc-offcanvas-nav li.nav-close .nav-item-wrapper::after {
    content: '';
    display: table;
    clear: both; }
  .hc-offcanvas-nav a.nav-next {
    position: relative; }
    .hc-offcanvas-nav a.nav-next:before {
      content: '';
      position: absolute;
      width: 2px;
      height: 25px;
      left: -7px;
      top: 9px;
      background: #4d4d4d;
      border-radius: 2px; }
  .hc-offcanvas-nav .nav-next span::before,
  .hc-offcanvas-nav .nav-back span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center; }
  .hc-offcanvas-nav .nav-next span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
    .hc-offcanvas-nav .nav-next span::before {
      transform: translate(-50%, -50%) rotate(135deg); }
  .hc-offcanvas-nav .nav-back span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg); }
  .hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2); }
  .hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2); }
  .hc-offcanvas-nav.nav-position-right .nav-next span::before {
    margin-left: 2px;
    transform: translate(-50%, -50%) rotate(-45deg); }
  .hc-offcanvas-nav.nav-position-right .nav-back span::before {
    margin-left: -2px;
    transform: translate(-50%, -50%) rotate(135deg); }
  .hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .hc-offcanvas-nav.nav-position-top .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg); }
  .hc-offcanvas-nav.nav-position-top .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg); }
  .hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); }
  .hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg); }
  .hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg); }
  .hc-offcanvas-nav.nav-levels-overlap ul ul:first-child {
    margin-top: 15px; }
  .hc-offcanvas-nav.nav-levels-expand .nav-content .nav-content, .hc-offcanvas-nav.nav-levels-none .nav-content .nav-content {
    padding: 0; }
  .hc-offcanvas-nav.nav-levels-expand .nav-wrapper .nav-wrapper, .hc-offcanvas-nav.nav-levels-none .nav-wrapper .nav-wrapper {
    width: auto;
    position: relative;
    margin-left: 20px; }
  .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > .nav-next span::before,
  .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a > .nav-next span::before, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > .nav-next span::before,
  .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a > .nav-next span::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg); }
  .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-wrapper::before, .hc-offcanvas-nav.nav-levels-none li .nav-wrapper::before {
    content: '';
    position: absolute;
    width: 2px;
    left: -7px;
    top: 5px;
    bottom: 5px;
    background: #4d4d4d;
    border-radius: 2px; }
  .hc-offcanvas-nav.rtl .nav-wrapper .nav-wrapper {
    margin-left: 0;
    margin-right: 20px; }
  .hc-offcanvas-nav.rtl a.nav-next:before {
    left: auto;
    right: -7px; }
  .hc-offcanvas-nav.rtl .nav-title + .nav-close a:not(.has-label) {
    left: 15px;
    right: auto; }
  .hc-offcanvas-nav.rtl .nav-close-button span,
  .hc-offcanvas-nav.rtl .nav-next,
  .hc-offcanvas-nav.rtl .nav-back span {
    left: 0;
    right: auto; }
  .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:last-child {
    padding-left: 62px;
    padding-right: 12px; }
  .hc-offcanvas-nav.rtl li.nav-parent .nav-item-link:not(:last-child) {
    margin-left: 52px;
    margin-right: 0; }
  .hc-offcanvas-nav.rtl.nav-levels-expand li.level-open > .nav-wrapper::before, .hc-offcanvas-nav.rtl.nav-levels-none li .nav-wrapper::before {
    left: auto;
    right: -7px; }
  .last\:mr-0:last-child{
  margin-right: 0px;
}
  .hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
  .hover\:bg-primary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 187 85 / var(--tw-bg-opacity, 1));
}
  .hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
}
  .hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  @media (min-width: 640px){
  .sm\:bottom-0{
    bottom: 0px;
  }
  .sm\:top-3\/4{
    top: 75%;
  }
  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .sm\:float-right{
    float: right;
  }
  .sm\:block{
    display: block;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pl-4{
    padding-left: 1rem;
  }
  .sm\:text-4xl{
    font-size: 64px;
    line-height: 80px;
  }
  .sm\:text-5xl{
    font-size: 80px;
    line-height: 100px;
  }
  .sm\:text-base{
    font-size: 16px;
    line-height: 24px;
  }
  .sm\:text-lg{
    font-size: 20px;
    line-height: 28px;
  }
  .sm\:text-xl{
    font-size: 24px;
    line-height: 32px;
  }
}
  @media (min-width: 768px){
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .md\:mr-4{
    margin-right: 1rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-16{
    width: 4rem;
  }
  .md\:max-w-sm{
    max-width: 24rem;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-\[1\.1rem\]{
    font-size: 1.1rem;
  }
  .md\:text-sm{
    font-size: 14px;
    line-height: 20px;
  }
  .md\:leading-4{
    line-height: 1rem;
  }
  .md\:leading-tight{
    line-height: 1.25;
  }
}
  @media (min-width: 1024px){
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-2xl{
    font-size: 32px;
    line-height: 40px;
  }
  .lg\:text-6xl{
    font-size: 128px;
    line-height: 160px;
  }
}
  @media (min-width: 1280px){
  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .xl\:block{
    display: block;
  }
  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:text-7xl{
    font-size: 160px;
    line-height: 200px;
  }
}
  @media print{
  .print\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .print\:mb-10{
    margin-bottom: 2.5rem;
  }
  .print\:mb-8{
    margin-bottom: 2rem;
  }
  .print\:mr-4{
    margin-right: 1rem;
  }
  .print\:block{
    display: block;
  }
  .print\:inline-block{
    display: inline-block;
  }
  .print\:flex{
    display: flex;
  }
  .print\:hidden{
    display: none;
  }
  .print\:w-16{
    width: 4rem;
  }
  .print\:max-w-full{
    max-width: 100%;
  }
  .print\:pt-20{
    padding-top: 5rem;
  }
  .print\:text-right{
    text-align: right;
  }
  .print\:text-\[1\.1rem\]{
    font-size: 1.1rem;
  }
  .print\:text-sm{
    font-size: 14px;
    line-height: 20px;
  }
  .print\:leading-4{
    line-height: 1rem;
  }
  .print\:leading-tight{
    line-height: 1.25;
  }
}
