@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Inter:wght@300;400;500;600;700&display=swap');

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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;
}

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

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

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

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

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

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

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

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

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

.ml-\[0\.12em\]{
  margin-left: 0.12em;
}

.ml-auto{
  margin-left: auto;
}

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

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

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

.mt-14{
  margin-top: 3.5rem;
}

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

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

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

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

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

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

.mt-7{
  margin-top: 1.75rem;
}

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

.mt-9{
  margin-top: 2.25rem;
}

.mt-auto{
  margin-top: auto;
}

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

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-\[0\.88em\]{
  height: 0.88em;
}

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.min-h-\[1\.2em\]{
  min-height: 1.2em;
}

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

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

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

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

.min-h-\[84svh\]{
  min-height: 84svh;
}

.min-h-\[calc\(100svh-84px\)\]{
  min-height: calc(100svh - 84px);
}

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

.w-10{
  width: 2.5rem;
}

.w-7{
  width: 1.75rem;
}

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

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

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

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

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

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

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

.w-\[min\(calc\(100\%-2\.8rem\)\2c 1460px\)\]{
  width: min(calc(100% - 2.8rem),1460px);
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.min-w-0{
  min-width: 0px;
}

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

.max-w-7xl{
  max-width: 80rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-full{
  max-width: 100%;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

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

.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-center{
  justify-content: center;
}

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

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-\[0\.85rem\]{
  gap: 0.85rem;
}

.gap-\[1\.35rem\]{
  gap: 1.35rem;
}

.gap-\[1\.7rem\]{
  gap: 1.7rem;
}

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

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

.rounded-\[15px\]{
  border-radius: 15px;
}

.rounded-\[16px\]{
  border-radius: 16px;
}

.rounded-\[18px\]{
  border-radius: 18px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[22px\]{
  border-radius: 22px;
}

.rounded-\[24px\]{
  border-radius: 24px;
}

.rounded-\[26px\]{
  border-radius: 26px;
}

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

.border{
  border-width: 1px;
}

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

.\!border-\[\#CBB684\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 182 132 / var(--tw-border-opacity, 1)) !important;
}

.border-\[rgba\(31\2c 31\2c 31\2c 0\.08\)\]{
  border-color: rgba(31,31,31,0.08);
}

.border-\[rgba\(31\2c 31\2c 31\2c 0\.12\)\]{
  border-color: rgba(31,31,31,0.12);
}

.border-transparent{
  border-color: transparent;
}

.bg-\[\#0b0b0b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 11 / var(--tw-bg-opacity, 1));
}

.bg-\[\#17374a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(23 55 74 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1f1b18\]{
  --tw-bg-opacity: 1;
  background-color: rgb(31 27 24 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1f1f1f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CBB684\]{
  --tw-bg-opacity: 1;
  background-color: rgb(203 182 132 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d1c5a2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(209 197 162 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d8c79d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(216 199 157 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f5f3ee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f8f5ef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(11\2c 11\2c 11\2c 0\.98\)\]{
  background-color: rgba(11,11,11,0.98);
}

.bg-\[rgba\(15\2c 15\2c 15\2c 0\.22\)\]{
  background-color: rgba(15,15,15,0.22);
}

.bg-\[linear-gradient\(180deg\2c rgba\(11\2c 11\2c 11\2c 0\.34\)\2c rgba\(11\2c 11\2c 11\2c 0\.52\)\)\]{
  background-image: linear-gradient(180deg,rgba(11,11,11,0.34),rgba(11,11,11,0.52));
}

.bg-\[linear-gradient\(180deg\2c rgba\(11\2c 11\2c 11\2c 0\.52\)\2c rgba\(11\2c 11\2c 11\2c 0\.44\)\)\]{
  background-image: linear-gradient(180deg,rgba(11,11,11,0.52),rgba(11,11,11,0.44));
}

.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.11\)\2c rgba\(255\2c 255\2c 255\2c 0\.04\)\)\]{
  background-image: linear-gradient(180deg,rgba(255,255,255,0.11),rgba(255,255,255,0.04));
}

.bg-\[radial-gradient\(circle_at_top\2c rgba\(255\2c 255\2c 255\2c 0\.16\)\2c transparent_44\%\)\]{
  background-image: radial-gradient(circle at top,rgba(255,255,255,0.16),transparent 44%);
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[11\%_center\]{
  -o-object-position: 11% center;
     object-position: 11% center;
}

.p-0{
  padding: 0px;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[0\.9rem\]{
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-\[1\.4rem\]{
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-\[0\.45rem\]{
  padding-bottom: 0.45rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-5{
  padding-top: 1.25rem;
}

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

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

.font-marcellus{
  font-family: Marcellus, serif;
}

.text-\[0\.76rem\]{
  font-size: 0.76rem;
}

.text-\[0\.78rem\]{
  font-size: 0.78rem;
}

.text-\[0\.82rem\]{
  font-size: 0.82rem;
}

.text-\[0\.84rem\]{
  font-size: 0.84rem;
}

.text-\[0\.88rem\]{
  font-size: 0.88rem;
}

.text-\[0\.8rem\]{
  font-size: 0.8rem;
}

.text-\[0\.92rem\]{
  font-size: 0.92rem;
}

.text-\[0\.94rem\]{
  font-size: 0.94rem;
}

.text-\[0\.95rem\]{
  font-size: 0.95rem;
}

.text-\[0\.96rem\]{
  font-size: 0.96rem;
}

.text-\[0\.98rem\]{
  font-size: 0.98rem;
}

.text-\[0\.99rem\]{
  font-size: 0.99rem;
}

.text-\[1\.02rem\]{
  font-size: 1.02rem;
}

.text-\[1\.06rem\]{
  font-size: 1.06rem;
}

.text-\[1\.08rem\]{
  font-size: 1.08rem;
}

.text-\[1\.14rem\]{
  font-size: 1.14rem;
}

.text-\[1\.35rem\]{
  font-size: 1.35rem;
}

.text-\[1\.75rem\]{
  font-size: 1.75rem;
}

.text-\[1\.8rem\]{
  font-size: 1.8rem;
}

.text-\[1rem\]{
  font-size: 1rem;
}

.text-\[2rem\]{
  font-size: 2rem;
}

.text-\[6rem\]{
  font-size: 6rem;
}

.text-\[clamp\(1\.75rem\2c 4vw\2c 2\.8rem\)\]{
  font-size: clamp(1.75rem,4vw,2.8rem);
}

.text-\[clamp\(1\.85rem\2c 5\.5vw\2c 4\.2rem\)\]{
  font-size: clamp(1.85rem,5.5vw,4.2rem);
}

.text-\[clamp\(1rem\2c 3\.4vw\2c 1\.92rem\)\]{
  font-size: clamp(1rem,3.4vw,1.92rem);
}

.text-\[clamp\(2\.2rem\2c 6vw\2c 4\.2rem\)\]{
  font-size: clamp(2.2rem,6vw,4.2rem);
}

.text-\[clamp\(2\.2rem\2c 7vw\2c 4\.3rem\)\]{
  font-size: clamp(2.2rem,7vw,4.3rem);
}

.text-\[clamp\(2\.3rem\2c 8\.3vw\2c 4\.9rem\)\]{
  font-size: clamp(2.3rem,8.3vw,4.9rem);
}

.text-\[clamp\(2rem\2c 5vw\2c 3\.1rem\)\]{
  font-size: clamp(2rem,5vw,3.1rem);
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.leading-\[0\.85\]{
  line-height: 0.85;
}

.leading-\[0\.95\]{
  line-height: 0.95;
}

.leading-\[0\.98\]{
  line-height: 0.98;
}

.leading-\[1\.08\]{
  line-height: 1.08;
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

.leading-\[1\.25\]{
  line-height: 1.25;
}

.leading-\[1\.45\]{
  line-height: 1.45;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-\[1\.65\]{
  line-height: 1.65;
}

.leading-\[1\.6\]{
  line-height: 1.6;
}

.leading-\[1\.72\]{
  line-height: 1.72;
}

.leading-\[1\.74\]{
  line-height: 1.74;
}

.leading-\[1\.75\]{
  line-height: 1.75;
}

.leading-\[1\.76\]{
  line-height: 1.76;
}

.leading-\[1\.78\]{
  line-height: 1.78;
}

.leading-\[1\.7\]{
  line-height: 1.7;
}

.leading-\[1\.8\]{
  line-height: 1.8;
}

.leading-none{
  line-height: 1;
}

.tracking-\[0\.01em\]{
  letter-spacing: 0.01em;
}

.tracking-\[0\.02em\]{
  letter-spacing: 0.02em;
}

.tracking-\[0\.18em\]{
  letter-spacing: 0.18em;
}

.tracking-\[0\.22em\]{
  letter-spacing: 0.22em;
}

.\!text-\[\#CBB684\]{
  --tw-text-opacity: 1 !important;
  color: rgb(203 182 132 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#111111\]{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.text-\[\#1f1f1f\]{
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}

.text-\[\#2d2623\]{
  --tw-text-opacity: 1;
  color: rgb(45 38 35 / var(--tw-text-opacity, 1));
}

.text-\[\#2f2926\]{
  --tw-text-opacity: 1;
  color: rgb(47 41 38 / var(--tw-text-opacity, 1));
}

.text-\[\#352d2a\]{
  --tw-text-opacity: 1;
  color: rgb(53 45 42 / var(--tw-text-opacity, 1));
}

.text-\[\#3a3230\]{
  --tw-text-opacity: 1;
  color: rgb(58 50 48 / var(--tw-text-opacity, 1));
}

.text-\[\#5d5551\]{
  --tw-text-opacity: 1;
  color: rgb(93 85 81 / var(--tw-text-opacity, 1));
}

.text-\[\#5f5752\]{
  --tw-text-opacity: 1;
  color: rgb(95 87 82 / var(--tw-text-opacity, 1));
}

.text-\[\#655d58\]{
  --tw-text-opacity: 1;
  color: rgb(101 93 88 / var(--tw-text-opacity, 1));
}

.text-\[\#6a625e\]{
  --tw-text-opacity: 1;
  color: rgb(106 98 94 / var(--tw-text-opacity, 1));
}

.text-\[\#6b6059\]{
  --tw-text-opacity: 1;
  color: rgb(107 96 89 / var(--tw-text-opacity, 1));
}

.text-\[\#6b625d\]{
  --tw-text-opacity: 1;
  color: rgb(107 98 93 / var(--tw-text-opacity, 1));
}

.text-\[\#8a7754\]{
  --tw-text-opacity: 1;
  color: rgb(138 119 84 / var(--tw-text-opacity, 1));
}

.text-\[\#8f8882\]{
  --tw-text-opacity: 1;
  color: rgb(143 136 130 / var(--tw-text-opacity, 1));
}

.text-\[\#d8c79d\]{
  --tw-text-opacity: 1;
  color: rgb(216 199 157 / var(--tw-text-opacity, 1));
}

.text-\[\#d9d1c5\]{
  --tw-text-opacity: 1;
  color: rgb(217 209 197 / var(--tw-text-opacity, 1));
}

.text-\[\#dfd8cc\]{
  --tw-text-opacity: 1;
  color: rgb(223 216 204 / var(--tw-text-opacity, 1));
}

.text-\[\#f5f3ee\]{
  --tw-text-opacity: 1;
  color: rgb(245 243 238 / var(--tw-text-opacity, 1));
}

.text-\[rgba\(245\2c 243\2c 238\2c 0\.92\)\]{
  color: rgba(245,243,238,0.92);
}

.opacity-60{
  opacity: 0.6;
}

.opacity-\[0\.78\]{
  opacity: 0.78;
}

.opacity-\[0\.9\]{
  opacity: 0.9;
}

.shadow-\[0_16px_40px_rgba\(17\2c 17\2c 17\2c 0\.03\)\]{
  --tw-shadow: 0 16px 40px rgba(17,17,17,0.03);
  --tw-shadow-colored: 0 16px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_18px_50px_rgba\(0\2c 0\2c 0\2c 0\.16\)\]{
  --tw-shadow: 0 18px 50px rgba(0,0,0,0.16);
  --tw-shadow-colored: 0 18px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_22px_50px_rgba\(17\2c 17\2c 17\2c 0\.04\)\]{
  --tw-shadow: 0 22px 50px rgba(17,17,17,0.04);
  --tw-shadow-colored: 0 22px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_24px_60px_rgba\(17\2c 17\2c 17\2c 0\.04\)\]{
  --tw-shadow: 0 24px 60px rgba(17,17,17,0.04);
  --tw-shadow-colored: 0 24px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur{
  --tw-blur: blur(8px);
  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);
}

.backdrop-blur-\[22px\]{
  --tw-backdrop-blur: blur(22px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

@keyframes enter{
  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit{
  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.duration-200{
  animation-duration: 200ms;
}

:root {
  --background: 11 11 11;
  --foreground: 245 243 238;
  --card: 26 26 26;
  --card-foreground: 245 243 238;
  --popover: 26 26 26;
  --popover-foreground: 245 243 238;
  --primary: 203 182 132;
  --primary-foreground: 11 11 11;
  --secondary: 26 26 26;
  --secondary-foreground: 245 243 238;
  --muted: 26 26 26;
  --muted-foreground: 156 163 175;
  --accent: 26 26 26;
  --accent-foreground: 245 243 238;
  --destructive: 239 68 68;
  --destructive-foreground: 245 243 238;
  --border: 38 38 38;
  --input: 38 38 38;
  --ring: 203 182 132;
  --radius: 1rem;
}

* {
  border-color: hsl(var(--border));
}

body {
  background: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: 'Inter', sans-serif;
  font-feature-settings: "rlig" 1, "calt" 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Marcellus', serif;
}

.glass-effect {
  background: rgba(26, 26, 26, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(203, 182, 132, 0.1);
}

.gold-gradient {
  background: linear-gradient(135deg, #CBB684 0%, #b8a06f 100%);
}

.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

.hover\:-translate-y-px:hover{
  --tw-translate-y: -1px;
  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));
}

.hover\:border-\[\#CBB684\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(203 182 132 / var(--tw-border-opacity, 1));
}

.hover\:border-\[rgba\(31\2c 31\2c 31\2c 0\.2\)\]:hover{
  border-color: rgba(31,31,31,0.2);
}

.hover\:bg-\[\#143041\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 48 65 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#b8a06f\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(184 160 111 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#faf8f4\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 244 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#8c7547\]:hover{
  --tw-text-opacity: 1;
  color: rgb(140 117 71 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#CBB684\]:hover{
  --tw-text-opacity: 1;
  color: rgb(203 182 132 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mt-11{
    margin-top: 2.75rem;
  }

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

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

  .sm\:inline{
    display: inline;
  }

  .sm\:hidden{
    display: none;
  }

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

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

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

  .sm\:min-h-\[52px\]{
    min-height: 52px;
  }

  .sm\:min-h-\[68px\]{
    min-height: 68px;
  }

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

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

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

  .sm\:min-w-\[320px\]{
    min-width: 320px;
  }

  .sm\:max-w-\[540px\]{
    max-width: 540px;
  }

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

  .sm\:rounded-\[18px\]{
    border-radius: 18px;
  }

  .sm\:rounded-\[24px\]{
    border-radius: 24px;
  }

  .sm\:bg-\[linear-gradient\(180deg\2c rgba\(11\2c 11\2c 11\2c 0\.3\)\2c rgba\(11\2c 11\2c 11\2c 0\.5\)\)\]{
    background-image: linear-gradient(180deg,rgba(11,11,11,0.3),rgba(11,11,11,0.5));
  }

  .sm\:object-\[14\%_center\]{
    -o-object-position: 14% center;
       object-position: 14% center;
  }

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

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

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

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-\[1\.1rem\]{
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:text-\[0\.82rem\]{
    font-size: 0.82rem;
  }

  .sm\:text-\[0\.84rem\]{
    font-size: 0.84rem;
  }

  .sm\:text-\[0\.92rem\]{
    font-size: 0.92rem;
  }

  .sm\:text-\[0\.95rem\]{
    font-size: 0.95rem;
  }

  .sm\:text-\[0\.98rem\]{
    font-size: 0.98rem;
  }

  .sm\:text-\[0\.9rem\]{
    font-size: 0.9rem;
  }

  .sm\:text-\[1\.02rem\]{
    font-size: 1.02rem;
  }

  .sm\:text-\[1\.05rem\]{
    font-size: 1.05rem;
  }

  .sm\:text-\[1\.06rem\]{
    font-size: 1.06rem;
  }

  .sm\:text-\[1\.08rem\]{
    font-size: 1.08rem;
  }

  .sm\:text-\[1\.12rem\]{
    font-size: 1.12rem;
  }

  .sm\:text-\[1\.3rem\]{
    font-size: 1.3rem;
  }

  .sm\:text-\[1\.45rem\]{
    font-size: 1.45rem;
  }

  .sm\:text-\[1\.6rem\]{
    font-size: 1.6rem;
  }

  .sm\:text-\[1rem\]{
    font-size: 1rem;
  }

  .sm\:leading-\[1\.82\]{
    line-height: 1.82;
  }
}

@media (min-width: 768px){
  .md\:min-h-\[calc\(100vh-90px\)\]{
    min-height: calc(100vh - 90px);
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }
}

@media (min-width: 1024px){
  .lg\:mt-0{
    margin-top: 0px;
  }

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

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

  .lg\:block{
    display: block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:min-h-\[74px\]{
    min-height: 74px;
  }

  .lg\:min-h-\[760px\]{
    min-height: 760px;
  }

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

  .lg\:max-w-\[320px\]{
    max-width: 320px;
  }

  .lg\:max-w-none{
    max-width: none;
  }

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

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

  .lg\:grid-cols-\[120px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 120px minmax(0,1fr);
  }

  .lg\:grid-cols-\[300px_minmax\(0\2c 560px\)\]{
    grid-template-columns: 300px minmax(0,560px);
  }

  .lg\:grid-cols-\[360px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 360px minmax(0,1fr);
  }

  .lg\:flex-row{
    flex-direction: row;
  }

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

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

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

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

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-24{
    gap: 6rem;
  }

  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-y-24{
    row-gap: 6rem;
  }

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

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

  .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }

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

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

  .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pt-1{
    padding-top: 0.25rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:text-\[1\.02rem\]{
    font-size: 1.02rem;
  }

  .lg\:text-\[clamp\(1\.3rem\2c 0\.95vw\+0\.95rem\2c 1\.8rem\)\]{
    font-size: clamp(1.3rem,0.95vw + 0.95rem,1.8rem);
  }

  .lg\:leading-\[1\.84\]{
    line-height: 1.84;
  }
}

@media (min-width: 1280px){
  .xl\:grid-cols-\[400px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 400px minmax(0,1fr);
  }

  .xl\:gap-16{
    gap: 4rem;
  }

  .xl\:gap-28{
    gap: 7rem;
  }

  .xl\:text-\[6\.5rem\]{
    font-size: 6.5rem;
  }
}

.pe-review-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.14rem;
  min-height: 38px !important;
  padding-top: 0.48rem !important;
  padding-bottom: 0.48rem !important;
  line-height: 1.05;
}

.pe-review-button__label {
  display: block;
}

.pe-review-button__stars {
  display: block;
  font-size: 0.86em;
  line-height: 1;
  letter-spacing: 0.16em;
}

.pe-review-button-dark .pe-review-button__stars {
  color: #f2c94c;
}

.pe-review-button-light .pe-review-button__stars {
  color: #d4a82f;
}

@media (min-width: 640px) {
  .pe-review-button {
    min-height: 40px !important;
    padding-top: 0.52rem !important;
    padding-bottom: 0.52rem !important;
  }
}


.pe-nav-dropdown-menu{display:none;}
.pe-nav-dropdown:hover .pe-nav-dropdown-menu,.pe-nav-dropdown:focus-within .pe-nav-dropdown-menu,.pe-nav-dropdown.is-open .pe-nav-dropdown-menu{display:block;}
.pe-nav-dropdown.is-open .pe-nav-dropdown-trigger svg{transform:rotate(180deg);}
.pe-nav-dropdown-trigger svg,[data-mobile-submenu-toggle] svg{transition:transform .2s ease;}
.pe-nav-dropdown-link{display:block;border-radius:14px;padding:.78rem .95rem;font-size:.92rem;line-height:1.45;color:rgba(245,243,238,.92);transition:background-color .2s ease,color .2s ease;}
.pe-nav-dropdown-link:hover{background:rgba(203,182,132,.14);color:#CBB684;}
.pe-mobile-submenu-shell.is-open [data-mobile-submenu-toggle] svg{transform:rotate(180deg);}
