@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* Tailwind CSS */

/* ! tailwindcss v3.3.3 | 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: currentColor;
  /* 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

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

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

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

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

@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: 1150px){
  .container{
    max-width: 1150px;
  }
}

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

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

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

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

.visible{
  visibility: visible;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.block{
  display: block;
}

.table{
  display: table;
}

.hidden{
  display: none;
}

/* Your CSS Styles */

.header-nofp {
}

.header-cont-sticky{
  position: fixed;
  top: -80px;
  z-index: 40;
  display: flex;
  min-height: 80px;
  width: 100%;
  align-items: center;
  background-color: transparent;
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .header-cont-sticky{
    padding-bottom: 0px;
  }
}

.header-cont-sticky .header-cont{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: grid;
  width: 100%;
  max-width: 1300px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-cont-sticky .header-cont_menu{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-cont-sticky .header-cont_menu a{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(197 160 72 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.header-cont-sticky .header-cont_menu a img,
        .header-cont-sticky .header-cont_menu a svg{
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.header-cont-sticky .header-cont_menu a: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));
}

.header-cont-sticky .header-cont_menu a:hover img,
          .header-cont-sticky .header-cont_menu a:hover svg {
  transform: scale(1.08);
  filter: drop-shadow(
              0 5px 8px rgba(226, 186, 88, 0.35)
            );
}

.header-cont-sticky .header-cont_menu a:active{
  --tw-translate-y: 0px;
  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));
}

.header-cont-sticky .header-cont_menu a:active img,
          .header-cont-sticky .header-cont_menu a:active svg {
  transform: scale(1);
}

.header-cont-sticky .header-cont_logo{
  display: flex;
  justify-content: center;
}

.header-cont-sticky .header-cont_logo a{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.header-cont-sticky .header-cont_logo a img{
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.header-cont-sticky .header-cont_links{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}

.header-cont-sticky .header-cont_links__icons{
  display: flex;
  gap: 1rem;
}

.header-cont-sticky .header-cont_links__icons a{
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.header-cont-sticky .header-cont_links__icons a img{
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.header-cont-sticky .header-cont_links__icons a: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));
}

.header-cont-sticky .header-cont_links__icons a:hover img {
  transform: scale(1.08);
  filter: drop-shadow(
                0 5px 8px rgba(226, 186, 88, 0.35)
              );
}

.header-cont-sticky .header-cont_links__icons a:active{
  --tw-translate-y: 0px;
  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));
}

.header-cont-sticky .header-cont_links__icons a:active img {
  transform: scale(1);
}

.bg-header-motion{
  position: fixed;
  top: -70px !important;
  z-index: 40;
  display: flex;
  min-height: 80px;
  width: 100%;
  align-items: center;
  border-radius: 25px;
  background-color: transparent;
  padding-top: 1.25rem;
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px){
  .bg-header-motion{
    padding-bottom: 0px;
  }
}

@media (min-width: 640px){
  .bg-header-motion{
    --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);
  }
}

@media (min-width: 1024px){
  .bg-header-motion{
    top: -246px !important;
  }
}

.bg-header-motion .header-cont {
}

.header-cont-sticky.visible {
  top: 0px;
}

.menu-visible{
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0) !important;
  visibility: inherit !important;
  opacity: 100 !important;
}

.menu-mobile,
.menu-mobile-user{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100dvh;
  width: 100%;
  flex-direction: column;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 0px;
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  transform: translateX(-100%);
}

.menu-mobile .menu-mobile-cont, .menu-mobile-user .menu-mobile-cont{
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.header-fp{
  border-style: none !important;
}

body.menu-tiles-lock{
  overflow: hidden;
}

.menu-tiles{
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 60;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 31 / var(--tw-bg-opacity));
  opacity: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: opacity .35s ease, visibility 0s linear .7s, -webkit-clip-path .7s cubic-bezier(.76,0,.24,1);
  transition: clip-path .7s cubic-bezier(.76,0,.24,1), opacity .35s ease, visibility 0s linear .7s;
  transition: clip-path .7s cubic-bezier(.76,0,.24,1), opacity .35s ease, visibility 0s linear .7s, -webkit-clip-path .7s cubic-bezier(.76,0,.24,1);
}

.menu-tiles::-webkit-scrollbar{
  width: 0;
  height: 0;
  display: none;
}

.menu-tiles.is-open{
  visibility: visible;
  opacity: 1;
}

.header-cont-sticky.menu-tiles.is-open {
  top: 0px;
}

.menu-tiles.is-open{
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: opacity .3s ease, visibility 0s, -webkit-clip-path .7s cubic-bezier(.76,0,.24,1);
  transition: clip-path .7s cubic-bezier(.76,0,.24,1), opacity .3s ease, visibility 0s;
  transition: clip-path .7s cubic-bezier(.76,0,.24,1), opacity .3s ease, visibility 0s, -webkit-clip-path .7s cubic-bezier(.76,0,.24,1);
}

.menu-tiles .menu-tiles-close{
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 70;
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  background: rgba(255,255,255,.08);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition-delay: .45s;
}

.menu-tiles .menu-tiles-close:hover{
  --tw-rotate: 90deg;
  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));
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
  background: rgba(255,255,255,.14);
}

.menu-tiles.is-open .menu-tiles-close{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  opacity: 1;
}

.menu-tiles .menu-tiles-grid{
  display: grid;
  min-height: 100dvh;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1024px){
  .menu-tiles .menu-tiles-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.menu-tiles .menu-tiles-grid{
  grid-auto-rows: minmax(180px, 1fr);
}

.menu-tiles .menu-tile{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-decoration-line: none;
  opacity: 0;
  transform: translate3d(0, 48px, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  transition: opacity .55s ease, transform .7s cubic-bezier(.22,1,.36,1);
  transition-delay: calc(.28s + var(--i) * .07s);
}

.menu-tiles .menu-tile:before{
  content: '';
  position: absolute;
  inset: 0px;
  z-index: 10;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background: linear-gradient(180deg, rgba(18,18,31,.35) 0%, rgba(18,18,31,.55) 100%);
}

.menu-tiles .menu-tile:after{
  content: '';
  position: absolute;
  inset: 0px;
  z-index: 20;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  box-shadow: inset 0 0 0 2px rgba(226,186,88,.85);
}

.menu-tiles .menu-tile:hover:before{
  background: linear-gradient(180deg, rgba(18,18,31,.15) 0%, rgba(18,18,31,.45) 100%);
}

.menu-tiles .menu-tile:hover:after{
  opacity: 1;
}

.menu-tiles .menu-tile:hover .menu-tile-img img{
  transform: scale(1.08) translateZ(0);
}

.menu-tiles .menu-tile:hover .menu-tile-label{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
  letter-spacing: .16em;
}

.menu-tiles.is-open .menu-tile{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.menu-tiles.is-closing .menu-tile{
  transition-delay: 0s;
  transition-duration: .3s;
}

.menu-tiles .menu-tile-img{
  position: absolute;
  inset: 0px;
  display: block;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 46 / var(--tw-bg-opacity));
}

.menu-tiles .menu-tile-img img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.06) translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  transition: transform .9s cubic-bezier(.22,1,.36,1);
}

.menu-tiles.is-open .menu-tile-img img{
  transform: scale(1) translateZ(0);
}

.menu-tiles .menu-tile-label{
  position: relative;
  z-index: 30;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .menu-tiles .menu-tile-label{
    font-size: 34px;
  }
}

.menu-tiles .menu-tile-label{
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: .06em;
  text-shadow: 0 4px 18px rgba(0,0,0,.45);
}

@media (prefers-reduced-motion: reduce){
  .menu-tiles,
    .menu-tiles .menu-tile,
    .menu-tiles .menu-tile-img img{
    transition-duration: .01ms !important;
    transition-delay: 0s !important;
  }
}

@media (max-width: 1023px){
  .header-cont-sticky{
    min-height: 72px !important;
    padding: 0 12px !important;
  }

  .header-cont-sticky .header-cont{
    grid-template-columns: 44px minmax(0, 1fr) 44px !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }

  .header-cont-sticky .header-cont_menu{
    width: 44px;
  }

  .header-cont-sticky .header-cont_menu a{
    width: 40px;
    height: 40px;
  }

  .header-cont-sticky .header-cont_menu img,
            .header-cont-sticky .header-cont_menu svg{
    width: 29px !important;
    height: 29px !important;
  }

  .header-cont-sticky .header-cont_logo{
    min-width: 0;
  }

  .header-cont-sticky .header-cont_logo a{
    width: 100%;
  }

  .header-cont-sticky .header-cont_logo img{
    width: 138px !important;
    max-width: 100%;
    height: auto;
  }

  .header-cont-sticky .header-cont_links{
    justify-self: end;
    width: 44px;
    min-width: 44px;
    gap: 0 !important;
  }

  .header-cont-sticky .header-cont_links .btn,
            .header-cont-sticky .header-cont_links__icons{
    display: none !important;
  }

  .header-cont-sticky.bg-header-motion{
    min-height: 72px !important;
    padding-top: 0 !important;
    border-radius: 0 !important;
    background: rgba(18, 18, 31, .9) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .menu-tiles .menu-tiles-close{
    top: 1rem;
    right: 1rem;
    height: 2.5rem;
    width: 2.5rem;
  }

  .menu-tiles .menu-tiles-grid{
    grid-auto-rows: minmax(150px, 1fr);
  }

  .menu-tiles .menu-tile-label{
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 17px;
    line-height: 1.15;
    letter-spacing: .05em;
  }
}

.footer{
  margin-top: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 46 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .footer{
    padding-top: 5rem;
  }
}

.footer .footer-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer .footer-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px){
  .footer .footer-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .footer .footer-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    padding-bottom: 4rem;
  }
}

.footer .footer-about h3{
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .footer .footer-about h3{
    font-size: 28px;
  }
}

.footer .footer-about h3{
  font-family: 'Playfair Display', Georgia, serif;
}

.footer .footer-about p{
  margin: 0px;
  max-width: 280px;
  font-size: 15px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(169 170 187 / var(--tw-text-opacity));
}

