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

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-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-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

html {
  font-family: 'PT Sans', sans-serif;
}

h1, h2, h3 {
  font-family: 'QTWeise', serif;
  font-weight: 500;
}

h1 {
  font-size: 80px;
  line-height: 1.25;
}

h2 {
  font-size: 72px;
  line-height: 1.25;
}

h3 {
  font-size: 48px;
  line-height: 1.25;
}

h4 {
  font-family: QTWeise, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

h5 {
  font-family: QTWeise, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

h6 {
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

p {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1328px) {
  .container {
    max-width: 1328px;
  }
}

.section-padding {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.container-wide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .container-wide {
    max-width: 640px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .container-wide {
    max-width: 768px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container-wide {
    max-width: 1024px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .container-wide {
    max-width: 1280px;
  }
}

@media (min-width: 1328px) {
  .container-wide {
    max-width: 1328px;
  }
}

.hero-overlay {
  background-image: linear-gradient(90deg, rgba(146, 131, 76, 0.4) 0%, rgba(146, 131, 76, 0.4) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}

/* Header specific styles */

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-20 {
  bottom: 5rem;
}

.left-0 {
  left: 0px;
}

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

.left-12 {
  left: 3rem;
}

.left-4 {
  left: 1rem;
}

.left-\[100px\] {
  left: 100px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-\[18px\] {
  right: 18px;
}

.top-0 {
  top: 0px;
}

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

.top-8 {
  top: 2rem;
}

.top-full {
  top: 100%;
}

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

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

.z-\[100\] {
  z-index: 100;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.-mt-22 {
  margin-top: -5.5rem;
}

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

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

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

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

.mb-20 {
  margin-bottom: 5rem;
}

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

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

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

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

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

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

.box-border {
  box-sizing: border-box;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}

.aspect-\[375\/343\] {
  aspect-ratio: 375/343;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-18 {
  height: 4.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-0 {
  max-height: 0px;
}

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

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

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

.max-h-\[90vh\] {
  max-height: 90vh;
}

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

.min-h-0 {
  min-height: 0px;
}

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

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

.w-1\.5 {
  width: 0.375rem;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-38 {
  width: 9.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

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

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

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

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

.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-8 {
  --tw-translate-y: 2rem;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-30 {
  gap: 7.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[120px\] {
  gap: 120px;
}

.gap-\[49px\] {
  gap: 49px;
}

.gap-\[52px\] {
  gap: 52px;
}

.gap-\[5px\] {
  gap: 5px;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

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

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

.border-l-2 {
  border-left-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-\[\#84754E\] {
  --tw-border-opacity: 1;
  border-color: rgb(132 117 78 / var(--tw-border-opacity, 1));
}

.border-\[\#84754e\] {
  --tw-border-opacity: 1;
  border-color: rgb(132 117 78 / var(--tw-border-opacity, 1));
}

.border-\[\#e6dfd7\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 223 215 / var(--tw-border-opacity, 1));
}

.border-\[rgba\(146\2c 131\2c 76\2c 0\.4\)\] {
  border-color: rgba(146,131,76,0.4);
}

.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(132 117 78 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

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

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

.bg-\[\#27323f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 50 63 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5b2c36\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 44 54 / var(--tw-bg-opacity, 1));
}

.bg-\[\#84754E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(132 117 78 / var(--tw-bg-opacity, 1));
}

.bg-\[\#84754e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(132 117 78 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#e6dfd7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 223 215 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f4f1ee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f6f4f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 244 242 / var(--tw-bg-opacity, 1));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 238 / var(--tw-bg-opacity, 1));
}

.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(132 117 78 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

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

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

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

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

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

.pb-\[146px\] {
  padding-bottom: 146px;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

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

.pt-30 {
  padding-top: 7.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[120px\] {
  padding-top: 120px;
}

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

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

.font-pt-sans {
  font-family: PT Sans, sans-serif;
}

.font-qtweise {
  font-family: QTWeise, serif;
}

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

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[42px\] {
  font-size: 42px;
}

.text-\[48px\] {
  font-size: 48px;
}

.text-\[60px\] {
  font-size: 60px;
}

.text-\[72px\] {
  font-size: 72px;
}

.text-\[90px\] {
  font-size: 90px;
}

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

.text-h1 {
  font-size: 80px;
  line-height: 1.3;
}

.text-h2 {
  font-size: 72px;
  line-height: 1.1;
}

.text-h3 {
  font-size: 48px;
  line-height: 1.1;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

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

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

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

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

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

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

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

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

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

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

.text-\[\#5b2c36\] {
  --tw-text-opacity: 1;
  color: rgb(91 44 54 / var(--tw-text-opacity, 1));
}

.text-\[\#84754e\] {
  --tw-text-opacity: 1;
  color: rgb(132 117 78 / var(--tw-text-opacity, 1));
}

.text-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1));
}

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(132 117 78 / var(--tw-text-opacity, 1));
}

.text-medium-gray {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

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

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  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;
}

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

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* QTWeise font loading - using OTF files */

@font-face {
  font-family: 'QTWeise';

  src: url('../fonts/QTWeise.otf') format('opentype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'QTWeise';

  src: url('../fonts/QTWeise.otf') format('opentype');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'QTWeise';

  src: url('../fonts/QTWeise-Bold.otf') format('opentype');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

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

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

.hover\:border-gold:hover {
  --tw-border-opacity: 1;
  border-color: rgb(132 117 78 / var(--tw-border-opacity, 1));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#27323f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 50 63 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[rgba\(146\2c 131\2c 76\2c 0\.1\)\]:hover {
  background-color: rgba(146,131,76,0.1);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:text-dark-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(39 39 39 / var(--tw-text-opacity, 1));
}

.hover\:text-gold:hover {
  --tw-text-opacity: 1;
  color: rgb(132 117 78 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:border-\[\#272727\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 39 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:text-gold {
  --tw-text-opacity: 1;
  color: rgb(132 117 78 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (max-width: 1339px) {
  .max-\[1339px\]\:left-\[220px\] {
    left: 220px;
  }

  .max-\[1339px\]\:right-\[300px\] {
    right: 300px;
  }
}

@media not all and (min-width: 1280px) {
  .max-xl\:basis-full {
    flex-basis: 100%;
  }
}

@media (max-width: 1279px) {
  .max-\[1279px\]\:order-1 {
    order: 1;
  }

  .max-\[1279px\]\:order-2 {
    order: 2;
  }

  .max-\[1279px\]\:mb-8 {
    margin-bottom: 2rem;
  }

  .max-\[1279px\]\:block {
    display: block;
  }

  .max-\[1279px\]\:hidden {
    display: none;
  }

  .max-\[1279px\]\:h-60 {
    height: 15rem;
  }

  .max-\[1279px\]\:h-auto {
    height: auto;
  }

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

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

  .max-\[1279px\]\:w-full {
    width: 100%;
  }

  .max-\[1279px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[1279px\]\:items-start {
    align-items: flex-start;
  }

  .max-\[1279px\]\:justify-start {
    justify-content: flex-start;
  }

  .max-\[1279px\]\:gap-10 {
    gap: 2.5rem;
  }

  .max-\[1279px\]\:gap-6 {
    gap: 1.5rem;
  }

  .max-\[1279px\]\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .max-\[1279px\]\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-\[1279px\]\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .max-\[1279px\]\:text-\[32px\] {
    font-size: 32px;
  }

  .max-\[1279px\]\:text-\[40px\] {
    font-size: 40px;
  }

  .max-\[1279px\]\:text-\[50px\] {
    font-size: 50px;
  }

  .max-\[1279px\]\:text-\[60px\] {
    font-size: 60px;
  }

  .max-\[1279px\]\:leading-tight {
    line-height: 1.25;
  }
}

@media (max-width: 1199px) {
  .max-\[1199px\]\:left-\[100px\] {
    left: 100px;
  }

  .max-\[1199px\]\:left-\[120px\] {
    left: 120px;
  }

  .max-\[1199px\]\:left-\[140px\] {
    left: 140px;
  }

  .max-\[1199px\]\:left-\[40px\] {
    left: 40px;
  }

  .max-\[1199px\]\:left-\[500px\] {
    left: 500px;
  }

  .max-\[1199px\]\:left-\[calc\(384px\+40px\+80px\)\] {
    left: calc(384px + 40px + 80px);
  }

  .max-\[1199px\]\:right-\[200px\] {
    right: 200px;
  }

  .max-\[1199px\]\:right-\[40px\] {
    right: 40px;
  }

  .max-\[1199px\]\:top-\[140px\] {
    top: 140px;
  }

  .max-\[1199px\]\:top-\[240px\] {
    top: 240px;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:order-1 {
    order: 1;
  }

  .max-lg\:order-2 {
    order: 2;
  }

  .max-lg\:order-3 {
    order: 3;
  }

  .max-lg\:order-4 {
    order: 4;
  }

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

  .max-lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .max-lg\:basis-full {
    flex-basis: 100%;
  }
}

@media (max-width: 1023px) {
  .max-\[1023px\]\:static {
    position: static;
  }

  .max-\[1023px\]\:block {
    display: block;
  }

  .max-\[1023px\]\:flex {
    display: flex;
  }

  .max-\[1023px\]\:grid {
    display: grid;
  }

  .max-\[1023px\]\:hidden {
    display: none;
  }

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

  .max-\[1023px\]\:w-full {
    width: 100%;
  }

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

  .max-\[1023px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-\[1023px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[1023px\]\:gap-10 {
    gap: 2.5rem;
  }

  .max-\[1023px\]\:gap-12 {
    gap: 3rem;
  }

  .max-\[1023px\]\:gap-6 {
    gap: 1.5rem;
  }

  .max-\[1023px\]\:gap-8 {
    gap: 2rem;
  }

  .max-\[1023px\]\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:order-1 {
    order: 1;
  }

  .max-md\:order-2 {
    order: 2;
  }

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

  .max-md\:h-12 {
    height: 3rem;
  }

  .max-md\:h-\[52px\] {
    height: 52px;
  }

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

  .max-md\:w-auto {
    width: auto;
  }

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

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

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

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:items-start {
    align-items: flex-start;
  }

  .max-md\:gap-10 {
    gap: 2.5rem;
  }

  .max-md\:gap-2 {
    gap: 0.5rem;
  }

  .max-md\:gap-4 {
    gap: 1rem;
  }

  .max-md\:gap-6 {
    gap: 1.5rem;
  }

  .max-md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

  .max-md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .max-md\:text-\[40px\] {
    font-size: 40px;
  }

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

  .max-md\:text-h4 {
    font-size: 32px;
    line-height: 1.3;
  }

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

  .max-md\:leading-tight {
    line-height: 1.25;
  }
}

@media (max-width: 767px) {
  .max-\[767px\]\:mb-0 {
    margin-bottom: 0px;
  }

  .max-\[767px\]\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-\[767px\]\:ml-9 {
    margin-left: 2.25rem;
  }

  .max-\[767px\]\:mt-14 {
    margin-top: 3.5rem;
  }

  .max-\[767px\]\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-\[767px\]\:block {
    display: block;
  }

  .max-\[767px\]\:flex {
    display: flex;
  }

  .max-\[767px\]\:grid {
    display: grid;
  }

  .max-\[767px\]\:hidden {
    display: none;
  }

  .max-\[767px\]\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }

  .max-\[767px\]\:h-6 {
    height: 1.5rem;
  }

  .max-\[767px\]\:h-\[72px\] {
    height: 72px;
  }

  .max-\[767px\]\:h-\[96px\] {
    height: 96px;
  }

  .max-\[767px\]\:max-h-\[31px\] {
    max-height: 31px;
  }

  .max-\[767px\]\:max-h-\[60px\] {
    max-height: 60px;
  }

  .max-\[767px\]\:min-h-\[300px\] {
    min-height: 300px;
  }

  .max-\[767px\]\:w-6 {
    width: 1.5rem;
  }

  .max-\[767px\]\:w-full {
    width: 100%;
  }

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

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

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

  .max-\[767px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-\[767px\]\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-\[767px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[767px\]\:items-start {
    align-items: flex-start;
  }

  .max-\[767px\]\:justify-center {
    justify-content: center;
  }

  .max-\[767px\]\:gap-10 {
    gap: 2.5rem;
  }

  .max-\[767px\]\:gap-12 {
    gap: 3rem;
  }

  .max-\[767px\]\:gap-16 {
    gap: 4rem;
  }

  .max-\[767px\]\:gap-2 {
    gap: 0.5rem;
  }

  .max-\[767px\]\:gap-4 {
    gap: 1rem;
  }

  .max-\[767px\]\:gap-5 {
    gap: 1.25rem;
  }

  .max-\[767px\]\:gap-6 {
    gap: 1.5rem;
  }

  .max-\[767px\]\:gap-8 {
    gap: 2rem;
  }

  .max-\[767px\]\:gap-\[7px\] {
    gap: 7px;
  }

  .max-\[767px\]\:p-4 {
    padding: 1rem;
  }

  .max-\[767px\]\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .max-\[767px\]\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .max-\[767px\]\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-\[767px\]\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-\[767px\]\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .max-\[767px\]\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .max-\[767px\]\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-\[767px\]\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .max-\[767px\]\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .max-\[767px\]\:pb-20 {
    padding-bottom: 5rem;
  }

  .max-\[767px\]\:pb-4 {
    padding-bottom: 1rem;
  }

  .max-\[767px\]\:pr-2 {
    padding-right: 0.5rem;
  }

  .max-\[767px\]\:pt-10 {
    padding-top: 2.5rem;
  }

  .max-\[767px\]\:pt-14 {
    padding-top: 3.5rem;
  }

  .max-\[767px\]\:text-left {
    text-align: left;
  }

  .max-\[767px\]\:text-center {
    text-align: center;
  }

  .max-\[767px\]\:text-\[11px\] {
    font-size: 11px;
  }

  .max-\[767px\]\:text-\[14px\] {
    font-size: 14px;
  }

  .max-\[767px\]\:text-\[22px\] {
    font-size: 22px;
  }

  .max-\[767px\]\:text-\[28px\] {
    font-size: 28px;
  }

  .max-\[767px\]\:text-\[32px\] {
    font-size: 32px;
  }

  .max-\[767px\]\:text-\[36px\] {
    font-size: 36px;
  }

  .max-\[767px\]\:text-\[42px\] {
    font-size: 42px;
  }

  .max-\[767px\]\:text-\[48px\] {
    font-size: 48px;
  }

  .max-\[767px\]\:text-\[50px\] {
    font-size: 50px;
  }

  .max-\[767px\]\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-\[767px\]\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .max-\[767px\]\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 768px) {
  .md\:-mt-26 {
    margin-top: -6.5rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .min-\[768px\]\:mt-20 {
    margin-top: 5rem;
  }

  .min-\[768px\]\:hidden {
    display: none;
  }

  .min-\[768px\]\:max-w-\[880px\] {
    max-width: 880px;
  }

  .min-\[768px\]\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .min-\[768px\]\:pb-0 {
    padding-bottom: 0px;
  }

  .min-\[768px\]\:pe-14 {
    padding-inline-end: 3.5rem;
  }
}

@media (max-width: 1279px) {
  @media (min-width: 768px) {
    .max-\[1279px\]\:min-\[768px\]\:px-10 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
}

@media (min-width: 768px) {
  @media (max-width: 1023px) {
    .min-\[768px\]\:max-\[1023px\]\:block {
      display: block;
    }

    .min-\[768px\]\:max-\[1023px\]\:hidden {
      display: none;
    }
  }
}

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

  .lg\:order-2 {
    order: 2;
  }

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

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

  .min-\[1024px\]\:block {
    display: block;
  }

  .min-\[1024px\]\:flex {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .min-\[1200px\]\:left-\[117px\] {
    left: 117px;
  }

  .min-\[1200px\]\:left-\[172px\] {
    left: 172px;
  }

  .min-\[1200px\]\:left-\[192px\] {
    left: 192px;
  }

  .min-\[1200px\]\:left-\[255px\] {
    left: 255px;
  }

  .min-\[1200px\]\:left-\[309px\] {
    left: 309px;
  }

  .min-\[1200px\]\:left-\[702px\] {
    left: 702px;
  }

  .min-\[1200px\]\:left-\[calc\(384px\+117px\+80px\)\] {
    left: calc(384px + 117px + 80px);
  }

  .min-\[1200px\]\:right-\[160px\] {
    right: 160px;
  }

  .min-\[1200px\]\:top-\[200px\] {
    top: 200px;
  }

  .min-\[1200px\]\:top-\[70px\] {
    top: 70px;
  }
}

@media (min-width: 1280px) {
  .xl\:justify-between {
    justify-content: space-between;
  }

  .min-\[1280px\]\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1340px) {
  .min-\[1340px\]\:left-\[309px\] {
    left: 309px;
  }

  .min-\[1340px\]\:right-\[400px\] {
    right: 400px;
  }
}

@media (min-width: 1600px) {
  .min-\[1600px\]\:pl-40 {
    padding-left: 10rem;
  }
}