/*
 Theme Name: HotPress
 Theme URI: https://www.bighousecreative.co.uk/
 Author: Big House Creative
 Author URI: https://www.bighousecreative.co.uk/
 Description: A Timber & Tailwind template for creating WordPress sites.
 Version: 1.0
 Tags:
 Text Domain:
 */
/* Import Tailwind Styles */
*, ::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.19 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
/* Essential Styles */
html, body {
  margin: 0px;
  overflow-x: hidden;
}
.container-sm {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 1090px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 1290px;
}
.container-lg {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 1400px;
}
.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 1500px;
}
.transition-ease {
  transition: 0.5s ease-in-out;
}
.btn-aw {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-family: Manrope, sans-serif;
  padding: 10px 22px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
  /* premium motion */
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.5s ease-in-out, all 0.5s ease-in-out;
}
.btn-aw:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn-aw:focus-visible {
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 133 61 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
.btn-aw:disabled {
  pointer-events: none;
  opacity: 0.5;
}
/* subtle sheen sweep */
.btn-aw::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 35%, rgba(255, 255, 255, 0) 70%);
  transform: translateX(-120%);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-aw:hover::before {
  transform: translateX(120%);
}
/* Icon circle */
.btn-aw__icon {
  width: 28px;
  height: 28px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(180 133 61 / var(--tw-bg-opacity, 1));
  color: #fff;
  font-size: 12px;
  line-height: 1;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), all 0.5s ease, background-color 0.25s ease;
}
/* Hover: lift + icon glide */
.btn-aw:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}
.btn-aw:hover .btn-aw__icon {
  transform: translateX(5px) scale(1.08);
  filter: brightness(1.05);
}
/* Active (press) */
.btn-aw:active {
  transform: translateY(0px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
}
.btn-aw:active .btn-aw__icon {
  transform: translateX(3px) scale(1.02);
}
/* Primary (blue) */
.btn-aw--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 103 / var(--tw-bg-opacity, 1));
  color: #fff;
}
.btn-aw--primary:hover {
  background: #002f58; /* slightly darker than primary */
}
/* Light */
.btn-aw--light {
  background: white; /* soft cool light */ --tw-text-opacity: 1; color: rgb(0 56 103 / var(--tw-text-opacity, 1));
}
.btn-aw--light:hover {
  background: #e5eaee;
}
.btn-aw--light {
  /* slightly calmer shadow on light buttons */
}
.btn-aw--light:hover {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.current-menu-item > a {
  --tw-text-opacity: 1;
  color: rgb(180 133 61 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .current-menu-item > a {
    position: relative;
    --tw-text-opacity: 1;
    color: rgb(180 133 61 / var(--tw-text-opacity, 1));
  }
}
.menu-item-has-children.current-menu-item > a,
.menu-item-has-children.current-menu-ancestor > a {
  --tw-text-opacity: 1;
  color: rgb(180 133 61 / var(--tw-text-opacity, 1));
}
/* Arrow for active parent (self or ancestor) */
@media (min-width: 1024px) {
  .menu-item-has-children.current-menu-item::before,
  .menu-item-has-children.current-menu-ancestor::before {
    --tw-text-opacity: 1;
    color: rgb(180 133 61 / var(--tw-text-opacity, 1));
  }
  .menu-item-has-children {
    position: relative;
    /* open on hover + keyboard focus */
  }
  .menu-item-has-children:hover .bhc--dropdown-menu, .menu-item-has-children:focus-within .bhc--dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .bhc--dropdown-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(14 42 61 / var(--tw-bg-opacity, 1));
    position: absolute !important;
    top: calc(100% - 2px);
    left: 0;
    width: 240px;
    padding: 12px;
    border-radius: 16px;
    /* subtle depth */
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.12);
    /* smooth reveal */
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 0ms linear 220ms;
    pointer-events: none;
    z-index: 9999 !important;
    /* little caret */
  }
  .bhc--dropdown-menu:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 22px;
    width: 14px;
    height: 14px;
    background: inherit;
    transform: rotate(45deg);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .bhc--dropdown-menu.dropdown-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity 220ms ease, transform 220ms ease;
    position: relative;
    z-index: 9999;
  }
  .bhc--dropdown-menu {
    /* link styling */
  }
  .bhc--dropdown-menu a {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    transition: background-color 200ms ease, color 200ms ease, transform 200ms ease;
  }
  .bhc--dropdown-menu a:hover, .bhc--dropdown-menu a:focus-visible {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    transform: translateX(2px);
  }
  .menu-item-has-children:before {
    transition: transform 220ms ease;
  }
  .menu-item-has-children:hover:before,
  .menu-item-has-children:focus-within:before,
  .menu-item-has-children .bhc--dropdown-menu.dropdown-active ~ :before {
    transform: translateY(-50%) rotate(180deg);
  }
  .menu-item-has-children {
    position: relative;
    margin-right: 20px;
  }
  .menu-item-has-children:hover:before {
    --tw-text-opacity: 1;
    color: rgb(180 133 61 / var(--tw-text-opacity, 1));
  }
  .menu-item-has-children:before {
    position: absolute;
    content: "\f0d7";
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    font-family: "Font Awesome 6 Pro";
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-size: 16px;
    transition: 0.5s ease-in-out;
    font-weight: bold;
  }
}

@charset "UTF-8";
.header-default .aw-burger,
.header-default .aw-burger::before,
.header-default .aw-burger::after {
  background: #003867;
}
.aw-menu-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.aw-burger,
.aw-burger::before,
.aw-burger::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.92);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
  position: relative;
}
.aw-burger::before {
  position: absolute;
  transform: translateY(-7px);
}
.aw-burger::after {
  position: absolute;
  transform: translateY(7px);
}
/* When menu is open, morph into X */
body.site-menu--is-open .aw-menu-icon {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
}
body.site-menu--is-open .aw-burger {
  background: transparent;
}
body.site-menu--is-open .aw-burger::before {
  transform: rotate(45deg);
}
body.site-menu--is-open .aw-burger::after {
  transform: rotate(-45deg);
}
.aw-mobile-menu.is-open {
  display: block;
}
.aw-mobile-drawer {
  transform: translateX(102%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.aw-mobile-menu.is-open .aw-mobile-drawer {
  transform: translateX(0);
}
.aw-x {
  position: relative;
  width: 18px;
  height: 18px;
}
.aw-x:before, .aw-x:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  transform-origin: center;
}
.aw-x:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.aw-x:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* stagger reveal */
.aw-mobile-menu .aw-menu-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.aw-mobile-menu.is-open .aw-menu-item {
  opacity: 1;
  transform: translateY(0);
}
.aw-x {
  position: relative;
  width: 18px;
  height: 18px;
}
.aw-x::before,
.aw-x::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  transform-origin: center;
}
.aw-x::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.aw-x::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* Stagger reveal (we’ll set --i in JS) */
.aw-menu-item {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.aw-mobile-menu.is-open .aw-menu-item {
  opacity: 1;
  transform: translateY(0);
}
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .aw-mobile-menu,
  .aw-mobile-scrim,
  .aw-mobile-drawer,
  .aw-menu-item {
    transition: none !important;
  }
}

