/* assets/css/style.css */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.14 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-9 {
  bottom: 2.25rem;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-12 {
  left: 3rem;
}
.left-4 {
  left: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.left-8 {
  left: 2rem;
}
.left-9 {
  left: 2.25rem;
}
.right-0 {
  right: 0px;
}
.right-12 {
  right: 3rem;
}
.right-20 {
  right: 5rem;
}
.right-24 {
  right: 6rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-8 {
  right: 2rem;
}
.right-9 {
  right: 2.25rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-12 {
  top: 3rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-0\.75rem\] {
  top: -0.75rem;
}
.z-10 {
  z-index: 10;
}
.z-\[5\] {
  z-index: 5;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.m-8 {
  margin: 2rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-\[0\.05rem\] {
  margin-bottom: 0.05rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-auto {
  margin-left: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-48 {
  margin-top: 12rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[85svh\] {
  height: 85svh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-64 {
  width: 16rem;
}
.w-\[150\%\] {
  width: 150%;
}
.w-\[32rem\] {
  width: 32rem;
}
.w-\[calc\(100\%\)\] {
  width: calc(100%);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-32 {
  min-width: 8rem;
}
.max-w-64 {
  max-width: 16rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.border-collapse {
  border-collapse: collapse;
}
.rotate-\[-45deg\] {
  --tw-rotate: -45deg;
  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));
}
.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;
}
.resize {
  resize: both;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-none {
  border-style: none;
}
.bg-\[\#999999\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.\!text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.\!text-\[32px\] {
  font-size: 32px !important;
}
.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[1\.2rem\] {
  font-size: 1.2rem;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.2rem\] {
  line-height: 1.2rem;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.\!tracking-\[0\.1rem\] {
  letter-spacing: 0.1rem !important;
}
.tracking-\[0\.1rem\] {
  letter-spacing: 0.1rem;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#eee9df\] {
  --tw-text-opacity: 1;
  color: rgb(238 233 223 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-75 {
  opacity: 0.75;
}
.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);
}
.outline {
  outline-style: solid;
}
.grayscale {
  --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);
}
.invert {
  --tw-invert: invert(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);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}



html, body {
    font-size: 16px !important;
  }
/* Darkest at midnight (0% bg, 60% text) */
.is-midnight {
    background-color: hsl(40, 3%, 0%, 1);
    color: hsl(40, 3%, 60%, 1);
  }
  
  /* Late night (10% bg, 50% text) */
  .is-late-night {
    background-color: hsl(40, 3%, 10%, 1);
    color: hsl(40, 3%, 50%, 1);
  }
  
  /* Early night (20% bg, 40% text) */
  .is-early-night {
    background-color: hsl(40, 3%, 20%, 1);
    color: hsl(40, 3%, 40%, 1);
  }
  
  /* Dusk (30% bg, 30% text) */
  .is-dusk {
    background-color: hsl(40, 3%, 30%, 1);
    color: hsl(40, 3%, 30%, 1);
  }
  
  /* Sunset (40% bg, 20% text) */
  .is-sunset {
    background-color: hsl(40, 3%, 40%, 1);
    color: hsl(40, 3%, 20%, 1);
  }
  
  /* Afternoon (50% bg, 10% text) */
  .is-afternoon {
    background-color: hsl(40, 3%, 50%, 1);
    color: hsl(40, 3%, 10%, 1);
  }
  
  /* Noon (brightest - 60% bg, 0% text) */
  .is-noon {
    background-color: hsl(40, 3%, 60%, 1);
    color: hsl(40, 3%, 0%, 1);
  }
  
  /* Morning (50% bg, 10% text) */
  .is-morning {
    background-color: hsl(40, 3%, 50%, 1);
    color: hsl(40, 3%, 10%, 1);
  }
  
  /* Sunrise (40% bg, 20% text) */
  .is-sunrise {
    background-color: hsl(40, 3%, 40%, 1);
    color: hsl(40, 3%, 20%, 1);
  }
  
  /* Dawn (30% bg, 30% text) */
  .is-dawn {
    background-color: hsl(40, 3%, 30%, 1);
    color: hsl(40, 3%, 30%, 1);
  }


/* Hide scrollbar */
::-webkit-scrollbar {
    display: none !important;
}


.text-xs p {
    margin-top: 0;
    font-size: 0.75rem;
}

.footer-right a {
    text-decoration: none;
    font-weight: bold;
}

.footer-right a:hover,  .about-link:hover {

  mix-blend-mode: difference;
}

.footer-right p {
  white-space: nowrap;
    margin-bottom: 0 !important;
}

.fixed-menu {
    background-color: var(--color-background, #272725);
}


footer svg path {
  fill:  var(--color-text);
}

footer svg {
  width: 100%;
  height: 100%;
}

iframe {
    aspect-ratio: 16 / 9;
}

.is-hour-0 { background-color: hsl(40, 3%, 100%, 1); color: hsl(40, 3%, 0%, 1); }
.is-hour-0 .flex, .is-hour-0 h1 { border-color: hsl(40, 3%, 0%, 1); }
.is-hour-0 .active { border-color: hsl(40, 3%, 0%, 1); background-color: hsl(220, 3%, 100%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-0 .invert { background-color: hsl(40, 3%, 0%, 1); color: hsl(40, 3%, 100%, 1); }

.is-hour-1 { background-color: hsl(40, 3%, 95%, 1); color: hsl(40, 3%, 5%, 1); }
.is-hour-1 .flex, .is-hour-1 h1 { border-color: hsl(40, 3%, 5%, 1); }
.is-hour-1 .active { border-color: hsl(40, 3%, 5%, 1); background-color: hsl(220, 3%, 95%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-1 .invert { background-color: hsl(40, 3%, 5%, 1); color: hsl(40, 3%, 95%, 1); }

.is-hour-2 { background-color: hsl(40, 3%, 90%, 1); color: hsl(40, 3%, 10%, 1); }
.is-hour-2 .flex, .is-hour-2 h1 { border-color: hsl(40, 3%, 10%, 1); }
.is-hour-2 .active { border-color: hsl(40, 3%, 10%, 1); background-color: hsl(220, 3%, 90%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-2 .invert { background-color: hsl(40, 3%, 10%, 1); color: hsl(40, 3%, 90%, 1); }

.is-hour-3 { background-color: hsl(40, 3%, 85%, 1); color: hsl(40, 3%, 15%, 1); }
.is-hour-3 .flex, .is-hour-3 h1 { border-color: hsl(40, 3%, 15%, 1); }
.is-hour-3 .active { border-color: hsl(40, 3%, 15%, 1); background-color: hsl(220, 3%, 85%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-3 .invert { background-color: hsl(40, 3%, 15%, 1); color: hsl(40, 3%, 85%, 1); }

.is-hour-4 { background-color: hsl(40, 3%, 80%, 1); color: hsl(40, 3%, 20%, 1); }
.is-hour-4 .flex, .is-hour-4 h1 { border-color: hsl(40, 3%, 20%, 1); }
.is-hour-4 .active { border-color: hsl(40, 3%, 20%, 1); background-color: hsl(220, 3%, 80%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-4 .invert { background-color: hsl(40, 3%, 20%, 1); color: hsl(40, 3%, 80%, 1); }

.is-hour-5 { background-color: hsl(40, 3%, 75%, 1); color: hsl(40, 3%, 25%, 1); }
.is-hour-5 .flex, .is-hour-5 h1 { border-color: hsl(40, 3%, 25%, 1); }
.is-hour-5 .active { border-color: hsl(40, 3%, 25%, 1); background-color: hsl(220, 3%, 75%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-5 .invert { background-color: hsl(40, 3%, 25%, 1); color: hsl(40, 3%, 75%, 1); }

.is-hour-6 { background-color: hsl(40, 3%, 70%, 1); color: hsl(40, 3%, 30%, 1); }
.is-hour-6 .flex, .is-hour-6 h1 { border-color: hsl(40, 3%, 30%, 1); }
.is-hour-6 .active { border-color: hsl(40, 3%, 30%, 1); background-color: hsl(220, 3%, 70%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-6 .invert { background-color: hsl(40, 3%, 30%, 1); color: hsl(40, 3%, 70%, 1); }

.is-hour-7 { background-color: hsl(40, 3%, 65%, 1); color: hsl(40, 3%, 35%, 1); }
.is-hour-7 .flex, .is-hour-7 h1 { border-color: hsl(40, 3%, 35%, 1); }
.is-hour-7 .active { border-color: hsl(40, 3%, 35%, 1); background-color: hsl(220, 3%, 65%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-7 .invert { background-color: hsl(40, 3%, 35%, 1); color: hsl(40, 3%, 65%, 1); }

.is-hour-8 { background-color: hsl(40, 3%, 60%, 1); color: hsl(40, 3%, 40%, 1); }
.is-hour-8 .flex, .is-hour-8 h1 { border-color: hsl(40, 3%, 40%, 1); }
.is-hour-8 .active { border-color: hsl(40, 3%, 40%, 1); background-color: hsl(220, 3%, 60%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-8 .invert { background-color: hsl(40, 3%, 40%, 1); color: hsl(40, 3%, 60%, 1); }

.is-hour-9 { background-color: hsl(40, 3%, 55%, 1); color: hsl(40, 3%, 45%, 1); }
.is-hour-9 .flex, .is-hour-9 h1 { border-color: hsl(40, 3%, 45%, 1); }
.is-hour-9 .active { border-color: hsl(40, 3%, 45%, 1); background-color: hsl(220, 3%, 55%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-9 .invert { background-color: hsl(40, 3%, 45%, 1); color: hsl(40, 3%, 55%, 1); }

.is-hour-10 { background-color: hsl(40, 3%, 50%, 1); color: hsl(40, 3%, 40%, 1); }
.is-hour-10 .flex, .is-hour-10 h1 { border-color: hsl(40, 3%, 40%, 1); }
.is-hour-10 .active { border-color: hsl(40, 3%, 40%, 1); background-color: hsl(220, 3%, 40%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-10 .invert { background-color: hsl(40, 3%, 40%, 1); color: hsl(40, 3%, 40%, 1); }

.is-hour-11 { background-color: hsl(40, 3%, 45%, 1); color: hsl(40, 3%, 55%, 1); }
.is-hour-11 .flex, .is-hour-11 h1 { border-color: hsl(40, 3%, 55%, 1); }
.is-hour-11 .active { border-color: hsl(40, 3%, 55%, 1); background-color: hsl(220, 3%, 45%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-11 .invert { background-color: hsl(40, 3%, 55%, 1); color: hsl(40, 3%, 45%, 1); }

.is-hour-12 { background-color: hsl(40, 3%, 40%, 1); color: hsl(40, 3%, 60%, 1); }
.is-hour-12 .flex, .is-hour-12 h1 { border-color: hsl(40, 3%, 60%, 1); }
.is-hour-12 .active { border-color: hsl(40, 3%, 60%, 1); background-color: hsl(220, 3%, 40%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-12 .invert { background-color: hsl(40, 3%, 60%, 1); color: hsl(40, 3%, 40%, 1); }

.is-hour-13 { background-color: hsl(40, 3%, 35%, 1); color: hsl(40, 3%, 65%, 1); }
.is-hour-13 .flex, .is-hour-13 h1 { border-color: hsl(40, 3%, 65%, 1); }
.is-hour-13 .active { border-color: hsl(40, 3%, 65%, 1); background-color: hsl(220, 3%, 35%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-13 .invert { background-color: hsl(40, 3%, 65%, 1); color: hsl(40, 3%, 35%, 1); }

.is-hour-14 { background-color: hsl(40, 3%, 30%, 1); color: hsl(40, 3%, 70%, 1); }
.is-hour-14 .flex, .is-hour-14 h1 { border-color: hsl(40, 3%, 70%, 1); }
.is-hour-14 .active { border-color: hsl(40, 3%, 70%, 1); background-color: hsl(220, 3%, 30%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-14 .invert { background-color: hsl(40, 3%, 70%, 1); color: hsl(40, 3%, 30%, 1); }

.is-hour-15 { background-color: hsl(40, 3%, 25%, 1); color: hsl(40, 3%, 75%, 1); }
.is-hour-15 .flex, .is-hour-15 h1 { border-color: hsl(40, 3%, 75%, 1); }
.is-hour-15 .active { border-color: hsl(40, 3%, 75%, 1); background-color: hsl(220, 3%, 25%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-15 .invert { background-color: hsl(40, 3%, 75%, 1); color: hsl(40, 3%, 25%, 1); }

.is-hour-16 { background-color: hsl(40, 3%, 20%, 1); color: hsl(40, 3%, 80%, 1); }
.is-hour-16 .flex, .is-hour-16 h1 { border-color: hsl(40, 3%, 80%, 1); }
.is-hour-16 .active { border-color: hsl(40, 3%, 80%, 1); background-color: hsl(220, 3%, 20%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-16 .invert { background-color: hsl(40, 3%, 80%, 1); color: hsl(40, 3%, 20%, 1); }

.is-hour-17 { background-color: hsl(40, 3%, 15%, 1); color: hsl(40, 3%, 85%, 1); }
.is-hour-17 .flex, .is-hour-17 h1 { border-color: hsl(40, 3%, 85%, 1); }
.is-hour-17 .active { border-color: hsl(40, 3%, 85%, 1); background-color: hsl(220, 3%, 15%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-17 .invert { background-color: hsl(40, 3%, 85%, 1); color: hsl(40, 3%, 15%, 1); }

.is-hour-18 { background-color: hsl(40, 3%, 10%, 1); color: hsl(40, 3%, 90%, 1); }
.is-hour-18 .flex, .is-hour-18 h1 { border-color: hsl(40, 3%, 90%, 1); }
.is-hour-18 .active { border-color: hsl(40, 3%, 90%, 1); background-color: hsl(220, 3%, 10%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-18 .invert { background-color: hsl(40, 3%, 90%, 1); color: hsl(40, 3%, 10%, 1); }

.is-hour-19 { background-color: hsl(40, 3%, 5%, 1); color: hsl(40, 3%, 95%, 1); }
.is-hour-19 .flex, .is-hour-19 h1 { border-color: hsl(40, 3%, 95%, 1); }
.is-hour-19 .active { border-color: hsl(40, 3%, 95%, 1); background-color: hsl(220, 3%, 5%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-19 .invert { background-color: hsl(40, 3%, 95%, 1); color: hsl(40, 3%, 5%, 1); }

.is-hour-20 { background-color: hsl(40, 3%, 0%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-20 .flex, .is-hour-20 h1 { border-color: hsl(40, 3%, 100%, 1); }
.is-hour-20 .active { border-color: hsl(40, 3%, 100%, 1); background-color: hsl(220, 3%, 0%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-20 .invert { background-color: hsl(40, 3%, 100%, 1); color: hsl(40, 3%, 0%, 1); }

.is-hour-21 { background-color: hsl(40, 3%, 5%, 1); color: hsl(40, 3%, 95%, 1); }
.is-hour-21 .flex, .is-hour-21 h1 { border-color: hsl(40, 3%, 95%, 1); }
.is-hour-21 .active { border-color: hsl(40, 3%, 95%, 1); background-color: hsl(220, 3%, 5%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-21 .invert { background-color: hsl(40, 3%, 95%, 1); color: hsl(40, 3%, 5%, 1); }

.is-hour-22 { background-color: hsl(40, 3%, 10%, 1); color: hsl(40, 3%, 90%, 1); }
.is-hour-22 .flex, .is-hour-22 h1 { border-color: hsl(40, 3%, 90%, 1); }
.is-hour-22 .active { border-color: hsl(40, 3%, 90%, 1); background-color: hsl(220, 3%, 10%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-22 .invert { background-color: hsl(40, 3%, 90%, 1); color: hsl(40, 3%, 10%, 1); }

.is-hour-23 { background-color: hsl(40, 3%, 15%, 1); color: hsl(40, 3%, 85%, 1); }
.is-hour-23 .flex, .is-hour-23 h1 { border-color: hsl(40, 3%, 85%, 1); }
.is-hour-23 .active { border-color: hsl(40, 3%, 85%, 1); background-color: hsl(220, 3%, 15%, 1); color: hsl(40, 3%, 100%, 1); }
.is-hour-23 .invert { background-color: hsl(40, 3%, 85%, 1); color: hsl(40, 3%, 15%, 1); }
/* Fade transition styles */
.transition-fade {
    transition: 1s;
    opacity: 1;
    transform: translateX(0);
  }


  .invert {
    filter: none !important;
  }

  /* Fade out - when leaving */
  html.is-animating .transition-fade {
    opacity: 0;
    transform: translateX(0);
  }

  /* Fade in - when entering */
  html.is-animating.is-leaving .transition-fade {
    opacity: 0;
    transform: translateX(0);
  }

  /* Initial state when entering */
  .transition-fade[data-swup-transition] {
    opacity: 0;
    transform: translateX(0);
  }


  *:not(.prevent-focus-visible,input[type=text],input[type=search],input[type=email]):focus-visible {
    outline: none !important;
  }


  /* Hide the default select arrow */
.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent; /* Ensures no background conflicts */
    padding-right: 1.3rem; /* Add space for custom icon */
    font-weight: bold;
  }
  
  /* Custom arrow icon */
  .custom-select-wrapper {
    position: relative;
  }
  
  .custom-select-wrapper::after {
        content: '›';
        position: absolute;
        top: 1rem;
        right: 0.3rem;
        transform: rotate(90deg);
        pointer-events: none;
        width: 0.8rem;
        font-size: 1.5rem;
        height: 0.8rem;
        background-size: contain;
        background-repeat: no-repeat;
  }



  [data-day-segment="is-midnight"] .active, 
  
  [data-day-segment="is-late-night"] .active,
 
  [data-day-segment="is-dawn"] .active {
    background-color: #fff !important;
    color: #000 !important;
  }
  


  [data-day-segment="is-late-night"] .active-about,

  [data-day-segment="is-dawn"] .active-about {

  color: #000 !important;
}


[data-day-segment="is-midnight"] .active-about {
    color: #aaa !important;

}

[data-day-segment="is-midnight"] .active,
  [data-day-segment="is-afternoon"] .active,
  [data-day-segment="is-noon"] .active,
  [data-day-segment="is-sunrise"] .active,
  [data-day-segment="is-morning"] .active,
  [data-day-segment="is-sunset"] .active,
  [data-day-segment="is-early-night"] .active ,
    [data-day-segment="is-dusk"] .active
    {
    background-color: #000 !important;
    color: #fff !important;
  }


  [data-day-segment="is-afternoon"] .active-about,
  [data-day-segment="is-noon"] .active-about,
  [data-day-segment="is-sunrise"] .active-about,
  [data-day-segment="is-sunrise"] .active-about,
  [data-day-segment="is-morning"] .active-about,
  [data-day-segment="is-sunset"] .active-about,
  [data-day-segment="is-early-night"] .active-about,
  [data-day-segment="is-dusk"] .active-about
  {
    color: #fff !important;

  }

  .no-padding p {
    margin-bottom: 0 !important;
  }

  p, .as-p, ul, ol {
    line-height: 1.2rem;
  }

  .text-xs p, .text-xs {
    line-height: 0.9rem;
  }

  footer a:hover {
    color: inherit !important;
  }

#swup .invert {
  color: var(--color-background, #272725) !important;
  background-color: var(--color-text, #fff) !important;
}

  .styled-as-h1 {
    line-height: 26px !important;
  }

  .no-p-margin p {
    margin-bottom: 0 !important;
  }

  .project-row {
    transition: all 0.2s ease-in-out;
  }


  .project-row:hover {
    background-color: var(--color-background, #272725);
    color: var(--color-text, #fff);
    font-family: var(--typeface-theme, sans-serif);
  }


  @media screen and (min-width: 1200px) and (max-width: 1400px) {
    .ex {
      left: 0 !important;
      bottom: 2rem !important;
      top: inherit !important;
    }
  }

@media screen and (min-width: 1025px) {

  blockquote p {
    line-height: 2.3rem !important;
    font-size: 1.8rem !important;
    letter-spacing: 0.1rem !important;
  }

}
  @media screen and (min-width: 1200px) and (max-width: 1300px) {
    .footer-right {
      display: grid;
      flex-direction: column;
      grid-template-columns: 1fr 1fr;
    }

    .footer-right div:first-child {
      order: 5;
    }
  }

  .no-cookies-embed-disclaimer p, .no-cookies-embed-disclaimer button, .no-cookies-string, .cookies-accept {
    font-size: 0.75rem !important;
    margin: 0 !important;
    text-decoration-line: none !important;
  }

  .description-text p:last-child {
    margin-bottom: 0 !important;
  }

  .same-as-real {
    background-color:  var(--color-background, #272725);
    color: var(--color-text, #fff);
  }


  .page-content-wrapper {
    padding: 0rem 0rem !important;
  }

 .text-inner {
  max-width: 50rem;
  width: 100% !important;
 }

 body {
  color: #5C5039 !important;
  font-family: 'Arquitecta';
  background-color: #EFEAE0 !important;
 }

 a {
  text-decoration: none !important;
  letter-spacing: 0.08rem;
  font-size: 0.8rem !important;
  color: #5C5039 !important; 
 }

 p {
  letter-spacing: 0.065rem;
  font-size: 1.4rem !important;
  margin-top: 0 !important;
  line-height: 1.85rem !important;
 }


 .text-block-wrapper h3 {
  text-transform: uppercase;
  margin: 0;
  top: 1.5rem;
  text-align: left;
  position: sticky;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.15rem !important;
  font-size: 1rem !important; 
 }


 li, h3 {
  letter-spacing: 0.07rem !important;
 }

 .default h1, .default h3 {
  font-size: 1rem !important;
  text-align: left !important;
  letter-spacing: 0.2rem !important;
  text-transform: uppercase;
 }

/*
@font-face {
  font-family: 'ABC Diatype Rounded Unlicensed Trial';
  src: url('../fonts/rounded/ABCDiatypeRounded-Regular.eot');
  src: url('../fonts/rounded/ABCDiatypeRounded-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/rounded/BCDiatypeRounded-Regular.woff2') format('woff2'),
      url('../fonts/rounded/ABCDiatypeRounded-Regular.woff') format('woff'),
      url('../fonts/rounded/ABCDiatypeRounded-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*/

@font-face {
  font-family: 'Arquitecta';
  src: url('../fonts/rounded/ArquitectaLight.woff2') format('woff2'),
      url('../fonts/rounded/ArquitectaLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}









.page-content-caption p {
  font-size: 0.8rem !important;
}


#Philosophie, #philosophie {
  flex-direction: row-reverse;
}


.content-image-block img {
  border-radius: 0.3rem;
  overflow: hidden;
  height: calc(85svh);
}

* {
  scrollbar-color: hsl(39.43deg 23.49% 29.22%) transparent !important;
}


 @media screen and (max-width: 1024px) {


  .subline {
    right: inherit !important;
    padding: 0 2rem !important;
    width: 100% !important;
  }


  .logo {
    transform: translateX(-50%) !important;
  }


  .banner {
    height: 75vh !important;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  .page-content-caption p {
    padding-top: 0.3rem !important;
  }

  .content-image-block img {
    height: 100%;
  } 

  .shadow-lg { 
    justify-content: flex-start;
    flex-direction: column !important;
  }

  .shadow-lg .text-xl {
    text-align: left !important;
  }

  p {
    font-size: 1.2rem !important;
    letter-spacing: 0.06rem !important;
    line-height: 1.6rem !important;
  }

  .text-block-wrapper {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important; 
  }

  #STUDIO {
    margin-top: 1rem !important;
  }

  h3 {
    margin-bottom: 1rem !important;
    position: relative !important;
    top: inherit !important;
    font-size: 1rem !important;
    padding-bottom: 1rem !important;
    height: auto !important;
    display: block;
  }

  #KONTAKT {
    flex-direction: column !important;
  }


  #Philosophie, #philosophie {
    flex-direction: column;
  }

  .footer {
    margin: 1rem  !important;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    flex-direction: column-reverse;
  }

 .text-block-wrapper {
  align-items: flex-start !important;
 }
}




.grid-time {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.class-title, #kurse .class-title {
  font-size: 1.4rem !important;
  text-transform: uppercase;
  letter-spacing: 0.1rem !important;
}


h3 {
  margin-top: 0 !important;
  margin-bottom: 0.2rem !important;
  text-align: center !important;
}

.h2-start {
  text-transform: inherit;
}

.yoga-grid {
  grid-template-columns: 1fr 1fr;
}

.bg-purple-50 {
  text-align: center;
  background-color: transparent;
}

.shadow-lg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: none !important;
  border: 1px solid #5C5039 !important;
}

.shadow-lg .text-xl {
  line-height: normal !important;
}

#KONTAKT {
  flex-direction: row-reverse;
}

.price {
  font-size: 0.8rem !important;
  margin-top: 0.3rem !important;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.book:hover {
  background-color: #efeae0;
  color: #5c5039 !important;
  border-color: #5c5039 !important;
}

.book, .download {
  border: 1px solid #efeae0;
  transition: all 0.2s ease-in-out;
  padding: 0.75rem;
  background-color: #5c5039;
  color: #efeae0 !important;
  border-radius: 0.5rem;
  height: 50%;
  gap: 0.15rem !important;
  font-size: 1rem !important;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.book span {
  display: block;
  font-size: 0.8rem !important;
}

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

.grid-cols-2 {
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1024px) {
  .grid-cols-2 {
    grid-template-columns: 1fr;
  }

  .logo-mob {
    margin-top: 1.75rem !important;
  }

  .h2-start {
    text-transform: inherit;
  }

  .text-block-wrapper h2 {
    text-align: left !important;
  }
}


.max-book {
  max-width: 25rem;
  margin: 0 auto;
}


@media not all and (min-width: 1024px) {
  .max-lg\:top-5 {
    top: 1.25rem;
  }
  .max-lg\:m-0 {
    margin: 0px;
  }
  .max-lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .max-lg\:block {
    display: block;
  }
  .max-lg\:flex {
    display: flex;
  }
  .max-lg\:hidden {
    display: none;
  }
  .max-lg\:w-20 {
    width: 5rem;
  }
  .max-lg\:w-28 {
    width: 7rem;
  }
  .max-lg\:w-40 {
    width: 10rem;
  }
  .max-lg\:w-full {
    width: 100%;
  }
  .max-lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .max-lg\:flex-col {
    flex-direction: column;
  }
  .max-lg\:justify-end {
    justify-content: flex-end;
  }
  .max-lg\:gap-2 {
    gap: 0.5rem;
  }
  .max-lg\:gap-4 {
    gap: 1rem;
  }
  .max-lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .max-lg\:text-center {
    text-align: center;
  }
  .max-lg\:\!text-\[24px\] {
    font-size: 24px !important;
  }
  .max-lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .max-lg\:uppercase {
    text-transform: uppercase;
  }
}


@media (min-width: 1024px) {
  .lg\:fixed {
    position: fixed;
  }
  .lg\:bottom-6 {
    bottom: 1.5rem;
  }
  .lg\:left-6 {
    left: 1.5rem;
  }
  .lg\:right-6 {
    right: 1.5rem;
  }
  .lg\:right-\[6rem\] {
    right: 6rem;
  }
  .lg\:m-8 {
    margin: 2rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-32 {
    margin-top: 8rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-20 {
    height: 5rem;
  }
  .lg\:h-\[calc\(100vh-155px\)\] {
    height: calc(100vh - 155px);
  }
  .lg\:h-\[calc\(100vh-210px\)\] {
    height: calc(100vh - 210px);
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-36 {
    width: 9rem;
  }
  .lg\:w-\[200\%\] {
    width: 200%;
  }
  .lg\:w-\[calc\(100\%-4rem\)\] {
    width: calc(100% - 4rem);
  }
  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:max-w-\[20rem\] {
    max-width: 20rem;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:gap-7 {
    gap: 1.75rem;
  }
  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .lg\: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));
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .lg\:rounded-\[0\.3rem\] {
    border-radius: 0.3rem;
  }
  .lg\:p-7 {
    padding: 1.75rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .lg\:text-\[1rem\] {
    font-size: 1rem;
  }
  .lg\:leading-\[1\.8rem\] {
    line-height: 1.8rem;
  }
}