/*! tailwindcss v4.0.12 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-4 {
  left: calc(var(--spacing) * 4);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.-m-4 {
  margin: calc(var(--spacing) * -4);
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.mx-8 {
  margin-inline: calc(var(--spacing) * 8);
}
.mx-auto {
  margin-inline: auto;
}
.my-2 {
  margin-block: calc(var(--spacing) * 2);
}
.my-4 {
  margin-block: calc(var(--spacing) * 4);
}
.my-8 {
  margin-block: calc(var(--spacing) * 8);
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-auto {
  margin-top: auto;
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.mb-14 {
  margin-bottom: calc(var(--spacing) * 14);
}
.mb-16 {
  margin-bottom: calc(var(--spacing) * 16);
}
.ml-2 {
  margin-left: calc(var(--spacing) * 2);
}
.ml-5 {
  margin-left: calc(var(--spacing) * 5);
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1 {
  height: calc(var(--spacing) * 1);
}
.h-1\/2 {
  height: calc(1/2 * 100%);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-16 {
  height: calc(var(--spacing) * 16);
}
.h-32 {
  height: calc(var(--spacing) * 32);
}
.h-48 {
  height: calc(var(--spacing) * 48);
}
.h-64 {
  height: calc(var(--spacing) * 64);
}
.h-\[25rem\] {
  height: 25rem;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[70\%\] {
  height: 70%;
}
.h-\[70vh\] {
  height: 70vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-16 {
  width: calc(var(--spacing) * 16);
}
.w-20 {
  width: calc(var(--spacing) * 20);
}
.w-24 {
  width: calc(var(--spacing) * 24);
}
.w-32 {
  width: calc(var(--spacing) * 32);
}
.w-48 {
  width: calc(var(--spacing) * 48);
}
.w-128 {
  width: calc(var(--spacing) * 128);
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-7xl {
  max-width: var(--container-7xl);
}
.max-w-md {
  max-width: var(--container-md);
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-screen-lg {
  max-width: var(--breakpoint-lg);
}
.max-w-sm {
  max-width: var(--container-sm);
}
.max-w-xl {
  max-width: var(--container-xl);
}
.max-w-xs {
  max-width: var(--container-xs);
}
.min-w-full {
  min-width: 100%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-4 {
  --tw-translate-y: calc(var(--spacing) * 4);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.space-y-2 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-4 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-6 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-8 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-12 {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-x-2 {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }
}
.space-x-4 {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }
}
.space-x-6 {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
  }
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-sm {
  border-radius: var(--radius-sm);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-1 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 4px;
}
.border-gray-300 {
  border-color: var(--color-gray-300);
}
.border-gray-700 {
  border-color: var(--color-gray-700);
}
.border-red-200 {
  border-color: var(--color-red-200);
}
.border-red-400 {
  border-color: var(--color-red-400);
}
.border-red-500\/20 {
  border-color: color-mix(in oklab, var(--color-red-500) 20%, transparent);
}
.border-red-900 {
  border-color: var(--color-red-900);
}
.border-transparent {
  border-color: transparent;
}
.bg-black\/40 {
  background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
}
.bg-gray-100 {
  background-color: var(--color-gray-100);
}
.bg-gray-700 {
  background-color: var(--color-gray-700);
}
.bg-gray-800 {
  background-color: var(--color-gray-800);
}
.bg-gray-900 {
  background-color: var(--color-gray-900);
}
.bg-red-50 {
  background-color: var(--color-red-50);
}
.bg-red-100 {
  background-color: var(--color-red-100);
}
.bg-red-900 {
  background-color: var(--color-red-900);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  --tw-gradient-position: to top in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-black\/70 {
  --tw-gradient-from: color-mix(in oklab, var(--color-black) 70%, transparent);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.via-black\/50 {
  --tw-gradient-via: color-mix(in oklab, var(--color-black) 50%, transparent);
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-1 {
  padding: calc(var(--spacing) * 1);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.px-10 {
  padding-inline: calc(var(--spacing) * 10);
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.pt-16 {
  padding-top: calc(var(--spacing) * 16);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-sans {
  font-family: var(--font-sans);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-snug {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-gray-100 {
  color: var(--color-gray-100);
}
.text-gray-200 {
  color: var(--color-gray-200);
}
.text-gray-300 {
  color: var(--color-gray-300);
}
.text-gray-400 {
  color: var(--color-gray-400);
}
.text-gray-700 {
  color: var(--color-gray-700);
}
.text-gray-900 {
  color: var(--color-gray-900);
}
.text-red-600 {
  color: var(--color-red-600);
}
.text-red-700 {
  color: var(--color-red-700);
}
.text-red-800 {
  color: var(--color-red-800);
}
.text-red-900 {
  color: var(--color-red-900);
}
.text-white {
  color: var(--color-white);
}
.uppercase {
  text-transform: uppercase;
}
.placeholder-gray-400 {
  &::placeholder {
    color: var(--color-gray-400);
  }
}
.placeholder-gray-600 {
  &::placeholder {
    color: var(--color-gray-600);
  }
}
.opacity-0 {
  opacity: 0%;
}
.opacity-60 {
  opacity: 60%;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.brightness-0 {
  --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,);
}
.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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.delay-75 {
  transition-delay: 75ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.group-hover\:translate-x-1 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.group-hover\:translate-y-0 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.group-hover\:scale-105 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:bg-black\/0 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      background-color: color-mix(in oklab, var(--color-black) 0%, transparent);
    }
  }
}
.group-hover\:bg-slate-600 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      background-color: var(--color-slate-600);
    }
  }
}
.group-hover\:opacity-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.focus-within\:ring-2 {
  &:focus-within {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus-within\:ring-white {
  &:focus-within {
    --tw-ring-color: var(--color-white);
  }
}
.focus-within\:ring-offset-2 {
  &:focus-within {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
}
.hover\:-translate-y-0\.5 {
  &:hover {
    @media (hover: hover) {
      --tw-translate-y: calc(var(--spacing) * -0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.hover\:scale-105 {
  &:hover {
    @media (hover: hover) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.hover\:border-transparent {
  &:hover {
    @media (hover: hover) {
      border-color: transparent;
    }
  }
}
.hover\:bg-gray-50 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-gray-50);
    }
  }
}
.hover\:bg-gray-600 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-gray-600);
    }
  }
}
.hover\:bg-gray-700 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-gray-700);
    }
  }
}
.hover\:bg-red-700 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-red-700);
    }
  }
}
.hover\:bg-red-800 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-red-800);
    }
  }
}
.hover\:bg-stone-300 {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-stone-300);
    }
  }
}
.hover\:text-red-800 {
  &:hover {
    @media (hover: hover) {
      color: var(--color-red-800);
    }
  }
}
.hover\:text-red-900 {
  &:hover {
    @media (hover: hover) {
      color: var(--color-red-900);
    }
  }
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.hover\:opacity-85 {
  &:hover {
    @media (hover: hover) {
      opacity: 85%;
    }
  }
}
.focus\:border-indigo-500 {
  &:focus {
    border-color: var(--color-indigo-500);
  }
}
.focus\:border-transparent {
  &:focus {
    border-color: transparent;
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-gray-500 {
  &:focus {
    --tw-ring-color: var(--color-gray-500);
  }
}
.focus\:ring-indigo-500 {
  &:focus {
    --tw-ring-color: var(--color-indigo-500);
  }
}
.focus\:ring-red-500 {
  &:focus {
    --tw-ring-color: var(--color-red-500);
  }
}
.focus\:ring-red-900 {
  &:focus {
    --tw-ring-color: var(--color-red-900);
  }
}
.focus\:ring-offset-2 {
  &:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
}
.focus\:ring-offset-black {
  &:focus {
    --tw-ring-offset-color: var(--color-black);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.sm\:col-span-2 {
  @media (width >= 40rem) {
    grid-column: span 2 / span 2;
  }
}
.sm\:mb-0 {
  @media (width >= 40rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.sm\:block {
  @media (width >= 40rem) {
    display: block;
  }
}
.sm\:inline {
  @media (width >= 40rem) {
    display: inline;
  }
}
.sm\:w-auto {
  @media (width >= 40rem) {
    width: auto;
  }
}
.sm\:max-w-lg {
  @media (width >= 40rem) {
    max-width: var(--container-lg);
  }
}
.sm\:grid-cols-2 {
  @media (width >= 40rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sm\:flex-row {
  @media (width >= 40rem) {
    flex-direction: row;
  }
}
.sm\:justify-evenly {
  @media (width >= 40rem) {
    justify-content: space-evenly;
  }
}
.sm\:space-y-0 {
  @media (width >= 40rem) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.sm\:space-x-4 {
  @media (width >= 40rem) {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
}
.sm\:p-6 {
  @media (width >= 40rem) {
    padding: calc(var(--spacing) * 6);
  }
}
.sm\:p-8 {
  @media (width >= 40rem) {
    padding: calc(var(--spacing) * 8);
  }
}
.sm\:p-10 {
  @media (width >= 40rem) {
    padding: calc(var(--spacing) * 10);
  }
}
.sm\:px-6 {
  @media (width >= 40rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
}
.sm\:py-3 {
  @media (width >= 40rem) {
    padding-block: calc(var(--spacing) * 3);
  }
}
.sm\:text-3xl {
  @media (width >= 40rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.sm\:text-4xl {
  @media (width >= 40rem) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.sm\:text-5xl {
  @media (width >= 40rem) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
.sm\:text-base {
  @media (width >= 40rem) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.sm\:text-lg {
  @media (width >= 40rem) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.sm\:text-sm {
  @media (width >= 40rem) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
.md\:order-last {
  @media (width >= 48rem) {
    order: 9999;
  }
}
.md\:col-span-2 {
  @media (width >= 48rem) {
    grid-column: span 2 / span 2;
  }
}
.md\:my-4 {
  @media (width >= 48rem) {
    margin-block: calc(var(--spacing) * 4);
  }
}
.md\:my-6 {
  @media (width >= 48rem) {
    margin-block: calc(var(--spacing) * 6);
  }
}
.md\:mt-0 {
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.md\:mb-0 {
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.md\:mb-16 {
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 16);
  }
}
.md\:mb-20 {
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 20);
  }
}
.md\:block {
  @media (width >= 48rem) {
    display: block;
  }
}
.md\:hidden {
  @media (width >= 48rem) {
    display: none;
  }
}
.md\:min-h-\[65vh\] {
  @media (width >= 48rem) {
    min-height: 65vh;
  }
}
.md\:w-1\/2 {
  @media (width >= 48rem) {
    width: calc(1/2 * 100%);
  }
}
.md\:w-2\/5 {
  @media (width >= 48rem) {
    width: calc(2/5 * 100%);
  }
}
.md\:w-3\/5 {
  @media (width >= 48rem) {
    width: calc(3/5 * 100%);
  }
}
.md\:w-5\/12 {
  @media (width >= 48rem) {
    width: calc(5/12 * 100%);
  }
}
.md\:w-7\/12 {
  @media (width >= 48rem) {
    width: calc(7/12 * 100%);
  }
}
.md\:max-w-2xl {
  @media (width >= 48rem) {
    max-width: var(--container-2xl);
  }
}
.md\:grid-cols-2 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.md\:grid-cols-3 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.md\:grid-cols-4 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.md\:flex-row {
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
.md\:justify-around {
  @media (width >= 48rem) {
    justify-content: space-around;
  }
}
.md\:justify-start {
  @media (width >= 48rem) {
    justify-content: flex-start;
  }
}
.md\:gap-8 {
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 8);
  }
}
.md\:gap-10 {
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 10);
  }
}
.md\:space-x-10 {
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 10) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
}
.md\:space-x-12 {
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 12) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
}
.md\:p-10 {
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 10);
  }
}
.md\:p-16 {
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 16);
  }
}
.md\:px-8 {
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
}
.md\:py-4 {
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 4);
  }
}
.md\:py-24 {
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 24);
  }
}
.md\:py-28 {
  @media (width >= 48rem) {
    padding-block: calc(var(--spacing) * 28);
  }
}
.md\:pr-10 {
  @media (width >= 48rem) {
    padding-right: calc(var(--spacing) * 10);
  }
}
.md\:text-left {
  @media (width >= 48rem) {
    text-align: left;
  }
}
.md\:text-4xl {
  @media (width >= 48rem) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.md\:text-5xl {
  @media (width >= 48rem) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
.md\:text-lg {
  @media (width >= 48rem) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.md\:text-xl {
  @media (width >= 48rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.md\:leading-snug {
  @media (width >= 48rem) {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
}
.lg\:col-span-1 {
  @media (width >= 64rem) {
    grid-column: span 1 / span 1;
  }
}
.lg\:mb-24 {
  @media (width >= 64rem) {
    margin-bottom: calc(var(--spacing) * 24);
  }
}
.lg\:flex {
  @media (width >= 64rem) {
    display: flex;
  }
}
.lg\:min-h-\[75vh\] {
  @media (width >= 64rem) {
    min-height: 75vh;
  }
}
.lg\:w-1\/2 {
  @media (width >= 64rem) {
    width: calc(1/2 * 100%);
  }
}
.lg\:w-1\/3 {
  @media (width >= 64rem) {
    width: calc(1/3 * 100%);
  }
}
.lg\:w-2\/3 {
  @media (width >= 64rem) {
    width: calc(2/3 * 100%);
  }
}
.lg\:w-2\/5 {
  @media (width >= 64rem) {
    width: calc(2/5 * 100%);
  }
}
.lg\:w-3\/5 {
  @media (width >= 64rem) {
    width: calc(3/5 * 100%);
  }
}
.lg\:max-w-2xl {
  @media (width >= 64rem) {
    max-width: var(--container-2xl);
  }
}
.lg\:max-w-3xl {
  @media (width >= 64rem) {
    max-width: var(--container-3xl);
  }
}
.lg\:grid-cols-3 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.lg\:grid-cols-4 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.lg\:justify-center {
  @media (width >= 64rem) {
    justify-content: center;
  }
}
.lg\:space-x-16 {
  @media (width >= 64rem) {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 16) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
}
.lg\:space-x-20 {
  @media (width >= 64rem) {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 20) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
}
.lg\:p-12 {
  @media (width >= 64rem) {
    padding: calc(var(--spacing) * 12);
  }
}
.lg\:px-8 {
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 8);
  }
}
.lg\:py-32 {
  @media (width >= 64rem) {
    padding-block: calc(var(--spacing) * 32);
  }
}
.lg\:pr-16 {
  @media (width >= 64rem) {
    padding-right: calc(var(--spacing) * 16);
  }
}
.lg\:text-2xl {
  @media (width >= 64rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.lg\:text-3xl {
  @media (width >= 64rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.lg\:text-4xl {
  @media (width >= 64rem) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.lg\:text-5xl {
  @media (width >= 64rem) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
.lg\:text-6xl {
  @media (width >= 64rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
.lg\:text-xl {
  @media (width >= 64rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.xl\:w-5\/12 {
  @media (width >= 80rem) {
    width: calc(5/12 * 100%);
  }
}
.xl\:w-7\/12 {
  @media (width >= 80rem) {
    width: calc(7/12 * 100%);
  }
}
.xl\:text-6xl {
  @media (width >= 80rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
.xl\:text-7xl {
  @media (width >= 80rem) {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(0.971 0.013 17.38);
    --color-red-100: oklch(0.936 0.032 17.717);
    --color-red-200: oklch(0.885 0.062 18.334);
    --color-red-400: oklch(0.704 0.191 22.216);
    --color-red-500: oklch(0.637 0.237 25.331);
    --color-red-600: oklch(0.577 0.245 27.325);
    --color-red-700: oklch(0.505 0.213 27.518);
    --color-red-800: oklch(0.444 0.177 26.899);
    --color-red-900: oklch(0.396 0.141 25.723);
    --color-indigo-500: oklch(0.585 0.233 277.117);
    --color-slate-600: oklch(0.446 0.043 257.281);
    --color-gray-50: oklch(0.985 0.002 247.839);
    --color-gray-100: oklch(0.967 0.003 264.542);
    --color-gray-200: oklch(0.928 0.006 264.531);
    --color-gray-300: oklch(0.872 0.01 258.338);
    --color-gray-400: oklch(0.707 0.022 261.325);
    --color-gray-500: oklch(0.551 0.027 264.364);
    --color-gray-600: oklch(0.446 0.03 256.802);
    --color-gray-700: oklch(0.373 0.034 259.733);
    --color-gray-800: oklch(0.278 0.033 256.848);
    --color-gray-900: oklch(0.21 0.034 264.665);
    --color-stone-300: oklch(0.869 0.005 56.366);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-lg: 64rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  body {
    line-height: inherit;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
    color: color-mix(in oklab, currentColor 50%, transparent);
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type=button], [type=reset], [type=submit]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities;
.gradient-up-ink {
  position: relative;
  isolation: isolate;
}
.gradient-up-ink::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #030208 0%, rgba(3, 2, 8, 0) 15%);
  z-index: 3;
}
.gradient-up-ink::after {
  mix-blend-mode: multiply;
}
.gradient-down-ink {
  position: relative;
  isolation: isolate;
}
.gradient-down-ink::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #030208 0%, rgba(3, 2, 8, 0) 15%);
  z-index: 3;
}
.gradient-down-ink::after {
  mix-blend-mode: multiply;
}
@media (max-width: 1024px) {
  .hide-mobile {
    display: none;
  }
}
.bor1 {
  border: 2px solid red;
}
.bor2 {
  border: 2px solid green;
}
.bor3 {
  border: 2px solid yellow;
}
.bg1 {
  background-color: pink;
}
.bg2 {
  background-color: purple;
}
.bg3 {
  background-color: cyan;
}
.m-auto {
  margin-inline: auto;
}
.col {
  display: flex;
  flex-direction: column;
}
.row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .row {
    flex-direction: column;
  }
}
.row-reverse {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .row-reverse {
    flex-direction: row-reverse !important;
  }
}
.circle-photo {
  clip-path: circle(50% at 50% 50%);
  max-width: 90vw;
  height: auto;
}
.clip-bottom-right {
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  color: #030208;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif, serif;
  font-weight: bold;
  color: inherit;
}
strong {
  font-weight: 700;
}
.text-bold {
  font-weight: 700;
}
.text-elegant {
  font-family: "Poppins", sans-serif, serif;
  letter-spacing: 0.03125rem;
}
.text-elegant-bold {
  font-family: "Poppins", sans-serif, serif;
  font-weight: 700;
  letter-spacing: 0.03125rem;
}
.text-marble {
  color: #e1dfdd;
}
.text-ink {
  color: #030208;
}
.text-cherry {
  color: #800020;
}
.text-slate {
  color: #3d3c3a;
}
.underline--marble::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e1dfdd;
  margin-top: 0.4rem;
  border-radius: 2px;
}
.underline--ink::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #030208;
  margin-top: 0.4rem;
  border-radius: 2px;
}
.underline--cherry::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #800020;
  margin-top: 0.4rem;
  border-radius: 2px;
}
.underline--gold::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(45deg, rgba(213, 168, 72, 0.8) 0%, rgba(243, 198, 102, 0.9) 50%, rgba(213, 168, 72, 0.8) 100%);
  margin-top: 0.4rem;
  border-radius: 2px;
}
body::before, body::after, div::before, div::after, header::before, header::after, section::before, section::after, article::before, article::after, footer::before, footer::after, button::before, button::after {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body > *, div > *, header > *, section > *, article > *, footer > *, button > * {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.bg-sand {
  background: #edd7cb;
}
.bg-ink {
  background: #030208;
}
.bg-marble {
  background: #e1dfdd;
}
.bg-cherry {
  background: #800020;
}
.bg-clip-texture-white-marble {
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.bg-clip-texture-white-marble::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/src/img/textures/marble-white-1.jpg");
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.bg-clip-texture-white-marble::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #e1dfdd;
  mix-blend-mode: normal;
  z-index: -1;
  clip-path: polygon(0% 0, 20% 0%, 65% 100%, 100% 100%, 100% 0);
}
@media (max-width: 768px) {
  .bg-clip-texture-white-marble {
    position: relative;
    isolation: isolate;
    z-index: 1;
  }
  .bg-clip-texture-white-marble::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #e1dfdd;
    z-index: -2;
  }
}
.bg-clip-texture-dark-marble {
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.bg-clip-texture-dark-marble::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/src/img/textures/marble-black-3.jpg");
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.bg-clip-texture-dark-marble::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #030208;
  mix-blend-mode: normal;
  z-index: -1;
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 60% 100%, 36% 100%);
}
.bg-texture-dark-marble {
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.bg-texture-dark-marble::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/src/img/textures/marble-black-3.jpg");
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.bg-texture-dark-marble::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(3, 2, 8, 0.7);
  mix-blend-mode: multiply;
  z-index: -1;
}
.bg-texture-limestone {
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.bg-texture-limestone::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/src/img/textures/limestone-2.jpg");
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.bg-texture-limestone::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(237, 215, 203, 0.7);
  mix-blend-mode: multiply;
  z-index: -1;
}
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 2, 8, 0.65);
  z-index: 2;
}
.video-overlay {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(3, 2, 8, 0.65);
  z-index: 2;
}
.video-overlay-color {
  background-color: rgba(3, 2, 8, 0.55);
}
html {
  background-image: linear-gradient(135deg, rgba(128, 0, 32, 0.98) 0%, rgba(57, 60, 69, 0.08) 45%, rgba(3, 2, 8, 0.15) 100%);
  overflow-x: hidden;
}
body {
  gap: 2.4rem;
  position: relative;
  isolation: isolate;
  max-width: 1440px;
  margin-inline: auto;
  margin-block: 1.6rem 2.4rem;
  border: 2px solid rgba(3, 2, 8, 0.8);
  box-shadow: 0 0 15px rgba(3, 2, 8, 0.3);
  border-radius: 0.6rem;
  overflow-x: hidden;
  background: radial-gradient(circle at 375% 550%, #800020, #edd7cb);
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: auto;
  z-index: -1;
}
@media (max-width: 768px) {
  body {
    gap: 4.8rem;
    margin: 0;
    border-radius: 0;
  }
}
.photo {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}
.vkNavbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 12rem;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
  padding-inline: 2.4rem;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: radial-gradient(circle, #030208 0%, #030208 100%);
}
.vkNavbar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(225, 223, 221, 0.3);
  z-index: -3;
  clip-path: polygon(0 0, 35% 0%, 20% 80%, 0% 100%);
}
@media (max-width: 768px) {
  .vkNavbar::after {
    clip-path: none;
  }
}
.vkNavbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/src/img/textures/marble-white-1.jpg") no-repeat center;
  background-size: cover;
  z-index: -4;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
  clip-path: polygon(0 0, 35% 0%, 24% 80%, 0% 100%);
}
@media (max-width: 1280px) {
  .vkNavbar::before {
    clip-path: none;
  }
}
@media (max-width: 768px) {
  .vkNavbar::before {
    clip-path: none;
  }
}
@media (max-width: 1280px) {
  .vkNavbar {
    padding-inline: 0.4rem;
  }
}
@media (max-width: 768px) {
  .vkNavbar {
    max-height: 100%;
  }
}
.vkNavbar__logo {
  position: relative;
  isolation: isolate;
}
.vkNavbar__logo--full {
  height: auto;
  width: 20rem;
}
.vkNavbar__logo--short {
  height: auto;
  width: 10rem;
}
@media (max-width: 1024px) {
  .vkNavbar__logo--short {
    width: 6rem;
  }
}
.vkNavbar__nav {
  height: 16rem;
}
@media (max-width: 768px) {
  .vkNavbar__nav {
    display: none;
  }
}
.vkNavbar__nav--link {
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.6rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #edd7cb;
}
.vkNavbar__nav--link:hover {
  color: #d12852;
  text-shadow: 0 0 8px rgba(128, 0, 32, 0.6);
}
@media (max-width: 1280px) {
  .vkNavbar__nav--link {
    display: flex;
    flex-grow: 1;
    color: #030208;
    padding-block: 0.8rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0.6rem;
    mix-blend-mode: luminosity;
  }
}
.vkNavbar__nav--CTA {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
  padding: 0.8rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 800;
  color: #e1dfdd;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  isolation: isolate;
  background-color: rgba(128, 0, 32, 0.6);
}
.vkNavbar__nav--CTA::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, rgba(225, 223, 221, 0.4) 0%, rgba(128, 0, 32, 0) 12.5%, rgba(128, 0, 32, 0) 30%, rgba(128, 0, 32, 0.2) 55%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .vkNavbar__nav--CTA::after {
    background: linear-gradient(180deg, rgba(225, 223, 221, 0.4) 0%, rgba(128, 0, 32, 0) 0%, rgba(128, 0, 32, 0) 0%, rgba(128, 0, 32, 0.2) 35%);
  }
}
.vkNavbar__nav--CTA::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url("/src/img/textures/btn-cta.jpg");
  background-size: contain no-repeat;
  background-position: center;
}
@media (min-width: 1024px) {
  .vkNavbar__nav--CTA {
    margin-inline: 4rem;
  }
}
@media (max-width: 1280px) {
  .vkNavbar__nav--CTA {
    padding: 0.4rem 1.2rem;
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.vkNavbar__nav--CTA:hover {
  background-color: #800020;
}
.vkNavbar__nav--CTA::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: repeat;
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: soft-light;
  border-radius: inherit;
}
.vkNavbar__mobile {
  display: none;
}
@media (max-width: 768px) {
  .vkNavbar__mobile {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-block: 1.6rem;
    gap: 1.6rem;
    width: 100%;
  }
}
.vkNavbar__mobile--menu {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
  display: flex;
  border-radius: 0.25rem;
  width: 100%;
  color: #e1dfdd;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.4rem;
  font-weight: 600;
  flex-grow: 1;
  justify-content: center;
}
.vkNavbar__mobile--menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #800020 0%, #800020 12.5%, #800020 30%, #800020 55%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .vkNavbar__mobile--menu::after {
    background: linear-gradient(180deg, #800020 0%, #800020 0%, #800020 0%, #800020 35%);
  }
}
.vkNavbar__mobile--menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url(none);
  background-size: contain no-repeat;
  background-position: center;
}
@media (min-width: 1024px) {
  .vkNavbar__mobile--menu {
    margin-inline: 4rem;
  }
}
.vkNavbar__mobile--roll {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  transition: ease-in-out;
}
.btn {
  background-color: #800020;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn:hover {
  background-color: rgb(77, 0, 19.25);
}
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(128, 0, 32, 0.5);
}
.vkCard__white {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
  isolation: isolate;
  color: #030208;
}
.vkCard__white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url("/src/img/textures/marble-white-2.jpg");
  background-size: contain no-repeat;
  background-position: center;
}
.vkCard__white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.3) 0%, rgba(150, 150, 150, 0) 12.5%, rgba(150, 150, 150, 0) 30%, rgba(225, 223, 221, 0.9) 55%);
  mix-blend-mode: normal;
  pointer-events: none;
  z-index: -1;
}
.vkCard__white img {
  position: relative;
  isolation: isolate;
  z-index: 2;
  border-radius: 0.3rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  background: linear-gradient(45deg, rgba(128, 0, 32, 0.5) 0%, rgba(128, 0, 32, 0.7) 50%, rgba(128, 0, 32, 0.5) 100%);
  padding: 2px;
}
.vkCard__white img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: -1;
}
.vkCard__black {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
  isolation: isolate;
  color: #e1dfdd;
}
.vkCard__black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url("/src/img/textures/marble-black-5.jpg");
  background-size: contain no-repeat;
  background-position: center;
}
.vkCard__black::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.4) 0%, rgba(3, 2, 8, 0.2) 12.5%, rgba(3, 2, 8, 0.2) 30%, rgba(3, 2, 8, 0.9) 55%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
.vkCard__black img {
  position: relative;
  isolation: isolate;
  z-index: 2;
  border-radius: 0.3rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  background: linear-gradient(45deg, rgba(213, 168, 72, 0.5) 0%, rgba(243, 198, 102, 0.7) 50%, rgba(213, 168, 72, 0.5) 100%);
  padding: 2px;
}
.vkCard__black img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: -1;
}
.vkCard__red {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(87, 32, 21, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
  isolation: isolate;
  color: #e1dfdd;
}
.vkCard__red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url("/src/img/textures/marble-red-2.jpg");
  background-size: contain no-repeat;
  background-position: center;
}
.vkCard__red::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.3) 0%, rgba(87, 32, 21, 0.7) 12.5%, rgba(87, 32, 21, 0.7) 30%, #572015 55%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
.vkCard__red img {
  position: relative;
  isolation: isolate;
  z-index: 2;
  border-radius: 0.3rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  background: linear-gradient(45deg, rgba(213, 168, 72, 0.5) 0%, rgba(243, 198, 102, 0.7) 50%, rgba(213, 168, 72, 0.5) 100%);
  padding: 2px;
}
.vkCard__red img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: -1;
}
.vkCard__grey {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
  isolation: isolate;
  color: #e1dfdd;
}
.vkCard__grey::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url("/src/img/textures/granite-4.jpg");
  background-size: contain no-repeat;
  background-position: center;
}
.vkCard__grey::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(165deg, rgba(47, 47, 47, 0.9) 0%, rgba(178, 1, 1, 0) 12.5%, rgba(178, 1, 1, 0) 30%, rgba(0, 0, 0, 0) 55%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
.vkCard__grey img {
  position: relative;
  isolation: isolate;
  z-index: 2;
  border-radius: 0.3rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
  background: linear-gradient(45deg, rgba(40, 40, 40, 0.8) 0%, rgba(60, 60, 60, 0.9) 50%, rgba(40, 40, 40, 0.8) 100%);
  padding: 2px;
}
.vkCard__grey img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: -1;
}
.stone-div {
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
  isolation: isolate;
  box-shadow: inset -3px -3px 6px rgba(255, 255, 255, 0.4), inset 3px 3px 6px rgba(0, 0, 0, 0.4);
  margin: 1rem;
  color: #e1dfdd;
}
.stone-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/src/img/textures/granite-4.jpg") center/cover no-repeat;
  z-index: -2;
}
.stone-div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 25%, transparent 30%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.4) 100%);
  z-index: -1;
}
.white-gradient-down {
  position: relative;
  z-index: 1;
  color: #030208;
  overflow: hidden;
  border-radius: 0.4rem;
  box-shadow: inset -2px -2px 6px rgba(255, 255, 255, 0.6), inset 2px 2px 6px rgba(150, 150, 150, 0.3), 0 8px 8px rgba(3, 2, 8, 0.3);
  padding: 1rem;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: border 0.3s ease, box-shadow 0.3s ease;
}
.white-gradient-down:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: inset -2px -2px 6px rgba(255, 255, 255, 0.7), inset 2px 2px 6px rgba(150, 150, 150, 0.4), 0 10px 12px rgba(3, 2, 8, 0.4);
}
.white-gradient-down::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.6) 80%, rgba(255, 255, 255, 0.1) 100%);
  z-index: -1;
}
.white-gradient-down::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/src/img/textures/marble-white-2.jpg") center/cover no-repeat;
  z-index: -2;
  opacity: 1;
}
.card-icon-bg {
  position: relative;
  z-index: 1;
  isolation: isolate;
}
.card-icon-bg::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset -2px -2px 6px rgba(255, 255, 255, 0.8), inset 2px 2px 6px rgba(150, 150, 150, 0.3), 0 10px 8px rgba(3, 2, 8, 0.1);
  background: #fff;
  z-index: -1;
  filter: blur(4px);
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.card-icon-photo {
  position: relative;
  z-index: 1;
  isolation: isolate;
}
.card-icon-photo::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset -2px -2px 6px rgba(255, 255, 255, 0.6), inset 2px 2px 6px rgba(150, 150, 150, 0.3), 0 10px 8px rgba(3, 2, 8, 0.6);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.1) 100%);
  z-index: -1;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.expanding-section {
  transition: max-height 0.7s ease-in-out;
  max-height: 160px;
  overflow: hidden;
  cursor: pointer;
}
.expanding-section.active {
  width: 100%;
  max-height: 2000px;
}
.productSection {
  display: grid;
  gap: 1.5rem;
  padding: 0.8rem 2.4rem;
  transition: padding 0.7s ease-in-out;
}
.productSection.active {
  padding: 2rem 2.4rem;
}
@media (min-width: 1024px) {
  .productSection {
    padding: 1.2rem 2.4rem;
  }
  .productSection.active {
    padding: 3.6rem 2.4rem;
  }
}
@media (min-width: 768px) {
  .productSection {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
}
.productSection * {
  transition: all 0.7s ease-in-out;
}
.productSection__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.productSection__image--img {
  width: 90%;
  max-width: 2000px;
  border-radius: 3px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.36);
  object-fit: cover;
  display: block;
  height: 12rem;
}
@media (min-width: 768px) {
  .productSection__image--img {
    width: 45%;
  }
}
.productSection__image--img.active {
  width: 90%;
  height: auto;
}
@media (min-width: 768px) {
  .productSection__image--img.active {
    width: 100%;
    height: 28rem;
  }
}
.productSection__details {
  display: flex;
  flex-direction: column;
}
.productSection__header {
  display: flex;
  flex-direction: column;
}
.productSection__content {
  overflow: hidden;
  max-height: 10px;
  transition: max-height 0.6s ease-in-out;
  width: 100%;
}
.productSection__title {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: right;
}
.productSection__title.active {
  font-size: 2.4rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .productSection__title {
    font-size: 1.4rem;
  }
}
.productSection__price {
  text-align: right;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .productSection__price {
    text-align: left;
    font-size: 1.2rem;
  }
}
.productSection__price--details {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 0.8rem;
  background-color: #800020;
  border-radius: 3px;
  padding: 0.5rem 0.5rem;
  color: #e1dfdd;
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.2s, margin-bottom 0.4s ease-in-out, padding 0.4s ease-in-out;
}
.productSection__price--details.preview-hidden {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity 0.3s ease-in-out, max-height 0.4s ease-in-out, visibility 0s linear 0.3s, margin-bottom 0.4s ease-in-out, padding 0.4s ease-in-out;
}
.productSection__description {
  font-size: 1rem;
  line-height: 1.5;
  color: inherit;
  margin-top: 0.5rem;
  height: auto;
}
.productSection__description.active {
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .productSection__description {
    font-size: 1.125rem;
  }
}
.productSection__price--preview, .productSection__description--short {
  opacity: 1;
  max-height: 5rem;
  overflow: hidden;
  visibility: visible;
  margin-top: 0.5rem;
  transition: opacity 0.3s ease-in-out, max-height 0.4s ease-in-out, visibility 0s linear 0s, margin-top 0.3s ease-in-out;
}
.productSection__price--preview.preview-hidden, .productSection__description--short.preview-hidden {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  margin-top: 0;
  transition: opacity 0.3s ease-in-out, max-height 0.4s ease-in-out, visibility 0s linear 0.4s, margin-top 0.3s ease-in-out;
}
.productSection__btn {
  width: 100%;
  flex-grow: 1;
  padding: 0.5rem 1.5rem;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.productSection__btn--nest {
  margin-top: 0.5rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  justify-items: stretch;
}
.productSection__btn--nest.active {
  margin-top: 1.6rem;
}
@media (min-width: 640px) {
  .productSection__btn--nest {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
}
.productSection__btn--cta {
  background-color: #800020;
  color: #e1dfdd;
}
.productSection__btn--cta:hover {
  background-color: rgb(77, 0, 19.25);
}
.productSection__btn--expand {
  background-color: #2f2f2f;
  color: #e1dfdd;
}
.productSection__btn--expand:hover {
  background-color: rgb(21.5, 21.5, 21.5);
}
.polished-marble {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
}
.polished-marble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, white 0%, rgba(178, 1, 1, 0) 12.5%, rgba(178, 1, 1, 0) 30%, rgba(0, 0, 0, 0) 55%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .polished-marble::after {
    background: linear-gradient(180deg, white 0%, rgba(178, 1, 1, 0) 0%, rgba(178, 1, 1, 0) 0%, rgba(0, 0, 0, 0) 35%);
  }
}
.polished-marble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url("/src/img/textures/granite-4.jpg");
  background-size: contain no-repeat;
  background-position: center;
}
@media (min-width: 1024px) {
  .polished-marble {
    margin-inline: 4rem;
  }
}
.custom-marble {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
}
.custom-marble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #e1dfdd 0%, rgba(150, 150, 150, 0) 12.5%, rgba(150, 150, 150, 0) 30%, rgba(0, 0, 0, 0.5) 55%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .custom-marble::after {
    background: linear-gradient(180deg, #e1dfdd 0%, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 0%, rgba(0, 0, 0, 0.5) 35%);
  }
}
.custom-marble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url("/src/img/textures/custom-marble.jpg");
  background-size: contain no-repeat;
  background-position: center;
}
@media (min-width: 1024px) {
  .custom-marble {
    margin-inline: 4rem;
  }
}
.div-marble-white {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
}
.div-marble-white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, #fff 0%, rgba(150, 150, 150, 0) 12.5%, rgba(150, 150, 150, 0) 30%, rgba(225, 223, 221, 0.9) 55%);
  mix-blend-mode: normal;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .div-marble-white::after {
    background: linear-gradient(180deg, #fff 0%, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 0%, rgba(225, 223, 221, 0.9) 35%);
  }
}
.div-marble-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url("/src/img/textures/marble-white-1.jpg");
  background-size: contain no-repeat;
  background-position: center;
}
@media (min-width: 1024px) {
  .div-marble-white {
    margin-inline: 4rem;
  }
}
.div-marble-white img {
  position: relative;
  isolation: isolate;
  z-index: 2;
  border-radius: 0.3rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  background: linear-gradient(45deg, rgba(128, 0, 32, 0.5) 0%, rgba(128, 0, 32, 0.7) 50%, rgba(128, 0, 32, 0.5) 100%);
  padding: 2px;
}
.div-marble-white img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: -1;
}
.div-marble-black {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
  color: #e1dfdd;
}
.div-marble-black::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.3) 0%, rgba(150, 150, 150, 0.6) 12.5%, rgba(150, 150, 150, 0.6) 30%, rgba(3, 2, 8, 0.9) 55%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .div-marble-black::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(150, 150, 150, 0.6) 0%, rgba(150, 150, 150, 0.6) 0%, rgba(3, 2, 8, 0.9) 35%);
  }
}
.div-marble-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url("/src/img/textures/marble-black-2.jpg");
  background-size: contain no-repeat;
  background-position: center;
}
@media (min-width: 1024px) {
  .div-marble-black {
    margin-inline: 4rem;
  }
}
.div-marble-black img {
  position: relative;
  isolation: isolate;
  z-index: 2;
  border-radius: 0.3rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  background: linear-gradient(45deg, rgba(213, 168, 72, 0.5) 0%, rgba(243, 198, 102, 0.7) 50%, rgba(213, 168, 72, 0.5) 100%);
  padding: 2px;
}
.div-marble-black img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: -1;
}
.div-marble-red {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
  color: #e1dfdd;
}
.div-marble-red::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.3) 0%, rgba(150, 150, 150, 0) 12.5%, rgba(150, 150, 150, 0) 30%, #572015 55%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 768px) {
  .div-marble-red::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 0%, #572015 35%);
  }
}
.div-marble-red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url("/src/img/textures/marble-red-1.jpg");
  background-size: contain no-repeat;
  background-position: center;
}
@media (min-width: 1024px) {
  .div-marble-red {
    margin-inline: 4rem;
  }
}
.div-marble-red img {
  position: relative;
  isolation: isolate;
  z-index: 2;
  border-radius: 0.3rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  background: linear-gradient(45deg, rgba(213, 168, 72, 0.5) 0%, rgba(243, 198, 102, 0.7) 50%, rgba(213, 168, 72, 0.5) 100%);
  padding: 2px;
}
.div-marble-red img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: -1;
}
.photo-section {
  display: flex;
  align-items: center;
  padding: 0 0;
  flex-direction: row;
  position: relative;
  isolation: isolate;
}
@media (max-width: 768px) {
  .photo-section {
    flex-direction: column;
    height: auto;
  }
}
.photo-section__photo-container {
  flex: 1;
}
.photo-section__photo {
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}
.photo-section__content {
  flex: 1;
  padding: 2rem 4rem;
}
@media (max-width: 768px) {
  .photo-section__content {
    padding: 2.4rem 0.4rem;
  }
}
.photo-container-ink {
  position: relative;
  isolation: isolate;
}
.photo-container-ink::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, #030208 0%, rgba(3, 2, 8, 0) 15%);
  z-index: 3;
}
.photo-container-clip {
  clip-path: polygon(34% 0, 84% 6%, 100% 74%, 75% 95%, 5% 100%, 0 7%);
  animation: clipShift 8s ease-in-out infinite;
}
@keyframes clipShift {
  0% {
    clip-path: polygon(34% 0, 84% 6%, 100% 74%, 75% 95%, 5% 100%, 0 7%);
  }
  50% {
    clip-path: polygon(15% 5%, 95% 0, 90% 84%, 65% 100%, 0 90%, 10% 15%);
  }
  100% {
    clip-path: polygon(34% 0, 84% 6%, 100% 74%, 75% 95%, 5% 100%, 0 7%);
  }
}
.gallery {
  padding-block: 4rem;
}
.gallery__image--container {
  display: flex;
  gap: 1rem;
  max-width: 56.25rem;
  width: calc(100% - 6.25rem);
  margin-inline: auto;
  padding: 0 1rem;
  overflow: hidden;
}
@media (max-width: 640px) {
  .gallery__image--container {
    flex-direction: column;
    max-width: 1440px;
    width: 100%;
    height: 25rem;
  }
}
.gallery__image {
  position: relative;
  width: 3.75rem;
  height: 25rem;
  border-radius: 0.6rem;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
}
.gallery__image--tag {
  display: inline-block;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background-color: #800020;
  padding: 0.7rem 1rem;
  border-radius: 0.6rem;
  color: #fff;
  font-size: 1.2rem;
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95) 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 8px 12px rgba(0, 0, 0, 0.6), inset 0 1px 4px rgba(255, 255, 255, 0.3);
}
@media (max-width: 640px) {
  .gallery__image--tag {
    font-size: 0.8rem;
  }
}
.gallery__image.active {
  width: 100%;
}
.gallery__image.active .gallery__image--tag {
  transform: scale(1);
}
@media (max-width: 640px) {
  .gallery__image.active {
    height: 25rem;
  }
}
@media (max-width: 640px) {
  .gallery__image {
    width: 100%;
    height: 3.75rem;
    transition: height 0.5s ease-in-out;
  }
  .gallery__image img {
    width: 100%;
    height: 100%;
  }
}
.dark-img-border {
  position: relative;
  isolation: isolate;
  z-index: 2;
  border-radius: 0.3rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
  background: linear-gradient(45deg, rgba(40, 40, 40, 0.8) 0%, rgba(60, 60, 60, 0.9) 50%, rgba(40, 40, 40, 0.8) 100%);
  padding: 2px;
}
.dark-img-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: -1;
}
.cherry-img-border {
  position: relative;
  isolation: isolate;
  z-index: 2;
  border-radius: 0.3rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
  background: linear-gradient(45deg, rgba(128, 0, 32, 0.5) 0%, rgba(128, 0, 32, 0.7) 50%, rgba(128, 0, 32, 0.5) 100%);
  padding: 2px;
}
.cherry-img-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: -1;
}
.golden-img-border {
  position: relative;
  isolation: isolate;
  z-index: 2;
  border-radius: 0.3rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  background: linear-gradient(45deg, rgba(213, 168, 72, 0.5) 0%, rgba(243, 198, 102, 0.7) 50%, rgba(213, 168, 72, 0.5) 100%);
  padding: 2px;
}
.golden-img-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: -1;
}
.white-img-border {
  position: relative;
  isolation: isolate;
  z-index: 2;
  border-radius: 0.3rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.5) 100%);
  padding: 2px;
}
.white-img-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: -1;
}
.pale-img-border {
  position: relative;
  isolation: isolate;
  z-index: 2;
  border-radius: 0.3rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.5) 100%);
  padding: 2px;
}
.pale-img-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: -1;
}
.gallery-module {
  max-width: 94%;
}
.gallery-module__wrapper {
  gap: 1rem;
  will-change: transform;
}
.gallery-module__slide {
  width: 90vw;
}
.gallery-module__slide img {
  display: block;
  margin: 0 auto;
  border-radius: 0.6rem;
  border: 1px solid white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.4), inset 0 1px 4px rgba(255, 255, 255, 0.3);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (min-width: 768px) {
  .gallery-module__slide {
    width: 400px;
  }
  .gallery-module__slide img {
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 768px) {
  .navigation-module__item {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #e1dfdd;
    border: 1px solid transparent;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
    transition: background-color 0.3s ease;
  }
  .navigation-module__item.is-active {
    background-color: #6b2525;
  }
}
.gallery-nav-button {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  z-index: 10;
}
.hero {
  position: relative;
  width: 100%;
  background-image: url("/src/img/covers/main-hero-4-22a.jpg");
  background-color: #030208;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 25% right 12%;
  background-color: #030208;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e1dfdd;
  text-align: center;
  box-shadow: inset 0 0 10px 10px rgba(3, 2, 8, 0.5);
  border-radius: 0;
}
@media (max-width: 768px) {
  .hero {
    background-size: cover;
    background-position: center;
    background-image: url("/src/img/covers/main-hero-alt.jpg");
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: inherit;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero::before {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.hero > * {
  position: relative;
  z-index: 2;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
