.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.\!static {
  position: static !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-full {
  left: 100%;
}

.right-1\/2 {
  right: 50%;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-100 {
  z-index: 100;
}

.z-50 {
  z-index: 50;
}

.z-70 {
  z-index: 70;
}

.order-1 {
  order: 1;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-13 {
  grid-column: span 13 / span 13;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.float-right {
  float: right;
}

.m-0 {
  margin: 0px;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.\!mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.\!mb-8 {
  margin-bottom: 2rem !important;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-3 {
  height: 0.75rem;
}

.h-\[800px\] {
  height: 800px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.max-h-\[calc\(100\%-100px\)\] {
  max-height: calc(100% - 100px);
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-1 {
  min-height: 0.25rem;
}

.\!w-auto {
  width: auto !important;
}

.\!w-full {
  width: 100% !important;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-3 {
  width: 0.75rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-96 {
  width: 24rem;
}

.w-\[400px\] {
  width: 400px;
}

.w-full {
  width: 100%;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-grow {
  flex-grow: 1;
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-13 {
  grid-template-columns: repeat(13, minmax(0, 1fr));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-Champagne {
  --tw-border-opacity: 1;
  border-color: rgb(239 222 193 / var(--tw-border-opacity));
}

.border-Sunset {
  --tw-border-opacity: 1;
  border-color: rgb(229 198 152 / var(--tw-border-opacity));
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-Blood30 {
  background-color: rgba(99, 0, 0, 0.3);
}

.bg-Clover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 168 64 / var(--tw-bg-opacity));
}

.bg-Crimson {
  --tw-bg-opacity: 1;
  background-color: rgb(160 11 0 / var(--tw-bg-opacity));
}

.bg-Gold {
  --tw-bg-opacity: 1;
  background-color: rgb(205 185 27 / var(--tw-bg-opacity));
}

.bg-Goldenrod {
  --tw-bg-opacity: 1;
  background-color: rgb(187 142 46 / var(--tw-bg-opacity));
}

.bg-Leaf {
  --tw-bg-opacity: 1;
  background-color: rgb(119 174 47 / var(--tw-bg-opacity));
}

.bg-Night {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.bg-Night85 {
  background-color: rgba(10, 10, 10, 0.85);
}

.bg-Night95 {
  background-color: rgba(10, 10, 10, 0.95);
}

.bg-Rust {
  --tw-bg-opacity: 1;
  background-color: rgb(178 77 41 / var(--tw-bg-opacity));
}

.bg-Tiger {
  --tw-bg-opacity: 1;
  background-color: rgb(178 105 41 / var(--tw-bg-opacity));
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-\[100\%\] {
  background-position: 100%;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.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;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.\!text-left {
  text-align: left !important;
}

.text-left {
  text-align: left;
}

.\!text-center {
  text-align: center !important;
}

.text-center {
  text-align: center;
}

.\!text-right {
  text-align: right !important;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.font-Cormorant {
  font-family: "Cormorant Upright";
}

.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.text-Champagne {
  --tw-text-opacity: 1;
  color: rgb(239 222 193 / var(--tw-text-opacity));
}

.text-Jet {
  --tw-text-opacity: 1;
  color: rgb(50 46 47 / var(--tw-text-opacity));
}

.text-Platinum {
  --tw-text-opacity: 1;
  color: rgb(234 232 227 / var(--tw-text-opacity));
}

.text-Silver {
  --tw-text-opacity: 1;
  color: rgb(169 164 157 / var(--tw-text-opacity));
}

.text-Sunset {
  --tw-text-opacity: 1;
  color: rgb(229 198 152 / var(--tw-text-opacity));
}

.text-Wheat {
  --tw-text-opacity: 1;
  color: rgb(229 205 159 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.\[hostname\:port\] {
  hostname: port;
}

/*
! tailwindcss v3.4.7 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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] {
  display: none;
}

* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}

*, ::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:  ;
}

.hover\:text-Fawn:hover {
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
}

.hover\:text-Platinum:hover {
  --tw-text-opacity: 1;
  color: rgb(234 232 227 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:block {
    display: block;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:order-first {
    order: -9999;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-\[calc\(25\%-3rem\)\] {
    width: calc(25% - 3rem);
  }

  .lg\:min-w-\[450px\] {
    min-width: 450px;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@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\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:\!mt-10 {
    margin-top: 2.5rem !important;
  }

  .xl\:block {
    display: block;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:grid {
    display: grid;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1920px) {
  .\33xl\:left-\[40px\] {
    left: 40px;
  }

  .\33xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\33xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\33xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\33xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\33xl\:mt-0 {
    margin-top: 0px;
  }

  .\33xl\:block {
    display: block;
  }

  .\33xl\:grid {
    display: grid;
  }

  .\33xl\:hidden {
    display: none;
  }

  .\33xl\:w-5\/12 {
    width: 41.666667%;
  }

  .\33xl\:justify-start {
    justify-content: flex-start;
  }

  .\33xl\:pl-\[85px\] {
    padding-left: 85px;
  }

  .\33xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 2560px) {
  .\34xl\:block {
    display: block;
  }

  .\34xl\:grid {
    display: grid;
  }

  .\34xl\:hidden {
    display: none;
  }
}

@media (min-width: 3840px) {
  .\35xl\:hidden {
    display: none;
  }
}

@font-face {
  font-family: "Merienda";

  src: url("/css/fonts/Merienda/Merienda-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "Philosopher";

  src: url("/css/fonts/Philosopher/Philosopher-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Tangerine";

  src: url("/css/fonts/Tangerine/Tangerine-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Overlock";

  src: url("/css/fonts/Overlock/Overlock-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Upright";

  src: url("/css/fonts/Cormorant_Upright/CormorantUpright-Regular.ttf") format("truetype");
}

body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(46 22 22 / var(--tw-bg-opacity));
  background-attachment: fixed;
  background-position: center;
  background-image: url(/pictures/interface/Background.jpg);
}

header {
  margin: 0px;
}

footer {
  margin: 2rem;
  background-color: rgba(10, 10, 10, 0.5);
  padding: 1rem;
  text-align: center;
}

nav {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}

nav .navbar {
  position: fixed;
  display: none;
  height: 100%;
  width: 5rem;
  background-color: rgba(10, 10, 10, 0.85);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-grayscale: grayscale(100%);
  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: width 0.2s linear;
}

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

nav .navbar__links {
  margin: 0.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
}

nav .navbar__links:hover {
  --tw-brightness: brightness(1);
  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);
}

nav .navbar__links:hover p {
  --tw-text-opacity: 1;
  color: rgb(234 232 227 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

nav .navbar__links:hover .navbar_icons--house {
  background-image: url("/pictures/interface/SquareButton_House_Hover.png");
}

nav .navbar__links:hover .navbar_icons--book {
  background-image: url("/pictures/interface/SquareButton_Book_Hover.png");
}

nav .navbar__links:hover .navbar_icons--group {
  background-image: url("/pictures/interface/SquareButton_Group_Hover.png");
}

nav .navbar__links:hover .navbar_icons--god {
  background-image: url("/pictures/interface/SquareButton_God_Hover.png");
}

nav .navbar__links:hover .navbar_icons--magic {
  background-image: url("/pictures/interface/SquareButton_Magic_Hover.png");
}

nav .navbar__links:hover .navbar_icons--swords {
  background-image: url("/pictures/interface/SquareButton_Sword_Hover.png");
}

nav .navbar__links:hover .navbar_icons--skull {
  background-image: url("/pictures/interface/SquareButton_Skull_Hover.png");
}

nav .navbar__links:hover .navbar_icons--planet {
  background-image: url("/pictures/interface/SquareButton_Planet_Hover.png");
}

nav .navbar__links:hover .navbar_icons--paw {
  background-image: url("/pictures/interface/SquareButton_Paw_Hover.png");
}

nav .navbar__links:hover .navbar_icons--timeline {
  background-image: url("/pictures/interface/SquareButton_Timeline_Hover.png");
}

nav .navbar__links:hover .navbar_icons--language {
  background-image: url("/pictures/interface/SquareButton_Language_Hover.png");
}

nav .navbar:hover, nav .navbar:focus-within {
  width: 18rem;
  --tw-grayscale: grayscale(0);
  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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

nav .navbar:hover p, nav .navbar:focus-within p {
  margin: 0px;
  display: inline-block;
  height: 2rem;
  font-family: "Cormorant Upright";
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
  --tw-brightness: brightness(1);
  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: all 0.2s ease-in;
}

nav .navbar p {
  display: inline-block;
  height: 0px;
  font-family: "Cormorant Upright";
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
  --tw-brightness: brightness(0);
  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);
  font-size: 0;
}

nav .navbar--active {
  display: block;
  width: 18rem;
  --tw-grayscale: grayscale(0);
  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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

nav .navbar--active p {
  margin: 0px;
  display: inline-block;
  height: 2rem;
  font-family: "Cormorant Upright";
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
  --tw-brightness: brightness(1);
  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: all 0.2s ease-in;
}

nav .navbar_icons {
  margin-right: 0.75rem;
  height: 3rem;
  width: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
}

nav .navbar_icons--house {
  background-image: url("/pictures/interface/SquareButton_House.png");
}

nav .navbar_icons--book {
  background-image: url("/pictures/interface/SquareButton_Book.png");
}

nav .navbar_icons--group {
  background-image: url("/pictures/interface/SquareButton_Group.png");
}

nav .navbar_icons--god {
  background-image: url("/pictures/interface/SquareButton_God.png");
}

nav .navbar_icons--magic {
  background-image: url("/pictures/interface/SquareButton_Magic.png");
}

nav .navbar_icons--swords {
  background-image: url("/pictures/interface/SquareButton_Sword.png");
}

nav .navbar_icons--skull {
  background-image: url("/pictures/interface/SquareButton_Skull.png");
}

nav .navbar_icons--planet {
  background-image: url("/pictures/interface/SquareButton_Planet.png");
}

nav .navbar_icons--paw {
  background-image: url("/pictures/interface/SquareButton_Paw.png");
}

nav .navbar_icons--timeline {
  background-image: url("/pictures/interface/SquareButton_Timeline.png");
}

nav .navbar_icons--language {
  background-image: url("/pictures/interface/SquareButton_Language.png");
}

nav .navbar_icons--bars {
  cursor: pointer;
  background-image: url("/pictures/interface/SquareButton_Bars.png");
}

nav .navbar_icons--bars:hover {
  background-image: url("/pictures/interface/SquareButton_Bars_Hover.png");
}

nav .navbar_icons--x {
  cursor: pointer;
  background-image: url("/pictures/interface/SquareButton_X.png");
}

nav .navbar_icons--x:hover {
  background-image: url("/pictures/interface/SquareButton_X_Hover.png");
}

ul {
  margin: 0px;
}

li {
  text-align: justify;
  font-family: Philosopher;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(169 164 157 / var(--tw-text-opacity));
  text-decoration-line: none;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.logo {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 3.5rem;
  text-align: center;
}

.main-container {
  position: relative;
  margin: auto;
  width: 91.666667%;
  background-color: rgba(10, 10, 10, 0.85);
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(92 7 4 / var(--tw-border-opacity));
}

.main-container__inner {
  position: relative;
  margin: auto;
}

.main-container__golden-flower-left {
  background-image: url(/pictures/interface/RosesCornerDecoration.png);
  position: absolute;
  z-index: 0;
  width: 24rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 24.5rem;
  bottom: -4.5rem;
  left: -5rem;
}

.main-container__golden-flower-right {
  background-image: url(/pictures/interface/RosesCornerDecoration.png);
  position: absolute;
  z-index: 0;
  width: 24rem;
  --tw-rotate: 180deg;
  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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 24.5rem;
  top: -4.5rem;
  right: -5rem;
}

.top-menu {
  position: fixed;
  z-index: 11;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  background-color: rgba(10, 10, 10, 0.85);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.top-menu p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.home-navigation {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.home-navigation__items {
  position: relative;
  grid-column: span 12 / span 12;
  cursor: pointer;
  text-align: center;
}

@media ((min-width: 1024px)) {
  .home-navigation__items {
    grid-column: span 6 / span 6;
  }
}

@media ((min-width: 1280px)) {
  .home-navigation__items {
    grid-column: span 4 / span 4;
  }
}

@media ((min-width: 1536px)) {
  .home-navigation__items {
    grid-column: span 3 / span 3;
  }
}

.home-navigation__items--placeholder {
  display: none;
  width: 100%;
  cursor: default;
}

@media ((min-width: 1536px)) {
  .home-navigation__items--placeholder {
    display: block;
  }
}

.excerpt__characters {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(92 7 4 / var(--tw-border-opacity));
  background-color: rgba(10, 10, 10, 0.95);
  text-align: center;
}

.excerpt__characters--portraits {
  position: relative;
  z-index: 20;
}

.excerpt__index {
  visibility: hidden;
  position: absolute;
  top: -2.25rem;
  left: -1rem;
  z-index: 10;
  box-sizing: content-box;
  height: 100%;
  width: 100%;
  background-color: rgba(10, 10, 10, 0.85);
  padding: 1rem;
  text-align: center;
}

.excerpt__index--titles {
  position: relative;
  z-index: 10;
  margin: 0px;
  box-sizing: content-box;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: Merienda;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.overlay {
  position: fixed;
  bottom: -100%;
  z-index: 60;
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.overlay__wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
}

.overlay__close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 1rem;
  cursor: pointer;
  border-radius: 0.75rem;
  background-color: rgba(10, 10, 10, 0.85);
  padding: 0.5rem;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(160 11 0 / var(--tw-text-opacity));
}

.overlay__close-button:hover {
  --tw-text-opacity: 1;
  color: rgb(205 185 27 / var(--tw-text-opacity));
}

.form__error-message {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  text-decoration-line: none;
  margin: 0px;
}

.form__success-message {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(119 174 47 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.form--error-input {
  outline-color: #dc2626;
}

.interactive-tabs {
  position: absolute;
  top: 0px;
  display: none;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}

.interactive-tabs--active {
  display: block;
}

.subscriptions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(169 164 157 / var(--tw-text-opacity));
  text-decoration-line: none;
  position: relative;
  grid-column: span 12 / span 12;
  width: 100%;
  border-radius: 0.75rem;
}

@media ((min-width: 768px)) {
  .subscriptions {
    grid-column: span 6 / span 6;
  }
}

@media ((min-width: 1280px)) {
  .subscriptions {
    grid-column: span 4 / span 4;
  }
}

@media ((min-width: 1536px)) {
  .subscriptions {
    grid-column: span 3 / span 3;
  }
}

.subscriptions--placeholder {
  position: relative;
  grid-column: span 4 / span 4;
  display: none;
  width: 100%;
}

@media ((min-width: 1280px)) {
  .subscriptions--placeholder {
    display: block;
  }
}

@media ((min-width: 1536px)) {
  .subscriptions--placeholder {
    display: none;
  }
}

.subscriptions__header {
  position: relative;
  margin: 0px;
  margin: 0.75rem;
  overflow: hidden;
  border-radius: 0px;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: transparent;
  background-clip: border-box;
  padding-bottom: 1rem;
  text-align: center;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.subscriptions__header--title {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(229 198 152 / var(--tw-text-opacity));
  text-decoration-line: none;
  display: block;
}

.subscriptions__header--price {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: "Cormorant Upright";
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(229 198 152 / var(--tw-text-opacity));
  text-decoration-line: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.subscriptions__list--text {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Philosopher;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(169 164 157 / var(--tw-text-opacity));
  text-decoration-line: none;
  margin: 0px;
  display: block;
}

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

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

p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(169 164 157 / var(--tw-text-opacity));
  text-decoration-line: none;
}

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

@media ((min-width: 1280px)) {
  p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Merienda;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(134 104 78 / var(--tw-text-opacity));
  text-decoration-line: none;
}

h4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Merienda;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
  text-decoration-line: none;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: "Cormorant Upright";
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
  text-decoration-line: none;
}

@media ((min-width: 1024px)) {
  h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Tangerine;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(229 198 152 / var(--tw-text-opacity));
  text-decoration-line: none;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Tangerine;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(229 198 152 / var(--tw-text-opacity));
  text-decoration-line: none;
}

a {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media ((min-width: 1024px)) {
  a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media ((min-width: 1280px)) {
  a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(239 222 193 / var(--tw-text-opacity));
}

.audio-trigger {
  cursor: pointer;
  border-bottom-width: 2px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 169 126 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.audio-trigger:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 222 193 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 222 193 / var(--tw-text-opacity));
}

.languages--spelled {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(229 198 152 / var(--tw-text-opacity));
}

.languages--leaf {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(119 174 47 / var(--tw-text-opacity));
}

.languages--ipa {
  font-weight: 600;
}

.languages--translation {
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(239 222 193 / var(--tw-text-opacity));
}

.tooltip-triggers {
  cursor: help;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

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

@media ((min-width: 1280px)) {
  .tooltip-triggers {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.tooltip-triggers:hover {
  --tw-text-opacity: 1;
  color: rgb(239 222 193 / var(--tw-text-opacity));
}

.typography-h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: "Cormorant Upright";
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
  text-decoration-line: none;
}

@media ((min-width: 1024px)) {
  .typography-h3 {
    text-align: left !important;
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}

.typography-p {
  text-align: left !important;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(169 164 157 / var(--tw-text-opacity));
  text-decoration-line: none;
}

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

@media ((min-width: 1280px)) {
  .typography-p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.big-icons {
  margin: 2rem;
  text-align: justify;
  font-family: Philosopher;
  font-size: 6rem;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.button--simple-gold {
  display: inline-block;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(212 169 126 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: inset 0 -10px 40px -10px #5B3310;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(50 46 47 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.button--simple-gold:hover {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(134 104 78 / var(--tw-text-opacity));
  text-decoration-line: none;
  box-shadow: inset 0 -10px 40px -10px #56514B;
  --tw-bg-opacity: 1;
  background-color: rgb(234 232 227 / var(--tw-bg-opacity));
}

.button--complex-gold {
  height: 62px;
  min-width: 172px;
  background-image: url(/pictures/interface/Buttons_Middle.png);
  background-size: 100% 62px;
  position: relative;
  z-index: 20;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.button--complex-gold::before {
  content: "";
  width: 31PX;
  height: 62px;
  background-image: url(/pictures/interface/Buttons_Left.png);
  position: absolute;
  right: 100%;
  z-index: 0;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.button--complex-gold::after {
  content: "";
  width: 32PX;
  height: 62px;
  background-image: url(/pictures/interface/Buttons_Right.png);
  position: absolute;
  z-index: 0;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.button--complex-gold:hover {
  height: 62px;
  min-width: 172px;
  background-image: url(/pictures/interface/Buttons_Hover_Middle.png);
  background-size: 100% 62px;
  position: relative;
  z-index: 20;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}

.button--complex-gold:hover::before {
  content: "";
  width: 31PX;
  height: 62px;
  background-image: url(/pictures/interface/Buttons_Hover_Left.png);
  position: absolute;
  right: 100%;
  z-index: 0;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.button--complex-gold:hover::after {
  content: "";
  width: 32PX;
  height: 62px;
  background-image: url(/pictures/interface/Buttons_Hover_Right.png);
  position: absolute;
  z-index: 0;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.button__container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: inline;
  cursor: pointer;
}

.button__text {
  min-width: 172px;
  margin-top: 0.6rem;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.button__text--paragraph {
  margin: 0px;
  text-align: center;
  font-family: Philosopher;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(234 232 227 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.fancy-borders, .bestiary-cards, .trivia-relationship, .characters-basics__about, .stats {
  border-color: transparent;
}

.fancy-borders--simple-red, .bestiary-cards, .trivia-relationship, .characters-personality__wrap, .stats {
  -o-border-image: url(/pictures/interface/Border.png) 60 stretch;
     border-image: url(/pictures/interface/Border.png) 60 stretch;
  border-width: 25px;
}

.fancy-borders--complex-red, .characters-basics__about {
  -o-border-image: url(/pictures/interface/SquareBorder.png) 140 stretch;
     border-image: url(/pictures/interface/SquareBorder.png) 140 stretch;
  border-width: 50px;
  border-radius: 90px;
}

.fancy-borders--gold {
  border-width: 60px;
  border-color: transparent;
  background-color: rgba(10, 10, 10, 0.95);
  -o-border-image: url(/pictures/interface/FancyBorder.png) 155 stretch;
     border-image: url(/pictures/interface/FancyBorder.png) 155 stretch;
}

.fancy-borders__inner--complex-red {
  position: relative;
  top: -2.25rem;
  left: -2.25rem;
  overflow: hidden;
  padding: 1rem;
  width: calc(100% + 73px);
  margin-bottom: -74px;
  border-radius: 50px;
}

.fancy-borders__inner--complex-gold {
  position: relative;
  top: -2.25rem;
  left: -2.25rem;
  overflow: hidden;
  padding: 1rem;
  width: calc(100% + 76px);
  margin-bottom: -74px;
  border-radius: 50px;
}

.fancy-borders--bg-night {
  background-color: rgba(10, 10, 10, 0.95);
}

.fancy-borders--bg-blood, .bestiary-cards {
  background-color: rgba(99, 0, 0, 0.3);
}

.login-backgroud {
  background-image: url(/pictures/interface/login_widget_background.jpg);
}

.input__textual {
  height: 3rem;
  width: 100%;
  cursor: text;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  margin: 0px;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(50 46 47 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.input__textual[type=date]:required:invalid {
  color: transparent;
}

.input__textual[type=date]:required:focus {
  --tw-text-opacity: 1;
  color: rgb(50 46 47 / var(--tw-text-opacity));
}

.input__radio-image {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.input__checkbox {
  display: none;
}

.input__checkbox-wrap {
  margin-bottom: 0px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

[type=radio] {
  position: absolute;
  height: 0px;
  width: 0px;
  opacity: 0;
}

[type=radio] + .input__radio-image {
  cursor: pointer;
  background-image: url(/pictures/interface/Yellow_radioBox_off.png);
}

[type=radio]:checked + .input__radio-image {
  background-image: url(/pictures/interface/Yellow_radioBox_on.png);
}

[type=checkbox] + label {
  background: url(/pictures/interface/Yellow_selectBox_off.png);
  height: 40px;
  width: 40px;
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0px;
}

[type=checkbox]:checked + label {
  background: url(/pictures/interface/Yellow_selectBox_on.png);
  height: 40px;
  width: 40px;
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0px;
}

.labels--dynamics {
  margin: 0px;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(50 46 47 / var(--tw-text-opacity));
  text-decoration-line: none;
  position: absolute;
  left: 0.5rem;
  top: 0px;
  display: flex;
  height: 100%;
  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));
  cursor: text;
  align-items: center;
  padding-left: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.group:focus-within .labels--dynamics {
  top: -1.75rem;
  height: 50%;
  padding-left: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.peer:valid ~ .labels--dynamics {
  top: -1.75rem;
  height: 50%;
  padding-left: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.labels--checkbox {
  margin: 0px;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(169 164 157 / var(--tw-text-opacity));
  text-decoration-line: none;
  cursor: pointer;
}

fieldset {
  margin: 0.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 198 152 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

legend {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Tangerine;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(229 198 152 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.display-passwords {
  position: absolute !important;
  right: 0.25rem;
  top: 0.5rem;
  z-index: 30;
  height: 2.75rem;
  width: 2.75rem;
  cursor: pointer;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}

.gradient-fade--black-left {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-image: linear-gradient(to right, #0a0a0a, #0a0a0a, #0a0a0a, rgba(10, 10, 10, 0.85), transparent);
}

.gradient-fade--black-right {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  background-image: linear-gradient(to left, #0a0a0a, #0a0a0a, #0a0a0a, rgba(10, 10, 10, 0.85), transparent);
}

.separator {
  position: relative;
  flex-grow: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.separator--champagne {
  --tw-border-opacity: 1;
  border-color: rgb(239 222 193 / var(--tw-border-opacity));
}

.pagination {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(212 169 126 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(50 46 47 / var(--tw-bg-opacity));
  padding: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(239 222 193 / var(--tw-text-opacity));
  text-decoration-line: none;
}

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

@media ((min-width: 1280px)) {
  .pagination {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.pagination:hover {
  --tw-border-opacity: 1;
  border-color: rgb(92 7 4 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(160 11 0 / var(--tw-text-opacity));
}

.pagination--selected {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: justify;
  font-family: Philosopher;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(134 104 78 / var(--tw-text-opacity));
  text-decoration-line: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(234 232 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 198 152 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.pagination--numbers {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fading {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: linear;
}

.tooltip--complex {
  position: fixed;
  z-index: 100;
  margin-top: 3.5rem;
  display: none;
  max-width: 45%;
}

.tooltip--complex-inner {
  position: relative;
  top: -2.75rem;
  left: -2.75rem;
  margin-bottom: -5.50rem;
  overflow: hidden;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(100% + 5.5rem);
}

.tooltip--trigger {
  cursor: help;
}

.tooltip--basic {
  visibility: hidden;
  position: fixed;
  z-index: 20;
  margin: 0px;
  max-width: 15rem;
  border-radius: 0.25rem;
  border-top-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 205 159 / var(--tw-bg-opacity));
  padding: 0.5rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}

.tooltip--basic::after {
  position: absolute;
  bottom: 100%;
  content: " ";
  margin-left: -8px;
  border-width: 5px;
  border-color: transparent transparent #E5CD9F #E5CD9F;
}

.tooltip--basic-trigger {
  cursor: help;
}

.tooltip--basic-trigger:hover .tooltip--basic {
  visibility: visible;
  opacity: 1;
}

.scrollable {
  overflow-y: auto;
}

.scrollable::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
  border-radius: var(--scrollbar-track-radius);
}

.scrollable::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover, var(--scrollbar-track));
}

.scrollable::-webkit-scrollbar-track:active {
  background-color: var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)));
}

.scrollable::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: var(--scrollbar-thumb-radius);
}

.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover, var(--scrollbar-thumb));
}

.scrollable::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)));
}

.scrollable::-webkit-scrollbar-corner {
  background-color: var(--scrollbar-corner);
  border-radius: var(--scrollbar-corner-radius);
}

.scrollable::-webkit-scrollbar-corner:hover {
  background-color: var(--scrollbar-corner-hover, var(--scrollbar-corner));
}

.scrollable::-webkit-scrollbar-corner:active {
  background-color: var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)));
}

.scrollable {
  scrollbar-width: auto;
  scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial);
}

.scrollable::-webkit-scrollbar {
  display: block;
  width: var(--scrollbar-width, 16px);
  height: var(--scrollbar-height, 16px);
}

.scrollable {
  --scrollbar-track: #A00B00;
  --scrollbar-thumb: #EAE8E3;
}

.gallery__controls {
  position: relative;
  bottom: 0px;
  display: flex;
  max-width: 24rem;
  align-items: center;
  justify-content: space-around;
}

.gallery__tab {
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: none;
  height: 100%;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(169 164 157 / var(--tw-text-opacity));
}

.gallery__pictures {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0px;
  position: absolute;
  top: 0px;
  margin: auto;
  height: 100vh;
  max-height: 100vh;
  width: 100%;
  background-color: rgba(10, 10, 10, 0.95);
  padding-top: 0.5rem;
}

.gallery__pictures--full-display {
  position: relative;
  display: flex;
  height: 90vh;
  width: 100vw;
  justify-content: center;
}

.gallery__pictures--credits {
  position: relative;
  z-index: 20;
}

.badge {
  margin: 0px;
  display: inline-block;
  border-radius: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.badge--black {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(234 232 227 / var(--tw-text-opacity));
}

.badge--red {
  --tw-bg-opacity: 1;
  background-color: rgb(92 7 4 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(169 164 157 / var(--tw-text-opacity));
}

.badge--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(50 46 47 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(169 164 157 / var(--tw-text-opacity));
}

.drop-down-menu {
  visibility: hidden;
  position: absolute;
  z-index: 50;
  margin-top: 2px;
  display: flex;
  max-height: 24rem;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(50 46 47 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.drop-down-menu__items {
  position: relative;
  top: 0px;
  z-index: 0;
  width: 100%;
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(169 164 157 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(50 46 47 / var(--tw-bg-opacity));
  padding: 0.75rem;
  margin-top: 1px;
  text-align: justify;
  font-family: "Cormorant Upright";
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(169 164 157 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.drop-down-menu__items:hover {
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgb(92 7 4 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 22 23 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(160 11 0 / var(--tw-text-opacity));
}

.drop-down-menu__items--selected {
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgb(92 7 4 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 22 23 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(160 11 0 / var(--tw-text-opacity));
}

.drop-down-menu__triggers {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(212 169 126 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(50 46 47 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.drop-down-menu__triggers p {
  margin: 0px;
  font-family: "Cormorant Upright";
  --tw-text-opacity: 1;
  color: rgb(239 222 193 / var(--tw-text-opacity));
}

.drop-down-menu__triggers:hover {
  --tw-border-opacity: 1;
  border-color: rgb(92 7 4 / var(--tw-border-opacity));
}

.drop-down-menu__triggers:hover p, .drop-down-menu__triggers:hover i {
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(160 11 0 / var(--tw-text-opacity));
}

.chronicle-card {
  margin-top: 1.25rem;
  margin-right: 0.75rem;
  margin-bottom: 4rem;
  margin-left: 0.75rem;
  width: 100%;
}

.chronicle-card__cover {
  position: absolute;
  top: 0px;
  height: 20rem;
  width: 100%;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

@media ((min-width: 1280px)) {
  .chronicle-card__cover {
    height: 100%;
  }
}

.chronicle-card__text {
  position: relative;
  width: 100%;
}

@media ((min-width: 1280px)) {
  .chronicle-card__text {
    width: 75%;
  }
}

.stats {
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

@media ((min-width: 1024px)) {
  .stats {
    gap: 1.5rem;
  }
}

.stats__half {
  grid-column: span 12 / span 12;
  margin: 0px;
}

@media ((min-width: 1024px)) {
  .stats__half {
    grid-column: span 6 / span 6;
  }
}

.stats__all {
  grid-column: span 12 / span 12;
  display: none;
  height: 1.25rem;
  width: 100%;
}

@media ((min-width: 768px)) {
  .stats__all {
    grid-column: span 6 / span 6;
    display: flex;
  }
}

.stats__bars {
  position: relative;
  height: 1.25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background: linear-gradient(90deg, rgb(64, 168, 64) 0%, rgb(119, 174, 47) 16%, rgb(205, 185, 27) 32%, rgb(187, 142, 46) 48%, rgb(178, 105, 41) 64%, rgb(178, 77, 41) 80%, rgb(160, 11, 0) 100%);
}

.stats__bars--progress {
  position: absolute;
  right: 0px;
  height: 1.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(50 46 47 / var(--tw-bg-opacity));
}

.stats__bars--progress::before {
  position: absolute;
  margin-left: -1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  content: "";
  background-color: transparent;
  box-shadow: 10px 0 0 0 #322E2F;
  /* This is where the magic happens! */
}

.stats__full-bar {
  width: 100%;
}

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

.stats__individual {
  position: relative;
  margin: 0px;
  height: 1.25rem;
  width: 6.5%;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(50 46 47 / var(--tw-bg-opacity));
}

.stats__progress {
  height: 100%;
}

.characters__wraps {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.characters-basics__about {
  margin-bottom: 2.5rem;
  margin-top: 2rem;
}

.characters-basics__info {
  order: 2;
  grid-column: span 12 / span 12;
}

@media ((min-width: 1280px)) {
  .characters-basics__info {
    order: 1;
    grid-column: span 6 / span 6;
  }
}

.characters-basics__info--list-items {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0px;
}

.characters-basics__info--list-items-gray {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  --tw-bg-opacity: 1;
  background-color: rgb(50 46 47 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0px;
}

.characters-basics__info--items-title {
  grid-column: span 12 / span 12;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  padding: 0px;
  text-align: center;
  font-weight: 700;
}

@media ((min-width: 768px)) {
  .characters-basics__info--items-title {
    grid-column: span 4 / span 4;
    text-align: left;
  }
}

@media ((min-width: 1280px)) {
  .characters-basics__info--items-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media ((min-width: 1920px)) {
  .characters-basics__info--items-title {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media ((min-width: 2560px)) {
  .characters-basics__info--items-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.characters-basics__info--items-content {
  grid-column: span 12 / span 12;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

@media ((min-width: 768px)) {
  .characters-basics__info--items-content {
    grid-column: span 8 / span 8;
    text-align: right;
  }
}

@media ((min-width: 1280px)) {
  .characters-basics__info--items-content {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .characters-basics__info--items-content:hover {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media ((min-width: 1920px)) {
  .characters-basics__info--items-content {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .characters-basics__info--items-content:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media ((min-width: 2560px)) {
  .characters-basics__info--items-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .characters-basics__info--items-content:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.characters-basics__focus-image {
  order: 1;
  grid-column: span 12 / span 12;
  max-height: 600px;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

@media ((min-width: 1280px)) {
  .characters-basics__focus-image {
    order: 2;
    grid-column: span 6 / span 6;
    max-height: 100%;
  }
}

.characters-personality__wrap {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
  background-color: rgba(10, 10, 10, 0.95) !important;
}

.characters-personality__wrap--half {
  grid-column: span 12 / span 12;
}

@media ((min-width: 1024px)) {
  .characters-personality__wrap--half {
    grid-column: span 6 / span 6;
  }
}

.characters-personality__items {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.characters-personality__bars {
  position: relative;
  height: 0.75rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(50 46 47 / var(--tw-bg-opacity));
  padding-bottom: 0.5rem;
}

.characters-personality__bars--progress {
  position: absolute;
  top: 0px;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(169 164 157 / var(--tw-bg-opacity));
}

.characters-directory {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  background-color: rgba(10, 10, 10, 0.85);
}

.characters-directory__cards {
  position: relative;
  margin: 1.25rem;
  width: 15rem;
  cursor: pointer;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background-color: rgba(99, 0, 0, 0.3);
}

.characters-directory__pseudo-transparency {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  height: 7rem;
  background-color: rgba(10, 10, 10, 0.85);
}

.characters-directory__portraits {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.characters-directory__portraits img {
  width: 100%;
  border-radius: 9999px;
}

.characters-directory__cards-text {
  padding: 0.5rem;
  text-align: center;
}

.trivia-relationship {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}

.relationships {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1rem;
  background-color: rgba(99, 0, 0, 0.3);
}

.relationships__portraits {
  height: 6rem;
  min-height: 6rem;
  width: 6rem;
  min-width: 6rem;
}

.relationships__portraits--switch {
  order: 9999;
}

@media ((min-width: 768px)) {
  .relationships__portraits {
    height: 8rem;
    min-height: 8rem;
    width: 8rem;
    min-width: 8rem;
  }
}

@media ((min-width: 1024px)) {
  .relationships__portraits {
    height: 11rem;
    min-height: 11rem;
    width: 11rem;
    min-width: 11rem;
  }
}

@media ((min-width: 1280px)) {
  .relationships__portraits {
    height: 5rem;
    min-height: 5rem;
    width: 5rem;
    min-width: 5rem;
  }
}

@media ((min-width: 1536px)) {
  .relationships__portraits {
    height: 7rem;
    min-height: 7rem;
    width: 7rem;
    min-width: 7rem;
  }
}

@media ((min-width: 1280px)) {
  .relationships__portraits {
    height: 8rem;
    min-height: 8rem;
    width: 8rem;
    min-width: 8rem;
  }
}

.relationships__description--switch {
  order: -9999;
}

.relationships__description--paragraph {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.relationships__description--name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(229 205 159 / var(--tw-text-opacity));
}

@media ((min-width: 1024px)) {
  .relationships__description--name {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.relationships__description--icons {
  margin: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(229 205 159 / var(--tw-text-opacity));
}

.slider-mobile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

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

.slider-mobile__list-items {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  justify-items: center;
  gap: 0.75rem;
}

@media ((min-width: 768px)) {
  .slider-mobile__list-items {
    gap: 1.25rem;
  }
}

@media ((min-width: 1024px)) {
  .slider-mobile__list-items {
    gap: 2rem;
  }
}

.slider-mobile__image-wrap {
  grid-column: span 6 / span 6;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

.slider-mobile__image-wrap--image {
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-mobile__text-wrap {
  grid-column: span 6 / span 6;
  padding: 0.5rem;
}

.slider-mobile__text-wrap--text {
  margin: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media ((min-width: 768px)) {
  .slider-mobile__text-wrap--text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media ((min-width: 1024px)) {
  .slider-mobile__text-wrap--text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.slider-mobile__text-wrap--header {
  margin: 0px;
  font-family: "Cormorant Upright";
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media ((min-width: 768px)) {
  .slider-mobile__text-wrap--header {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media ((min-width: 1024px)) {
  .slider-mobile__text-wrap--header {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.slider-trigger {
  display: none;
  height: 500px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media ((min-width: 1280px)) {
  .slider-trigger {
    display: grid;
  }
}

.slider__left {
  position: relative;
  z-index: 10;
  grid-column: span 6 / span 6;
  overflow: hidden;
  border-radius: 0.75rem;
  background-color: rgb(0 0 0 / 0.5);
}

.slider__text-slide {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.slider__text-slide--text {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.slider__slide {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.slider__slide--inner {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.75rem;
}

.slider__slide--pictures {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.dialog__backdrop {
  position: fixed;
  inset: 0px;
  top: 0px;
  z-index: 100;
  display: grid;
  height: 100vh;
  width: 100vw;
  place-items: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.dialog__inner {
  position: relative;
  top: 0px;
  margin: 0.5rem;
  display: flex;
  height: 100vh;
  width: 75%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 22 22 / var(--tw-bg-opacity));
  background-attachment: fixed;
  background-position: center;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-image: url(/pictures/interface/Background.jpg);
}

.dialog__header {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0.5rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.375;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dialog__main {
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.dialog__main--picture {
  position: absolute;
  height: 100%;
  max-height: none;
  max-width: none;
}

.disaster-levels-list {
  position: relative;
  z-index: 10;
  grid-column: span 12 / span 12;
  margin-bottom: 1rem;
  display: grid;
  height: -moz-fit-content;
  height: fit-content;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  padding-right: 1rem;
}

@media ((min-width: 1280px)) {
  .disaster-levels-list {
    grid-column: span 3 / span 3;
  }
}

.disaster-levels-list__items {
  grid-column: span 12 / span 12;
  width: 100%;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(169 164 157 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 22 23 / var(--tw-bg-opacity));
  padding: 0.5em 1em;
}

@media ((min-width: 768px)) {
  .disaster-levels-list__items {
    grid-column: span 6 / span 6;
  }
}

@media ((min-width: 1280px)) {
  .disaster-levels-list__items {
    grid-column: span 12 / span 12;
  }
}

.disaster-levels-list__items:hover {
  --tw-border-opacity: 1;
  border-color: rgb(160 11 0 / var(--tw-border-opacity));
}

.disaster-levels-list__items.tab-list__items--active {
  cursor: default;
  --tw-border-opacity: 1;
  border-color: rgb(160 11 0 / var(--tw-border-opacity));
}

.disaster-levels-list__items--text {
  margin: 0px;
  padding: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(234 232 227 / var(--tw-text-opacity));
}

@media ((min-width: 768px)) {
  .disaster-levels-list__items--text {
    padding: 0.25rem;
  }
}

@media ((min-width: 1280px)) {
  .disaster-levels-list__items--text {
    padding: 0px;
  }
}

.disaster-levels-content-items {
  top: 0px;
  width: 100%;
}

.disaster-levels-content-items__header {
  margin-bottom: 0.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  border-radius: 0.25rem;
  padding: 1.25rem;
}

.disaster-levels-content-items__header--title {
  margin: 0px;
  font-family: "Cormorant Upright";
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media ((min-width: 1024px)) {
  .disaster-levels-content-items__header--title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.timeline-ages--container {
  position: relative;
  margin-top: 2.5rem;
  overflow: hidden;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 700ms;
}

.timeline-thread {
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(134 104 78 / var(--tw-bg-opacity));
}

@media ((min-width: 1536px)) {
  .timeline-thread {
    height: 100%;
    width: 0.5rem;
  }
}

.timeline-thread--dot {
  position: absolute;
  margin-top: -0.5rem;
  margin-left: -2.60rem;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 169 126 / var(--tw-bg-opacity));
}

@media ((min-width: 1536px)) {
  .timeline-thread--dot {
    margin-top: -0.75rem;
    margin-left: -1.25rem;
  }
}

.timeline-thread--dot-left {
  position: absolute;
  margin-right: -1.25rem;
  margin-top: -0.75rem;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 169 126 / var(--tw-bg-opacity));
}

.timeline-columns {
  margin-bottom: 30px;
  width: calc(50% - 0.5em);
}

.timeline-events--left {
  position: relative;
  margin-right: 3rem;
  width: 100%;
  border-top-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(212 169 126 / var(--tw-border-opacity));
  padding: 0.75rem;
}

.timeline-events--right {
  position: relative;
  margin-left: 3rem;
  width: 100%;
  border-top-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(212 169 126 / var(--tw-border-opacity));
  padding: 0.75rem;
}

.timeline-events__milestones {
  position: relative;
  width: 83.333333%;
  padding: 0.75rem;
}

@media ((min-width: 1536px)) {
  .timeline-events__milestones {
    margin: auto;
    width: 58.333333%;
  }
}

.timeline-events--date {
  margin-top: -0.25rem;
  text-align: center;
  font-family: Merienda;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
}

@media ((min-width: 1024px)) {
  .timeline-events--date {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.timeline-events--header {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-style: italic;
}

@media ((min-width: 1024px)) {
  .timeline-events--header {
    font-size: 3rem;
    line-height: 1;
  }
}

.timeline-events__images {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  border-width: 7px;
  --tw-border-opacity: 1;
  border-color: rgb(24 22 23 / var(--tw-border-opacity));
  padding: 0px;
}

.timeline-events__left-chevron {
  position: absolute;
  top: -1rem;
  right: -0.75rem;
  display: inline-block;
  border-left-width: 14px;
  border-right-width: 0px;
  border-top-width: 14px;
  border-bottom-width: 14px;
  --tw-border-opacity: 1;
  border-left-color: rgb(212 169 126 / var(--tw-border-opacity));
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.timeline-events__right-chevron {
  position: absolute;
  top: -1rem;
  left: -0.75rem;
  display: inline-block;
  border-left-width: 0px;
  border-right-width: 14px;
  border-top-width: 14px;
  border-bottom-width: 14px;
  --tw-border-opacity: 1;
  border-right-color: rgb(212 169 126 / var(--tw-border-opacity));
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.magical-ladders {
  grid-column: span 6 / span 6;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media ((min-width: 768px)) {
  .magical-ladders {
    grid-column: span 4 / span 4;
  }
}

@media ((min-width: 1280px)) {
  .magical-ladders {
    grid-column: span 3 / span 3;
  }
}

@media ((min-width: 1536px)) {
  .magical-ladders {
    grid-column: span 2 / span 2;
  }
}

@media ((min-width: 1920px)) {
  .magical-ladders {
    grid-column: span 1 / span 1;
  }
}

.magical-ladders:hover .magical-ladders--icons-anguish, .magical-ladders:focus .magical-ladders--icons-anguish, .magical-ladders.tab-list__items--active .magical-ladders--icons-anguish {
  background-image: url("/pictures/magic/AnguishLadderHover.png");
  background-size: cover;
}

.magical-ladders:hover .magical-ladders--icons-aria, .magical-ladders:focus .magical-ladders--icons-aria, .magical-ladders.tab-list__items--active .magical-ladders--icons-aria {
  background-image: url("/pictures/magic/AriaLadderHover.png");
  background-size: cover;
}

.magical-ladders:hover .magical-ladders--icons-chaos, .magical-ladders:focus .magical-ladders--icons-chaos, .magical-ladders.tab-list__items--active .magical-ladders--icons-chaos {
  background-image: url("/pictures/magic/ChaosLadderHover.png");
  background-size: cover;
}

.magical-ladders:hover .magical-ladders--icons-death, .magical-ladders:focus .magical-ladders--icons-death, .magical-ladders.tab-list__items--active .magical-ladders--icons-death {
  background-image: url("/pictures/magic/DeathLadderHover.png");
  background-size: cover;
}

.magical-ladders:hover .magical-ladders--icons-eternity, .magical-ladders:focus .magical-ladders--icons-eternity, .magical-ladders.tab-list__items--active .magical-ladders--icons-eternity {
  background-image: url("/pictures/magic/EternityLadderHover.png");
  background-size: cover;
}

.magical-ladders:hover .magical-ladders--icons-nature, .magical-ladders:focus .magical-ladders--icons-nature, .magical-ladders.tab-list__items--active .magical-ladders--icons-nature {
  background-image: url("/pictures/magic/NatureLadderHover.png");
  background-size: cover;
}

.magical-ladders:hover .magical-ladders--icons-ocean, .magical-ladders:focus .magical-ladders--icons-ocean, .magical-ladders.tab-list__items--active .magical-ladders--icons-ocean {
  background-image: url("/pictures/magic/OceanLadderHover.png");
  background-size: cover;
}

.magical-ladders:hover .magical-ladders--icons-reality, .magical-ladders:focus .magical-ladders--icons-reality, .magical-ladders.tab-list__items--active .magical-ladders--icons-reality {
  background-image: url("/pictures/magic/RealityLadderHover.png");
  background-size: cover;
}

.magical-ladders:hover .magical-ladders--icons-sky, .magical-ladders:focus .magical-ladders--icons-sky, .magical-ladders.tab-list__items--active .magical-ladders--icons-sky {
  background-image: url("/pictures/magic/SkyLadderHover.png");
  background-size: cover;
}

.magical-ladders:hover .magical-ladders--icons-stars, .magical-ladders:focus .magical-ladders--icons-stars, .magical-ladders.tab-list__items--active .magical-ladders--icons-stars {
  background-image: url("/pictures/magic/StarsLadderHover.png");
  background-size: cover;
}

.magical-ladders:hover p, .magical-ladders:focus p, .magical-ladders.tab-list__items--active p {
  --tw-text-opacity: 1;
  color: rgb(239 222 193 / var(--tw-text-opacity));
}

.magical-ladders--icons-anguish {
  aspect-ratio: 1 / 1;
  width: 100%;
  background-image: url("/pictures/magic/AnguishLadder.png");
  background-size: cover;
}

.magical-ladders--icons-aria {
  aspect-ratio: 1 / 1;
  width: 100%;
  background-image: url("/pictures/magic/AriaLadder.png");
  background-size: cover;
}

.magical-ladders--icons-chaos {
  aspect-ratio: 1 / 1;
  width: 100%;
  background-image: url("/pictures/magic/ChaosLadder.png");
  background-size: cover;
}

.magical-ladders--icons-death {
  aspect-ratio: 1 / 1;
  width: 100%;
  background-image: url("/pictures/magic/DeathLadder.png");
  background-size: cover;
}

.magical-ladders--icons-eternity {
  aspect-ratio: 1 / 1;
  width: 100%;
  background-image: url("/pictures/magic/EternityLadder.png");
  background-size: cover;
}

.magical-ladders--icons-nature {
  aspect-ratio: 1 / 1;
  width: 100%;
  background-image: url("/pictures/magic/NatureLadder.png");
  background-size: cover;
}

.magical-ladders--icons-ocean {
  aspect-ratio: 1 / 1;
  width: 100%;
  background-image: url("/pictures/magic/OceanLadder.png");
  background-size: cover;
}

.magical-ladders--icons-reality {
  aspect-ratio: 1 / 1;
  width: 100%;
  background-image: url("/pictures/magic/RealityLadder.png");
  background-size: cover;
}

.magical-ladders--icons-sky {
  aspect-ratio: 1 / 1;
  width: 100%;
  background-image: url("/pictures/magic/SkyLadder.png");
  background-size: cover;
}

.magical-ladders--icons-stars {
  aspect-ratio: 1 / 1;
  width: 100%;
  background-image: url("/pictures/magic/StarsLadder.png");
  background-size: cover;
}

.magical-ladders--title {
  text-align: center;
  font-family: "Cormorant Upright";
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(212 169 126 / var(--tw-text-opacity));
}

.magical-ladders--title:hover {
  --tw-text-opacity: 1;
  color: rgb(229 198 152 / var(--tw-text-opacity));
}

.magical-cards {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 1rem;
  background-image: url("/pictures/interface/magic_background.png");
  background-size: cover;
}

.magical-cards__elements-list {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

@media ((min-width: 640px)) {
  .magical-cards__elements-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media ((min-width: 1920px)) {
  .magical-cards__elements-list {
    margin: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.magical-cards__elements {
  position: relative;
  display: flex;
  height: 100px;
  min-width: 100px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media ((min-width: 1920px)) {
  .magical-cards__elements {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-right: 1.25rem;
  }
}

.magical-cards__elements--big {
  position: relative;
  top: 51px;
  display: flex;
  height: 108px;
  width: 108px;
  flex-direction: column;
  justify-content: center;
  padding-right: 1.25rem;
}

.magical-cards__elements:hover .magical-cards__inner-icons--picture, .magical-cards__elements.tab-list__items--active .magical-cards__inner-icons--picture {
  --tw-border-opacity: 1;
  border-color: rgb(205 185 27 / var(--tw-border-opacity));
}

.magical-cards__elements.tab-list__items--active .magical-cards__icons--borders {
  background-image: url("/pictures/interface/round-icons-gold.png");
}

.magical-cards__icons {
  position: absolute;
  z-index: 10;
  display: flex;
  height: 66px;
  width: 66px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.magical-cards__icons--big {
  position: absolute;
  z-index: 10;
  margin: 0px;
  display: flex;
  height: 108px;
  width: 108px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.magical-cards__icons--borders {
  position: absolute;
  top: -30px;
  z-index: 10;
  height: 120px;
  width: 120px;
  background-image: url("/pictures/interface/round-icons-gray.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.magical-cards__icons--borders-big {
  position: absolute;
  top: -51px;
  z-index: 10;
  height: 200px;
  width: 200px;
  background-image: url("/pictures/interface/round-icons-gold.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.magical-cards__inner-icons {
  border-radius: 9999px;
  background-image: url("/pictures/interface/rounded-degraded-icons.png");
  background-size: contain;
  background-position: top;
}

.magical-cards__inner-icons--picture {
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  border-width: 4px;
  border-color: transparent;
}

.magical-cards__inner-icons--picture-big {
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  border-width: 0px;
}

.magical-cards__description {
  position: relative;
  order: 9999;
  grid-column: span 12 / span 12;
  max-width: 100%;
  overflow: hidden;
  border-top-right-radius: 1rem;
}

@media ((min-width: 1536px)) {
  .magical-cards__description {
    order: -9999;
    grid-column: span 4 / span 4;
  }
}

@media ((min-width: 1920px)) {
  .magical-cards__description {
    grid-column: span 3 / span 3;
  }
}

.magical-cards__description-background {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-image: url("/pictures/interface/degraded_background.png");
  background-size: contain;
  opacity: 0.3;
}

.magical-cards__description-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.magical-cards__description-card--information {
  position: relative;
  margin-top: 90px;
  min-height: 450px;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-top: 0.5rem;
}

.deities-card {
  grid-column: span 12 / span 12;
  display: flex;
  height: 180px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(160 11 0 / var(--tw-border-opacity));
  background: linear-gradient(125deg, #0a0a0a 0%, #5c0704 35%, #0a0a0a 100%);
  position:relative;
  z-index:10;
}

@media ((min-width: 1024px)) {
  .deities-card {
    grid-column: span 6 / span 6;
  }
}

@media ((min-width: 1536px)) {
  .deities-card {
    grid-column: span 4 / span 4;
  }
}

@media ((min-width: 1920px)) {
  .deities-card {
    grid-column: span 3 / span 3;
  }
}

.deities-card:hover {
  box-shadow: 0px 1px 20px rgba(78, 205, 196, 0.9);
}

.deities-card__details {
  height: 80px;
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.deities-card__background {
  height: 100px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.bestiary-grid-rows {
  grid-column: span 12 / span 12;
}

@media ((min-width: 1280px)) {
  .bestiary-grid-rows {
    grid-column: span 6 / span 6;
  }
}

@media ((min-width: 1536px)) {
  .bestiary-grid-rows {
    grid-column: span 4 / span 4;
  }
}

@media ((min-width: 1920px)) {
  .bestiary-grid-rows {
    grid-column: span 3 / span 3;
  }
}

@media ((min-width: 2560px)) {
  .bestiary-grid-rows {
    grid-column: span 2 / span 2;
  }
}

.bestiary-grid-rows--first-last {
  margin-top: 3rem;
}

.bestiary-grid-rows--third {
  margin-top: 5rem;
}

.bestiary-grid-rows--fifth {
  margin-top: -1.5rem;
}

.bestiary-cards {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.bestiary-cards__portrait {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  padding: 0.75rem;
}

@media ((min-width: 1280px)) {
  .bestiary-cards__portrait {
    width: 80%;
  }
}

.language-card {
  grid-column: span 12 / span 12;
  cursor: pointer;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(160 11 0 / var(--tw-border-opacity));
  background: linear-gradient(125deg, #0a0a0a 0%, #5c0704 35%, #0a0a0a 100%);
}

@media ((min-width: 1024px)) {
  .language-card {
    grid-column: span 6 / span 6;
  }
}

@media ((min-width: 1536px)) {
  .language-card {
    grid-column: span 4 / span 4;
  }
}

@media ((min-width: 1920px)) {
  .language-card {
    grid-column: span 3 / span 3;
  }
}

.language-card:hover {
  box-shadow: 0px 1px 20px rgba(78, 205, 196, 0.9);
}

.language-card__background {
  height: 120px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.language-card__details {
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.language-writing__card {
  grid-column: span 6 / span 6;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(169 164 157 / var(--tw-border-opacity));
}

@media ((min-width: 640px)) {
  .language-writing__card {
    grid-column: span 4 / span 4;
  }
}

@media ((min-width: 768px)) {
  .language-writing__card {
    grid-column: span 3 / span 3;
  }
}

@media ((min-width: 1024px)) {
  .language-writing__card {
    grid-column: span 2 / span 2;
  }
}

@media ((min-width: 1920px)) {
  .language-writing__card {
    grid-column: span 1 / span 1;
  }
}

.language-writing__header {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(169 164 157 / var(--tw-border-opacity));
  padding: 1rem;
}

.language-sigil {
  margin: 0px;
  text-align: center;
  font-size: 4.5rem;
  line-height: 1;
}

.language-grammar__cells {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(169 164 157 / var(--tw-border-opacity));
  padding: 0.75rem;
}