.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
}
.fixed {
    position: fixed
}
.absolute {
    position: absolute
}
.relative {
    position: relative
}
.inset-0 {
    inset: 0px
}
.inset-x-0 {
    left: 0px;
    right: 0px
}
.inset-y-0 {
    top: 0px;
    bottom: 0px
}
.bottom-0 {
    bottom: 0px
}
.bottom-8 {
    bottom: 2rem
}
.left-0 {
    left: 0px
}
.left-1\/2 {
    left: 50%
}
.left-10 {
    left: 2.5rem
}
.right-0 {
    right: 0px
}
.right-1\/2 {
    right: 50%
}
.right-4 {
    right: 1rem
}
.right-5 {
    right: 1.25rem
}
.top-0 {
    top: 0px
}
.top-1\/2 {
    top: 50%
}
.top-8 {
    top: 2rem
}
.z-0 {
    z-index: 0
}
.z-10 {
    z-index: 10
}
.z-50 {
    z-index: 50
}
.z-\[60\] {
    z-index: 60
}
.col-span-12 {
    grid-column: span 12 / span 12
}
.row-span-2 {
    grid-row: span 2 / span 2
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem
}
.mx-auto {
    margin-left: auto;
    margin-right: auto
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}
.-mb-4 {
    margin-bottom: -1rem
}
.-ml-\[50vw\] {
    margin-left: -50vw
}
.-mr-\[50vw\] {
    margin-right: -50vw
}
.-mt-10 {
    margin-top: -2.5rem
}
.-mt-12 {
    margin-top: -3rem
}
.-mt-16 {
    margin-top: -4rem
}
.-mt-20 {
    margin-top: -5rem
}
.mb-4 {
    margin-bottom: 1rem
}
.mb-6 {
    margin-bottom: 1.5rem
}
.ml-auto {
    margin-left: auto
}
.mt-1 {
    margin-top: 0.25rem
}
.mt-10 {
    margin-top: 2.5rem
}
.mt-12 {
    margin-top: 3rem
}
.mt-2 {
    margin-top: 0.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-\[2px\] {
    margin-top: 2px
}
.mt-\[3px\] {
    margin-top: 3px
}
.mt-auto {
    margin-top: auto
}
.ml-0 {
    margin-left: 0px
}
.mt-0 {
    margin-top: 0px
}
.block {
    display: block
}
.flex {
    display: flex
}
.inline-flex {
    display: inline-flex
}
.table {
    display: table
}
.grid {
    display: grid
}
.hidden {
    display: none
}
.aspect-\[16\/9\] {
    aspect-ratio: 16/9
}
.aspect-\[4\/3\] {
    aspect-ratio: 4/3
}
.aspect-square {
    aspect-ratio: 1 / 1
}
.h-10 {
    height: 2.5rem
}
.h-11 {
    height: 2.75rem
}
.h-12 {
    height: 3rem
}
.h-20 {
    height: 5rem
}
.h-3 {
    height: 0.75rem
}
.h-4 {
    height: 1rem
}
.h-5 {
    height: 1.25rem
}
.h-7 {
    height: 1.75rem
}
.h-8 {
    height: 2rem
}
.h-9 {
    height: 2.25rem
}
.h-\[160px\] {
    height: 160px
}
.h-\[180px\] {
    height: 180px
}
.h-\[190px\] {
    height: 190px
}
.h-\[240px\] {
    height: 240px
}
.h-\[250px\] {
    height: 250px
}
.h-\[260px\] {
    height: 260px
}
.h-\[320px\] {
    height: 320px
}
.h-\[360px\] {
    height: 360px
}
.h-\[3px\] {
    height: 3px
}
.h-\[92px\] {
    height: 92px
}
.h-full {
    height: 100%
}
.max-h-0 {
    max-height: 0px
}
.max-h-\[240px\] {
    max-height: 240px
}
.max-h-\[85vh\] {
    max-height: 85vh
}
.max-h-\[calc\(85vh-64px\)\] {
    max-height: calc(85vh - 64px)
}
.w-10 {
    width: 2.5rem
}
.w-11 {
    width: 2.75rem
}
.w-12 {
    width: 3rem
}
.w-20 {
    width: 5rem
}
.w-3 {
    width: 0.75rem
}
.w-4 {
    width: 1rem
}
.w-8 {
    width: 2rem
}
.w-9 {
    width: 2.25rem
}
.w-\[120px\] {
    width: 120px
}
.w-\[170px\] {
    width: 170px
}
.w-\[180px\] {
    width: 180px
}
.w-\[220px\] {
    width: 220px
}
.w-\[88\%\] {
    width: 88%
}
.w-auto {
    width: auto
}
.w-full {
    width: 100%
}
.w-px {
    width: 1px
}
.w-screen {
    width: 100vw
}
.w-1\/2 {
    width: 50%
}
.min-w-\[20px\] {
    min-width: 20px
}
.min-w-\[44px\] {
    min-width: 44px
}
.min-w-0 {
    min-width: 0px
}
.max-w-2xl {
    max-width: 42rem
}
.max-w-3xl {
    max-width: 48rem
}
.max-w-4xl {
    max-width: 56rem
}
.max-w-\[420px\] {
    max-width: 420px
}
.max-w-lg {
    max-width: 32rem
}
.max-w-md {
    max-width: 28rem
}
.max-w-sm {
    max-width: 24rem
}
.max-w-xl {
    max-width: 36rem
}
.shrink-0 {
    flex-shrink: 0
}
.origin-top {
    transform-origin: top
}
.-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-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-y-full {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.scale-y-0 {
    --tw-scale-y: 0;
    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
}
.list-none {
    list-style-type: none
}
.appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}
.flex-row {
    flex-direction: row
}
.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
}
.items-baseline {
    align-items: baseline
}
.items-stretch {
    align-items: stretch
}
.justify-end {
    justify-content: flex-end
}
.justify-center {
    justify-content: center
}
.justify-between {
    justify-content: space-between
}
.gap-10 {
    gap: 2.5rem
}
.gap-12 {
    gap: 3rem
}
.gap-2 {
    gap: 0.5rem
}
.gap-3 {
    gap: 0.75rem
}
.gap-4 {
    gap: 1rem
}
.gap-5 {
    gap: 1.25rem
}
.gap-6 {
    gap: 1.5rem
}
.gap-8 {
    gap: 2rem
}
.gap-0 {
    gap: 0px
}
.gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem
}
.gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem
}
.gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem
}
.gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem
}
.gap-y-12 {
    row-gap: 3rem
}
.gap-y-16 {
    row-gap: 4rem
}
.gap-y-2 {
    row-gap: 0.5rem
}
.gap-y-3 {
    row-gap: 0.75rem
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse))
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse))
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}
.divide-black\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(0 0 0 / 0.1)
}
.self-start {
    align-self: flex-start
}
.overflow-hidden {
    overflow: hidden
}
.overflow-y-auto {
    overflow-y: auto
}
.overflow-x-hidden {
    overflow-x: hidden
}
.rounded-2xl {
    border-radius: 1rem
}
.rounded-\[2px\] {
    border-radius: 2px
}
.rounded-\[3px\] {
    border-radius: 3px
}
.rounded-full {
    border-radius: 9999px
}
.rounded-lg {
    border-radius: 0.5rem
}
.rounded-md {
    border-radius: 0.375rem
}
.rounded-xl {
    border-radius: 0.75rem
}
.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem
}
.border {
    border-width: 1px
}
.border-b {
    border-bottom-width: 1px
}
.border-b-2 {
    border-bottom-width: 2px
}
.border-b-\[6px\] {
    border-bottom-width: 6px
}
.border-l-2 {
    border-left-width: 2px
}
.border-t {
    border-top-width: 1px
}
.border-t-\[6px\] {
    border-top-width: 6px
}
.border-black\/10 {
    border-color: rgb(0 0 0 / 0.1)
}
.border-black\/15 {
    border-color: rgb(0 0 0 / 0.15)
}
.border-black\/20 {
    border-color: rgb(0 0 0 / 0.2)
}
.border-black\/5 {
    border-color: rgb(0 0 0 / 0.05)
}
.border-black\/50 {
    border-color: rgb(0 0 0 / 0.5)
}
.border-gold {
    --tw-border-opacity: 1;
    border-color: rgb(180 133 61 / var(--tw-border-opacity, 1))
}
.border-green {
    --tw-border-opacity: 1;
    border-color: rgb(163 165 17 / var(--tw-border-opacity, 1))
}
.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(0 56 103 / var(--tw-border-opacity, 1))
}
.border-primary\/20 {
    border-color: rgb(0 56 103 / 0.2)
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1))
}
.border-white\/10 {
    border-color: rgb(255 255 255 / 0.1)
}
.border-white\/15 {
    border-color: rgb(255 255 255 / 0.15)
}
.border-white\/20 {
    border-color: rgb(255 255 255 / 0.2)
}
.border-white\/40 {
    border-color: rgb(255 255 255 / 0.4)
}
.bg-F5F5F5 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
}
.bg-\[\#0B2232\] {
    --tw-bg-opacity: 1;
    background-color: rgb(11 34 50 / var(--tw-bg-opacity, 1))
}
.bg-\[\#0E2A3D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(14 42 61 / var(--tw-bg-opacity, 1))
}
.bg-\[\#0b2436\] {
    --tw-bg-opacity: 1;
    background-color: rgb(11 36 54 / var(--tw-bg-opacity, 1))
}
.bg-\[\#2D709D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(45 112 157 / var(--tw-bg-opacity, 1))
}
.bg-\[\#F5F5F5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
}
.bg-\[\#F8F8F8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1))
}
.bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1)
}
.bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4)
}
.bg-black\/5 {
    background-color: rgb(0 0 0 / 0.05)
}
.bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5)
}
.bg-gold {
    --tw-bg-opacity: 1;
    background-color: rgb(180 133 61 / var(--tw-bg-opacity, 1))
}
.bg-gold\/15 {
    background-color: rgb(180 133 61 / 0.15)
}
.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 56 103 / var(--tw-bg-opacity, 1))
}
.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(14 42 61 / var(--tw-bg-opacity, 1))
}
.bg-secondary\/95 {
    background-color: rgb(14 42 61 / 0.95)
}
.bg-transparent {
    background-color: transparent
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}
.bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05)
}
.bg-\[radial-gradient\(circle_at_50\%_120\%\2c rgba\(255\2c 255\2c 255\2c 0\.35\)\2c transparent_60\%\)\] {
    background-image: radial-gradient(circle at 50% 120%,rgba(255,255,255,0.35),transparent 60%)
}
.bg-\[repeating-linear-gradient\(to_bottom\2c \#B4853D_0\2c \#B4853D_6px\2c transparent_6px\2c transparent_14px\)\] {
    background-image: repeating-linear-gradient(to bottom,#B4853D 0,#B4853D 6px,transparent 6px,transparent 14px)
}
.bg-cover {
    background-size: cover
}
.bg-fixed {
    background-attachment: fixed
}
.bg-center {
    background-position: center
}
.bg-no-repeat {
    background-repeat: no-repeat
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover
}
.object-center {
    -o-object-position: center;
       object-position: center
}
.p-2 {
    padding: 0.5rem
}
.p-5 {
    padding: 1.25rem
}
.p-6 {
    padding: 1.5rem
}
.p-7 {
    padding: 1.75rem
}
.p-8 {
    padding: 2rem
}
.p-1 {
    padding: 0.25rem
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}
.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-8 {
    padding-left: 2rem;
    padding-right: 2rem
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}
.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}
.pb-10 {
    padding-bottom: 2.5rem
}
.pb-12 {
    padding-bottom: 3rem
}
.pb-14 {
    padding-bottom: 3.5rem
}
.pb-16 {
    padding-bottom: 4rem
}
.pb-2 {
    padding-bottom: 0.5rem
}
.pb-20 {
    padding-bottom: 5rem
}
.pb-28 {
    padding-bottom: 7rem
}
.pb-4 {
    padding-bottom: 1rem
}
.pb-6 {
    padding-bottom: 1.5rem
}
.pr-10 {
    padding-right: 2.5rem
}
.pr-11 {
    padding-right: 2.75rem
}
.pr-12 {
    padding-right: 3rem
}
.pt-1 {
    padding-top: 0.25rem
}
.pt-10 {
    padding-top: 2.5rem
}
.pt-16 {
    padding-top: 4rem
}
.pt-2 {
    padding-top: 0.5rem
}
.pt-4 {
    padding-top: 1rem
}
.pt-6 {
    padding-top: 1.5rem
}
.pt-7 {
    padding-top: 1.75rem
}
.pt-8 {
    padding-top: 2rem
}
.pt-\[160px\] {
    padding-top: 160px
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.font-libre {
    font-family: Libre Caslon Display, serif
}
.font-manrope {
    font-family: Manrope, sans-serif
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}
.text-5xl {
    font-size: 3rem;
    line-height: 1
}
.text-\[11px\] {
    font-size: 11px
}
.text-\[12px\] {
    font-size: 12px
}
.text-\[13px\] {
    font-size: 13px
}
.text-\[14px\] {
    font-size: 14px
}
.text-\[15px\] {
    font-size: 15px
}
.text-\[16px\] {
    font-size: 16px
}
.text-\[18px\] {
    font-size: 18px
}
.text-\[20px\] {
    font-size: 20px
}
.text-\[22px\] {
    font-size: 22px
}
.text-\[28px\] {
    font-size: 28px
}
.text-\[clamp\(14px\2c 0\.35vw\+13px\2c 19px\)\] {
    font-size: clamp(14px, 0.35vw + 13px, 19px)
}
.text-\[clamp\(14px\2c 0\.35vw\+13px\2c 26px\)\] {
    font-size: clamp(14px, 0.35vw + 13px, 26px)
}
.text-\[clamp\(14px\2c 13px\+0\.25vw\2c 16px\)\] {
    font-size: clamp(14px, 13px + 0.25vw, 16px)
}
.text-\[clamp\(14px\2c 13px\+0\.2vw\2c 16px\)\] {
    font-size: clamp(14px, 13px + 0.2vw, 16px)
}
.text-\[clamp\(15px\2c 0\.2vw\+14px\2c 16px\)\] {
    font-size: clamp(15px, 0.2vw + 14px, 16px)
}
.text-\[clamp\(15px\2c 0\.35vw\+14px\2c 17px\)\] {
    font-size: clamp(15px, 0.35vw + 14px, 17px)
}
.text-\[clamp\(15px\2c 13px\+0\.2vw\2c 16px\)\] {
    font-size: clamp(15px, 13px + 0.2vw, 16px)
}
.text-\[clamp\(15px\2c 13px\+0\.2vw\2c 20px\)\] {
    font-size: clamp(15px, 13px + 0.2vw, 20px)
}
.text-\[clamp\(16px\2c 0\.35vw\+14px\2c 16px\)\] {
    font-size: clamp(16px, 0.35vw + 14px, 16px)
}
.text-\[clamp\(16px\2c 0\.3vw\+15px\2c 18px\)\] {
    font-size: clamp(16px, 0.3vw + 15px, 18px)
}
.text-\[clamp\(16px\2c 0\.45vw\+14px\2c 18px\)\] {
    font-size: clamp(16px, 0.45vw + 14px, 18px)
}
.text-\[clamp\(16px\2c 0\.4vw\+14px\2c 18px\)\] {
    font-size: clamp(16px, 0.4vw + 14px, 18px)
}
.text-\[clamp\(16px\2c 0\.4vw\+14px\2c 26px\)\] {
    font-size: clamp(16px, 0.4vw + 14px, 26px)
}
.text-\[clamp\(16px\2c 15px\+0\.4vw\2c 18px\)\] {
    font-size: clamp(16px, 15px + 0.4vw, 18px)
}
.text-\[clamp\(16px\2c 16px\+0\.2vw\2c 18px\)\] {
    font-size: clamp(16px, 16px + 0.2vw, 18px)
}
.text-\[clamp\(16px\2c 1vw\+14px\2c 20px\)\] {
    font-size: clamp(16px, 1vw + 14px, 20px)
}
.text-\[clamp\(18px\2c 0\.6vw\+16px\2c 22px\)\] {
    font-size: clamp(18px, 0.6vw + 16px, 22px)
}
.text-\[clamp\(18px\2c 1\.1vw\+16px\2c 28px\)\] {
    font-size: clamp(18px, 1.1vw + 16px, 28px)
}
.text-\[clamp\(18px\2c 1\.2vw\+14px\2c 24px\)\] {
    font-size: clamp(18px, 1.2vw + 14px, 24px)
}
.text-\[clamp\(18px\2c 1\.4vw\+12px\2c 32px\)\] {
    font-size: clamp(18px, 1.4vw + 12px, 32px)
}
.text-\[clamp\(18px\2c 16px\+0\.6vw\2c 28px\)\] {
    font-size: clamp(18px, 16px + 0.6vw, 28px)
}
.text-\[clamp\(20px\2c 0\.8vw\+14px\2c 25px\)\] {
    font-size: clamp(20px, 0.8vw + 14px, 25px)
}
.text-\[clamp\(20px\2c 1\.2vw\+16px\2c 32px\)\] {
    font-size: clamp(20px, 1.2vw + 16px, 32px)
}
.text-\[clamp\(20px\2c 1vw\+16px\2c 28px\)\] {
    font-size: clamp(20px, 1vw + 16px, 28px)
}
.text-\[clamp\(22px\2c 1\.1vw\+18px\2c 30px\)\] {
    font-size: clamp(22px, 1.1vw + 18px, 30px)
}
.text-\[clamp\(22px\2c 1vw\+18px\2c 28px\)\] {
    font-size: clamp(22px, 1vw + 18px, 28px)
}
.text-\[clamp\(24px\2c 1\.2vw\+18px\2c 40px\)\] {
    font-size: clamp(24px, 1.2vw + 18px, 40px)
}
.text-\[clamp\(24px\2c 1\.5vw\+12px\2c 28px\)\] {
    font-size: clamp(24px, 1.5vw + 12px, 28px)
}
.text-\[clamp\(26px\2c 1\.2vw\+20px\2c 38px\)\] {
    font-size: clamp(26px, 1.2vw + 20px, 38px)
}
.text-\[clamp\(26px\2c 1\.3vw\+20px\2c 38px\)\] {
    font-size: clamp(26px, 1.3vw + 20px, 38px)
}
.text-\[clamp\(26px\2c 1\.8vw\+18px\2c 45px\)\] {
    font-size: clamp(26px, 1.8vw + 18px, 45px)
}
.text-\[clamp\(28px\2c 0\.2vw\+14px\2c 40px\)\] {
    font-size: clamp(28px, 0.2vw + 14px, 40px)
}
.text-\[clamp\(28px\2c 1\.4vw\+22px\2c 44px\)\] {
    font-size: clamp(28px, 1.4vw + 22px, 44px)
}
.text-\[clamp\(28px\2c 1\.4vw\+22px\2c 72px\)\] {
    font-size: clamp(28px, 1.4vw + 22px, 72px)
}
.text-\[clamp\(28px\2c 1\.6vw\+20px\2c 44px\)\] {
    font-size: clamp(28px, 1.6vw + 20px, 44px)
}
.text-\[clamp\(30px\2c 1\.8vw\+18px\2c 52px\)\] {
    font-size: clamp(30px, 1.8vw + 18px, 52px)
}
.text-\[clamp\(34px\2c 1\.8vw\+26px\2c 56px\)\] {
    font-size: clamp(34px, 1.8vw + 26px, 56px)
}
.text-\[clamp\(34px\2c 2\.1vw\+24px\2c 65px\)\] {
    font-size: clamp(34px, 2.1vw + 24px, 65px)
}
.text-\[clamp\(34px\2c 2\.2vw\+18px\2c 65px\)\] {
    font-size: clamp(34px, 2.2vw + 18px, 65px)
}
.text-\[clamp\(34px\2c 2\.2vw\+18px\2c 72px\)\] {
    font-size: clamp(34px, 2.2vw + 18px, 72px)
}
.text-\[clamp\(34px\2c 2\.4vw\+18px\2c 72px\)\] {
    font-size: clamp(34px, 2.4vw + 18px, 72px)
}
.text-\[clamp\(34px\2c 2\.4vw\+20px\2c 65px\)\] {
    font-size: clamp(34px, 2.4vw + 20px, 65px)
}
.text-\[clamp\(34px\2c 2\.6vw\+20px\2c 83px\)\] {
    font-size: clamp(34px, 2.6vw + 20px, 83px)
}
.text-\[clamp\(34px\2c 2\.9vw\+18px\2c 80px\)\] {
    font-size: clamp(34px, 2.9vw + 18px, 80px)
}
.text-\[clamp\(34px\2c 2vw\+18px\2c 56px\)\] {
    font-size: clamp(34px, 2vw + 18px, 56px)
}
.text-\[clamp\(34px\2c 3vw\+18px\2c 92px\)\] {
    font-size: clamp(34px, 3vw + 18px, 92px)
}
.text-\[clamp\(34px\2c 3vw\+20px\2c 72px\)\] {
    font-size: clamp(34px, 3vw + 20px, 72px)
}
.text-\[clamp\(38px\2c 2\.8vw\+20px\2c 78px\)\] {
    font-size: clamp(38px, 2.8vw + 20px, 78px)
}
.text-\[clamp\(40px\2c 2\.6vw\+18px\2c 92px\)\] {
    font-size: clamp(40px, 2.6vw + 18px, 92px)
}
.text-\[clamp\(40px\2c 2\.6vw\+22px\2c 72px\)\] {
    font-size: clamp(40px, 2.6vw + 22px, 72px)
}
.text-\[clamp\(40px\2c 2\.8vw\+18px\2c 78px\)\] {
    font-size: clamp(40px, 2.8vw + 18px, 78px)
}
.text-\[clamp\(42px\2c 3vw\+22px\2c 70px\)\] {
    font-size: clamp(42px, 3vw + 22px, 70px)
}
.text-\[clamp\(44px\2c 3\.2vw\+24px\2c 74px\)\] {
    font-size: clamp(44px, 3.2vw + 24px, 74px)
}
.text-\[clamp\(44px\2c 3\.2vw\+32px\2c 88px\)\] {
    font-size: clamp(44px, 3.2vw + 32px, 88px)
}
.text-\[clamp\(44px\2c 3vw\+24px\2c 92px\)\] {
    font-size: clamp(44px, 3vw + 24px, 92px)
}
.text-\[clamp\(44px\2c 3vw\+28px\2c 92px\)\] {
    font-size: clamp(44px, 3vw + 28px, 92px)
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}
.font-bold {
    font-weight: 700
}
.font-medium {
    font-weight: 500
}
.font-normal {
    font-weight: 400
}
.font-semibold {
    font-weight: 600
}
.uppercase {
    text-transform: uppercase
}
.leading-\[0\.92\] {
    line-height: 0.92
}
.leading-\[0\.95\] {
    line-height: 0.95
}
.leading-\[1\.02\] {
    line-height: 1.02
}
.leading-\[1\.05\] {
    line-height: 1.05
}
.leading-\[1\.08\] {
    line-height: 1.08
}
.leading-\[1\.0\] {
    line-height: 1.0
}
.leading-none {
    line-height: 1
}
.leading-relaxed {
    line-height: 1.625
}
.leading-snug {
    line-height: 1.375
}
.leading-tight {
    line-height: 1.25
}
.tracking-\[-0\.01em\] {
    letter-spacing: -0.01em
}
.tracking-\[-0\.02em\] {
    letter-spacing: -0.02em
}
.tracking-\[0\.12em\] {
    letter-spacing: 0.12em
}
.tracking-\[0\.14em\] {
    letter-spacing: 0.14em
}
.tracking-\[0\.18em\] {
    letter-spacing: 0.18em
}
.tracking-wide {
    letter-spacing: 0.025em
}
.text-1B1B1B {
    --tw-text-opacity: 1;
    color: rgb(27 27 27 / var(--tw-text-opacity, 1))
}
.text-727272 {
    --tw-text-opacity: 1;
    color: rgb(114 114 114 / var(--tw-text-opacity, 1))
}
.text-\[\#0D1317\] {
    --tw-text-opacity: 1;
    color: rgb(13 19 23 / var(--tw-text-opacity, 1))
}
.text-\[\#191C1F\] {
    --tw-text-opacity: 1;
    color: rgb(25 28 31 / var(--tw-text-opacity, 1))
}
.text-\[\#2D2D2D\] {
    --tw-text-opacity: 1;
    color: rgb(45 45 45 / var(--tw-text-opacity, 1))
}
.text-\[\#5B5B5B\] {
    --tw-text-opacity: 1;
    color: rgb(91 91 91 / var(--tw-text-opacity, 1))
}
.text-\[\#5F6C72\] {
    --tw-text-opacity: 1;
    color: rgb(95 108 114 / var(--tw-text-opacity, 1))
}
.text-black\/60 {
    color: rgb(0 0 0 / 0.6)
}
.text-gold {
    --tw-text-opacity: 1;
    color: rgb(180 133 61 / var(--tw-text-opacity, 1))
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(0 56 103 / var(--tw-text-opacity, 1))
}
.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(14 42 61 / var(--tw-text-opacity, 1))
}
.text-text {
    --tw-text-opacity: 1;
    color: rgb(32 34 21 / var(--tw-text-opacity, 1))
}
.text-text-alt {
    --tw-text-opacity: 1;
    color: rgb(13 19 23 / var(--tw-text-opacity, 1))
}
.text-text\/60 {
    color: rgb(32 34 21 / 0.6)
}
.text-text\/70 {
    color: rgb(32 34 21 / 0.7)
}
.text-text\/80 {
    color: rgb(32 34 21 / 0.8)
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.text-white\/30 {
    color: rgb(255 255 255 / 0.3)
}
.text-white\/55 {
    color: rgb(255 255 255 / 0.55)
}
.text-white\/60 {
    color: rgb(255 255 255 / 0.6)
}
.text-white\/70 {
    color: rgb(255 255 255 / 0.7)
}
.text-white\/75 {
    color: rgb(255 255 255 / 0.75)
}
.text-white\/80 {
    color: rgb(255 255 255 / 0.8)
}
.text-white\/85 {
    color: rgb(255 255 255 / 0.85)
}
.text-white\/90 {
    color: rgb(255 255 255 / 0.9)
}
.underline {
    text-decoration-line: underline
}
.no-underline {
    text-decoration-line: none
}
.decoration-black\/10 {
    text-decoration-color: rgb(0 0 0 / 0.1)
}
.decoration-black\/20 {
    text-decoration-color: rgb(0 0 0 / 0.2)
}
.decoration-black\/30 {
    text-decoration-color: rgb(0 0 0 / 0.3)
}
.decoration-secondary\/30 {
    text-decoration-color: rgb(14 42 61 / 0.3)
}
.underline-offset-4 {
    text-underline-offset: 4px
}
.opacity-0 {
    opacity: 0
}
.opacity-\[0\.22\] {
    opacity: 0.22
}
.opacity-\[0\.28\] {
    opacity: 0.28
}
.opacity-\[0\.55\] {
    opacity: 0.55
}
.opacity-\[0\.5\] {
    opacity: 0.5
}
.shadow-\[0_-20px_60px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
    --tw-shadow: 0 -20px 60px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0 -20px 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)
}
.shadow-\[0_10px_25px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
    --tw-shadow: 0 10px 25px rgba(0,0,0,0.10);
    --tw-shadow-colored: 0 10px 25px 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_10px_26px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
    --tw-shadow: 0 10px 26px rgba(0,0,0,0.06);
    --tw-shadow-colored: 0 10px 26px 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_12px_30px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
    --tw-shadow: 0 12px 30px rgba(0,0,0,0.12);
    --tw-shadow-colored: 0 12px 30px 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_14px_30px_rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
    --tw-shadow: 0 14px 30px rgba(0,0,0,0.22);
    --tw-shadow-colored: 0 14px 30px 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_14px_36px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
    --tw-shadow: 0 14px 36px rgba(0,0,0,0.06);
    --tw-shadow-colored: 0 14px 36px 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_14px_40px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
    --tw-shadow: 0 14px 40px rgba(0,0,0,0.06);
    --tw-shadow-colored: 0 14px 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_14px_40px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
    --tw-shadow: 0 14px 40px rgba(0,0,0,0.12);
    --tw-shadow-colored: 0 14px 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_16px_40px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
    --tw-shadow: 0 16px 40px rgba(0,0,0,0.12);
    --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\.06\)\] {
    --tw-shadow: 0 18px 50px rgba(0,0,0,0.06);
    --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_18px_50px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
    --tw-shadow: 0 18px 50px rgba(0,0,0,0.08);
    --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_18px_50px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
    --tw-shadow: 0 18px 50px rgba(0,0,0,0.10);
    --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_18px_50px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
    --tw-shadow: 0 18px 50px rgba(0,0,0,0.12);
    --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_18px_50px_rgba\(0\2c 0\2c 0\2c 0\.20\)\] {
    --tw-shadow: 0 18px 50px rgba(0,0,0,0.20);
    --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_18px_50px_rgba\(0\2c 0\2c 0\2c 0\.28\)\] {
    --tw-shadow: 0 18px 50px rgba(0,0,0,0.28);
    --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_18px_60px_rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
    --tw-shadow: 0 18px 60px rgba(0,0,0,0.22);
    --tw-shadow-colored: 0 18px 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)
}
.shadow-\[0_22px_70px_rgba\(0\2c 0\2c 0\2c 0\.20\)\] {
    --tw-shadow: 0 22px 70px rgba(0,0,0,0.20);
    --tw-shadow-colored: 0 22px 70px 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_28px_90px_rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
    --tw-shadow: 0 28px 90px rgba(0,0,0,0.22);
    --tw-shadow-colored: 0 28px 90px 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_28px_90px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
    --tw-shadow: 0 28px 90px rgba(0,0,0,0.35);
    --tw-shadow-colored: 0 28px 90px 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_30px_120px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
    --tw-shadow: 0 30px 120px rgba(0,0,0,0.45);
    --tw-shadow-colored: 0 30px 120px 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-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.ring-1 {
    --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, 0 0 #0000)
}
.ring-black\/5 {
    --tw-ring-color: rgb(0 0 0 / 0.05)
}
.ring-white\/10 {
    --tw-ring-color: rgb(255 255 255 / 0.1)
}
.brightness-\[0\.75\] {
    --tw-brightness: brightness(0.75);
    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)
}
.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.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-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    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-\[max-height\] {
    transition-property: max-height;
    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-200 {
    transition-duration: 200ms
}
.duration-300 {
    transition-duration: 300ms
}
.duration-500 {
    transition-duration: 500ms
}
.duration-700 {
    transition-duration: 700ms
}
.ease-\[cubic-bezier\(\.22\2c 1\2c \.36\2c 1\)\] {
    transition-timing-function: cubic-bezier(.22,1,.36,1)
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}
.placeholder\:text-text\/40::-moz-placeholder {
    color: rgb(32 34 21 / 0.4)
}
.placeholder\:text-text\/40::placeholder {
    color: rgb(32 34 21 / 0.4)
}
.hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
    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\:-translate-y-\[1px\]: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\:-translate-y-\[2px\]:hover {
    --tw-translate-y: -2px;
    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\:scale-\[1\.01\]:hover {
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    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\:scale-\[1\.02\]:hover {
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    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-black\/20:hover {
    border-color: rgb(0 0 0 / 0.2)
}
.hover\:border-black\/30:hover {
    border-color: rgb(0 0 0 / 0.3)
}
.hover\:border-gold:hover {
    --tw-border-opacity: 1;
    border-color: rgb(180 133 61 / var(--tw-border-opacity, 1))
}
.hover\:border-white\/40:hover {
    border-color: rgb(255 255 255 / 0.4)
}
.hover\:bg-gold:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(180 133 61 / var(--tw-bg-opacity, 1))
}
.hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 56 103 / var(--tw-bg-opacity, 1))
}
.hover\:text-gold:hover {
    --tw-text-opacity: 1;
    color: rgb(180 133 61 / var(--tw-text-opacity, 1))
}
.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(0 56 103 / var(--tw-text-opacity, 1))
}
.hover\:text-text:hover {
    --tw-text-opacity: 1;
    color: rgb(32 34 21 / var(--tw-text-opacity, 1))
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.hover\:text-white\/80:hover {
    color: rgb(255 255 255 / 0.8)
}
.hover\:shadow-\[0_18px_40px_rgba\(0\2c 0\2c 0\2c 0\.10\)\]:hover {
    --tw-shadow: 0 18px 40px rgba(0,0,0,0.10);
    --tw-shadow-colored: 0 18px 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)
}
.hover\:shadow-\[0_20px_50px_rgba\(0\2c 0\2c 0\2c 0\.10\)\]:hover {
    --tw-shadow: 0 20px 50px rgba(0,0,0,0.10);
    --tw-shadow-colored: 0 20px 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)
}
.hover\:shadow-\[0_22px_60px_rgba\(0\2c 0\2c 0\2c 0\.10\)\]:hover {
    --tw-shadow: 0 22px 60px rgba(0,0,0,0.10);
    --tw-shadow-colored: 0 22px 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)
}
.hover\:shadow-\[0_24px_60px_rgba\(0\2c 0\2c 0\2c 0\.10\)\]:hover {
    --tw-shadow: 0 24px 60px rgba(0,0,0,0.10);
    --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)
}
.hover\:shadow-\[0_24px_70px_rgba\(0\2c 0\2c 0\2c 0\.28\)\]:hover {
    --tw-shadow: 0 24px 70px rgba(0,0,0,0.28);
    --tw-shadow-colored: 0 24px 70px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.hover\:shadow-\[0_28px_70px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]:hover {
    --tw-shadow: 0 28px 70px rgba(0,0,0,0.12);
    --tw-shadow-colored: 0 28px 70px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}
.focus\:ring-2:focus {
    --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, 0 0 #0000)
}
.focus\:ring-gold\/60:focus {
    --tw-ring-color: rgb(180 133 61 / 0.6)
}
.focus-visible\:ring-2:focus-visible {
    --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, 0 0 #0000)
}
.focus-visible\:ring-gold:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(180 133 61 / var(--tw-ring-opacity, 1))
}
.focus-visible\:ring-offset-4:focus-visible {
    --tw-ring-offset-width: 4px
}
.focus-visible\:ring-offset-\[\#F5F5F5\]:focus-visible {
    --tw-ring-offset-color: #F5F5F5
}
.active\:text-secondary:active {
    --tw-text-opacity: 1;
    color: rgb(14 42 61 / var(--tw-text-opacity, 1))
}
.group[open] .group-open\: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))
}
.group[open] .group-open\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 56 103 / var(--tw-bg-opacity, 1))
}
.group[open] .group-open\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.group:hover .group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem;
    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))
}
.group:hover .group-hover\:scale-\[1\.03\] {
    --tw-scale-x: 1.03;
    --tw-scale-y: 1.03;
    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))
}
.group:hover .group-hover\:bg-primary\/30 {
    background-color: rgb(0 56 103 / 0.3)
}
.group:hover .group-hover\:text-gold {
    --tw-text-opacity: 1;
    color: rgb(180 133 61 / var(--tw-text-opacity, 1))
}
.group:hover .group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(0 56 103 / 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\:decoration-black {
    text-decoration-color: #000
}
.group:hover .group-hover\:decoration-black\/30 {
    text-decoration-color: rgb(0 0 0 / 0.3)
}
.group:hover .group-hover\:decoration-secondary {
    text-decoration-color: #0E2A3D
}
.group:hover .group-hover\:opacity-100 {
    opacity: 1
}
.group:hover .group-hover\:brightness-100 {
    --tw-brightness: brightness(1);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.group:hover .group-hover\:grayscale-0 {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
@media (min-width: 640px) {
    .sm\:col-span-12 {
        grid-column: span 12 / span 12
    }
    .sm\:col-span-2 {
        grid-column: span 2 / span 2
    }
    .sm\:col-span-5 {
        grid-column: span 5 / span 5
    }
    .sm\:col-span-7 {
        grid-column: span 7 / span 7
    }
    .sm\:h-\[110px\] {
        height: 110px
    }
    .sm\:h-\[150px\] {
        height: 150px
    }
    .sm\:h-\[300px\] {
        height: 300px
    }
    .sm\:h-\[320px\] {
        height: 320px
    }
    .sm\:h-\[340px\] {
        height: 340px
    }
    .sm\:h-\[360px\] {
        height: 360px
    }
    .sm\:h-\[400px\] {
        height: 400px
    }
    .sm\:h-\[460px\] {
        height: 460px
    }
    .sm\:w-\[140px\] {
        width: 140px
    }
    .sm\:w-\[220px\] {
        width: 220px
    }
    .sm\:w-\[280px\] {
        width: 280px
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .sm\:flex-row {
        flex-direction: row
    }
    .sm\:flex-col {
        flex-direction: column
    }
    .sm\:items-end {
        align-items: flex-end
    }
    .sm\:items-center {
        align-items: center
    }
    .sm\:justify-end {
        justify-content: flex-end
    }
    .sm\:justify-center {
        justify-content: center
    }
    .sm\:justify-between {
        justify-content: space-between
    }
    .sm\:gap-5 {
        gap: 1.25rem
    }
    .sm\:border-l {
        border-left-width: 1px
    }
    .sm\:border-t-0 {
        border-top-width: 0px
    }
    .sm\:bg-black\/30 {
        background-color: rgb(0 0 0 / 0.3)
    }
    .sm\:p-6 {
        padding: 1.5rem
    }
    .sm\:p-8 {
        padding: 2rem
    }
    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}
@media (min-width: 768px) {
    .md\:col-span-6 {
        grid-column: span 6 / span 6
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .md\:grid-cols-\[1fr_2fr\] {
        grid-template-columns: 1fr 2fr
    }
    .md\:grid-cols-\[2fr_1fr\] {
        grid-template-columns: 2fr 1fr
    }
    .md\:grid-cols-\[2fr_4fr\] {
        grid-template-columns: 2fr 4fr
    }
    .md\:grid-cols-\[2fr_2fr\] {
        grid-template-columns: 2fr 2fr
    }
    .md\:grid-cols-\[1fr_1fr\] {
        grid-template-columns: 1fr 1fr
    }
    .md\:grid-cols-\[1fr_1\.5fr\] {
        grid-template-columns: 1fr 1.5fr
    }
    .md\:grid-cols-\[1fr_1\.9fr\] {
        grid-template-columns: 1fr 1.9fr
    }
    .md\:grid-cols-\[1fr_1\.2fr\] {
        grid-template-columns: 1fr 1.2fr
    }
}
@media (min-width: 1024px) {
    .lg\:sticky {
        position: sticky
    }
    .lg\:top-28 {
        top: 7rem
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3
    }
    .lg\:col-span-4 {
        grid-column: span 4 / span 4
    }
    .lg\:col-span-5 {
        grid-column: span 5 / span 5
    }
    .lg\:col-span-6 {
        grid-column: span 6 / span 6
    }
    .lg\:col-span-7 {
        grid-column: span 7 / span 7
    }
    .lg\:col-span-8 {
        grid-column: span 8 / span 8
    }
    .lg\:col-span-9 {
        grid-column: span 9 / span 9
    }
    .lg\:row-span-2 {
        grid-row: span 2 / span 2
    }
    .lg\:-mt-12 {
        margin-top: -3rem
    }
    .lg\:-mt-14 {
        margin-top: -3.5rem
    }
    .lg\:-mt-16 {
        margin-top: -4rem
    }
    .lg\:-mt-20 {
        margin-top: -5rem
    }
    .lg\:mb-0 {
        margin-bottom: 0px
    }
    .lg\:mb-8 {
        margin-bottom: 2rem
    }
    .lg\:ml-auto {
        margin-left: auto
    }
    .lg\:mr-auto {
        margin-right: auto
    }
    .lg\:mt-12 {
        margin-top: 3rem
    }
    .lg\:mt-14 {
        margin-top: 3.5rem
    }
    .lg\:mt-16 {
        margin-top: 4rem
    }
    .lg\:block {
        display: block
    }
    .lg\:inline {
        display: inline
    }
    .lg\:flex {
        display: flex
    }
    .lg\:inline-flex {
        display: inline-flex
    }
    .lg\:hidden {
        display: none
    }
    .lg\:aspect-\[21\/9\] {
        aspect-ratio: 21/9
    }
    .lg\:h-10 {
        height: 2.5rem
    }
    .lg\:h-14 {
        height: 3.5rem
    }
    .lg\:h-\[170px\] {
        height: 170px
    }
    .lg\:h-\[200px\] {
        height: 200px
    }
    .lg\:h-\[231px\] {
        height: 231px
    }
    .lg\:h-\[340px\] {
        height: 340px
    }
    .lg\:h-\[360px\] {
        height: 360px
    }
    .lg\:h-\[420px\] {
        height: 420px
    }
    .lg\:h-\[504px\] {
        height: 504px
    }
    .lg\:h-\[520px\] {
        height: 520px
    }
    .lg\:h-\[573px\] {
        height: 573px
    }
    .lg\:h-\[594px\] {
        height: 594px
    }
    .lg\:h-\[660px\] {
        height: 660px
    }
    .lg\:h-full {
        height: 100%
    }
    .lg\:w-1\/2 {
        width: 50%
    }
    .lg\:w-1\/3 {
        width: 33.333333%
    }
    .lg\:w-2\/3 {
        width: 66.666667%
    }
    .lg\:w-\[240px\] {
        width: 240px
    }
    .lg\:w-\[320px\] {
        width: 320px
    }
    .lg\:min-w-\[220px\] {
        min-width: 220px
    }
    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }
    .lg\:grid-rows-\[140px_1fr\] {
        grid-template-rows: 140px 1fr
    }
    .lg\:grid-rows-\[1fr_140px\] {
        grid-template-rows: 1fr 140px
    }
    .lg\:flex-row {
        flex-direction: row
    }
    .lg\:items-start {
        align-items: flex-start
    }
    .lg\:items-end {
        align-items: flex-end
    }
    .lg\:items-center {
        align-items: center
    }
    .lg\:justify-end {
        justify-content: flex-end
    }
    .lg\:justify-between {
        justify-content: space-between
    }
    .lg\:gap-10 {
        gap: 2.5rem
    }
    .lg\:gap-12 {
        gap: 3rem
    }
    .lg\:gap-14 {
        gap: 3.5rem
    }
    .lg\:gap-16 {
        gap: 4rem
    }
    .lg\:gap-3 {
        gap: 0.75rem
    }
    .lg\:gap-6 {
        gap: 1.5rem
    }
    .lg\:gap-7 {
        gap: 1.75rem
    }
    .lg\:gap-8 {
        gap: 2rem
    }
    .lg\:gap-x-4 {
        -moz-column-gap: 1rem;
             column-gap: 1rem
    }
    .lg\: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))
    }
    .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse))
    }
    .lg\:border-0 {
        border-width: 0px
    }
    .lg\:border-l {
        border-left-width: 1px
    }
    .lg\:border-t-0 {
        border-top-width: 0px
    }
    .lg\:p-10 {
        padding: 2.5rem
    }
    .lg\:p-7 {
        padding: 1.75rem
    }
    .lg\:p-8 {
        padding: 2rem
    }
    .lg\:p-9 {
        padding: 2.25rem
    }
    .lg\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }
    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
    .lg\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
    .lg\:pb-12 {
        padding-bottom: 3rem
    }
    .lg\:pb-16 {
        padding-bottom: 4rem
    }
    .lg\:pb-20 {
        padding-bottom: 5rem
    }
    .lg\:pb-24 {
        padding-bottom: 6rem
    }
    .lg\:pb-36 {
        padding-bottom: 9rem
    }
    .lg\:pb-8 {
        padding-bottom: 2rem
    }
    .lg\:pl-10 {
        padding-left: 2.5rem
    }
    .lg\:pl-4 {
        padding-left: 1rem
    }
    .lg\:pt-12 {
        padding-top: 3rem
    }
    .lg\:pt-16 {
        padding-top: 4rem
    }
    .lg\:pt-2 {
        padding-top: 0.5rem
    }
    .lg\:pt-24 {
        padding-top: 6rem
    }
    .lg\:pt-8 {
        padding-top: 2rem
    }
    .lg\:pt-\[200px\] {
        padding-top: 200px
    }
    .lg\:text-left {
        text-align: left
    }
    .lg\:text-\[16px\] {
        font-size: 16px
    }
    .lg\:text-\[22px\] {
        font-size: 22px
    }
}
@media (min-width: 1280px) {
    .xl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
    .xl\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem
    }
    .xl\:pl-10 {
        padding-left: 2.5rem
    }
    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
}
@media (min-width: 1536px) {
    .\32xl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
    .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))
    }
    .\32xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px
    }
    .\32xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}
