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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  /* --- Image Alignment Classes --- */
  .alignnone {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1rem;
}

  .aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: block;
}

  .alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

  .alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

  /* --- Caption --- */
  .wp-caption {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  text-align: center;
}

  .wp-caption img {
  margin-bottom: 0.5rem;
}

  .wp-caption-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

  /* --- Gallery --- */
  .gallery {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

  .gallery-item {
  width: auto;
  text-align: center;
}

  .gallery-caption {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

  /* --- Blockquote --- */
  blockquote {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

  /* --- Tables --- */
  table {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
}
 
  th, td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

  th {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  font-weight: 600;
}

  /* --- Default image responsiveness --- */
  img {
  height: auto;
  max-width: 100%;
}

  /* --- WordPress Buttons --- */
  .wp-block-button__link {
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
  .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

  /* --- Code / Preformatted --- */
  pre, code {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.\!static {
  position: static !important;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.\!bottom-auto {
  bottom: auto !important;
}
.\!left-auto {
  left: auto !important;
}
.\!right-auto {
  right: auto !important;
}
.\!top-auto {
  top: auto !important;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.left-5 {
  left: 1.25rem;
}
.left-\[15px\] {
  left: 15px;
}
.left-\[20px\] {
  left: 20px;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-\[-15px\] {
  right: -15px;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[15px\] {
  right: 15px;
}
.right-\[16px\] {
  right: 16px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[25px\] {
  right: 25px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[-15px\] {
  top: -15px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[20px\] {
  top: 20px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[1000000\] {
  z-index: 1000000;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[999999\] {
  z-index: 999999;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[9\] {
  z-index: 9;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mt-\[20px\] {
  margin-top: 20px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[60px\] {
  height: 60px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.\!w-auto {
  width: auto !important;
}
.w-1 {
  width: 0.25rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.\!max-w-max {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1 {
  --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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-\[15px\] {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.gap-y-\[10px\] {
  row-gap: 10px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.place-self-center {
  place-self: center;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.\!border-t-0 {
  border-top-width: 0px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#AA8CAD\] {
  --tw-border-opacity: 1;
  border-color: rgb(170 140 173 / var(--tw-border-opacity, 1));
}
.border-\[\#AA8CAE\] {
  --tw-border-opacity: 1;
  border-color: rgb(170 140 174 / var(--tw-border-opacity, 1));
}
.border-\[\#C8B2C9\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 178 201 / var(--tw-border-opacity, 1));
}
.border-\[\#D3C7D8\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 199 216 / var(--tw-border-opacity, 1));
}
.border-\[\#E6C7D6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 199 214 / var(--tw-border-opacity, 1));
}
.border-\[\#EEEAF1\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 234 241 / var(--tw-border-opacity, 1));
}
.border-\[\#F5D8D6\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 216 214 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-\[\#B6668B\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(182 102 139 / var(--tw-border-opacity, 1));
}
.border-t-\[\#E09E99\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 158 153 / var(--tw-border-opacity, 1));
}
.bg-\[\#6C4078\] {
  --tw-bg-opacity: 1;
  background-color: rgb(108 64 120 / var(--tw-bg-opacity, 1));
}
.bg-\[\#B6668B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(182 102 139 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D3C7D8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 199 216 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E09E99\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 158 153 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEEAF1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 234 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAE9EB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 233 235 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#6C4078\]\/50 {
  --tw-gradient-from: rgb(108 64 120 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(108 64 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#EFCBA5\] {
  --tw-gradient-from: #EFCBA5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 203 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#F7D4B3\] {
  --tw-gradient-to: #F7D4B3 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pr-0 {
  padding-right: 0px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.\!text-\[24px\] {
  font-size: 24px !important;
}
.\!text-\[30px\] {
  font-size: 30px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-\[\#6C4078\] {
  --tw-text-opacity: 1 !important;
  color: rgb(108 64 120 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#6C4078\] {
  --tw-text-opacity: 1;
  color: rgb(108 64 120 / var(--tw-text-opacity, 1));
}
.text-\[\#997BA2\] {
  --tw-text-opacity: 1;
  color: rgb(153 123 162 / var(--tw-text-opacity, 1));
}
.text-\[\#B6668B\] {
  --tw-text-opacity: 1;
  color: rgb(182 102 139 / var(--tw-text-opacity, 1));
}
.text-\[\#E09E99\] {
  --tw-text-opacity: 1;
  color: rgb(224 158 153 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Global Variables
=========================== */
:root {
  --color-primary: #6C4078;
  --color-secondary: #B6668B;
  --color-tertiary: #E09E99;
  --color-quaternary: #F5D2B2;
  --text-color: #6C4078;

  --font-primary: "alethia_nextlight", sans-serif;
  --font-primary-italic: "alethia_nextlight_italic", sans-serif;
  --font-secondary: "gothambook", sans-serif;
  --font-secondary-bold: "gothambold", sans-serif;
  --font-text: "gothambook", sans-serif;
  --font-text-bold: "gothambold", sans-serif;
}

/* Container layout
=========================== */
.container {width: 100%; margin-left: auto; margin-right: auto;}

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

/* WORDPRESS
=========================== */

/* GENERAL
=========================== */
html{overflow-x:hidden;}
body {color:var(--color-primary); font-size:14px; font-family: var(--font-text); overflow-x:hidden;}
.body-no-scroll {overflow: hidden; height: 100vh;}

a{transition: all 0.3s ease;}

p{margin:0 0 20px}
p:last-child{margin:0}

input,
textarea,
select {font-size: 16px !important; -webkit-text-size-adjust: 100%;}

/* HEADER
=========================== */
#site-header {background-color: var(--color-primary); color: #fff; padding:10px 20px}
#site-header .site-logo img{height:70px; width:auto}

#site-header .btn-promotion {color: #fff; border: 1px solid #AA8CAD; border-radius: 9999px; background: transparent; padding: 8px 20px;}
#site-header .btn-promotion:hover {background: #AA8CAD;}

#site-header .btn-book{background:#B6668B; border-radius:12px; color:#fff; font-family:var(--font-text-bold); padding: 8px 20px; text-transform:uppercase;}
#site-header .btn-book:hover{background: #AA8CAD;}

#site-header .custom-lang-switcher button {cursor: pointer; font-size: 14px; color: inherit;}
#site-header .custom-lang-switcher img {display: inline-block;}
#site-header .custom-lang-switcher ul {min-width:60px; z-index: 50;}


/* UL */
.lang-menu-list {display: flex; align-items: center; justify-content: center; gap: 12px; list-style: none; margin: 0; padding: 0;}
.lang-menu-list li {display: flex; align-items: center;}
.lang-menu-list li a {display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-size: 12px; font-weight: 700; text-transform: uppercase; line-height: 1; text-decoration: none;}
.lang-menu-list img {width: 16px; height: auto; display: block;}
.lang-menu-list .current-language a,
.lang-menu-list .current-menu-item a {pointer-events: none;}

/* Mobile — keep inline */
@media (max-width: 768px) {
    .lang-menu-list {gap:6px; width: 180px;}
    .lang-menu-list li a {font-size: 11px;}
}

/* Navigation */
#site-navigation ul {list-style: none; margin: 0; padding: 0; display: flex; gap:0;}
#site-navigation ul li {position: relative;}
#site-navigation ul li a {color: #fff; font-family:var(--font-text); text-decoration: none; padding: 8px 15px; display: inline-block; transition: all 0.3s ease;}

#site-navigation > ul > li.current-menu-item > a,
#site-navigation > ul > li.current-menu-ancestor > a,
#site-navigation > ul > li.current_page_item > a,
#site-navigation > ul > li.current_page_ancestor > a {border-bottom: 1px solid #E09D99;}

#site-navigation .menu-item-has-children > a i.fa-angle-down,
#mobile-menu-items .menu-item-has-children > a i.fa-angle-down {margin-left: 6px; font-size: 0.8em; vertical-align: middle;}

#site-navigation ul ul {background-color:#FAE9EB; display: none; position: absolute; top: 100%; left: 0; padding:10px; min-width:300px; border-radius:8px; z-index: 1000; box-shadow:0 8px 16px rgba(0,0,0,0.25);}
#site-navigation ul ul li {display: block;}
#site-navigation ul ul li a {border: none !important; border-radius:4px; color: #6C4078; padding:16px; font-size:14px; display: block;}
#site-navigation ul ul li a:hover{background:#ECC6C2}
#site-navigation ul li:hover > ul {display: block;}

#mobile-menu{padding:20px 0;}

#mobile-menu-items > li {border-bottom: 1px solid #7C5285; padding: 0;}
#mobile-menu-items > li > a {padding: 10px 15px;}
#mobile-menu-items ul.sub-menu {background-color: transparent; padding: 5px 0 15px 35px; border-left: 0;}
#mobile-menu-items ul.sub-menu.hidden {display: none;}
#mobile-menu-items ul.sub-menu:not(.hidden) {display: block;}
#mobile-menu-items ul.sub-menu a {padding: 8px 0;}
#mobile-menu-items li a {display: flex; justify-content: space-between; align-items: center;}
#mobile-menu-items li a .submenu-caret i {font-size: 12px; transition: transform 0.3s ease;}
#mobile-menu-items .menu-item-has-children.active > a .submenu-caret i {transform: rotate(180deg);}

/* SINGLE PAGE
=========================== */
#page-title{background:#FAE9EB url('../images/bg-page-title.png') bottom right no-repeat; background-size:auto; padding:80px 20px;}

@media (max-width:768px){
  #page-title{background-size:contain; padding:60px 20px}
}

#page-content{background:#fff; padding:60px 20px;}

/* Section Title */
h2.section-title{color:#B6668B; font-family:var(--font-primary); font-size:40px; line-height:46px;}

@media (max-width:768px){
  h2.section-title{font-size: 30px; line-height: 36px;}
}

/* Content */
#content ul{list-style:disc; margin:0 0 20px; padding:0 0 0 20px;}
#content ol{list-style:decimal; margin:0 0 20px; padding:0 0 0 20px;}
#content p.disclaimer {display: block; margin: 0 0 2.5em; padding:15px; font-size:12px; color: #962662; font-style: italic; background: #F7EEF3;}
#content p.disclaimer span{color: red; font-style: normal; font-weight: 700;}
#content iframe{margin:0 auto}
#content a{text-decoration:underline;}
#content h2{font-family:var(--font-text-bold); font-size:24px; margin:0 0 20px;}
#content h3{font-family:var(--font-text-bold); font-size:20px; margin:0 0 20px;}
#content h4{font-family:var(--font-text-bold); font-size:18px; margin:0 0 20px;}
#content h5{font-size:18px; margin:0 0 15px;}
#content h6{font-size:16px; margin:0 0 15px;}
 
/* HOME
=========================== */
#home-hero{background:var(--color-primary) url('../images/home-hero-desktop.jpg') right bottom no-repeat; background-size:contain; color:#fff; padding:120px 20px;}
#home-hero h1{font-family:var(--font-primary); font-size:50px; line-height:56px; margin:0 0 30px}
#home-hero p{color:#C8B2C9; font-size:18px}
#home-hero .btn-book{background:#B6668B; border-radius:12px; color:#fff; font-family:var(--font-text-bold); padding:16px 32px; text-transform:uppercase; transition: all 0.3s ease;}
#home-hero .btn-book:hover{background: #AA8CAD;}
#home-hero .btn-whatsapp{background:#01A778; border-radius:12px; color:#fff; font-family:var(--font-text-bold); padding:16px 32px; text-transform:uppercase; transition: all 0.3s ease;}
#home-hero .btn-whatsapp:hover{background: #027856;}

@media (max-width:768px){
  #home-hero{background:var(--color-primary) url('../images/home-hero-mobile.png') center bottom no-repeat; background-size:contain; padding:40px 20px 400px}
  #home-hero h1{font-size:40px; line-height:46px}
}

#home-layanan{padding:60px 20px;}

#home-about{background:#F6EAF0; padding:60px 20px;}
#home-about .btn-learn-more{background:transparent; border:1px solid #B6668B; border-radius:12px; color:#B6668B; font-family:var(--font-text-bold); padding:8px 16px; text-transform:uppercase; transition: all 0.3s ease;}
#home-about .btn-learn-more:hover{background:#B6668B; color:#fff;}

#home-awards{background:#F6EAF0; padding:60px 20px;}

#home-testimoni{background:#F6EAF0; padding:60px 20px;}
#home-testimoni .swiper-slide .content h4{font-family: var(--font-text-bold);}
#home-testimoni .swiper-button-next, 
#home-testimoni .swiper-button-prev{border:1px solid #B6668B; border-radius:12px; padding:12px}
#home-testimoni .swiper-button-next img, 
#home-testimoni .swiper-button-prev img{height:24px}
#home-testimoni .swiper-button-next:after, 
#home-testimoni .swiper-button-prev:after{display:none}

#home-konsultasi{background:#B6668B url('../images/bg-home-konsultasi.png') bottom left no-repeat; background-size:auto; padding:80px 20px;}
#home-konsultasi .btn-book{background:#E09E99; border-radius:12px; color:#fff; font-family:var(--font-text-bold); padding:16px 32px; text-transform:uppercase; transition: all 0.3s ease;}
#home-konsultasi .btn-book:hover{background: #AA8CAD;}
#home-konsultasi .klinik{background:#fff; border-radius:24px; padding:30px}
#home-konsultasi .klinik img{width:100%; margin:0 0 20px}
#home-konsultasi .klinik h3{color:#6C4078; font-family:var(--font-primary); font-size:24px; margin:0 0 15px}
#home-konsultasi .klinik .btn-detail{background:#fff; border:1px solid #B6668B; border-radius:12px; color:#B6668B; font-family:var(--font-text-bold); padding:8px 16px; text-transform:uppercase}
#home-konsultasi .klinik .btn-detail:hover{background:#B6668B; color:#fff;}
#home-konsultasi .ornament{position:absolute; top:-60px; right:-60px}

@media (max-width:768px){
  #home-konsultasi{background-size:contain; padding:60px 20px}
  #home-konsultasi .ornament{top: -20px; right: -20px; height: 100px;}
}

#home-product{padding:0 20px;}
#home-product .btn-shop{background:transparent; border:1px solid #B6668B; border-radius:12px; color:#B6668B; font-family:var(--font-text-bold); padding:16px 32px; text-transform:uppercase; transition: all 0.3s ease;}
#home-product .btn-shop:hover{background: #B6668B; color:#fff}

@media (max-width:768px){
  #home-product{padding:60px 20px 0}
}

#home-blog{background:#fff url('../images/bg-home-blog.png') bottom right no-repeat; background-size:auto; padding:60px 20px;}
#home-blog .btn-learn-more{background:transparent; border:1px solid #B6668B; border-radius:12px; color:#B6668B; font-family:var(--font-text-bold); padding:8px 16px; text-transform:uppercase; transition: all 0.3s ease;}
#home-blog .btn-learn-more:hover{background:#B6668B; color:#fff;}

@media (max-width:768px){
  #home-blog{background-size:contain}
}

#home-gallery{background:#FAE9EB url('../images/bg-home-gallery.png') 30px bottom no-repeat; background-size:auto; padding:60px 20px;}
#home-gallery .btn-learn-more{background:#FAE9EB; border:1px solid #B6668B; border-radius:12px; color:#B6668B; font-family:var(--font-text-bold); padding:8px 16px; text-transform:uppercase; transition: all 0.3s ease;}
#home-gallery .btn-learn-more:hover{background:#B6668B; color:#fff;}

@media (max-width:768px){
  #home-gallery{background-size:70%}
}

#home-newsletter{background:#FAE9EB; padding:60px 20px;}
#home-newsletter .btn-learn-more{background:transparent; border:1px solid #B6668B; border-radius:12px; color:#B6668B; font-family:var(--font-text-bold); padding:8px 16px; transition: all 0.3s ease;}
#home-newsletter .btn-learn-more:hover{background:#B6668B; color:#fff;}

/* ABOUT
=========================== */
#about-profile{background:#fff url('../images/bg-about.png') top left no-repeat; background-size:auto; padding:60px 20px;}

@media (max-width:768px){
  #about-profile{background-size:contain}
}

#about-why{background:#F6EAF0 url('../images/bg-about-why.png') top right no-repeat; background-size:auto; padding:60px 20px;}

@media (max-width:768px){
  #about-why{background-size:40%}
}

#about-team{background:#fff; padding:60px 20px;}
#about-team .btn-more{background:transparent; border:1px solid #B6668B; border-radius:12px; color:#B6668B; font-family:var(--font-text-bold); padding:8px 16px; text-transform:uppercase; transition: all 0.3s ease;}
#about-team .btn-more:hover{background:#B6668B; color:#fff;}
#about-team .popup-content ul{list-style:disc; padding:0 0 0 15px}
#about-team .description-detail a{text-decoration:underline}

/* TREATMENTS
=========================== */
#treatments{background:#fff; padding:60px 20px;}

/* PRODUCTS
=========================== */
#products-title{background:#FAE9EB url('../images/bg-products-title.png') top right no-repeat; background-size:auto; padding:80px 20px 160px;}

@media (max-width:768px){
  #products-title{background-size:contain; padding:60px 20px 120px}
}

#products-list{background:#fff; padding:0 20px;}
#products-list #products-list-inner{transform: translateY(-100px); z-index: 9999; position: relative;}

@media (max-width:768px){
  #products-list #products-list-inner{transform: translateY(-80px);}
}

/* GALLERY
=========================== */
#gallery-title{background:#FAE9EB url('../images/bg-products-title.png') top right no-repeat; background-size:auto; padding:80px 20px 160px;}

@media (max-width:768px){
  #gallery-title{background-size:contain; padding:60px 20px 120px}
}

#gallery-list{background:#fff; padding:0 20px;}
#gallery-list #gallery-list-inner{transform: translateY(-100px); z-index: 9999; position: relative;}

@media (max-width:768px){
  #gallery-list #gallery-list-inner{transform: translateY(-80px);}
}

/* BLOG
=========================== */
#blog{background:#fff url('../images/bg-blog.png') top right no-repeat; background-size:auto; padding:60px 20px; position:relative}
#blog::after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('../images/bg-blog-ornament.png') top left no-repeat; background-size: auto; pointer-events: none; z-index: 1;}

@media (max-width:768px){
  #blog{background-size:contain;}
  #blog::after{display:none}
}

/* CONTACT
=========================== */
#contact-title{background:#FAE9EB url('../images/bg-products-title.png') top right no-repeat; background-size:auto; padding:80px 20px 160px;}

@media (max-width:768px){
  #contact-title{background-size:contain; padding:60px 20px 120px}
}

#contact-list{background:#fff; padding:0 20px;}
#contact-list #contact-list-inner{transform: translateY(-100px); z-index: 9999; position: relative;}

@media (max-width:768px){
  #contact-list #contact-list-inner{transform: translateY(-80px);}
}

/* PROMOTION
=========================== */
#promotions{background:#fff url('../images/bg-blog.png') top right no-repeat; background-size:auto; padding:60px 20px; position:relative}
#promotions::after {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('../images/bg-blog-ornament.png') top left no-repeat; background-size: auto; pointer-events: none; z-index: 1;}
#promotions .btn-more{background:transparent; border:1px solid #B6668B; border-radius:12px; color:#B6668B; font-family:var(--font-text-bold); padding:8px 16px; text-transform:uppercase; transition: all 0.3s ease;}
#promotions .btn-more:hover{background:#B6668B; color:#fff;}
#promotions .popup-content ul{list-style:disc; padding:0 0 0 15px}
#promotions .masonry-wrapper {-moz-column-count: 1;column-count: 1; -moz-column-gap: 30px; column-gap: 30px;}
#promotions .masonry-item {-moz-column-break-inside: avoid;break-inside: avoid; margin-bottom: 30px;}

@media (min-width: 768px) {
    #promotions .masonry-wrapper {-moz-column-count: 2;column-count: 2;}
}
@media (max-width:768px){
  #promotions{background-size:contain;}
  #promotions::after{display:none}
}

/* BOOK CONSULTATION
=========================== */
#book-consultation-title{background:#FAE9EB url('../images/bg-products-title.png') top right no-repeat; background-size:auto; padding:80px 20px 160px;}

@media (max-width:768px){
  #book-consultation-title{background-size:contain; padding:60px 20px 120px}
}

#book-consultation{background:#fff; padding:0 20px;}
#book-consultation #book-consultation-inner{transform: translateY(-100px); z-index: 9999; position: relative;}

@media (max-width:768px){
  #book-consultation-list #book-consultation-inner{transform: translateY(-80px);}
}

/* Contact Form 7 */
.wpcf7 p{display:inline-block; margin:0 0 5px; width:100%}
.wpcf7 .wpcf7-form-control-wrap{float:left; width:100%}
.wpcf7 label{float:left; margin:0 0 10px; width:100%}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select{background:#fff; border-radius:12px; border:1px solid #C8B2C9; color:#B6668B; padding:12px 24px; width:100%}
.wpcf7 input[type="submit"]{background:#E09E99; border-radius:12px; border:0; color:#fff; float:left; font-weight:700; padding:12px 24px; text-transform:uppercase; width:100%}
.wpcf7 form .wpcf7-response-output{background:#6B4077; border:0!important; color:#fff; margin:0; padding:20px; text-align:center}
.wpcf7 .wpcf7-spinner{display:none}

/* FOOTER
=========================== */
#site-footer{background:var(--color-primary); color:#fff; padding:80px 20px;}
#site-footer .footer-col{border-left:1px solid var(--color-tertiary); padding-left:20px}
#site-footer .footer-col:first-child{border:0; padding:0}
#site-footer .logo{margin:0 0 15px}
#site-footer .email{color:var(--color-tertiary); font-family:var(--font-text-bold);}
#site-footer h4{color:var(--color-tertiary); font-family:var(--font-text-bold); font-size:16px; margin:0 0 15px}
#site-footer p{margin:0 0 15px}
#site-footer p:last-child,
#site-footer p.mb-0{margin:0}
#site-footer ul{list-style:disc; margin:0; padding:0 0 0 15px}
#site-footer .footer-menu{list-style:none; margin:0; padding:0}
#site-footer .footer-menu li{margin:0 0 10px}
#site-footer .footer-menu li:last-child{margin:0}

@media (max-width:768px){
  #site-footer{padding:40px 20px}
  #site-footer .footer-col{border-left:0; border-top:1px solid var(--color-tertiary); padding:20px 0}
  #site-footer .footer-col:first-child{padding:0 0 20px; text-align:center}
  #site-footer .logo{margin:0 auto 15px}
  #site-footer .footer-menu li{float:left; width:50%; margin:0 0 10px}
}


/* Back to Top */
.ovela-gotop {position: fixed; right:30px; bottom:30px; z-index:5; display: none; height: 2.5rem; width: 2.5rem; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 9999px; background-color: rgba(61, 69, 81, 0.05); padding-bottom: .25rem; text-align: center; font-size: 1.25rem; line-height: 1.75rem; color: rgba(107, 114, 128, 1); transition: all .15s cubic-bezier(.4, 0, .2, 1); line-height: 40px;}
.ovela-gotop:hover{background:#6B4077; color:#fff}

@media (min-width: 768px) {
    .ovela-gotop {right:30px; bottom:30px;}
}

.hover\:scale-105:hover {
  --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));
}

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

.hover\:bg-\[\#AA8CAD\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(170 140 173 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-black\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#B6668B\]:hover {
  --tw-text-opacity: 1;
  color: rgb(182 102 139 / var(--tw-text-opacity, 1));
}

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

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

.focus\:border-\[\#B6668B\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(182 102 139 / var(--tw-border-opacity, 1));
}

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

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

@media (min-width: 640px) {

  .sm\:w-\[32\%\] {
    width: 32%;
  }

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

@media (min-width: 768px) {

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

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

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

  .md\:top-\[-40px\] {
    top: -40px;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .md\:ml-\[20px\] {
    margin-left: 20px;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-auto {
    height: auto;
  }

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

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[25\%\] {
    width: 25%;
  }

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

  .md\:w-\[35\%\] {
    width: 35%;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-\[65\%\] {
    width: 65%;
  }

  .md\:w-\[75\%\] {
    width: 75%;
  }

  .md\:w-\[calc\(33\.333\%-13\.33px\)\] {
    width: calc(33.333% - 13.33px);
  }

  .md\:w-\[calc\(50\%-10px\)\] {
    width: calc(50% - 10px);
  }

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

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

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

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

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

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

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

  .md\:grid-cols-\[30\%_68\%\] {
    grid-template-columns: 30% 68%;
  }

  .md\:grid-cols-\[40\%_calc\(60\%-20px\)\] {
    grid-template-columns: 40% calc(60% - 20px);
  }

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

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

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

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

  .md\:gap-\[100px\] {
    gap: 100px;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

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

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-\[\#D3C7D8\] {
    --tw-border-opacity: 1;
    border-color: rgb(211 199 216 / var(--tw-border-opacity, 1));
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-\[30px\] {
    padding: 30px;
  }

  .md\:p-\[40px\] {
    padding: 40px;
  }

  .md\:p-\[60px\] {
    padding: 60px;
  }

  .md\:pl-\[30px\] {
    padding-left: 30px;
  }

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

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

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

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

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

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

@media (min-width: 1024px) {

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-\[calc\(\(65\%\/3\)-10px\)\] {
    width: calc((65% / 3) - 10px);
  }

  .lg\:w-\[calc\(35\%-15px\)\] {
    width: calc(35% - 15px);
  }

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

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

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

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

  .lg\:gap-\[60px\] {
    gap: 60px;
  }
}