.footer h4{
  margin-bottom: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer .footer-contact ul{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0px;
}

.footer .footer-contact li{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer .footer-contact .footer-ico{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

.footer .footer-contact a, .footer .footer-contact span:not(.footer-ico){
  font-size: 15px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(169 170 187 / var(--tw-text-opacity));
  text-decoration-line: none;
  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: 300ms;
}

.footer .footer-contact a:hover{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

.footer .footer-menu{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0px;
}

.footer .footer-menu a{
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(169 170 187 / var(--tw-text-opacity));
  text-decoration-line: none;
  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: 300ms;
}

.footer .footer-menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

.footer .footer-menu .current-menu-item a{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

.footer .footer-socials{
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer .footer-socials a{
  --tw-text-opacity: 1;
  color: rgb(169 170 187 / var(--tw-text-opacity));
  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: 300ms;
}

.footer .footer-socials a:hover{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

.footer .footer-map{
  overflow: hidden;
  border-radius: 0.125rem;
}

.footer .footer-map iframe{
  display: block;
  height: 150px;
  width: 100%;
  border-width: 0px;
  filter: grayscale(60%) opacity(.75);
}

.footer .footer-bottom{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 2rem;
}

@media (min-width: 1024px){
  .footer .footer-bottom{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer .footer-bottom{
  border-top: 1px solid rgba(255,255,255,.10);
}

.footer .footer-logos{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.footer .footer-logo{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 13px;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.footer .footer-logo img{
  max-height: 26px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer .footer-logo:hover{
  opacity: 0.8;
}

.footer .footer-copy{
  margin: 0px;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(124 125 145 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .footer .footer-copy{
    text-align: right;
  }
}

.fp-top{
  position: relative;
  overflow: hidden;
  height: clamp(640px, 100svh, 944px);
}

.fp-top > img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: none;
  -o-object-position: center;
  object-position: center;
}

.fp-top_title{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  --tw-translate-y: -50%;
  --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));
  padding-left: 2rem;
  padding-right: 2rem;
}

.fp-top_title h1{
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  line-height: 1.08;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(64px, 6.25vw, 96px);
}

.fp-top_title h2{
  text-align: center;
  font-family: "Calton Elegance Script", cursive;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
  margin-top: 8px;
  font-size: clamp(48px, 4.45vw, 68px);
}

.fp-top_title h3{
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
  margin-top: 16px;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.4;
}

.fp-top_arrow{
  position: absolute;
  bottom: 2.25rem;
  left: 50%;
  display: flex;
  height: 3rem;
  width: 3rem;
  --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));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fp-top_arrow:hover{
  bottom: 1.75rem;
}

.fp-top_arrow:focus-visible{
  border-radius: 9999px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(226 186 88 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: transparent;
}

@media (max-width: 767px){
  .fp-top{
    height: min(400px, 100svh);
    min-height: 620px;
    overflow: hidden;
  }

  .fp-top > img{
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .fp-top_title{
    width: 100%;
    padding: 0 20px;
  }

  .fp-top_title h1{
    font-size: clamp(42px, 12vw, 52px);
    line-height: 1.04;
  }

  .fp-top_title h2{
    margin-top: 10px;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1;
  }

  .fp-top_title h3{
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .08em;
  }

  .fp-top_arrow{
    bottom: 24px;
  }

  .fp-top_arrow svg{
    width: 28px;
    height: 28px;
  }
}

.fp-des{
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-margin-top: 72px;
}

.fp-des_img{
  margin-left: 1rem;
  margin-right: 1rem;
  width: 100%;
  max-width: 1300px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --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);
}

.fp-des_img img{
}

.fp-des_content{
  margin-top: 2rem;
  display: flex;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fp-des_content h3{
  width: 100%;
  max-width: 730px;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 48px;
  font-weight: 500;
  font-style: italic;
}

.fp-des_content p{
  margin-top: 2rem;
  width: 100%;
  max-width: 896px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.fp-des_content p strong{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

.fp-des_content img{
  margin-top: 2rem;
  height: 390px;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

@media (max-width: 767px){
  .fp-des{
    margin-top: 24px;
  }

  .fp-des_img{
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
  }

  .fp-des_img img{
    display: block;
    width: 100%;
    height: auto;
  }

  .fp-des_content{
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fp-des_content h3{
    font-size: 34px;
    line-height: 1.18;
  }

  .fp-des_content p{
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
  }

  .fp-des_content img{
    height: 230px;
    margin-top: 28px;
    border-radius: 8px;
  }
}

.fp-exp{
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding-bottom: 2rem;
  padding-top: 96px;
}

.fp-exp a{
  margin-top: 2.5rem;
  display: block;
}

.fp-exp_des{
  margin-bottom: 6rem;
  display: flex;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fp-exp_des h3{
  margin-bottom: 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 60px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

.fp-exp_des p{
  margin-top: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 101 / var(--tw-text-opacity));
}

.fp-exp_boxes{
  display: grid;
  width: 100%;
  max-width: 1300px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fp-exp_boxes__item{
  position: relative;
  height: 320px;
  overflow: hidden;
  border-radius: 0.375rem;
}

.fp-exp_boxes__item::before{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(40 45 42 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  content: "";
}

.fp-exp_boxes__item .item-img{
  height: 320px;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.fp-exp_boxes__item___des{
  position: absolute;
  bottom: 2.25rem;
  left: 0px;
  z-index: 20;
  display: flex;
  min-height: 100px;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.fp-exp_boxes__item___des img{
  height: 2.5rem;
  width: 2.5rem;
}

.fp-exp_boxes__item___des p{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .fp-exp{
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .fp-exp > a{
    width: calc(100% - 40px);
    margin-top: 32px;
  }

  .fp-exp_des{
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .fp-exp_des h3{
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 1.12;
  }

  .fp-exp_des p{
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.75;
  }

  .fp-exp_boxes{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .fp-exp_boxes__item{
    height: 230px;
  }

  .fp-exp_boxes__item .item-img{
    height: 230px;
  }

  .fp-exp_boxes__item___des{
    bottom: 14px;
    min-height: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .fp-exp_boxes__item___des img{
    width: 30px;
    height: 30px;
  }

  .fp-exp_boxes__item___des p{
    font-size: 14px;
    line-height: 1.25;
  }
}

@media (max-width: 359px){
  .fp-exp_boxes{
    grid-template-columns: 1fr;
  }
}

.fp-pack{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: flex;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fp-pack_des{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fp-pack_des h3{
  margin-bottom: 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 60px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

.fp-pack_des p{
  margin-top: 1.5rem;
  width: 100%;
  max-width: 520px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 101 / var(--tw-text-opacity));
}

.fp-pack_boxes{
  margin-top: 2.5rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px){
  .fp-pack_boxes{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .fp-pack_boxes{
    margin-top: 4rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.fp-pack_boxes__item{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.fp-pack_boxes__item:hover{
  box-shadow: 0 18px 40px rgba(26,26,46,.10);
  transform: translateY(-4px);
}

.fp-pack_boxes__item___img{
  height: 265px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fp-pack_boxes__item___des{
  padding: 1.5rem;
}

.fp-pack_boxes__item___des p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.fp-pack_boxes__item___des p strong{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.fp-pack_boxes__item___des h3{
  margin-top: 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 2rem;
}

.fp-pack_boxes__item___des____icons{
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}

.fp-pack_boxes__item___des____icons .icon-item{
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

@media (max-width: 767px){
  .fp-pack{
    margin-top: 0;
    padding: 64px 16px;
  }

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

  .fp-pack_des h3{
    margin-bottom: 14px;
    font-size: 36px;
    line-height: 1.12;
  }

  .fp-pack_des p{
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.75;
  }

  .fp-pack_boxes{
    gap: 24px;
    margin-top: 36px;
  }

  .fp-pack_boxes__item{
    padding-bottom: 0;
  }

  .fp-pack_boxes__item___img{
    height: 220px;
  }

  .fp-pack_boxes__item___des{
    padding: 20px;
  }

  .fp-pack_boxes__item___des h3{
    margin-top: 12px;
    font-size: 22px;
    line-height: 1.35;
  }

  .fp-pack_boxes__item___des____icons{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
  }

  .fp-pack_boxes__item___des____icons .icon-item{
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
    font-size: 11px;
    line-height: 1.35;
  }

  .fp-pack_boxes__item___des____icons .icon-item svg{
    flex: 0 0 auto;
    width: 20px;
    height: 18px;
  }
}

.fp-opinion{
  margin-top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 46 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .fp-opinion{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.fp-opinion .swiper-opinion{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fp-opinion .swiper-opinion .swiper-wrapper{
  align-items: stretch;
}

.fp-opinion .swiper-opinion .swiper-slide{
  display: grid;
  height: auto;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .fp-opinion .swiper-opinion .swiper-slide{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}

.fp-opinion .swiper-opinion .slide-box-left,
        .fp-opinion .swiper-opinion .slide-box-right{
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.fp-opinion .swiper-opinion .swiper-slide-active .slide-box-left,
            .fp-opinion .swiper-opinion .swiper-slide-active .slide-box-right{
  opacity: 1;
}

.fp-opinion .swiper-opinion .slide-box-left{
  height: 100%;
  width: 100%;
}

.fp-opinion .swiper-opinion .slide-box-left img{
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 25px 60px rgba(0,0,0,.45);
}

.fp-opinion .swiper-opinion .slide-box-right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.fp-opinion .swiper-opinion .slide-box-right svg{
  margin-bottom: 2rem;
}

.fp-opinion .swiper-opinion .slide-box-right h3{
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-style: italic;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .fp-opinion .swiper-opinion .slide-box-right h3{
    font-size: 40px;
  }
}

.fp-opinion .swiper-opinion .slide-box-right h3{
  font-family: 'Playfair Display', Georgia, serif;
}

.fp-opinion .swiper-opinion .slide-box-right .opinion-des{
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.9;
  --tw-text-opacity: 1;
  color: rgb(197 198 208 / var(--tw-text-opacity));
}

.fp-opinion .swiper-opinion .slide-box-right .opinion-sign{
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}

.fp-opinion .swiper-opinion .slide-box-right .opinion-sign .gold-line-two{
  width: 2px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(226 186 88 / var(--tw-bg-opacity));
}

.fp-opinion .swiper-opinion .slide-box-right .opinion-sign span{
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-opinion .swiper-opinion .slide-box-right .opinion-sign span strong{
  margin-top: 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

.fp-opinion .swiper-opinion .slide-box-right a{
  margin-top: 2.5rem;
  display: inline-flex;
  width: 100%;
  max-width: 320px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 186 88 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
  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: 300ms;
}

.fp-opinion .swiper-opinion .slide-box-right a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 186 88 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .fp-opinion{
    margin-top: 0;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .fp-opinion .swiper-opinion{
    padding-left: 16px;
    padding-right: 16px;
  }

  .fp-opinion .swiper-opinion .swiper-slide{
    gap: 30px;
  }

  .fp-opinion .swiper-opinion .slide-box-left{
    height: 250px;
  }

  .fp-opinion .swiper-opinion .slide-box-left img{
    border-radius: 8px;
  }

  .fp-opinion .swiper-opinion .slide-box-right svg{
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
  }

  .fp-opinion .swiper-opinion .slide-box-right h3{
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 1.25;
  }

  .fp-opinion .swiper-opinion .slide-box-right .opinion-des{
    font-size: 15px;
    line-height: 1.75;
  }

  .fp-opinion .swiper-opinion .slide-box-right .opinion-sign{
    margin-top: 24px;
  }

  .fp-opinion .swiper-opinion .slide-box-right a{
    max-width: none;
    margin-top: 32px;
    padding: 15px 20px;
  }
}

.fp-location{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.fp-location .fp-location-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fp-location .fp-location-head{
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 1024px){
  .fp-location .fp-location-head{
    margin-bottom: 4rem;
  }
}

.fp-location .fp-location-head h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .fp-location .fp-location-head h2{
    font-size: 52px;
  }
}

.fp-location .fp-location-head h2{
  font-family: 'Playfair Display', Georgia, serif;
}

.fp-location .fp-location-head .section-line{
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  display: block;
  height: 3px;
  width: 120px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 186 88 / var(--tw-bg-opacity));
}

.fp-location .fp-location-head p{
  max-width: 900px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .fp-location .fp-location-head p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.fp-location .fp-location-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .fp-location .fp-location-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}

.fp-location .fp-location-map{
  height: 360px;
  min-height: 360px;
  --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);
}

@media (min-width: 1024px){
  .fp-location .fp-location-map{
    height: 100%;
  }
}

.fp-location .fp-location-map iframe{
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 0px;
  --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);
  box-shadow: 0 18px 45px rgba(26,26,46,.12);
}

.fp-location .fp-location-info h3{
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .fp-location .fp-location-info h3{
    font-size: 28px;
  }
}

.fp-location .fp-location-info h3{
  font-family: 'Playfair Display', Georgia, serif;
}

.fp-location .fp-location-list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1.75rem;
  padding: 0px;
}

.fp-location .fp-location-list li{
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.fp-location .fp-location-list .location-ico{
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 33554400px;
  background-color: #E2BA581A;
}

.fp-location .fp-location-list .location-ico img{
  height: 1.5rem;
  width: 1.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fp-location .fp-location-list .location-txt h4{
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

.fp-location .fp-location-list .location-txt p{
  margin: 0px;
  font-size: 15px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

.fp-location .fp-location-adr{
  margin-top: 2.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 1024px){
  .fp-location .fp-location-adr{
    padding: 2rem;
  }
}

.fp-location .fp-location-adr p{
  margin: 0px;
  font-size: 15px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(54 65 83 / var(--tw-text-opacity));
}

.fp-location .fp-location-adr strong{
  display: block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

.fp-location .fp-location-adr a{
  --tw-text-opacity: 1;
  color: rgb(54 65 83 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
  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: 300ms;
}

.fp-location .fp-location-adr a:hover{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .fp-location{
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .fp-location .fp-location-inner{
    padding-left: 16px;
    padding-right: 16px;
  }

  .fp-location .fp-location-head{
    margin-bottom: 40px;
  }

  .fp-location .fp-location-head h2{
    font-size: 36px;
    line-height: 1.15;
  }

  .fp-location .fp-location-head .section-line{
    width: 88px;
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .fp-location .fp-location-head p{
    font-size: 15px;
    line-height: 1.7;
  }

  .fp-location .fp-location-grid{
    gap: 36px;
  }

  .fp-location .fp-location-map{
    height: 300px;
    min-height: 300px;
  }

  .fp-location .fp-location-info h3{
    margin-bottom: 26px;
    font-size: 27px;
    line-height: 1.25;
  }

  .fp-location .fp-location-list{
    gap: 24px;
  }

  .fp-location .fp-location-list li{
    gap: 14px;
  }

  .fp-location .fp-location-list .location-ico{
    width: 44px;
    height: 44px;
  }

  .fp-location .fp-location-adr{
    margin-top: 32px;
    padding: 20px;
  }
}

.fp-contact{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.fp-contact .fp-contact-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.fp-contact .fp-contact-head{
  margin-bottom: 3.5rem;
  text-align: center;
}

@media (min-width: 1024px){
  .fp-contact .fp-contact-head{
    margin-bottom: 5rem;
  }
}

.fp-contact .fp-contact-head h2{
  margin: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(27 58 49 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .fp-contact .fp-contact-head h2{
    font-size: 46px;
  }
}

.fp-contact .fp-contact-head h2{
  font-family: 'Playfair Display', Georgia, serif;
}

.fp-contact .fp-contact-head h2 strong, .fp-contact .fp-contact-head h2 em, .fp-contact .fp-contact-head h2 span{
  font-weight: 400;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(201 162 39 / var(--tw-text-opacity));
}

.fp-contact .fp-contact-head p{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 0px;
  max-width: 620px;
  font-size: 1rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

.fp-contact .fp-contact-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 3rem;
}

@media (min-width: 1024px){
  .fp-contact .fp-contact-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem;
  }
}

.fp-contact .fp-contact-info h3{
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(27 58 49 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .fp-contact .fp-contact-info h3{
    font-size: 30px;
  }
}

.fp-contact .fp-contact-info h3{
  font-family: 'Playfair Display', Georgia, serif;
}

.fp-contact .fp-contact-info > p{
  margin-bottom: 2.5rem;
  font-size: 15px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

.fp-contact .fp-contact-list{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0px;
}

.fp-contact .fp-contact-list li{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.fp-contact .fp-contact-list .contact-ico{
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 243 / var(--tw-bg-opacity));
}

.fp-contact .fp-contact-list .contact-ico img{
  height: 1.25rem;
  width: 1.25rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fp-contact .fp-contact-list .contact-label{
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(138 138 153 / var(--tw-text-opacity));
}

.fp-contact .fp-contact-list .contact-value,
        .fp-contact .fp-contact-list a{
  display: block;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(27 58 49 / var(--tw-text-opacity));
  text-decoration-line: none;
  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: 300ms;
}

.fp-contact .fp-contact-list a:hover{
  --tw-text-opacity: 1;
  color: rgb(201 162 39 / var(--tw-text-opacity));
}

.fp-contact .fp-contact-form .form-row{
  margin-bottom: 1rem;
}

.fp-contact .fp-contact-form .form-row-half{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 640px){
  .fp-contact .fp-contact-form .form-row-half{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.fp-contact .fp-contact-form .form-row-submit{
  margin-top: 1.5rem;
}

.fp-contact .fp-contact-form .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
}

.fp-contact .fp-contact-form input[type="text"],
        .fp-contact .fp-contact-form input[type="email"],
        .fp-contact .fp-contact-form input[type="tel"],
        .fp-contact .fp-contact-form input[type="date"],
        .fp-contact .fp-contact-form input[type="number"],
        .fp-contact .fp-contact-form textarea{
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 248 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(27 58 49 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.fp-contact .fp-contact-form input[type="text"]::-moz-placeholder, .fp-contact .fp-contact-form input[type="email"]::-moz-placeholder, .fp-contact .fp-contact-form input[type="tel"]::-moz-placeholder, .fp-contact .fp-contact-form input[type="date"]::-moz-placeholder, .fp-contact .fp-contact-form input[type="number"]::-moz-placeholder, .fp-contact .fp-contact-form textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(154 154 168 / var(--tw-text-opacity));
}

.fp-contact .fp-contact-form input[type="text"]::placeholder,.fp-contact .fp-contact-form input[type="email"]::placeholder,.fp-contact .fp-contact-form input[type="tel"]::placeholder,.fp-contact .fp-contact-form input[type="date"]::placeholder,.fp-contact .fp-contact-form input[type="number"]::placeholder,.fp-contact .fp-contact-form textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(154 154 168 / var(--tw-text-opacity));
}

.fp-contact .fp-contact-form input[type="text"]:focus,.fp-contact .fp-contact-form input[type="email"]:focus,.fp-contact .fp-contact-form input[type="tel"]:focus,.fp-contact .fp-contact-form input[type="date"]:focus,.fp-contact .fp-contact-form input[type="number"]:focus,.fp-contact .fp-contact-form textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(201 162 39 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 0 0 3px rgba(201,162,39,.12);
}

.fp-contact .fp-contact-form textarea{
  height: 150px;
  resize: none;
}

.fp-contact .fp-contact-form input[type="date"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fp-contact .fp-contact-form .wpcf7-submit{
  width: 100%;
  cursor: pointer;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 39 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 300ms;
}

.fp-contact .fp-contact-form .wpcf7-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(176 143 31 / var(--tw-bg-opacity));
}

.fp-contact .fp-contact-form .wpcf7-not-valid{
  --tw-border-opacity: 1;
  border-color: rgb(209 67 67 / var(--tw-border-opacity));
}

.fp-contact .fp-contact-form .wpcf7-not-valid-tip{
  margin-top: 0.5rem;
  display: block;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(209 67 67 / var(--tw-text-opacity));
}

.fp-contact .fp-contact-form .wpcf7-response-output{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1.5rem;
  display: block;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 233 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

.fp-contact .fp-contact-form .wpcf7-spinner{
  display: none;
}

.fp-contact .fp-contact-form form.submitting .wpcf7-submit{
  pointer-events: none;
  opacity: 0.6;
}

.section-head{
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 1024px){
  .section-head{
    margin-bottom: 4rem;
  }
}

.section-head h2{
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .section-head h2{
    font-size: 52px;
  }
}

.section-head h2{
  font-family: 'Playfair Display', Georgia, serif;
}

.section-head .section-line{
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: block;
  height: 3px;
  width: 120px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 186 88 / var(--tw-bg-opacity));
}

.section-head p{
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .section-head p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.post-cat{
  display: inline-block;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(197 160 72 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.post-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px){
  .post-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .post-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.post-card{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.post-card:hover{
  box-shadow: 0 18px 40px rgba(26,26,46,.10);
}

.post-card:hover h3 a{
  --tw-text-opacity: 1;
  color: rgb(197 160 72 / var(--tw-text-opacity));
}

.post-card .post-card-img{
  display: block;
  height: 240px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
}

.post-card .post-card-img img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.post-card:hover .post-card-img img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.post-card .post-card-body{
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

.post-card .post-card-meta{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.post-card .post-card-meta .post-date{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(138 138 153 / var(--tw-text-opacity));
}

.post-card h3{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.375;
}

@media (min-width: 1024px){
  .post-card h3{
    font-size: 22px;
  }
}

.post-card h3{
  font-family: 'Playfair Display', Georgia, serif;
}

.post-card h3 a{
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
  text-decoration-line: none;
  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: 300ms;
}

.post-card p{
  margin: 0px;
  font-size: 15px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

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

.fp-blog .fp-blog-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 767px){
  .fp-blog{
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .fp-blog .fp-blog-inner{
    padding-left: 16px;
    padding-right: 16px;
  }

  .fp-blog .section-head{
    margin-bottom: 36px;
  }

  .fp-blog .section-head h2{
    font-size: 36px;
    line-height: 1.15;
  }

  .fp-blog .section-head .section-line{
    width: 88px;
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .fp-blog .section-head p{
    font-size: 15px;
    line-height: 1.7;
  }

  .fp-blog .post-grid{
    gap: 24px;
  }

  .fp-blog .post-card .post-card-img{
    height: 215px;
  }

  .fp-blog .post-card .post-card-body{
    padding: 20px;
  }
}

.blog-archive .blog-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.blog-archive .blog-head{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 4rem;
  text-align: center;
}

@media (min-width: 1024px){
  .blog-archive .blog-head{
    padding-top: 15rem;
  }
}

.blog-archive .blog-head h1, .blog-archive .blog-head h2{
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .blog-archive .blog-head h1, .blog-archive .blog-head h2{
    font-size: 48px;
  }
}

.blog-archive .blog-head h1, .blog-archive .blog-head h2{
  font-family: 'Playfair Display', Georgia, serif;
}

.blog-archive .blog-head p{
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

.blog-archive .blog-body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px){
  .blog-archive .blog-body{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.blog-archive .blog-filters{
  margin-bottom: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.blog-archive .blog-filters a{
  display: inline-block;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 245 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
  text-decoration-line: none;
  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: 300ms;
}

.blog-archive .blog-filters a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 238 / var(--tw-bg-opacity));
}

.blog-archive .blog-filters a.is-active{
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-archive .blog-featured{
  margin-bottom: 4rem;
}

.blog-archive .blog-featured .blog-featured-label{
  margin-bottom: 1rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(138 138 153 / var(--tw-text-opacity));
}

.blog-archive .blog-featured .blog-featured-box{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 250 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .blog-archive .blog-featured .blog-featured-box{
    grid-template-columns: 1.15fr 1fr;
  }
}

.blog-archive .blog-featured .blog-featured-img{
  display: block;
  height: 280px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1024px){
  .blog-archive .blog-featured .blog-featured-img{
    height: 420px;
  }
}

.blog-archive .blog-featured .blog-featured-img img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-archive .blog-featured .blog-featured-txt{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
}

@media (min-width: 1024px){
  .blog-archive .blog-featured .blog-featured-txt{
    padding: 3rem;
  }
}

.blog-archive .blog-featured .blog-featured-txt h2{
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.375;
}

@media (min-width: 1024px){
  .blog-archive .blog-featured .blog-featured-txt h2{
    font-size: 32px;
  }
}

.blog-archive .blog-featured .blog-featured-txt h2{
  font-family: 'Playfair Display', Georgia, serif;
}

.blog-archive .blog-featured .blog-featured-txt h2 a{
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
  text-decoration-line: none;
  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: 300ms;
}

.blog-archive .blog-featured .blog-featured-txt h2 a:hover{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

.blog-archive .blog-featured .blog-featured-txt p{
  margin: 0px;
  font-size: 15px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

.blog-archive .blog-featured .blog-featured-meta{
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(138 138 153 / var(--tw-text-opacity));
}

.blog-archive .blog-featured .blog-more{
  margin-top: 1.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.blog-archive .blog-featured .blog-more:after{
  content: '\2192';
}

.blog-archive .blog-featured .blog-more:hover{
  gap: 0.75rem;
}

.blog-archive .blog-pagination{
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
}

.blog-archive .blog-pagination .page-numbers{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-flex;
  height: 42px;
  min-width: 42px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 245 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
  text-decoration-line: none;
  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: 300ms;
}

.blog-archive .blog-pagination .page-numbers:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 238 / var(--tw-bg-opacity));
}

.blog-archive .blog-pagination .page-numbers.current{
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-archive .blog-empty{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

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

.single-post .wp-caption{
  width: 100% !important;
}

.single-post .wp-caption p{
  text-align: center !important;
}

.single-post .post-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px){
  .single-post .post-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .single-post .post-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.single-post .single-post-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 760px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.single-post .single-post-head{
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .single-post .single-post-head{
    padding-top: 240px;
  }
}

.single-post .single-post-head .post-cat{
  margin-bottom: 1.5rem;
}

.single-post .single-post-head h1{
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .single-post .single-post-head h1{
    font-size: 60px;
  }
}

.single-post .single-post-head h1{
  font-family: 'Playfair Display', Georgia, serif;
}

.single-post .single-post-meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(138 138 153 / var(--tw-text-opacity));
}

.single-post .single-post-meta span{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.single-post .single-post-meta svg{
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(197 160 72 / var(--tw-text-opacity));
}

.single-post .single-post-img{
  width: 100%;
}

.single-post .single-post-img img{
  display: block;
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1024px){
  .single-post .single-post-img img{
    height: 540px;
  }
}

.single-post .single-post-body{
  padding-top: 3rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .single-post .single-post-body{
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.single-post .single-post-lead{
  margin-bottom: 3rem;
  font-size: 16px;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(61 61 78 / var(--tw-text-opacity));
}

.single-post .single-post-content{
  font-size: 15px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

.single-post .single-post-content h2{
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .single-post .single-post-content h2{
    font-size: 36px;
  }
}

.single-post .single-post-content h2{
  font-family: 'Playfair Display', Georgia, serif;
}

.single-post .single-post-content h3{
  margin-top: 2.25rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
  font-family: 'Playfair Display', Georgia, serif;
}

.single-post .single-post-content p{
  margin-bottom: 1.5rem;
}

.single-post .single-post-content a{
  --tw-text-opacity: 1;
  color: rgb(201 162 39 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.single-post .single-post-content ul{
  margin: 0px;
  margin-bottom: 2rem;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0px;
}

.single-post .single-post-content ul li{
  position: relative;
  padding-left: 1.5rem;
}

.single-post .single-post-content ul li:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  height: 7px;
  width: 7px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(197 160 72 / var(--tw-bg-opacity));
}

.single-post .single-post-content ol{
  margin: 0px;
  margin-bottom: 2rem;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0px;
  counter-reset: lv-counter;
}

.single-post .single-post-content ol li{
  position: relative;
  padding-left: 3rem;
  counter-increment: lv-counter;
}

.single-post .single-post-content ol li:before{
  content: counter(lv-counter);
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(197 160 72 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-post .single-post-content ol li strong{
  margin-bottom: 0.25rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

.single-post .single-post-content blockquote{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(226 186 88 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 250 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 20px;
  font-style: italic;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(61 61 78 / var(--tw-text-opacity));
  font-family: 'Playfair Display', Georgia, serif;
}

.single-post .single-post-content blockquote p{
  margin: 0px;
}

.single-post .single-post-content figure{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: 0px;
  margin-right: 0px;
}

.single-post .single-post-content figure img{
  display: block;
  height: auto;
  width: 100%;
}

.single-post .single-post-content figure figcaption{
  margin-top: 0.75rem;
  text-align: center;
  font-size: 13px;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(138 138 153 / var(--tw-text-opacity));
}

.single-post .single-post-content img{
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: auto;
  width: 100%;
}

.single-post .single-post-back{
  margin-top: 3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.single-post .single-post-back:before{
  content: '\2190';
}

.single-post .single-post-back:hover{
  gap: 0.75rem;
}

.single-post .single-post-related{
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .single-post .single-post-related{
    padding-bottom: 6rem;
  }
}

.single-post .single-post-related .single-post-related-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 760px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.single-post .single-post-related h2{
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .single-post .single-post-related h2{
    font-size: 32px;
  }
}

.single-post .single-post-related h2{
  font-family: 'Playfair Display', Georgia, serif;
}

.page-hero{
  position: relative;
  display: flex;
  height: 400px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 1024px){
  .page-hero{
    height: 700px;
  }
}

.page-hero__image{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-hero__overlay{
  position: absolute;
  inset: 0px;
  background: rgba(18, 18, 31, .43);
}

.page-hero__content{
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-hero__content h1{
  width: 100%;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .page-hero__content h1{
    font-size: 56px;
  }
}

@media (min-width: 1024px){
  .page-hero__content h1{
    font-size: 72px;
  }
}

.page-hero__content h1{
  text-shadow: 0 3px 18px rgba(0, 0, 0, .28);
}

.page-hero__cta{
  margin-top: 2.5rem;
  display: inline-flex;
  height: 3.5rem;
  min-width: 260px;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 186 88 / var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px){
  .page-hero__cta{
    height: 4rem;
    min-width: 308px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.page-hero__cta: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));
  --tw-bg-opacity: 1;
  background-color: rgb(226 186 88 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

.page-hero__scroll{
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 10;
  --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));
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.page-hero__scroll:hover{
  transform: translate(-50%, 6px);
}

.rooms-page{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

.rooms-page .rooms-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.rooms-intro{
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .rooms-intro{
    padding-top: 68px;
    padding-bottom: 2.5rem;
  }
}

.rooms-intro__head{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.rooms-intro__head h2{
  width: 100%;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
}

@media (min-width: 640px){
  .rooms-intro__head h2{
    font-size: 48px;
  }
}

@media (min-width: 1024px){
  .rooms-intro__head h2{
    font-size: 52px;
  }
}

.rooms-intro__head h3{
  margin-top: 1.75rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1024px){
  .rooms-intro__head h3{
    margin-top: 2rem;
    font-size: 40px;
  }
}

.rooms-intro__lead{
  margin-top: 1.25rem;
  width: 100%;
  max-width: 900px;
  font-size: 15px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 101 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .rooms-intro__lead{
    font-size: 16px;
    line-height: 1.75;
  }
}

.rooms-intro__lead p{
  margin: 0px;
}

.rooms-intro__closing{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  max-width: 820px;
  text-align: center;
  font-size: 15px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(209 169 62 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .rooms-intro__closing{
    margin-top: 5rem;
    font-size: 17px;
  }
}

.rooms-intro__closing p{
  margin: 0px;
}

.rooms-benefits{
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 640px){
  .rooms-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .rooms-benefits{
    margin-top: 3.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.75rem;
  }
}

.rooms-benefit{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.rooms-benefit__icon{
  display: flex;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(203 164 62 / var(--tw-bg-opacity));
}

.rooms-benefit__icon img{
  height: 2rem;
  width: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rooms-benefit h4{
  margin-top: 1.75rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1024px){
  .rooms-benefit h4{
    font-size: 21px;
  }
}

.rooms-benefit p{
  margin-top: 1rem;
  max-width: 270px;
  font-size: 14px;
  line-height: 1.65;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

.rooms-packages{
  padding-bottom: 1.75rem;
}

@media (min-width: 1024px){
  .rooms-packages{
    padding-bottom: 3rem;
  }
}

.rooms-packages .fp-pack{
  margin-top: 0px;
}

.rooms-packages .fp-pack_des{
  display: none;
}

.rooms-packages .fp-pack_boxes{
  margin-top: 0px;
}

.rooms-safety{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  text-align: center;
}

@media (min-width: 1024px){
  .rooms-safety{
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}

.rooms-safety h2{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1024px){
  .rooms-safety h2{
    font-size: 52px;
  }
}

.rooms-safety__text{
  margin-top: 1.75rem;
  font-size: 15px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .rooms-safety__text{
    font-size: 17px;
  }
}

.rooms-safety__text p + p{
  margin-top: 0.5rem;
}

.rooms-safety__text strong{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 65 83 / var(--tw-text-opacity));
}

.rooms-location .fp-location{
  padding-top: 2rem;
}

@media (min-width: 1024px){
  .rooms-location .fp-location{
    padding-top: 3rem;
  }
}

.page-template-rooms-page .header-cont-sticky{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-template-rooms-page .header-cont-sticky .header-cont{
    margin-top: 0.75rem;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-template-rooms-page .header-cont-sticky .header-cont_logo img{
    width: 150px;
  }

  .page-template-rooms-page .header-cont-sticky .header-cont_links{
    gap: 0px;
  }

  .page-template-rooms-page .header-cont-sticky .header-cont_links .btn{
    display: none;
  }

  .page-template-rooms-page .header-cont-sticky .header-cont_links__icons{
    display: none;
  }

  .page-template-rooms-page .header-cont-sticky .header-cont_menu svg,
        .page-template-rooms-page .header-cont-sticky .header-cont_menu img{
    height: 2rem;
    width: 2rem;
  }

  .rooms-hero .page-hero__image{
    -o-object-position: top;
    object-position: top;
  }

  .rooms-intro__head h2{
    max-width: 350px;
    font-size: 36px;
    overflow-wrap: anywhere;
  }

  .page-hero__content h1{
    max-width: 350px;
    overflow-wrap: anywhere;
  }

  .rooms-intro__lead br,
    .rooms-safety__text br{
    display: none;
  }
}

.events-page{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

.events-page .events-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1236px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.events-hero .page-hero__image{
  -o-object-position: top;
  object-position: top;
}

.events-intro{
  padding-top: 4rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .events-intro{
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.events-intro__inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.events-intro h2{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 640px){
  .events-intro h2{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .events-intro h2{
    font-size: 48px;
  }
}

.events-intro__text{
  margin-top: 1rem;
  max-width: 730px;
  font-size: 15px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(54 65 83 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .events-intro__text{
    margin-top: 0.75rem;
    font-size: 18px;
    line-height: 1.45;
  }
}

.events-intro__text p{
  margin: 0px;
}

.events-intro__desktop-break{
  display: none;
}

@media (min-width: 1024px){
  .events-intro__desktop-break{
    display: block;
  }
}

.events-offer{
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .events-offer{
    padding-bottom: 4rem;
  }
}

.events-offer__item{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px){
  .events-offer__item{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px;
  }
}

.events-offer__item + .events-offer__item{
  margin-top: 4rem;
}

@media (min-width: 1024px){
  .events-offer__item + .events-offer__item{
    margin-top: 3.5rem;
  }

  .events-offer__item--image-left .events-offer__content{
    padding-left: 1.25rem;
  }

  .events-offer__item--image-right .events-offer__media{
    order: 2;
  }

  .events-offer__item--image-right .events-offer__content{
    order: 1;
  }
}

.events-offer__media{
  height: 310px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 640px){
  .events-offer__media{
    height: 410px;
  }
}

@media (min-width: 1024px){
  .events-offer__media{
    height: 476px;
  }
}

.events-offer__media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.events-offer__content{
  max-width: 556px;
}

.events-offer__content h2{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.18;
}

@media (min-width: 640px){
  .events-offer__content h2{
    font-size: 38px;
  }
}

@media (min-width: 1024px){
  .events-offer__content h2{
    font-size: 48px;
  }
}

.events-offer__subtitle{
  margin-top: 0.5rem;
  margin-bottom: 0px;
  font-family: "Calton Elegance Script", cursive;
  font-size: 38px;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .events-offer__subtitle{
    font-size: 58px;
  }
}

.events-offer__text{
  margin-top: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(74 85 101 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .events-offer__text{
    font-size: 18px;
  }
}

.events-offer__text p{
  margin: 0px;
}

.events-offer__text strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(54 65 83 / var(--tw-text-opacity));
}

.events-closing{
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media (min-width: 1024px){
  .events-closing{
    padding-top: 74px;
    padding-bottom: 74px;
  }
}

.events-closing__inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.events-closing h2{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 640px){
  .events-closing h2{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .events-closing h2{
    font-size: 48px;
  }
}

.events-closing__text{
  margin-top: 1.25rem;
  max-width: 880px;
  font-size: 15px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .events-closing__text{
    font-size: 18px;
  }
}

.events-closing__text p{
  margin: 0px;
}

.events-closing__accent{
  margin-top: 2.5rem;
  max-width: 880px;
  font-size: 15px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(90 90 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .events-closing__accent{
    margin-top: 2rem;
    font-size: 16px;
  }
}

.events-closing__accent p{
  margin: 0px;
}

.events-contact .fp-contact{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .events-contact .fp-contact{
    padding-top: 70px;
    padding-bottom: 88px;
  }
}

.events-location .fp-location{
  padding-top: 3.5rem;
}

@media (min-width: 1024px){
  .events-location .fp-location{
    padding-top: 72px;
  }
}

.page-template-events-page .header-cont-sticky{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-template-events-page .header-cont-sticky .header-cont{
    margin-top: 0.75rem;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-template-events-page .header-cont-sticky .header-cont_logo img{
    width: 150px;
  }

  .page-template-events-page .header-cont-sticky .header-cont_links{
    gap: 0px;
  }

  .page-template-events-page .header-cont-sticky .header-cont_links .btn,
            .page-template-events-page .header-cont-sticky .header-cont_links__icons{
    display: none;
  }

  .page-template-events-page .header-cont-sticky .header-cont_menu svg,
        .page-template-events-page .header-cont-sticky .header-cont_menu img{
    height: 2rem;
    width: 2rem;
  }

  .events-hero .page-hero__image{
    -o-object-position: top;
    object-position: top;
  }

  .events-offer__content{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.attractions-page{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

.attractions-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1452px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.page-hero__subtitle{
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: .16em;
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .page-hero__subtitle{
    font-size: 22px;
  }
}

.attractions-hero .page-hero__overlay{
  background:rgba(28,45,57,.55);
}

.attractions-hero .page-hero__cta{
  margin-top: 2.5rem;
}

.attractions-intro{
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  text-align: center;
}

@media (min-width: 1024px){
  .attractions-intro{
    padding-top: 58px;
    padding-bottom: 54px;
  }
}

.attractions-intro .attractions-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.attractions-intro h2{
  max-width: 760px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.18;
}

@media (min-width: 1024px){
  .attractions-intro h2{
    font-size: 48px;
  }
}

.attractions-intro__text{
  margin-top: 1.5rem;
  max-width: 950px;
  font-size: 15px;
  line-height: 1.55;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .attractions-intro__text{
    font-size: 17px;
  }
}

.attractions-intro__text p{
  margin: 0px;
}

.attractions-list{
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .attractions-list{
    padding-bottom: 5rem;
  }
}

.attraction-group{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px){
  .attraction-group{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.attraction-group + .attraction-group{
  margin-top: 4rem;
}

@media (min-width: 1024px){
  .attraction-group + .attraction-group{
    margin-top: 84px;
  }

  .attraction-group--right .attraction-group__image{
    order: 2;
  }

  .attraction-group--right .attraction-group__content{
    order: 1;
  }
}

.attraction-group__image{
  height: 320px;
  overflow: hidden;
}

@media (min-width: 640px){
  .attraction-group__image{
    height: 430px;
  }
}

@media (min-width: 1024px){
  .attraction-group__image{
    height: 438px;
  }
}

.attraction-group__image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.attraction-group__content{
  width: 100%;
}

.attraction-group header{
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.attraction-group__icon{
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 237 / var(--tw-bg-opacity));
}

.attraction-group__icon img{
  height: 2rem;
  width: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.attraction-group h2{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1024px){
  .attraction-group h2{
    font-size: 36px;
  }
}

.attraction-group header p{
  margin-top: 0.25rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.attraction-group__places{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.attraction-place{
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 229 232 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px){
  .attraction-place{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.attraction-place__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.attraction-place h3{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .attraction-place h3{
    font-size: 18px;
  }
}

.attraction-place span{
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(89 98 115 / var(--tw-text-opacity));
}

.attraction-place span::first-letter{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

.attraction-place p{
  margin-top: 0.5rem;
  font-size: 14px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .attraction-place p{
    font-size: 15px;
  }
}

.attractions-contact .fp-contact{
  padding-top: 3rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .attractions-contact .fp-contact{
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.attractions-location .fp-location{
  padding-top: 3.5rem;
}

@media (min-width: 1024px){
  .attractions-location .fp-location{
    padding-top: 4rem;
  }
}

.page-template-attractions-page .header-cont-sticky{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

@media(max-width:767px){
  .page-template-attractions-page .header-cont-sticky .header-cont{
    margin-top: 0.75rem;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-template-attractions-page .header-cont-sticky .header-cont_logo img{
    width: 150px;
  }

  .page-template-attractions-page .header-cont-sticky .header-cont_links{
    gap: 0px;
  }

  .page-template-attractions-page .header-cont-sticky .header-cont_links .btn,.page-template-attractions-page .header-cont-sticky .header-cont_links__icons{
    display: none;
  }

  .page-template-attractions-page .header-cont-sticky .header-cont_menu svg,.page-template-attractions-page .header-cont-sticky .header-cont_menu img{
    height: 2rem;
    width: 2rem;
  }

  .attractions-hero .page-hero__image{
    -o-object-position:top;
    object-position:top;
  }

  .attraction-group__image{
    order: 1;
  }

  .attraction-group__content{
    order: 2;
  }
}

.attraction-place__head span{
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.tavern-page{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 24 43 / var(--tw-text-opacity));
}

.tavern-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1260px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.tavern-hero .page-hero__image{
  -o-object-position: top;
  object-position: top;
}

.tavern-hero .page-hero__overlay{
  background:rgba(12,12,18,.43);
}

.tavern-intro{
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  text-align: center;
}

@media (min-width: 1024px){
  .tavern-intro{
    padding-top: 50px;
    padding-bottom: 52px;
  }
}

.tavern-intro h2{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1024px){
  .tavern-intro h2{
    font-size: 45px;
  }
}

.tavern-intro__quote{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 1220px;
  font-size: 28px;
  line-height: 1.12;
  --tw-text-opacity: 1;
  color: rgb(98 106 121 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .tavern-intro__quote{
    font-size: 28px;
  }
}

.tavern-intro__quote{
  font-family: "rollerscript-rough", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tavern-intro__quote p{
  margin: 0px;
}

.tavern-intro__text{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 850px;
  font-size: 15px;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .tavern-intro__text{
    font-size: 17px;
  }
}

.tavern-intro__text p{
  margin: 0px;
}

.tavern-sections{
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .tavern-sections{
    padding-bottom: 4rem;
  }
}

.tavern-feature{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px){
  .tavern-feature{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px;
  }
}

.tavern-feature + .tavern-feature{
  margin-top: 4rem;
}

@media (min-width: 1024px){
  .tavern-feature + .tavern-feature{
    margin-top: 86px;
  }

  .tavern-feature--right .tavern-feature__media{
    order: 2;
  }

  .tavern-feature--right .tavern-feature__content{
    order: 1;
  }
}

.tavern-feature__media{
  height: 330px;
  overflow: hidden;
}

@media (min-width: 640px){
  .tavern-feature__media{
    height: 430px;
  }
}

@media (min-width: 1024px){
  .tavern-feature__media{
    height: 448px;
  }
}

.tavern-feature__media img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tavern-feature__content{
  max-width: 500px;
}

.tavern-feature__content h2{
  margin-bottom: 0.75rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1024px){
  .tavern-feature__content h2{
    font-size: 43px;
  }
}

.tavern-feature__content >div{
  font-size: 15px;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .tavern-feature__content >div{
    font-size: 17px;
  }
}

.tavern-feature__content p{
  margin: 0px;
}

.tavern-feature__content p+p{
  margin-top: 1.75rem;
}

.tavern-feature__content strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(82 90 105 / var(--tw-text-opacity));
}

.tavern-gallery{
  padding-top: 1.25rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .tavern-gallery{
    padding-bottom: 5rem;
  }
}

.tavern-gallery h2{
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
}

@media (min-width: 1024px){
  .tavern-gallery h2{
    font-size: 48px;
  }
}

.tavern-gallery__grid{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px){
  .tavern-gallery__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.tavern-gallery__grid a{
  display: block;
  height: 190px;
  overflow: hidden;
}

@media (min-width: 1024px){
  .tavern-gallery__grid a{
    height: 225px;
  }
}

.tavern-gallery__grid img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.tavern-gallery__grid a:hover img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.tavern-contact .fp-contact{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .tavern-contact .fp-contact{
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.tavern-location .fp-location{
  padding-top: 3.5rem;
}

@media (min-width: 1024px){
  .tavern-location .fp-location{
    padding-top: 4rem;
  }
}

.page-template-tavern-page .header-cont-sticky{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

@media(max-width:767px){
  .page-template-tavern-page .header-cont-sticky .header-cont{
    margin-top: 0.75rem;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-template-tavern-page .header-cont-sticky .header-cont_logo img{
    width: 150px;
  }

  .page-template-tavern-page .header-cont-sticky .header-cont_links{
    gap: 0px;
  }

  .page-template-tavern-page .header-cont-sticky .header-cont_links .btn,.page-template-tavern-page .header-cont-sticky .header-cont_links__icons{
    display: none;
  }

  .page-template-tavern-page .header-cont-sticky .header-cont_menu svg,.page-template-tavern-page .header-cont-sticky .header-cont_menu img{
    height: 2rem;
    width: 2rem;
  }

  .tavern-intro br,.tavern-feature br{
    display: none;
  }

  .tavern-feature__media{
    order: 1;
  }

  .tavern-feature__content{
    order: 2;
  }
}

.sport-page{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 24 43 / var(--tw-text-opacity));
}

.sport-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1260px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sport-hero .page-hero__image{
  -o-object-position: top;
  object-position: top;
}

.sport-hero .page-hero__overlay{
  background:rgba(41,30,22,.48);
}

.sport-intro{
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

@media (min-width: 1024px){
  .sport-intro{
    padding-top: 52px;
    padding-bottom: 58px;
  }
}

.sport-intro .sport-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sport-intro h2{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1024px){
  .sport-intro h2{
    font-size: 46px;
  }
}

.sport-intro__text{
  margin-top: 0.75rem;
  max-width: 920px;
  font-size: 15px;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .sport-intro__text{
    font-size: 17px;
  }
}

.sport-intro__text p{
  margin: 0px;
}

.sport-intro__text p+p{
  margin-top: 1.75rem;
}

.sport-objects{
  padding-bottom: 3rem;
  text-align: center;
}

@media (min-width: 1024px){
  .sport-objects{
    padding-bottom: 54px;
  }
}

.sport-objects header h2{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
}

@media (min-width: 1024px){
  .sport-objects header h2{
    font-size: 46px;
  }
}

.sport-objects header p{
  margin-top: 0.25rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .sport-objects header p{
    font-size: 17px;
  }
}

.sport-tabs{
  margin-top: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sport-tabs a{
  min-width: 128px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(79 88 104 / var(--tw-text-opacity));
  text-decoration-line: none;
  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;
}

.sport-tabs a:hover,.sport-tabs a.is-active{
  --tw-bg-opacity: 1;
  background-color: rgb(208 168 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sport-features{
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px){
  .sport-features{
    padding-bottom: 4rem;
  }
}

.sport-feature{
  display: grid;
  scroll-margin-top: 6rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px){
  .sport-feature{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px;
  }
}

.sport-feature+.sport-feature{
  margin-top: 4rem;
}

@media (min-width: 1024px){
  .sport-feature+.sport-feature{
    margin-top: 84px;
  }

  .sport-feature--right .sport-feature__media{
    order: 2;
  }

  .sport-feature--right .sport-feature__content{
    order: 1;
  }
}

.sport-feature__media{
  height: 340px;
  overflow: hidden;
}

@media (min-width: 640px){
  .sport-feature__media{
    height: 440px;
  }
}

@media (min-width: 1024px){
  .sport-feature__media{
    height: 510px;
  }
}

.sport-feature__media img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sport-feature__content{
  max-width: 500px;
}

.sport-feature__content h2{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1024px){
  .sport-feature__content h2{
    font-size: 44px;
  }
}

.sport-feature__subtitle{
  margin-top: 0.25rem;
  font-size: 15px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .sport-feature__subtitle{
    font-size: 17px;
  }
}

.sport-feature__text{
  margin-top: 1.75rem;
  font-size: 15px;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .sport-feature__text{
    font-size: 17px;
  }
}

.sport-feature__text p{
  margin: 0px;
}

.sport-feature__text p+p{
  margin-top: 1.75rem;
}

.sport-feature__text ul{
  margin-top: 1rem;
  list-style-type: none;
  padding-left: 0px;
}

.sport-feature__text li{
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.sport-feature__text li::before{
  content:'•';
  position: absolute;
  left: 0px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(208 168 62 / var(--tw-text-opacity));
}

.sport-feature__text strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(79 88 104 / var(--tw-text-opacity));
}

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

@media (min-width: 1024px){
  .sport-gallery{
    padding-bottom: 6rem;
  }
}

.sport-gallery h2{
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
}

@media (min-width: 1024px){
  .sport-gallery h2{
    font-size: 48px;
  }
}

.sport-gallery__grid{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px){
  .sport-gallery__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.sport-gallery__grid a{
  display: block;
  height: 175px;
  overflow: hidden;
}

@media (min-width: 1024px){
  .sport-gallery__grid a{
    height: 200px;
  }
}

.sport-gallery__grid img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.sport-gallery__grid a:hover img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.sport-contact .fp-contact{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .sport-contact .fp-contact{
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.sport-location .fp-location{
  padding-top: 3.5rem;
}

@media (min-width: 1024px){
  .sport-location .fp-location{
    padding-top: 4rem;
  }
}

.page-template-sport-page .header-cont-sticky{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

@media(max-width:767px){
  .page-template-sport-page .header-cont-sticky .header-cont{
    margin-top: 0.75rem;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-template-sport-page .header-cont-sticky .header-cont_logo img{
    width: 150px;
  }

  .page-template-sport-page .header-cont-sticky .header-cont_links{
    gap: 0px;
  }

  .page-template-sport-page .header-cont-sticky .header-cont_links .btn,.page-template-sport-page .header-cont-sticky .header-cont_links__icons{
    display: none;
  }

  .page-template-sport-page .header-cont-sticky .header-cont_menu svg,.page-template-sport-page .header-cont-sticky .header-cont_menu img{
    height: 2rem;
    width: 2rem;
  }

  .sport-tabs{
    justify-content: flex-start;
    overflow-x: auto;
  }

  .sport-tabs a{
    min-width: 110px;
  }

  .sport-feature__media{
    order: 1;
  }

  .sport-feature__content{
    order: 2;
  }
}

.spa-page{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

.spa-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1236px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.spa-hero .page-hero__image{
  -o-object-position: top;
  object-position: top;
}

.spa-hero .page-hero__overlay{
  background: rgba(16, 33, 45, .43);
}

.spa-hero .page-hero__subtitle{
  text-transform: none;
  letter-spacing: .08em;
}

.spa-intro{
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .spa-intro{
    padding-top: 72px;
    padding-bottom: 92px;
  }
}

.spa-intro__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 3rem;
}

@media (min-width: 1024px){
  .spa-intro__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 92px;
  }
}

.spa-intro__media{
  position: relative;
  height: 390px;
}

@media (min-width: 640px){
  .spa-intro__media{
    height: 500px;
  }
}

@media (min-width: 1024px){
  .spa-intro__media{
    height: 510px;
  }
}

.spa-intro__image{
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.spa-intro__image--back{
  left: 0px;
  top: 0px;
  height: 72%;
  width: 72%;
}

.spa-intro__image--front{
  right: 0px;
  bottom: 0px;
  height: 64%;
  width: 68%;
}

@media (min-width: 1024px){
  .spa-intro__content{
    padding-right: 1.5rem;
  }
}

.spa-intro__content h2{
  max-width: 520px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.08;
}

@media (min-width: 640px){
  .spa-intro__content h2{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .spa-intro__content h2{
    font-size: 50px;
  }
}

.spa-intro__text{
  margin-top: 1.25rem;
  font-size: 15px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .spa-intro__text{
    font-size: 17px;
  }
}

.spa-intro__text p{
  margin: 0px;
}

.spa-intro__text p + p{
  margin-top: 1.75rem;
}

.spa-offer{
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .spa-offer{
    padding-bottom: 94px;
  }
}

.spa-feature{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

@media (min-width: 1024px){
  .spa-feature{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px;
  }
}

.spa-feature + .spa-feature{
  margin-top: 4rem;
}

@media (min-width: 1024px){
  .spa-feature + .spa-feature{
    margin-top: 84px;
  }

  .spa-feature--right .spa-feature__media{
    order: 2;
  }

  .spa-feature--right .spa-feature__content{
    order: 1;
  }
}

.spa-feature__media{
  height: 300px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 640px){
  .spa-feature__media{
    height: 380px;
  }
}

@media (min-width: 1024px){
  .spa-feature__media{
    height: 360px;
  }
}

.spa-feature__media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.spa-feature__content{
  max-width: 520px;
}

.spa-feature__content h2{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.12;
}

@media (min-width: 640px){
  .spa-feature__content h2{
    font-size: 40px;
  }
}

@media (min-width: 1024px){
  .spa-feature__content h2{
    font-size: 46px;
  }
}

.spa-feature__text{
  margin-top: 0.75rem;
  font-size: 15px;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .spa-feature__text{
    font-size: 17px;
  }
}

.spa-feature__text p{
  margin: 0px;
}

.spa-feature__cta{
  margin-top: 1.75rem;
  display: inline-flex;
  height: 58px;
  min-width: 250px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 173 62 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
  --tw-text-opacity: 1;
  color: rgb(209 163 54 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.spa-feature__cta: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));
  --tw-bg-opacity: 1;
  background-color: rgb(217 173 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.spa-contact .fp-contact{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .spa-contact .fp-contact{
    padding-top: 70px;
    padding-bottom: 88px;
  }
}

.spa-location .fp-location{
  padding-top: 3.5rem;
}

@media (min-width: 1024px){
  .spa-location .fp-location{
    padding-top: 72px;
  }
}

.page-template-spa-page .header-cont-sticky{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-template-spa-page .header-cont-sticky .header-cont{
    margin-top: 0.75rem;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-template-spa-page .header-cont-sticky .header-cont_logo img{
    width: 150px;
  }

  .page-template-spa-page .header-cont-sticky .header-cont_links{
    gap: 0px;
  }

  .page-template-spa-page .header-cont-sticky .header-cont_links .btn,
            .page-template-spa-page .header-cont-sticky .header-cont_links__icons{
    display: none;
  }

  .page-template-spa-page .header-cont-sticky .header-cont_menu svg,
        .page-template-spa-page .header-cont-sticky .header-cont_menu img{
    height: 2rem;
    width: 2rem;
  }

  .spa-hero .page-hero__image{
    -o-object-position: top;
    object-position: top;
  }

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

  .spa-feature__media{
    order: 1;
  }

  .spa-feature__content{
    order: 2;
  }
}

.weddings-page{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

.weddings-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1236px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.weddings-hero .page-hero__image{
  -o-object-position: top;
  object-position: top;
}

.weddings-hero .page-hero__overlay{
  background: rgba(20, 19, 18, .48);
}

.weddings-hero .page-hero__subtitle{
  max-width: 1220px;
  text-transform: none;
  letter-spacing: .11em;
}

.weddings-intro{
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .weddings-intro{
    padding-top: 68px;
    padding-bottom: 58px;
  }
}

.weddings-why{
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .weddings-why{
    padding-bottom: 72px;
  }
}

.weddings-split{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2.25rem;
}

@media (min-width: 1024px){
  .weddings-split{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px;
  }

  .weddings-split--reverse .weddings-split__media{
    order: 2;
  }

  .weddings-split--reverse .weddings-split__content{
    order: 1;
  }
}

.weddings-split__media{
  height: 360px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 640px){
  .weddings-split__media{
    height: 500px;
  }
}

@media (min-width: 1024px){
  .weddings-split__media{
    height: 590px;
  }
}

.weddings-split__media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.weddings-split__content{
  max-width: 530px;
}

.weddings-split__content h2{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.08;
}

@media (min-width: 640px){
  .weddings-split__content h2{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .weddings-split__content h2{
    font-size: 50px;
  }
}

.weddings-split__text{
  margin-top: 1.25rem;
  font-size: 15px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .weddings-split__text{
    font-size: 17px;
  }
}

.weddings-split__text p{
  margin: 0px;
}

.weddings-cta{
  margin-top: 1.75rem;
  display: inline-flex;
  height: 58px;
  min-width: 260px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 173 62 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
  --tw-text-opacity: 1;
  color: rgb(209 163 54 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.weddings-cta: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));
  --tw-bg-opacity: 1;
  background-color: rgb(217 173 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.weddings-why__points{
  margin-top: 1.25rem;
  list-style-type: none;
  padding-left: 0px;
  font-size: 15px;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .weddings-why__points{
    font-size: 17px;
  }
}

.weddings-why__points li{
  position: relative;
  padding-left: 1.25rem;
}

.weddings-why__points li + li{
  margin-top: 1.25rem;
}

.weddings-why__points li::before{
  content: '';
  position: absolute;
  left: 0px;
  top: 9px;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 168 62 / var(--tw-bg-opacity));
}

.weddings-why__points strong{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(79 88 104 / var(--tw-text-opacity));
}

.weddings-why__points p{
  margin: 0px;
}

.weddings-why__closing{
  margin-top: 1.5rem;
}

.weddings-included{
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .weddings-included{
    padding-bottom: 86px;
  }
}

.weddings-included h2{
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 640px){
  .weddings-included h2{
    font-size: 42px;
  }
}

@media (min-width: 1024px){
  .weddings-included h2{
    font-size: 48px;
  }
}

.weddings-included__grid{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  display: grid;
  max-width: 980px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  row-gap: 1.75rem;
}

@media (min-width: 768px){
  .weddings-included__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .weddings-included__grid{
    margin-top: 3rem;
    row-gap: 2rem;
  }
}

.weddings-included__item{
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 1.25rem;
}

.weddings-included__item img{
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.weddings-included__item p{
  margin: 0px;
  font-size: 15px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .weddings-included__item p{
    font-size: 16px;
  }
}

.weddings-gallery{
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .weddings-gallery{
    padding-bottom: 80px;
  }

  .weddings-gallery--second{
    padding-top: 0.25rem;
  }
}

.weddings-gallery h2{
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1024px){
  .weddings-gallery h2{
    font-size: 48px;
  }
}

.weddings-gallery__grid{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px){
  .weddings-gallery__grid{
    margin-top: 2.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.weddings-gallery__grid a{
  display: block;
  height: 170px;
  overflow: hidden;
}

@media (min-width: 640px){
  .weddings-gallery__grid a{
    height: 220px;
  }
}

@media (min-width: 1024px){
  .weddings-gallery__grid a{
    height: 225px;
  }
}

.weddings-gallery__grid img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.weddings-gallery__grid a:hover img{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.weddings-contact .fp-contact{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .weddings-contact .fp-contact{
    padding-top: 70px;
    padding-bottom: 88px;
  }
}

.weddings-location .fp-location{
  padding-top: 3.5rem;
}

@media (min-width: 1024px){
  .weddings-location .fp-location{
    padding-top: 72px;
  }
}

.page-template-weddings-page .header-cont-sticky{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-template-weddings-page .header-cont-sticky .header-cont{
    margin-top: 0.75rem;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-template-weddings-page .header-cont-sticky .header-cont_logo img{
    width: 150px;
  }

  .page-template-weddings-page .header-cont-sticky .header-cont_links{
    gap: 0px;
  }

  .page-template-weddings-page .header-cont-sticky .header-cont_links .btn,
            .page-template-weddings-page .header-cont-sticky .header-cont_links__icons{
    display: none;
  }

  .page-template-weddings-page .header-cont-sticky .header-cont_menu svg,
        .page-template-weddings-page .header-cont-sticky .header-cont_menu img{
    height: 2rem;
    width: 2rem;
  }

  .weddings-hero .page-hero__image{
    -o-object-position: top;
    object-position: top;
  }

  .weddings-hero .page-hero__subtitle{
    font-size: 14px;
    line-height: 1.5rem;
    letter-spacing: .05em;
  }

  .weddings-split__media{
    order: 1;
  }

  .weddings-split__content{
    order: 2;
  }

  .weddings-included__item{
    gap: 1rem;
  }
}

.recovery-page{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

.recovery-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1236px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.recovery-hero .page-hero__image{
  -o-object-position: top;
  object-position: top;
}

.recovery-hero .page-hero__overlay{
  background: rgba(14, 33, 47, .43);
}

.recovery-hero .page-hero__subtitle{
  max-width: 1120px;
  text-transform: none;
  line-height: 1.45;
  letter-spacing: .11em;
}

.recovery-intro{
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  text-align: center;
}

@media (min-width: 1024px){
  .recovery-intro{
    padding-top: 72px;
    padding-bottom: 82px;
  }
}

.recovery-intro__inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recovery-intro h2{
  max-width: 680px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.14;
}

@media (min-width: 640px){
  .recovery-intro h2{
    font-size: 43px;
  }
}

@media (min-width: 1024px){
  .recovery-intro h2{
    font-size: 50px;
  }
}

.recovery-intro__text{
  margin-top: 1.75rem;
  max-width: 870px;
  font-size: 15px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .recovery-intro__text{
    font-size: 17px;
  }
}

.recovery-intro__text p{
  margin: 0px;
}

.recovery-intro__text p + p{
  margin-top: 2rem;
}

.recovery-title-line{
  margin-top: 1.25rem;
  display: block;
  height: 3px;
  width: 96px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 168 62 / var(--tw-bg-opacity));
}

.recovery-section-head{
  text-align: center;
}

.recovery-section-head h2{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 640px){
  .recovery-section-head h2{
    font-size: 43px;
  }
}

@media (min-width: 1024px){
  .recovery-section-head h2{
    font-size: 48px;
  }
}

.recovery-section-head p{
  margin-top: 0.5rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .recovery-section-head p{
    font-size: 17px;
  }
}

.recovery-technologies{
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 247 / var(--tw-bg-opacity));
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .recovery-technologies{
    padding-top: 70px;
    padding-bottom: 92px;
  }
}

.recovery-technologies__grid{
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.75rem;
}

@media (min-width: 768px){
  .recovery-technologies__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .recovery-technologies__grid{
    margin-top: 3rem;
    gap: 2rem;
  }
}

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

.recovery-technology__media{
  position: relative;
  height: 300px;
  overflow: hidden;
}

@media (min-width: 640px){
  .recovery-technology__media{
    height: 380px;
  }
}

@media (min-width: 768px){
  .recovery-technology__media{
    height: 300px;
  }
}

@media (min-width: 1024px){
  .recovery-technology__media{
    height: 360px;
  }
}

.recovery-technology__media::after{
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 50%;
  background: linear-gradient(to top, rgba(10, 12, 18, .68), transparent);
}

.recovery-technology__media img{
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recovery-technology__media h3{
  position: absolute;
  left: 1.5rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 10;
  margin: 0px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .recovery-technology__media h3{
    font-size: 31px;
  }
}

.recovery-technology__text{
  min-height: 168px;
  padding: 1.5rem;
  font-size: 15px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .recovery-technology__text{
    font-size: 16px;
  }
}

.recovery-technology__text p{
  margin: 0px;
}

.recovery-benefits{
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 1024px){
  .recovery-benefits{
    padding-top: 82px;
    padding-bottom: 80px;
  }
}

.recovery-benefits__grid{
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 768px){
  .recovery-benefits__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .recovery-benefits__grid{
    margin-top: 74px;
    gap: 3rem;
  }
}

.recovery-benefit{
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 238 232 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

@media (min-width: 1024px){
  .recovery-benefit{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.recovery-benefit{
  box-shadow: 0 16px 38px rgba(28, 30, 42, .035);
}

@media (min-width: 768px){
  .recovery-benefit:nth-child(2){
    margin-top: 60px;
  }

  .recovery-benefit:nth-child(3){
    margin-top: 120px;
  }
}

.recovery-benefit__icon{
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 168 62 / var(--tw-bg-opacity));
}

.recovery-benefit__icon img{
  height: 2rem;
  width: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.recovery-benefit h3{
  margin-top: 1.5rem;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1024px){
  .recovery-benefit h3{
    font-size: 30px;
  }
}

.recovery-benefit ul{
  margin-top: 1.25rem;
  width: 100%;
  list-style-type: none;
  padding: 0px;
}

.recovery-benefit li{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 14px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .recovery-benefit li{
    font-size: 15px;
  }
}

.recovery-benefit li + li{
  margin-top: 0.75rem;
}

.recovery-benefit li img{
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.recovery-contact .fp-contact{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .recovery-contact .fp-contact{
    padding-top: 70px;
    padding-bottom: 88px;
  }
}

.recovery-location .fp-location{
  padding-top: 3.5rem;
}

@media (min-width: 1024px){
  .recovery-location .fp-location{
    padding-top: 72px;
  }
}

.page-template-recovery-page .header-cont-sticky{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-template-recovery-page .header-cont-sticky .header-cont{
    margin-top: 0.75rem;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-template-recovery-page .header-cont-sticky .header-cont_logo img{
    width: 150px;
  }

  .page-template-recovery-page .header-cont-sticky .header-cont_links{
    gap: 0px;
  }

  .page-template-recovery-page .header-cont-sticky .header-cont_links .btn,
            .page-template-recovery-page .header-cont-sticky .header-cont_links__icons{
    display: none;
  }

  .page-template-recovery-page .header-cont-sticky .header-cont_menu svg,
        .page-template-recovery-page .header-cont-sticky .header-cont_menu img{
    height: 2rem;
    width: 2rem;
  }

  .recovery-hero .page-hero__image{
    -o-object-position: top;
    object-position: top;
  }

  .recovery-hero .page-hero__subtitle{
    font-size: 14px;
    line-height: 1.5rem;
    letter-spacing: .04em;
  }
}

.contact-page{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
}

.contact-page-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1236px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.contact-hero .page-hero__image{
  -o-object-position: center 53%;
  object-position: center 53%;
}

.contact-hero .page-hero__overlay{
  background: rgba(8, 28, 43, .48);
}

.contact-hero .page-hero__subtitle{
  max-width: 1080px;
  text-transform: none;
  line-height: 1.45;
  letter-spacing: .1em;
}

.contact-details{
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .contact-details{
    padding-top: 72px;
    padding-bottom: 90px;
  }
}

.contact-details__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}

@media (min-width: 640px){
  .contact-details__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 1024px){
  .contact-details__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.contact-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-card__line{
  display: block;
  height: 3px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(201 161 68 / var(--tw-bg-opacity));
}

.contact-card__icon{
  margin-top: 1.75rem;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 168 62 / var(--tw-bg-opacity));
}

.contact-card__icon img{
  height: 2rem;
  width: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-card h2{
  margin-top: 1.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1024px){
  .contact-card h2{
    font-size: 28px;
  }
}

.contact-card__content{
  margin-top: 0.75rem;
  font-size: 14px;
  line-height: 1.65;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .contact-card__content{
    font-size: 15px;
  }
}

.contact-card__content p{
  margin: 0px;
}

.contact-card__content p + p{
  margin-top: 1rem;
}

.contact-card__content a{
  --tw-text-opacity: 1;
  color: rgb(198 160 68 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.contact-card__content a:hover{
  text-decoration-line: underline;
}

.contact-section-head{
  text-align: center;
}

.contact-section-head h2{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 640px){
  .contact-section-head h2{
    font-size: 43px;
  }
}

@media (min-width: 1024px){
  .contact-section-head h2{
    font-size: 48px;
  }
}

.contact-section-head p{
  margin-top: 0.5rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .contact-section-head p{
    font-size: 17px;
  }
}

.contact-directions{
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .contact-directions{
    padding-bottom: 96px;
  }
}

.contact-directions__map{
  margin-top: 2.5rem;
  height: 360px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .contact-directions__map{
    height: 460px;
  }
}

@media (min-width: 1024px){
  .contact-directions__map{
    margin-top: 68px;
    height: 570px;
  }
}

.contact-directions__map iframe,
        .contact-directions__map img{
  display: block;
  height: 100%;
  width: 100%;
  border-width: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-faq{
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 247 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px){
  .contact-faq{
    padding-top: 88px;
    padding-bottom: 104px;
  }
}

.contact-faq__grid{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: grid;
  max-width: 1050px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 2.5rem;
}

@media (min-width: 768px){
  .contact-faq__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .contact-faq__grid{
    margin-top: 58px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    row-gap: 3rem;
  }
}

.contact-faq__item h3{
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 1024px){
  .contact-faq__item h3{
    font-size: 24px;
  }
}

.contact-faq__item div{
  margin-top: 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .contact-faq__item div{
    font-size: 17px;
  }
}

.contact-faq__item p{
  margin: 0px;
}

.contact-page-form .fp-contact{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .contact-page-form .fp-contact{
    padding-top: 70px;
    padding-bottom: 88px;
  }
}

.contact-page-location .fp-location{
  padding-top: 3.5rem;
}

@media (min-width: 1024px){
  .contact-page-location .fp-location{
    padding-top: 72px;
  }
}

.page-template-contact-page .header-cont-sticky{
  --tw-text-opacity: 1;
  color: rgb(226 186 88 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-template-contact-page .header-cont-sticky .header-cont{
    margin-top: 0.75rem;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-template-contact-page .header-cont-sticky .header-cont_logo img{
    width: 150px;
  }

  .page-template-contact-page .header-cont-sticky .header-cont_links{
    gap: 0px;
  }

  .page-template-contact-page .header-cont-sticky .header-cont_links .btn,
            .page-template-contact-page .header-cont-sticky .header-cont_links__icons{
    display: none;
  }

  .page-template-contact-page .header-cont-sticky .header-cont_menu svg,
        .page-template-contact-page .header-cont-sticky .header-cont_menu img{
    height: 2rem;
    width: 2rem;
  }

  .contact-hero .page-hero__image{
    -o-object-position: 49% center;
    object-position: 49% center;
  }

  .contact-hero .page-hero__subtitle{
    font-size: 14px;
    line-height: 1.5rem;
    letter-spacing: .04em;
  }
}

/*
 * Wspolny rytm RWD dla wszystkich widokow.
 * Reguly sa ladowane po stylach podstron, aby mobilne odstepy i breakpointy
 * pozostawaly spojne niezaleznie od szablonu.
 */

@media (max-width: 1023px){
  .rooms-inner,
    .events-inner,
    .attractions-inner,
    .tavern-inner,
    .sport-inner,
    .spa-inner,
    .weddings-inner,
    .recovery-inner,
    .contact-page-inner,
    .fp-contact .fp-contact-inner,
    .fp-location .fp-location-inner,
    .fp-blog .fp-blog-inner{
    padding-left: 28px;
    padding-right: 28px;
  }

  .page-hero{
    height: 520px;
  }

  .page-hero__content{
    padding-left: 28px;
    padding-right: 28px;
  }

  .page-hero__content h1{
    max-width: 720px;
    font-size: clamp(44px, 7vw, 56px);
  }

  .events-offer__media,
    .attraction-group__image,
    .tavern-feature__media,
    .sport-feature__media,
    .spa-feature__media,
    .weddings-split__media{
    height: clamp(360px, 52vw, 460px);
  }
}

@media (max-width: 767px){
  .rooms-inner,
    .events-inner,
    .attractions-inner,
    .tavern-inner,
    .sport-inner,
    .spa-inner,
    .weddings-inner,
    .recovery-inner,
    .contact-page-inner,
    .fp-contact .fp-contact-inner,
    .fp-location .fp-location-inner,
    .fp-blog .fp-blog-inner{
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-hero{
    height: clamp(420px, 62svh, 520px);
    min-height: 420px;
  }

  .page-hero__content{
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-hero__content h1{
    max-width: 350px;
    font-size: clamp(35px, 10vw, 42px);
    line-height: 1.12;
    overflow-wrap: normal;
  }

  .page-hero__subtitle{
    max-width: 340px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: .05em;
  }

  .page-hero__cta{
    width: min(100%, 300px);
    min-width: 0;
    height: 54px;
    margin-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .page-hero__scroll{
    bottom: 22px;
  }

  .rooms-intro{
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .rooms-intro__head h2{
    font-size: 34px;
    line-height: 1.16;
  }

  .rooms-intro__head h3{
    margin-top: 24px;
    font-size: 29px;
  }

  .rooms-intro__lead,
    .rooms-intro__closing{
    line-height: 1.7;
  }

  .rooms-intro__closing{
    margin-top: 40px;
  }

  .rooms-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 36px;
    margin-top: 44px;
  }

  .rooms-benefit__icon{
    width: 68px;
    height: 68px;
  }

  .rooms-benefit h4{
    margin-top: 20px;
    font-size: 18px;
  }

  .rooms-benefit p{
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.6;
  }

  .rooms-packages{
    padding-bottom: 48px;
  }

  .rooms-safety{
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .rooms-safety h2{
    font-size: 34px;
  }

  .events-intro,
    .attractions-intro,
    .tavern-intro,
    .sport-intro,
    .weddings-intro{
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .events-intro h2,
    .attractions-intro h2,
    .tavern-intro h2,
    .sport-intro h2{
    font-size: 33px;
    line-height: 1.18;
  }

  .events-intro__text,
    .attractions-intro__text,
    .tavern-intro__text,
    .sport-intro__text{
    margin-top: 20px;
    line-height: 1.7;
  }

  .events-offer,
    .attractions-list,
    .tavern-sections,
    .sport-features{
    padding-bottom: 56px;
  }

  .events-offer__item,
    .attraction-group,
    .tavern-feature,
    .sport-feature,
    .spa-feature,
    .weddings-split{
    gap: 28px;
  }

  .events-offer__item + .events-offer__item,
    .attraction-group + .attraction-group,
    .tavern-feature + .tavern-feature,
    .sport-feature + .sport-feature,
    .spa-feature + .spa-feature{
    margin-top: 56px;
  }

  .events-offer__media,
    .attraction-group__image,
    .tavern-feature__media,
    .sport-feature__media,
    .spa-feature__media{
    height: 300px;
  }

  .events-offer__content,
    .attraction-group__content,
    .tavern-feature__content,
    .sport-feature__content,
    .spa-feature__content,
    .weddings-split__content{
    max-width: none;
  }

  .events-offer__content h2,
    .tavern-feature__content h2,
    .sport-feature__content h2,
    .spa-feature__content h2,
    .weddings-split__content h2{
    font-size: 32px;
    line-height: 1.16;
  }

  .events-offer__text,
    .tavern-feature__content > div,
    .sport-feature__text,
    .spa-feature__text,
    .weddings-split__text{
    font-size: 15px;
    line-height: 1.65;
  }

  .events-offer__subtitle{
    margin-top: 8px;
    font-size: 40px;
  }

  .events-closing{
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .events-closing h2,
    .sport-objects header h2,
    .tavern-gallery h2,
    .sport-gallery h2,
    .weddings-included h2,
    .weddings-gallery h2{
    font-size: 34px;
    line-height: 1.18;
  }

  .attraction-group + .attraction-group{
    margin-top: 64px;
  }

  .attraction-group header{
    gap: 14px;
    margin-bottom: 24px;
  }

  .attraction-group__icon{
    width: 50px;
    height: 50px;
  }

  .attraction-group h2{
    font-size: 28px;
  }

  .attraction-group__places{
    gap: 14px;
  }

  .attraction-place{
    padding: 18px;
    border-radius: 10px;
  }

  .attraction-place__head{
    gap: 10px;
  }

  .attraction-place span{
    font-size: 12px;
  }

  .tavern-intro__quote{
    margin-top: 18px;
    font-size: 25px;
    line-height: 1.15;
  }

  .tavern-gallery,
    .sport-gallery,
    .weddings-gallery{
    padding-top: 0;
    padding-bottom: 56px;
  }

  .tavern-gallery__grid,
    .sport-gallery__grid,
    .weddings-gallery__grid{
    gap: 12px;
    margin-top: 28px;
  }

  .tavern-gallery__grid a,
    .sport-gallery__grid a,
    .weddings-gallery__grid a{
    height: 170px;
  }

  .sport-objects{
    padding-bottom: 48px;
  }

  .sport-tabs{
    justify-content: flex-start;
    margin-top: 28px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .sport-tabs::-webkit-scrollbar{
    display: none;
  }

  .sport-tabs a{
    min-width: 108px;
    padding: 11px 16px;
    white-space: nowrap;
  }

  .sport-feature__text{
    margin-top: 20px;
  }

  .spa-intro{
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .spa-intro__grid{
    gap: 36px;
  }

  .spa-intro__media{
    height: 350px;
  }

  .spa-intro__content h2{
    max-width: none;
    font-size: 34px;
    line-height: 1.14;
  }

  .spa-intro__text{
    line-height: 1.65;
  }

  .spa-offer{
    padding-bottom: 64px;
  }

  .spa-feature__cta,
    .weddings-cta{
    width: min(100%, 290px);
    min-width: 0;
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .weddings-split__media{
    height: 320px;
  }

  .weddings-why,
    .weddings-included{
    padding-bottom: 64px;
  }

  .weddings-included__grid{
    gap: 24px;
    margin-top: 36px;
  }

  .weddings-included__item{
    min-height: 42px;
  }

  .weddings-included__item img{
    width: 36px;
    height: 36px;
  }

  .recovery-intro,
    .recovery-technologies,
    .recovery-benefits{
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .recovery-intro h2,
    .recovery-section-head h2,
    .contact-section-head h2{
    font-size: 34px;
    line-height: 1.16;
  }

  .recovery-intro__text{
    margin-top: 22px;
    line-height: 1.65;
  }

  .recovery-technologies__grid,
    .recovery-benefits__grid{
    gap: 24px;
    margin-top: 36px;
  }

  .recovery-technology__media{
    height: 290px;
  }

  .recovery-technology__text{
    min-height: 0;
    padding: 22px;
    line-height: 1.65;
  }

  .recovery-benefit{
    min-height: 0;
    padding: 28px 24px;
  }

  .contact-details{
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .contact-details__grid{
    gap: 40px;
  }

  .contact-card__icon{
    width: 58px;
    height: 58px;
    margin-top: 22px;
  }

  .contact-card h2{
    margin-top: 20px;
    font-size: 25px;
  }

  .contact-directions{
    padding-bottom: 64px;
  }

  .contact-directions__map{
    height: 320px;
    margin-top: 34px;
  }

  .contact-faq{
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .contact-faq__grid{
    gap: 32px;
    margin-top: 38px;
  }

  .fp-contact{
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .events-contact .fp-contact,
    .attractions-contact .fp-contact,
    .tavern-contact .fp-contact,
    .sport-contact .fp-contact,
    .spa-contact .fp-contact,
    .weddings-contact .fp-contact,
    .recovery-contact .fp-contact,
    .contact-page-form .fp-contact{
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .fp-contact .fp-contact-head{
    margin-bottom: 40px;
  }

  .fp-contact .fp-contact-head h2{
    font-size: 34px;
    line-height: 1.18;
  }

  .fp-contact .fp-contact-head p{
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.7;
  }

  .fp-contact .fp-contact-grid{
    gap: 40px;
  }

  .fp-contact .fp-contact-info h3{
    margin-bottom: 16px;
    font-size: 27px;
  }

  .fp-contact .fp-contact-info > p{
    margin-bottom: 28px;
  }

  .fp-contact .fp-contact-list{
    gap: 20px;
  }

  .fp-contact .fp-contact-list li{
    gap: 14px;
  }

  .fp-contact .fp-contact-list .contact-ico{
    width: 44px;
    height: 44px;
  }

  .fp-contact .fp-contact-list .contact-value,
    .fp-contact .fp-contact-list a{
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .fp-contact .fp-contact-form input[type="text"],
    .fp-contact .fp-contact-form input[type="email"],
    .fp-contact .fp-contact-form input[type="tel"],
    .fp-contact .fp-contact-form input[type="date"],
    .fp-contact .fp-contact-form input[type="number"],
    .fp-contact .fp-contact-form textarea{
    padding: 15px 16px;
  }

  .fp-contact .fp-contact-form .wpcf7-submit{
    min-height: 54px;
    padding: 16px 20px;
  }

  .events-location .fp-location,
    .attractions-location .fp-location,
    .tavern-location .fp-location,
    .sport-location .fp-location,
    .spa-location .fp-location,
    .weddings-location .fp-location,
    .recovery-location .fp-location,
    .contact-page-location .fp-location,
    .rooms-location .fp-location{
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .blog-archive .blog-head{
    padding-top: 120px;
  }

  .blog-archive .blog-body{
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .blog-archive .blog-filters{
    gap: 8px;
    margin-bottom: 40px;
  }

  .blog-archive .blog-filters a{
    padding: 8px 14px;
  }

  .blog-archive .blog-featured{
    margin-bottom: 48px;
  }

  .blog-archive .blog-featured .blog-featured-img{
    height: 240px;
  }

  .blog-archive .blog-featured .blog-featured-txt{
    padding: 24px 20px;
  }

  .single-post .single-post-head{
    padding-top: 120px;
    padding-bottom: 28px;
  }

  .single-post .single-post-head h1{
    font-size: 34px;
    line-height: 1.2;
  }

  .single-post .single-post-img img{
    height: 250px;
  }

  .single-post .single-post-body{
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .single-post .single-post-lead{
    margin-bottom: 36px;
    line-height: 1.8;
  }

  .single-post .single-post-content blockquote{
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 22px 20px;
    font-size: 18px;
  }

  .footer{
    margin-top: 0;
    padding-top: 56px;
    padding-bottom: 28px;
  }

  .footer .footer-inner{
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer .footer-grid{
    gap: 36px;
    padding-bottom: 40px;
  }

  .footer h4{
    margin-bottom: 20px;
  }

  .footer .footer-bottom{
    gap: 24px;
    padding-top: 24px;
  }
}

@media (max-width: 359px){
  .rooms-benefits{
    grid-template-columns: 1fr;
  }

  .tavern-gallery__grid,
    .sport-gallery__grid,
    .weddings-gallery__grid{
    grid-template-columns: 1fr;
  }
}

@font-face {
  font-family: "Calton Elegance Script";

  src: url("./Calton-Elegance-Script-Regular.otf") format("opentype");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body{
  position: relative;
  font-family: Montserrat, sans-serif;
}

main{
  overflow-x: hidden;
  --tw-text-opacity: 1;
  color: rgb(40 45 42 / var(--tw-text-opacity));
}

.container {
  max-width: 1440px;
}

.content-box{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.gold-line{
  height: 0.25rem;
  width: 96px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 186 88 / var(--tw-bg-opacity));
}

.btn{
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 46 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn-gold{
  --tw-bg-opacity: 1;
  background-color: rgb(226 186 88 / var(--tw-bg-opacity));
}

.btn-gold: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));
  --tw-bg-opacity: 1;
  background-color: rgb(235 203 121 / var(--tw-bg-opacity));
  box-shadow:
      0 10px 25px rgba(226, 186, 88, 0.30),
      0 2px 5px rgba(0, 0, 0, 0.08);
}

.btn-gold:active{
  --tw-translate-y: 0px;
  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));
}

.btn-black{
  min-width: 230px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 46 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-black: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));
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 46 / var(--tw-bg-opacity));
  box-shadow:
      0 10px 25px rgba(226, 186, 88, 0.30),
      0 2px 5px rgba(0, 0, 0, 0.08);
}

.btn-black:active{
  --tw-translate-y: 0px;
  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));
}

