*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  color-scheme: light;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 89.824% 0.06192 275.75;
  --ac: 15.352% 0.0368 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 49.12% 0.3096 275.75;
  --s: 69.71% 0.329 342.55;
  --sc: 98.71% 0.0106 342.55;
  --a: 76.76% 0.184 183.61;
  --n: 32.1785% 0.02476 255.701624;
  --nc: 89.4994% 0.011585 252.096176;
  --b1: 100% 0 0;
  --b2: 96.1151% 0 0;
  --b3: 92.4169% 0.00108 197.137559;
  --bc: 27.8078% 0.029596 256.847952;
}
    ::-moz-selection {
  background-color: transparent;
  color: inherit;
  text-shadow: none;
}
    ::selection {
  background-color: transparent;
  color: inherit;
  text-shadow: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover:hover) {

  .checkbox-primary:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  }

  .label a:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  }

  .menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }

  .table tr.hover:hover,
  .table tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  }
}
.btn {
  display: inline-flex;
  height: 3rem;
  min-height: 3rem;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: var(--rounded-btn, 0.5rem);
  border-color: transparent;
  border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-width: var(--border-btn, 1px);
  transition-property: color, background-color, border-color, opacity, box-shadow, transform;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --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);
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
  background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-border-opacity: 1;
}
.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  pointer-events: none;
}
:where(.btn:is(input[type="checkbox"])),
:where(.btn:is(input[type="radio"])) {
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--rounded-box, 1rem);
}
.card:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.card figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.image-full {
  display: grid;
}
.card.image-full:before {
  position: relative;
  content: "";
  z-index: 10;
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  opacity: 0.75;
}
.card.image-full:before,
    .card.image-full > * {
  grid-column-start: 1;
  grid-row-start: 1;
}
.card.image-full > figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.image-full > .card-body {
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.checkbox {
  flex-shrink: 0;
  --chkbg: var(--fallback-bc,oklch(var(--bc)/1));
  --chkfg: var(--fallback-b1,oklch(var(--b1)/1));
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
}
.collapse:not(td):not(tr):not(colgroup) {
  visibility: visible;
}
.collapse {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-rows: max-content 0fr;
  transition: grid-template-rows 0.2s;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
}
.collapse-title,
.collapse > input[type="checkbox"],
.collapse > input[type="radio"],
.collapse-content {
  grid-column-start: 1;
  grid-row-start: 1;
}
.collapse > input[type="checkbox"],
.collapse > input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
:where(.collapse > input[type="checkbox"]),
:where(.collapse > input[type="radio"]) {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.collapse-content {
  visibility: hidden;
  grid-column-start: 1;
  grid-row-start: 2;
  min-height: 0px;
  transition: visibility 0.2s;
  transition: padding 0.2s ease-out,
    background-color 0.2s ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: unset;
}
.collapse[open],
.collapse-open,
.collapse:focus:not(.collapse-close) {
  grid-template-rows: max-content 1fr;
}
.collapse:not(.collapse-close):has(> input[type="checkbox"]:checked),
.collapse:not(.collapse-close):has(> input[type="radio"]:checked) {
  grid-template-rows: max-content 1fr;
}
.collapse[open] > .collapse-content,
.collapse-open > .collapse-content,
.collapse:focus:not(.collapse-close) > .collapse-content,
.collapse:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-content,
.collapse:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-content {
  visibility: visible;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (hover: hover) {

  .btm-nav > *.disabled:hover,
      .btm-nav > *[disabled]:hover {
    pointer-events: none;
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  .btn:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn:hover {
      background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
      border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          );
    }
  }

  @supports not (color: oklch(0% 0 0)) {

    .btn:hover {
      background-color: var(--btn-color, var(--fallback-b2));
      border-color: var(--btn-color, var(--fallback-b2));
    }
  }

  .btn.glass:hover {
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
  }

  .btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover {
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.2;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }
}
.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer > * {
  display: grid;
  place-items: start;
  gap: 0.5rem;
}
@media (min-width: 48rem) {

  .footer {
    grid-auto-flow: column;
  }

  .footer-center {
    grid-auto-flow: row dense;
  }
}
.form-control {
  display: flex;
  flex-direction: column;
}
.label {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.input {
  flex-shrink: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-inline-end: -1rem;
}
.join {
  display: inline-flex;
  align-items: stretch;
  border-radius: var(--rounded-btn, 0.5rem);
}
.join :where(.join-item) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join .join-item:not(:first-child):not(:last-child),
  .join *:not(:first-child):not(:last-child) .join-item {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .join-item {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.join .dropdown .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .dropdown .join-item {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
.join :where(.join-item:first-child:not(:last-child)),
  .join :where(*:first-child:not(:last-child) .join-item) {
  border-end-start-radius: inherit;
  border-start-start-radius: inherit;
}
.join .join-item:last-child:not(:first-child),
  .join *:last-child:not(:first-child) .join-item {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join :where(.join-item:last-child:not(:first-child)),
  .join :where(*:last-child:not(:first-child) .join-item) {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
@supports not selector(:has(*)) {

  :where(.join *) {
    border-radius: inherit;
  }
}
@supports selector(:has(*)) {

  :where(.join *:has(.join-item)) {
    border-radius: inherit;
  }
}
.link {
  cursor: pointer;
  text-decoration-line: underline;
}
.mask {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.menu li.disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--fallback-bc,oklch(var(--bc)/0.3));
}
.modal {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  margin: 0px;
  display: grid;
  height: 100%;
  max-height: none;
  width: 100%;
  max-width: none;
  justify-items: center;
  padding: 0px;
  opacity: 0;
  overscroll-behavior: contain;
  z-index: 999;
  background-color: transparent;
  color: inherit;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
  overflow-y: hidden;
}
:where(.modal) {
  align-items: center;
}
.modal-box {
  max-height: calc(100vh - 5em);
  grid-column-start: 1;
  grid-row-start: 1;
  width: 91.666667%;
  max-width: 32rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  padding: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.modal-open,
.modal:target,
.modal-toggle:checked + .modal,
.modal[open] {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
  overflow: hidden;
  scrollbar-gutter: stable;
}
.radio {
  flex-shrink: 0;
  --chkbg: var(--bc);
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
}
.select {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  min-height: 3rem;
  padding-inline-start: 1rem;
  padding-inline-end: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1px + 50%),
    calc(100% - 16.1px) calc(1px + 50%);
  background-size: 4px 4px,
    4px 4px;
  background-repeat: no-repeat;
}
.select[multiple] {
  height: auto;
}
.swap {
  position: relative;
  display: inline-grid;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  place-content: center;
  cursor: pointer;
}
.swap > * {
  grid-column-start: 1;
  grid-row-start: 1;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity;
}
.swap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swap .swap-on,
.swap .swap-indeterminate,
.swap input:indeterminate ~ .swap-on {
  opacity: 0;
}
.swap input:checked ~ .swap-off,
.swap-active .swap-off,
.swap input:indeterminate ~ .swap-off {
  opacity: 0;
}
.swap input:checked ~ .swap-on,
.swap-active .swap-on,
.swap input:indeterminate ~ .swap-indeterminate {
  opacity: 1;
}
.table {
  position: relative;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.table :where(.table-pin-rows thead tr) {
  position: sticky;
  top: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-rows tfoot tr) {
  position: sticky;
  bottom: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-cols tr th) {
  position: sticky;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.textarea {
  min-height: 3rem;
  flex-shrink: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.btm-nav > *:where(.active) {
  border-top-width: 2px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.btm-nav > *.disabled,
    .btm-nav > *[disabled] {
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.btm-nav > * .label {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (prefers-reduced-motion: no-preference) {

  .btn {
    animation: button-pop var(--animation-btn, 0.25s) ease-out;
  }
}
.btn:active:hover,
  .btn:active:focus {
  animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97));
}
@supports not (color: oklch(0% 0 0)) {

  .btn {
    background-color: var(--btn-color, var(--fallback-b2));
    border-color: var(--btn-color, var(--fallback-b2));
  }
}
.btn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}
.btn.glass {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}
.btn.glass.btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}
.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.2;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked) {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible {
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}
@keyframes button-pop {

  0% {
    transform: scale(var(--btn-focus-scale, 0.98));
  }

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}
.card :where(figure:first-child) {
  overflow: hidden;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
  border-end-start-radius: unset;
  border-end-end-radius: unset;
}
.card :where(figure:last-child) {
  overflow: hidden;
  border-start-start-radius: unset;
  border-start-end-radius: unset;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.card.bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.card.compact .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.card-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.card.image-full :where(figure) {
  overflow: hidden;
  border-radius: inherit;
}
.checkbox:focus {
  box-shadow: none;
}
.checkbox:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.checkbox:disabled {
  border-width: 0px;
  cursor: not-allowed;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.2;
}
.checkbox:checked,
  .checkbox[aria-checked="true"] {
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-color: var(--chkbg);
  background-image: linear-gradient(-45deg, transparent 65%, var(--chkbg) 65.99%),
      linear-gradient(45deg, transparent 75%, var(--chkbg) 75.99%),
      linear-gradient(-45deg, var(--chkbg) 40%, transparent 40.99%),
      linear-gradient(
        45deg,
        var(--chkbg) 30%,
        var(--chkfg) 30.99%,
        var(--chkfg) 40%,
        transparent 40.99%
      ),
      linear-gradient(-45deg, var(--chkfg) 50%, var(--chkbg) 50.99%);
}
.checkbox:indeterminate {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-image: linear-gradient(90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%);
}
.checkbox-primary {
  --chkbg: var(--fallback-p,oklch(var(--p)/1));
  --chkfg: var(--fallback-pc,oklch(var(--pc)/1));
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
}
.checkbox-primary:focus-visible {
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}
.checkbox-primary:checked,
    .checkbox-primary[aria-checked="true"] {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
@keyframes checkmark {

  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  100% {
    background-position-y: 0;
  }
}
details.collapse {
  width: 100%;
}
details.collapse summary {
  position: relative;
  display: block;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
details.collapse summary::-webkit-details-marker {
  display: none;
}
.collapse:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.collapse:has(.collapse-title:focus-visible),
.collapse:has(> input[type="checkbox"]:focus-visible),
.collapse:has(> input[type="radio"]:focus-visible) {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.collapse-arrow > .collapse-title:after {
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-y: -100%;
  --tw-rotate: 45deg;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  top: 1.9rem;
  inset-inline-end: 1.4rem;
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none;
}
.collapse-plus > .collapse-title:after {
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 300ms;
  top: 0.9rem;
  inset-inline-end: 1.4rem;
  content: "+";
  pointer-events: none;
}
.collapse:not(.collapse-open):not(.collapse-close) > input[type="checkbox"],
.collapse:not(.collapse-open):not(.collapse-close) > input[type="radio"]:not(:checked),
.collapse:not(.collapse-open):not(.collapse-close) > .collapse-title {
  cursor: pointer;
}
.collapse:focus:not(.collapse-open):not(.collapse-close):not(.collapse[open]) > .collapse-title {
  cursor: unset;
}
.collapse-title {
  position: relative;
}
.collapse-title,
:where(.collapse > input[type="checkbox"]),
:where(.collapse > input[type="radio"]) {
  padding: 1rem;
  padding-inline-end: 3rem;
  min-height: 3.75rem;
  transition: background-color 0.2s ease-out;
}
.collapse[open] > :where(.collapse-content),
.collapse-open > :where(.collapse-content),
.collapse:focus:not(.collapse-close) > :where(.collapse-content),
.collapse:not(.collapse-close) > :where(input[type="checkbox"]:checked ~ .collapse-content),
.collapse:not(.collapse-close) > :where(input[type="radio"]:checked ~ .collapse-content) {
  padding-bottom: 1rem;
  transition: padding 0.2s ease-out,
    background-color 0.2s ease-out;
}
.collapse[open].collapse-arrow > .collapse-title:after,
.collapse-open.collapse-arrow > .collapse-title:after,
.collapse-arrow:focus:not(.collapse-close) > .collapse-title:after,
.collapse-arrow:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-title:after,
.collapse-arrow:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-title:after {
  --tw-translate-y: -50%;
  --tw-rotate: 225deg;
  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));
}
.collapse[open].collapse-plus > .collapse-title:after,
.collapse-open.collapse-plus > .collapse-title:after,
.collapse-plus:focus:not(.collapse-close) > .collapse-title:after,
.collapse-plus:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-title:after,
.collapse-plus:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-title:after {
  content: "−";
}
.input input {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  background-color: transparent;
}
.input input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em;
}
.input-bordered {
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.input:focus,
  .input:focus-within {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.input:has(> input[disabled]),
  .input-disabled,
  .input:disabled,
  .input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.input:has(> input[disabled])::-moz-placeholder, .input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.input:has(> input[disabled])::placeholder,
  .input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.input:has(> input[disabled]) > input[disabled] {
  cursor: not-allowed;
}
.input::-webkit-date-and-time-value {
  text-align: inherit;
}
.join > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-inline-start: -1px;
}
.join > :where(*:not(:first-child)):is(.btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
}
.join-item:focus {
  isolation: isolate;
}
.link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.loading {
  pointer-events: none;
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.mockup-phone .display {
  overflow: hidden;
  border-radius: 40px;
  margin-top: -25px;
}
.mockup-browser .mockup-browser-toolbar .input {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.75rem;
  width: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  padding-left: 2rem;
  direction: ltr;
}
.mockup-browser .mockup-browser-toolbar .input:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  aspect-ratio: 1 / 1;
  height: 0.75rem;
  --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));
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  opacity: 0.6;
}
.mockup-browser .mockup-browser-toolbar .input:after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  height: 0.5rem;
  --tw-translate-y: 25%;
  --tw-rotate: -45deg;
  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));
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  opacity: 0.6;
}
.modal:not(dialog:not(.modal-open)),
  .modal::backdrop {
  background-color: #0006;
  animation: modal-pop 0.2s ease-out;
}
.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box,
.modal[open] .modal-box {
  --tw-translate-y: 0px;
  --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));
}
@keyframes modal-pop {

  0% {
    opacity: 0;
  }
}
@keyframes progress-loading {

  50% {
    background-position-x: -115%;
  }
}
.radio:focus {
  box-shadow: none;
}
.radio:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.radio:checked,
  .radio[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-image: none;
  animation: radiomark var(--animation-input, 0.2s) ease-out;
  box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
}
.radio:disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
@keyframes radiomark {

  0% {
    box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  100% {
    box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }
}
@keyframes rating-pop {

  0% {
    transform: translateY(-0.125em);
  }

  40% {
    transform: translateY(-0.125em);
  }

  100% {
    transform: translateY(0);
  }
}
.select-bordered {
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.select:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.select-disabled,
  .select:disabled,
  .select[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.select-disabled::-moz-placeholder, .select:disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.select-disabled::placeholder,
  .select:disabled::placeholder,
  .select[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]) {
  background-image: none;
  padding-right: 1rem;
}
[dir="rtl"] .select {
  background-position: calc(0% + 12px) calc(1px + 50%),
    calc(0% + 16px) calc(1px + 50%);
}
@keyframes skeleton {

  from {
    background-position: 150%;
  }

  to {
    background-position: -50%;
  }
}
.table:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}
.table :where(th, td) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}
.table tr.active,
  .table tr.active:nth-child(even),
  .table-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}
.table-zebra tr.active,
    .table-zebra tr.active:nth-child(even),
    .table-zebra-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
}
.table :where(thead tr, tbody tr:not(:last-child), tbody tr:first-child:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.table :where(thead, tfoot) {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: var(--fallback-bc,oklch(var(--bc)/0.6));
}
.table :where(tfoot) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.textarea-bordered {
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.textarea:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.textarea-disabled,
  .textarea:disabled,
  .textarea[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.textarea-disabled::-moz-placeholder, .textarea:disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.textarea-disabled::placeholder,
  .textarea:disabled::placeholder,
  .textarea[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
@keyframes toast-pop {

  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.artboard.phone {
  width: 320px;
}
.btm-nav-xs > *:where(.active) {
  border-top-width: 1px;
}
.btm-nav-sm > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-md > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-lg > *:where(.active) {
  border-top-width: 4px;
}
.join.join-vertical {
  flex-direction: column;
}
.join.join-vertical .join-item:first-child:not(:last-child),
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
}
.join.join-vertical .join-item:last-child:not(:first-child),
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.join.join-horizontal {
  flex-direction: row;
}
.join.join-horizontal .join-item:first-child:not(:last-child),
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-end-end-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: inherit;
  border-start-start-radius: inherit;
}
.join.join-horizontal .join-item:last-child:not(:first-child),
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
  border-end-end-radius: inherit;
  border-start-end-radius: inherit;
}
.card-compact .card-title {
  margin-bottom: 0.25rem;
}
.card-normal .card-title {
  margin-bottom: 0.75rem;
}
.join.join-vertical > :where(*:not(:first-child)) {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -1px;
}
.join.join-vertical > :where(*:not(:first-child)):is(.btn) {
  margin-top: calc(var(--border-btn) * -1);
}
.join.join-horizontal > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-inline-start: -1px;
}
.join.join-horizontal > :where(*:not(:first-child)):is(.btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
  margin-top: 0px;
}
.modal-top :where(.modal-box) {
  width: 100%;
  max-width: none;
  --tw-translate-y: -2.5rem;
  --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));
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.modal-middle :where(.modal-box) {
  width: 91.666667%;
  max-width: 32rem;
  --tw-translate-y: 0px;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
}
.modal-bottom :where(.modal-box) {
  width: 100%;
  max-width: none;
  --tw-translate-y: 2.5rem;
  --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));
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
html{
        scroll-behavior: smooth;
    }
.site-header {
  position: relative;
  z-index: 200;
  display: flex;
  width: 100%;
  flex-direction: column;
  font-family: Manrope,sans-serif;
}
.left-side-menu {
  position: fixed;
  top: 62px;
  left: 0px;
  z-index: 300;
  height: calc(100vh - 62px);
  width: 100%;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1200px) {

  .left-side-menu {
    top: 80px;
    height: calc(100vh - 80px);
    width: 400px;
  }
}
.left-side-menu {
        border-right: 1px solid rgba(0, 0, 0, 0.06);
    }
.left-side-menu.active {
  --tw-translate-x: 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));
}
.left-side-menu .menu-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 86px;
  overflow-y: auto;
  padding: 48px;
}
.left-side-menu .menu-container .menu-items-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
.left-side-menu .menu-container .menu-items-container .menu-item {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.left-side-menu .menu-container .menu-items-container .menu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.left-side-menu .menu-container .follow-us-container {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.left-side-menu .menu-container .follow-us-container .follow-us-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.left-side-menu .menu-container .follow-us-container .social-icons {
  display: flex;
  gap: 16px;
}
.left-side-menu .menu-container .follow-us-container .social-icons .social-icon {
  display: flex;
  height: 15px;
  width: 15px;
  align-items: center;
  justify-content: center;
}
.left-side-menu .menu-container .follow-us-container .social-icons .social-icon img {
  height: 100%;
  width: 100%;
                            filter: brightness(0) saturate(100%) invert(67%) sepia(0%) saturate(0%) hue-rotate(154deg) brightness(88%) contrast(88%);
}
.left-menu-overlay {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 250;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.left-menu-overlay.active {
  visibility: visible;
  opacity: 1;
}
.mega-menu-overlay {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 50;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-menu-overlay.active {
  visibility: visible;
  opacity: 1;
}
.header-top {
  z-index: 251;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .header-top {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.header-top .header-top-content {
  display: flex;
  width: 100%;
}
@media (min-width: 1200px) {

  .header-top .header-top-content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.header-top .header-top-content .left-section {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-top .header-top-content .left-section .menu-frame {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 8px;
}
.header-top .header-top-content .left-section .menu-frame .menu-icon {
  position: relative;
  height: 24px;
  width: 24px;
}
.header-top .header-top-content .left-section .menu-frame .menu-text {
  display: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .header-top .header-top-content .left-section .menu-frame .menu-text {
    display: block;
  }
}
.header-top .header-top-content .left-section .contact-frame {
  display: none;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {

  .header-top .header-top-content .left-section .contact-frame {
    display: flex;
  }
}
.header-top .header-top-content .left-section .contact-frame .phone-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-top .header-top-content .left-section .contact-frame .phone-icon {
  display: flex;
  align-items: center;
}
.header-top .header-top-content .left-section .contact-frame .phone-number {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.header-top .header-top-content .left-section .contact-frame .search-icon {
  display: flex;
  align-items: center;
}
.header-top .header-top-content .logo-section {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 38px;
}
@media (min-width: 1200px) {

  .header-top .header-top-content .logo-section {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
  }
}
.header-top .header-top-content .logo-section .logo {
  height: 30px;
  width: auto;
}
@media (min-width: 1200px) {

  .header-top .header-top-content .logo-section .logo {
    height: 48px;
  }
}
.header-top .header-top-content .right-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
@media (min-width: 1200px) {

  .header-top .header-top-content .right-section {
    gap: 24px;
  }
}
.header-top .header-top-content .right-section .weather-frame {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-top .header-top-content .right-section .weather-icon {
  display: flex;
  align-items: center;
}
.header-top .header-top-content .right-section .temperature {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.header-top .header-top-content .right-section .language-frame {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 6px;
}
.header-top .header-top-content .right-section .flag {
  height: 16px;
  width: 16px;
}
.header-top .header-top-content .right-section .dropdown-arrow {
  height: 12px;
  width: 12px;
}
.header-top .header-top-content .right-section .reservation-btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 99px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.header-top .header-top-content .right-section .reservation-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 90 71 / var(--tw-bg-opacity, 1));
}
.main-navigation {
  position: relative;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
}
.main-navigation .nav-content {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {

  .main-navigation .nav-content {
    display: flex;
    gap: 24px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.main-navigation .nav-content .nav-item-container {
  position: relative;
}
.main-navigation .nav-content .nav-item-container .nav-item {
  display: block;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.main-navigation .nav-content .nav-item-container .nav-item:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.main-navigation .nav-content .nav-item-container .nav-item.dimmed {
  opacity: 0.4;
}
.main-navigation .nav-content .nav-item-container.nav-item-with-mega {
  position: relative;
}
.main-navigation .nav-content .nav-item-container.nav-item-with-mega:hover .mega-menu {
  visibility: visible;
  --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));
  opacity: 1;
}
.main-navigation .nav-content .nav-item-container.nav-item-with-mega .mega-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 100;
  margin-top: 1px;
  --tw-translate-y: -10px;
  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-top: 20px;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.main-navigation .nav-content .nav-item-container.nav-item-with-mega .mega-menu .mega-menu-content {
  min-width: -moz-max-content;
  min-width: max-content;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.main-navigation .nav-content .nav-item-container.nav-item-with-mega .mega-menu .mega-menu-content .card-container {
  display: flex;
  align-items: center;
}
.main-navigation .nav-content .nav-item-container.nav-item-with-mega .mega-menu .mega-menu-content .card-container .mega-card {
  display: flex;
  width: 250px;
  flex-direction: column;
  overflow: hidden;
}
.main-navigation .nav-content .nav-item-container.nav-item-with-mega .mega-menu .mega-menu-content .card-container .mega-card .card-image {
  height: 161px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-navigation .nav-content .nav-item-container.nav-item-with-mega .mega-menu .mega-menu-content .card-container .mega-card .card-title-container {
  display: flex;
  width: 100%;
  border-right-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 8px;
  padding-bottom: 8px;
}
.main-navigation .nav-content .nav-item-container.nav-item-with-mega .mega-menu .mega-menu-content .card-container .mega-card .card-title-container .card-title {
  width: 100%;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.366;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Manrope,sans-serif;
}
.site-footer .footer-logo-section {
  margin-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
}
@media (min-width: 1200px) {

  .site-footer .footer-logo-section {
    margin-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 80px;
  }
}
.site-footer .footer-logo-section .footer-logo {
  height: auto;
}
.site-footer .newsletter-container {
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .site-footer .newsletter-container {
    margin-bottom: 48px;
    flex-direction: row;
    gap: 48px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.site-footer .newsletter-container .newsletter-form {
  display: flex;
  width: 100%;
  max-width: 437px;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.site-footer .newsletter-container .newsletter-form .newsletter-icon-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {

  .site-footer .newsletter-container .newsletter-form .newsletter-icon-container {
    width: 64px;
  }
}
.site-footer .newsletter-container .newsletter-form .newsletter-icon-container .newsletter-icon {
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .site-footer .newsletter-container .newsletter-form .newsletter-icon-container .newsletter-icon {
    height: 64px;
    width: 64px;
  }
}
.site-footer .newsletter-container .newsletter-form .newsletter-icon-container .newsletter-icon img {
  height: 15px;
  width: 15px;
}
@media (min-width: 1200px) {

  .site-footer .newsletter-container .newsletter-form .newsletter-icon-container .newsletter-icon img {
    height: 30px;
    width: 30px;
  }
}
.site-footer .newsletter-container .newsletter-form .newsletter-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.site-footer .newsletter-container .newsletter-form .newsletter-text .newsletter-title {
  margin: 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.site-footer .newsletter-container .newsletter-form .newsletter-text .newsletter-subtitle {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 0.5;
}
.site-footer .newsletter-container .email-form-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 1200px) {

  .site-footer .newsletter-container .email-form-container {
    max-width: 361px;
  }
}
.site-footer .newsletter-container .email-form-container .email-input-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.1;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 1200px) {

  .site-footer .newsletter-container .email-form-container .email-input-container {
    width: 360px;
  }
}
.site-footer .newsletter-container .email-form-container .email-input-container .email-input {
  flex: 1 1 0%;
  border-width: 0px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.366;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.site-footer .newsletter-container .email-form-container .email-input-container .email-input::-moz-placeholder {
  color: rgb(17 17 17 / var(--tw-placeholder-opacity, 1));
  --tw-placeholder-opacity: 0.5;
}
.site-footer .newsletter-container .email-form-container .email-input-container .email-input::placeholder {
  color: rgb(17 17 17 / var(--tw-placeholder-opacity, 1));
  --tw-placeholder-opacity: 0.5;
}
.site-footer .newsletter-container .email-form-container .email-input-container .email-input {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.site-footer .newsletter-container .email-form-container .email-input-container .email-submit {
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.366;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.site-footer .newsletter-container .email-form-container .consent-container {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 14px;
}
.site-footer .newsletter-container .email-form-container .consent-container #Consent-error {
  position: absolute;
  bottom: -32px;
  width: -moz-max-content;
  width: max-content;
}
.site-footer .newsletter-container .email-form-container .consent-container .consent-checkbox-container {
  position: relative;
}
.site-footer .newsletter-container .email-form-container .consent-container .consent-checkbox-container .consent-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.site-footer .newsletter-container .email-form-container .consent-container .consent-checkbox-container .consent-checkbox:checked + .consent-checkbox-label {
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
}
.site-footer .newsletter-container .email-form-container .consent-container .consent-checkbox-container .consent-checkbox:checked + .consent-checkbox-label::after {
                                    content: '✓';
                                    position: absolute;
                                    top: 0px;
                                    left: 0px;
                                    display: flex;
                                    height: 100%;
                                    width: 100%;
                                    align-items: center;
                                    justify-content: center;
                                    font-size: 0.75rem;
                                    line-height: 1rem;
                                    --tw-text-opacity: 1;
                                    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                                }
.site-footer .newsletter-container .email-form-container .consent-container .consent-checkbox-container .consent-checkbox-label {
  display: block;
  height: 16px;
  width: 16px;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
}
.site-footer .newsletter-container .email-form-container .consent-container .consent-text {
  margin: 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}
.site-footer .newsletter-container .email-form-container .consent-container .consent-text a {
  font-weight: 700;
  text-decoration-line: none;
}
.site-footer .footer-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1200px) {

  .site-footer .footer-container {
    flex-direction: row;
    gap: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.site-footer .footer-container .about-container {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 13px;
  text-align: center;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .about-container {
    width: 401px;
    text-align: left;
  }
}
.site-footer .footer-container .about-container .about-title {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.site-footer .footer-container .about-container .about-text-container {
  display: flex;
  gap: 60px;
}
.site-footer .footer-container .about-container .about-text-container .about-text {
  margin: 0px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.site-footer .footer-container .wos-plus-image {
  display: none;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .wos-plus-image {
    display: flex;
  }
}
.site-footer .footer-container .contact-info-container {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 13px;
  text-align: center;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .contact-info-container {
    width: 272px;
    text-align: left;
  }
}
.site-footer .footer-container .contact-info-container .contact-title {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.site-footer .footer-container .contact-info-container .contact-details-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.site-footer .footer-container .contact-info-container .contact-details-container .address-container {
  display: flex;
  width: 100%;
  gap: 60px;
}
.site-footer .footer-container .contact-info-container .contact-details-container .address-container .address-text-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .contact-info-container .contact-details-container .address-container .address-text-container {
    width: 272px;
  }
}
.site-footer .footer-container .contact-info-container .contact-details-container .address-container .address-text-container .address-text {
  margin: 0px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}
.site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .phone-container,
                                .site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .fax-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .phone-container,
                                .site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .fax-container {
    justify-content: flex-start;
  }
}
.site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .phone-container .contact-icon, .site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .fax-container .contact-icon {
  height: 24px;
  width: 24px;
}
.site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .phone-text-container,
                                .site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .fax-text-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .phone-text-container,
                                .site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .fax-text-container {
    width: 248px;
  }
}
.site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .phone-number,
                                .site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .fax-number {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .email-container {
  display: flex;
}
.site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .email-container .email-text-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .email-container .email-text-container {
    width: 272px;
  }
}
.site-footer .footer-container .contact-info-container .contact-details-container .phone-fax-container .email-container .email-text-container .email-address {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.site-footer .footer-container .contact-info-container .contact-details-container .map-container {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .contact-info-container .contact-details-container .map-container {
    justify-content: flex-start;
  }
}
.site-footer .footer-container .contact-info-container .contact-details-container .map-container .map-text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.site-footer .footer-container .contact-info-container .contact-details-container .map-container .arrow-icon {
  height: 24px;
  width: 24px;
}
.site-footer .footer-container .payment-methods-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 36px;
  text-align: center;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .payment-methods-container {
    width: 272px;
    text-align: left;
  }
}
.site-footer .footer-container .payment-methods-container .payment-methods-info-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 13px;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .payment-methods-container .payment-methods-info-container {
    width: 272px;
  }
}
.site-footer .footer-container .payment-methods-container .payment-methods-info-container .payment-methods-title {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.site-footer .footer-container .payment-methods-container .payment-methods-info-container .payment-methods-text-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .payment-methods-container .payment-methods-info-container .payment-methods-text-container {
    text-align: left;
  }
}
.site-footer .footer-container .payment-methods-container .payment-methods-info-container .payment-methods-text-container .payment-methods-text {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .payment-methods-container .payment-methods-info-container .payment-methods-text-container .payment-methods-text {
    justify-content: flex-start;
  }
}
.site-footer .footer-container .payment-methods-container .payment-methods-info-container .payment-methods-text-container .payment-methods-text .payment-info-text {
  margin: 0px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.site-footer .footer-container .payment-methods-container .payment-methods-info-container .payment-methods-text-container .payment-logos-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .payment-methods-container .payment-methods-info-container .payment-methods-text-container .payment-logos-container {
    justify-content: flex-start;
  }
}
.site-footer .footer-container .payment-methods-container .payment-methods-info-container .payment-methods-text-container .payment-logos-container .payment-logo {
  height: auto;
}
.site-footer .footer-container .payment-methods-container .follow-us-container {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.site-footer .footer-container .payment-methods-container .follow-us-container .follow-us-title {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.site-footer .footer-container .payment-methods-container .follow-us-container .social-media-container {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 1200px) {

  .site-footer .footer-container .payment-methods-container .follow-us-container .social-media-container {
    justify-content: flex-start;
  }
}
.site-footer .footer-container .payment-methods-container .follow-us-container .social-media-container .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .footer-container .payment-methods-container .follow-us-container .social-media-container .social-link .social-icon {
  height: 15px;
  width: 15px;
}
.site-footer .footer-divider {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 18px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1200px) {

  .site-footer .footer-divider {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.site-footer .footer-divider .footer-line {
  margin: 0px;
  width: 100%;
  border-width: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
}
.site-footer .footer-divider .footer-links-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 1200px) {

  .site-footer .footer-divider .footer-links-container {
    flex-direction: row;
    gap: 431px;
  }
}
.site-footer .footer-divider .footer-links-container .footer-links {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 1200px) {

  .site-footer .footer-divider .footer-links-container .footer-links {
    width: 828px;
    flex-direction: row;
    gap: 253px;
  }
}
.site-footer .footer-divider .footer-links-container .footer-links .language-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1200px) {

  .site-footer .footer-divider .footer-links-container .footer-links .language-container {
    width: auto;
    justify-content: flex-start;
  }
}
.site-footer .footer-divider .footer-links-container .footer-links .language-container .language-dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-footer .footer-divider .footer-links-container .footer-links .language-container .language-dropdown .language-selector {
  display: flex;
  align-items: center;
  gap: 4px;
}
.site-footer .footer-divider .footer-links-container .footer-links .language-container .language-dropdown .language-selector .language-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.366;
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity, 1));
}
.site-footer .footer-divider .footer-links-container .footer-links .language-container .language-dropdown .language-selector .chevron-icon {
  height: 16px;
  width: 16px;
}
.site-footer .footer-divider .footer-links-container .footer-links .language-container .language-dropdown .language-dropdown-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}
.site-footer .footer-divider .footer-links-container .footer-links .language-container .privacy-links-container {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-footer .footer-divider .footer-links-container .footer-links .language-container .privacy-links-container .privacy-link {
  width: -moz-max-content;
  width: max-content;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.366;
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.site-footer .footer-divider .footer-links-container .footer-links .copyright-text {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.538;
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .site-footer .footer-divider .footer-links-container .footer-links .copyright-text {
    width: -moz-max-content;
    width: max-content;
  }
}
.site-footer .footer-divider .footer-links-container .footer-links .copyright-text p {
  margin: 0px;
  width: 100%;
}
@media (min-width: 1200px) {

  .site-footer .footer-divider .footer-links-container .footer-links .copyright-text p {
    width: -moz-max-content;
    width: max-content;
  }
}
.site-footer .footer-divider .footer-links-container .clockwork-logo {
  opacity: 0.4;
}
.site-footer .footer-divider .footer-links-container .clockwork-logo img {
  height: auto;
}
.hero-section {
  position: relative;
  overflow: visible;
  font-family: Manrope,sans-serif;
}
.hero-section .hero-container {
  position: relative;
  height: 580px;
  width: 100%;
}
@media (min-width: 1200px) {

  .hero-section .hero-container {
    height: calc(100vh - 126px);
  }
}
.hero-section .hero-container .video-container {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.2);
}
.hero-section .hero-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  --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));
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .hero-section .hero-wrapper {
    left: 10%;
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-section .hero-wrapper .hero-title {
  margin-bottom: 24px;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hero-section .hero-wrapper .hero-title {
    font-size: 46px;
  }
}
.hero-section .hero-wrapper .hero-subtitle {
  margin-bottom: 24px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hero-section .hero-wrapper .hero-subtitle {
    font-size: 18px;
  }
}
.hero-section .hero-wrapper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  --tw-translate-x: -50%;
  --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));
}
@media (min-width: 1200px) {

  .hero-section .hero-wrapper-center {
    max-width: 660px;
  }
}
.hero-section .hero-wrapper-center .hero-title {
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hero-section .hero-wrapper-center .hero-title {
    font-size: 48px;
  }
}
.hero-section .hero-wrapper-center .hero-subtitle {
  margin-bottom: 24px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hero-section .hero-wrapper-center .hero-subtitle {
    font-size: 18px;
  }
}
.experience-section {
  width: 100%;
  font-family: Manrope,sans-serif;
}
.experience-section .experience-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {

  .experience-section .experience-container {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 120px;
  }
}
.experience-section .experience-container .experience-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.experience-section .experience-container .experience-header .experience-title {
  width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.experience-section .experience-container .experience-header .experience-subtitle {
  width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 116%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .experience-section .experience-container .experience-header .experience-subtitle {
    font-size: 42px;
  }
}
.experience-section .experience-container .experience-icon-container {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.experience-section .experience-container .experience-icon-container .experience-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.experience-section .experience-container .experience-icon-container .experience-icon img {
  height: 18px;
  width: auto;
}
.experience-section .experience-container .experience-description {
  max-width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .experience-section .experience-container .experience-description {
    max-width: 946px;
  }
}
.experience-section .experience-container .experience-description p {
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.experience-section .experience-container .experience-description p strong {
  margin-top: 16px;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .experience-section .experience-container .experience-description p strong {
    max-width: 946px;
  }
}
/* Özel bileşen sınıflarınız buraya */
/* Pages klasöründeki dosyaları components layer'dan önce içe aktarıyoruz */
.mainBeachAndPools-section {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .mainBeachAndPools-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.mainBeachAndPools-section .mainBeachAndPools-container {
  width: 100%;
}
.mainBeachAndPools-section .mainBeachAndPools-container .title {
  margin-bottom: 16px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-header {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-bottom: 24px;
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-header .mainBeachAndPools-title {
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-header .mainBeachAndPools-title {
    font-size: 32px;
  }
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-header .mainBeachAndPools-navigation {
  display: none;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {

  .mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-header .mainBeachAndPools-navigation {
    display: flex;
  }
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-header .mainBeachAndPools-navigation .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-header .mainBeachAndPools-navigation .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-header .mainBeachAndPools-navigation .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-header .mainBeachAndPools-navigation .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-header .mainBeachAndPools-navigation .swiper-button-next.swiper-button-disabled {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-header .mainBeachAndPools-navigation .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-header .mainBeachAndPools-navigation .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper {
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 1200px) {

  .mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper {
    margin-top: 48px;
  }
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide {
  height: auto;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide {
    padding-left: 28px;
    padding-right: 0;
  }
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-image-container {
  height: auto;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-image-container {
    height: 440px;
    width: 100%;
    border-radius: 4px 0 0 4px;
  }
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-content {
  margin-top: 20px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-content .mainBeachAndPools-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-content .mainBeachAndPools-info .mainBeachAndPools-name {
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-content .mainBeachAndPools-info .mainBeachAndPools-name p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-content .mainBeachAndPools-info .mainBeachAndPools-name span {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-content .mainBeachAndPools-info .mainBeachAndPools-description {
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-content .mainBeachAndPools-info .mainBeachAndPools-description {
    min-height: 83px;
  }
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-content .mainBeachAndPools-button-container {
  margin-top: 20px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-content .mainBeachAndPools-button-container .mainBeachAndPools-button-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-content .mainBeachAndPools-button-container .mainBeachAndPools-button-icon {
  display: flex;
  height: 26px;
  width: 26px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card .mainBeachAndPools-content .mainBeachAndPools-button-container .mainBeachAndPools-button-icon img {
  height: 26px;
  width: 26px;
}
.mainBeachAndPools-section .mainBeachAndPools-container .mainBeachAndPools-swiper .swiper-slide .mainBeachAndPools-card:hover .mainBeachAndPools-image-container 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.mainBeachAndPools-section .mainBeachAndPools-container .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mainBeachAndPools-section .mainBeachAndPools-container .swiper-pagination-current {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mainBeachAndPools-section .mainBeachAndPools-container .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (max-width: 1199px) {
            .mainBeachAndPools-section .mainBeachAndPools-container .swiper-pagination {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: flex;
    gap: 4px;
  }
                .mainBeachAndPools-section .mainBeachAndPools-container .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
    opacity: 1;
  }
                    .mainBeachAndPools-section .mainBeachAndPools-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  }
        }
.mainBeachAndPools-section .mainBeachAndPools-container .swiper-button-lock {
  display: none !important;
}
.mainBeachAndPools-section .mainBeachAndPools-actions {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.mainBeachAndPools-section .mainBeachAndPools-actions .restaurant-button {
  margin-top: 32px;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.mainBeachAndPools-section .mainBeachAndPools-actions .restaurant-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainBeachAndPools-section .mainBeachAndPools-actions .restaurant-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mainPage-activities-section {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .mainPage-activities-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.mainPage-activities-section .mainPage-activities-container {
  width: 100%;
}
.mainPage-activities-section .mainPage-activities-container .mainPage-activities-header {
  width: 100%;
}
.mainPage-activities-section .mainPage-activities-container .mainPage-activities-header .title {
  margin-bottom: 24px;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .mainPage-activities-section .mainPage-activities-container .mainPage-activities-header .title {
    font-size: 42px;
  }
}
.mainPage-activities-section .mainPage-activities-container .mainPage-activities-header .description {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .mainPage-activities-section .mainPage-activities-container .mainPage-activities-header .description {
    max-width: 888px;
  }
}
.mainPage-activities-section .mainPage-activities-container .mainPage-activities-header .description p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.mainPage-activities-section .mainPage-activities-swiper {
  position: relative;
  margin-top: 40px;
  overflow: visible;
}
@media (min-width: 1200px) {

  .mainPage-activities-section .mainPage-activities-swiper {
    margin-top: 48px;
  }
}
.mainPage-activities-section .mainPage-activities-swiper .swiper-slide {
  width: 305px;
}
@media (min-width: 1200px) {

  .mainPage-activities-section .mainPage-activities-swiper .swiper-slide {
    width: 560px;
  }
}
.mainPage-activities-section .mainPage-activities-swiper .swiper-slide .imageBox {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  height: 202px;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .mainPage-activities-section .mainPage-activities-swiper .swiper-slide .imageBox {
    height: 370px;
    width: 560px;
  }
}
.mainPage-activities-section .mainPage-activities-swiper .swiper-slide .imageBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.mainPage-activities-section .mainPage-activities-swiper .swiper-slide .textBox {
  display: none;
  min-height: 300px;
  width: 100%;
}
@media (min-width: 1200px) {

  .mainPage-activities-section .mainPage-activities-swiper .swiper-slide .textBox {
    margin-left: -50px;
    min-height: 210px;
    width: 660px;
  }
}
.mainPage-activities-section .mainPage-activities-swiper .swiper-slide .textBox .textBox-title {
  margin-bottom: 24px;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .mainPage-activities-section .mainPage-activities-swiper .swiper-slide .textBox .textBox-title {
    font-size: 32px;
  }
}
.mainPage-activities-section .mainPage-activities-swiper .swiper-slide .textBox .textBox-description {
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.mainPage-activities-section .mainPage-activities-swiper .swiper-slide .textBox .textBox-description strong {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainPage-activities-section .mainPage-activities-swiper .swiper-slide.swiper-slide-active .textBox {
  display: block;
}
.mainPage-activities-section .mainPage-activities-swiper .swiper-navigation-container {
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 428px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainPage-activities-section .mainPage-activities-swiper .swiper-navigation-container {
    height: 418px;
    width: 888px;
  }
}
.mainPage-activities-section .mainPage-activities-swiper .swiper-navigation-container .swiper-button-next {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  top: 20%;
  z-index: 10;
  display: flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
@media (min-width: 1200px) {

  .mainPage-activities-section .mainPage-activities-swiper .swiper-navigation-container .swiper-button-next {
    height: 64px;
    width: 64px;
  }
}
.mainPage-activities-section .mainPage-activities-swiper .swiper-navigation-container .swiper-button-next::after {
  height: 40px;
  width: 40px;
  background-image: url('/images/chevron_right_squre.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1200px) {

  .mainPage-activities-section .mainPage-activities-swiper .swiper-navigation-container .swiper-button-next::after {
    height: 64px;
    width: 64px;
  }
}
.mainPage-activities-section .mainPage-activities-swiper .swiper-navigation-container .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  top: 20%;
  z-index: 10;
  display: flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
@media (min-width: 1200px) {

  .mainPage-activities-section .mainPage-activities-swiper .swiper-navigation-container .swiper-button-prev {
    height: 64px;
    width: 64px;
  }
}
.mainPage-activities-section .mainPage-activities-swiper .swiper-navigation-container .swiper-button-prev::after {
  height: 40px;
  width: 40px;
  background-image: url('/images/chevron_left_squre.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1200px) {

  .mainPage-activities-section .mainPage-activities-swiper .swiper-navigation-container .swiper-button-prev::after {
    height: 64px;
    width: 64px;
  }
}
.mainPage-Rooms-section {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-header-container {
  width: 100%;
}
.mainPage-Rooms-section .mainPage-Rooms-header-container .title {
  margin-bottom: 16px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainPage-Rooms-section .mainPage-Rooms-header-container .mainPage-Rooms-header {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-bottom: 24px;
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-header-container .mainPage-Rooms-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-header-container .mainPage-Rooms-header .mainPage-Rooms-title {
  max-width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-header-container .mainPage-Rooms-header .mainPage-Rooms-title {
    max-width: 432px;
    font-size: 32px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-header-container .mainPage-Rooms-header .mainPage-Rooms-description {
  position: relative;
  margin-top: 40px;
  max-width: 100%;
  padding-left: 42px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-header-container .mainPage-Rooms-header .mainPage-Rooms-description {
    margin-top: 0;
    max-width: 474px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-header-container .mainPage-Rooms-header .mainPage-Rooms-description::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 55px;
  width: 18px;
  background-image: url('/images/roomsIconContainer.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.mainPage-Rooms-section .mainPage-Rooms-header-container .mainPage-Rooms-header .mainPage-Rooms-description p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.mainPage-Rooms-section .mainPage-Rooms-switcher-container {
  width: 100%;
}
.mainPage-Rooms-section .mainPage-Rooms-switcher-container .mainPage-Rooms-switcher-tabs {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-switcher-container .mainPage-Rooms-switcher-tabs {
    justify-content: center;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-switcher-container .mainPage-Rooms-switcher-tabs{
            /* Hide scrollbar on mobile */
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
.mainPage-Rooms-section .mainPage-Rooms-switcher-container .mainPage-Rooms-switcher-tabs::-webkit-scrollbar {
                display: none;
            }
.mainPage-Rooms-section .mainPage-Rooms-switcher-container .mainPage-Rooms-switcher-tabs .mainPage-Rooms-switcher-tab {
  position: relative;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  border-width: 0px;
  background-color: transparent;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  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: 200ms;
}
.mainPage-Rooms-section .mainPage-Rooms-switcher-container .mainPage-Rooms-switcher-tabs .mainPage-Rooms-switcher-tab .mainPage-Rooms-switcher-tab-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  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: 200ms;
}
/* Active state */
.mainPage-Rooms-section .mainPage-Rooms-switcher-container .mainPage-Rooms-switcher-tabs .mainPage-Rooms-switcher-tab.active .mainPage-Rooms-switcher-tab-text {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainPage-Rooms-section .mainPage-Rooms-switcher-container .mainPage-Rooms-switcher-tabs .mainPage-Rooms-switcher-tab.active::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
/* Hover state */
.mainPage-Rooms-section .mainPage-Rooms-switcher-container .mainPage-Rooms-switcher-tabs .mainPage-Rooms-switcher-tab:hover:not(.active) .mainPage-Rooms-switcher-tab-text {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainPage-Rooms-section .mainPage-Rooms-tab-content {
  display: none;
  width: 100%;
}
.mainPage-Rooms-section .mainPage-Rooms-tab-content.active {
  display: block;
}
.mainPage-Rooms-section .mainPage-Rooms-swiper {
  position: relative;
  margin-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-swiper {
    margin-top: 48px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .imgBox {
  position: relative;
  height: 220px;
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-swiper .imgBox {
    height: 480px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox {
  position: relative;
  padding-top: 80px;
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-swiper .textBox {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-left: 30px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-hotel-switcher {
  position: absolute;
  top: 0px;
  width: 100%;
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-hotel-switcher {
    left: 30px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-hotel-switcher .mainPage-Rooms-switcher-section .mainPage-Rooms-switcher-container .mainPage-Rooms-switcher-tabs {
  justify-content: flex-start !important;
  padding-left: 0;
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-hotel-switcher .mainPage-Rooms-switcher-section .mainPage-Rooms-switcher-container .mainPage-Rooms-switcher-tabs .mainPage-Rooms-switcher-tab.active::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-hotel-switcher .mainPage-Rooms-switcher-section .mainPage-Rooms-switcher-container .mainPage-Rooms-switcher-tabs .mainPage-Rooms-switcher-tab.active .mainPage-Rooms-switcher-tab-text {
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content {
  width: 100%;
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content {
    width: 432px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-topTitle {
  margin-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-title {
  margin-bottom: 24px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-title {
    font-size: 32px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-title p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-title p {
    font-size: 32px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-title strong {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-title strong {
    font-size: 32px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-description {
  margin-bottom: 24px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-description {
    margin-bottom: 40px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-description p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-Icons-Box {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-Icons-Box .textBox-Icons-Box-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-Icons-Box .textBox-Icons-Box-item .textBox-Icons-Box-item-icon {
  height: 20px;
  width: 20px;
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-Icons-Box .textBox-Icons-Box-item .textBox-Icons-Box-item-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-Icons-Box .textBox-Icons-Box-item .textBox-Icons-Box-item-text {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-Icons-Box .textBox-Icons-Box-item::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 18px);
  height: 4px;
  width: 4px;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-Icons-Box .textBox-Icons-Box-item:last-child::after {
  display: none;
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-button {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-button .cleanLink {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-button .cleanLink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-button .cleanLink {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-button .darkLink {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 99px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.mainPage-Rooms-section .mainPage-Rooms-swiper .textBox .textBox-content .textBox-content-button .darkLink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 90 71 / var(--tw-bg-opacity, 1));
}
.mainPage-Rooms-section .mainPage-Rooms-navigation {
  margin-top: -40px;
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-navigation {
    display: flex;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-navigation .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.mainPage-Rooms-section .mainPage-Rooms-navigation .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.mainPage-Rooms-section .mainPage-Rooms-navigation .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.mainPage-Rooms-section .mainPage-Rooms-navigation .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.mainPage-Rooms-section .mainPage-Rooms-navigation .swiper-button-next.swiper-button-disabled {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
.mainPage-Rooms-section .mainPage-Rooms-navigation .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.mainPage-Rooms-section .mainPage-Rooms-navigation .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.mainPage-Rooms-section .mainPage-Rooms-navigation .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mainPage-Rooms-section .mainPage-Rooms-navigation .swiper-pagination-current {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.mainPage-Rooms-section .mainPage-Rooms-navigation .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (max-width: 1199px) {
        .mainPage-Rooms-section .swiper-pagination {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    gap: 4px;
  }
            .mainPage-Rooms-section .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    opacity: 1;
  }
                .mainPage-Rooms-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  }
    }
.mainPage-Rooms-section .swiper-button-lock {
  display: none !important;
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-Thumbs-swiper .swiper-slide {
  height: 220px;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-Gallery-Thumbs-swiper .swiper-slide {
    height: 480px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-navigation {
  display: flex;
  align-items: center;
  gap: 16px;
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-navigation .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-navigation .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-navigation .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-navigation .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  --tw-brightness: brightness(200%);
  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);
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-navigation .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  --tw-brightness: brightness(200%);
  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);
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-navigation .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-navigation .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-navigation .swiper-pagination-current {
  position: relative;
  top: 1px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-Gallery-navigation .swiper-pagination-current {
    top: unset;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-navigation .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-swiper-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px;
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-Gallery-swiper-wrapper {
    padding: 16px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-swiper {
  margin-right: 0;
  height: auto;
  width: 142px;
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-Gallery-swiper {
    width: 244px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-swiper .swiper-slide {
  height: 32px;
  width: 42px;
}
@media (min-width: 1200px) {

  .mainPage-Rooms-section .mainPage-Rooms-Gallery-swiper .swiper-slide {
    height: 56px;
    width: 76px;
  }
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.mainPage-Rooms-section .mainPage-Rooms-Gallery-swiper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.mainPage-gastronomy {
  position: relative;
  width: 100%;
}
.mainPage-gastronomy .mainPage-gastronomy-swiper {
  position: absolute;
  bottom: 120px;
  left: 0px;
  z-index: 100;
  width: 100%;
}
@media (min-width: 1200px) {

  .mainPage-gastronomy .mainPage-gastronomy-swiper {
    bottom: 150px;
  }

  .mainPage-gastronomy .mainPage-gastronomy-swiper .swiper-wrapper {
    justify-content: center;
  }
}
.mainPage-gastronomy .mainPage-gastronomy-swiper .swiper-slide {
  width: -moz-min-content !important;
  width: min-content !important;
  cursor: pointer;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.6;
}
@media (min-width: 1200px) {

  .mainPage-gastronomy .mainPage-gastronomy-swiper .swiper-slide {
    width: -moz-fit-content !important;
    width: fit-content !important;
    font-size: 46px;
  }
}
.mainPage-gastronomy .mainPage-gastronomy-swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 {
  width: 100%;
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-slide {
  position: relative;
  height: 100%;
  width: 100%;
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-slide .contentBox {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-content: space-between;
  padding-top: 40px;
  padding-bottom: 46px;
}
@media (min-width: 1200px) {

  .mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-slide .contentBox {
    padding-bottom: 56px;
  }
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-slide .contentBox .contentBox-title {
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-slide .contentBox .contentBox-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-slide .contentBox .contentBox-link .cleanLink {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --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;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-slide .contentBox .contentBox-link .cleanLink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-button-next {
  z-index: 10;
  display: flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
  --tw-brightness: brightness(200%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 1200px) {

  .mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-button-next {
    height: 64px;
    width: 64px;
  }
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-button-next::after {
  height: 40px;
  width: 40px;
  background-image: url('/images/chevron_right_squre.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1200px) {

  .mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-button-next::after {
    height: 64px;
    width: 64px;
  }
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-button-prev {
  z-index: 10;
  display: flex;
  height: 40px;
  width: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
  --tw-brightness: brightness(200%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 1200px) {

  .mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-button-prev {
    height: 64px;
    width: 64px;
  }
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-button-prev::after {
  height: 40px;
  width: 40px;
  background-image: url('/images/chevron_left_squre.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1200px) {

  .mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-button-prev::after {
    height: 64px;
    width: 64px;
  }
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-pagination {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  display: flex;
  width: -moz-fit-content !important;
  width: fit-content !important;
  gap: 4px;
}
@media (min-width: 1200px) {

  .mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-pagination {
    display: none;
  }
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.mainPage-gastronomy .mainPage-gastronomy-swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
body {
  overflow-x: hidden;
}
.container-xl {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1200px) {

  .container-xl {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.container-xsmall {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-breadcrumbs {
  display: none;
  padding-top: 24px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .custom-breadcrumbs {
    display: block;
  }
}
.custom-breadcrumbs .breadcrumbs-container {
  display: flex;
  align-items: center;
  gap: 24px;
}
.custom-breadcrumbs .breadcrumbs-container .breadcrumbs-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.custom-breadcrumbs .breadcrumbs-container .breadcrumbs-item .breadcrumbs-link {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 0.4;
}
.custom-breadcrumbs .breadcrumbs-container .breadcrumbs-item .breadcrumbs-link::after {
  position: absolute;
  top: 50%;
  right: -14px;
  height: 4px;
  width: 4px;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  opacity: 0.4;
  --tw-content: '';
  content: var(--tw-content);
}
.custom-breadcrumbs .breadcrumbs-container .breadcrumbs-item span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.custom-breadcrumbs-absolute {
  position: absolute;
  top: 135px;
  left: 0px;
  z-index: 10;
  display: none;
  width: 100%;
  padding-top: 24px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .custom-breadcrumbs-absolute {
    display: block;
  }
}
.custom-breadcrumbs-absolute .breadcrumbs-container {
  display: flex;
  align-items: center;
  gap: 24px;
}
.custom-breadcrumbs-absolute .breadcrumbs-container .breadcrumbs-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.custom-breadcrumbs-absolute .breadcrumbs-container .breadcrumbs-item .breadcrumbs-link {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 0.4;
}
.custom-breadcrumbs-absolute .breadcrumbs-container .breadcrumbs-item .breadcrumbs-link::after {
  position: absolute;
  top: 50%;
  right: -14px;
  height: 4px;
  width: 4px;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  opacity: 0.4;
  --tw-content: '';
  content: var(--tw-content);
}
.custom-breadcrumbs-absolute .breadcrumbs-container .breadcrumbs-item span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.custom-intro-section {
  width: 100%;
  font-family: Manrope,sans-serif;
}
.custom-intro-section .custom-intro-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .custom-intro-section .custom-intro-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.custom-intro-section .custom-intro-container .custom-intro-icon-container {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-intro-section .custom-intro-container .custom-intro-icon-container .custom-intro-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-intro-section .custom-intro-container .custom-intro-icon-container .custom-intro-icon img {
  height: 18px;
  width: auto;
}
.custom-intro-section .custom-intro-container .custom-intro-description {
  max-width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .custom-intro-section .custom-intro-container .custom-intro-description {
    max-width: 800px;
    font-family: Gilroy,sans-serif;
    font-size: 36px;
    line-height: 116%;
  }
}
.custom-intro-section .custom-intro-container .custom-intro-text {
  max-width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .custom-intro-section .custom-intro-container .custom-intro-text {
    max-width: 770px;
  }
}
.custom-intro-section .custom-intro-container .custom-intro-button-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.custom-intro-section .custom-intro-container .custom-intro-button-container .custom-intro-button {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.custom-intro-section .custom-intro-container .custom-intro-button-container .custom-intro-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .custom-intro-section .custom-intro-container .custom-intro-button-container .custom-intro-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.custom-intro-section .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1200px) {

  .custom-intro-section .info-item {
    gap: 10px;
  }
}
.custom-intro-section .info-item .info-icon {
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
}
.custom-intro-section .info-item .info-icon img {
  height: 20px;
  width: auto;
}
.custom-intro-section .info-text {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.hotels-listing-section {
  width: 100%;
  font-family: Manrope,sans-serif;
}
.hotels-listing-section .hotels-listing-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .hotels-listing-section .hotels-listing-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    padding-bottom: 120px;
  }
}
.hotels-listing-section .hotels-listing-container .hotel-card {
  position: relative;
  width: 100%;
  padding-bottom: 77px;
}
.hotels-listing-section .hotels-listing-container .hotel-card .hotel-image-container {
  height: 226px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .hotels-listing-section .hotels-listing-container .hotel-card .hotel-image-container {
    height: 370px;
  }
}
.hotels-listing-section .hotels-listing-container .hotel-card .hotel-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hotels-listing-section .hotels-listing-container .hotel-card .hotel-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
}
.hotels-listing-section .hotels-listing-container .hotel-card .hotel-content .hotel-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.hotels-listing-section .hotels-listing-container .hotel-card .hotel-content .hotel-info .hotel-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}
.hotels-listing-section .hotels-listing-container .hotel-card .hotel-content .hotel-info .hotel-header .hotel-title {
  margin-top: 24px;
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hotels-listing-section .hotels-listing-container .hotel-card .hotel-content .hotel-info .hotel-header .hotel-title {
    font-size: 26px;
  }
}
.hotels-listing-section .hotels-listing-container .hotel-card .hotel-content .hotel-info .hotel-description {
  width: 100%;
  max-width: 513px;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.hotels-listing-section .hotels-listing-container .hotel-card .hotel-actions {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.hotels-listing-section .hotels-listing-container .hotel-card .hotel-actions .hotel-button {
  margin-top: 32px;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.hotels-listing-section .hotels-listing-container .hotel-card .hotel-actions .hotel-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .hotels-listing-section .hotels-listing-container .hotel-card .hotel-actions .hotel-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.hotels-listing-section .hotels-listing-container .hotel-card:hover .hotel-image-container 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.gastronomy-switcher-section {
  width: 100%;
  font-family: Manrope,sans-serif;
}
.gastronomy-switcher-section .gastronomy-switcher-container {
  width: 100%;
}
.gastronomy-switcher-section .gastronomy-switcher-container .gastronomy-switcher-tabs {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .gastronomy-switcher-section .gastronomy-switcher-container .gastronomy-switcher-tabs {
    justify-content: center;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.gastronomy-switcher-section .gastronomy-switcher-container .gastronomy-switcher-tabs{
      
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
.gastronomy-switcher-section .gastronomy-switcher-container .gastronomy-switcher-tabs::-webkit-scrollbar {
                display: none;
            }
.gastronomy-switcher-section .gastronomy-switcher-container .gastronomy-switcher-tabs .gastronomy-tab {
  position: relative;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  border-width: 0px;
  background-color: transparent;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  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: 200ms;
}
.gastronomy-switcher-section .gastronomy-switcher-container .gastronomy-switcher-tabs .gastronomy-tab .gastronomy-tab-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.gastronomy-switcher-section .gastronomy-switcher-container .gastronomy-switcher-tabs .gastronomy-tab.active .gastronomy-tab-text {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.gastronomy-switcher-section .gastronomy-switcher-container .gastronomy-switcher-tabs .gastronomy-tab.active::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.gastronomy-switcher-section .gastronomy-switcher-container .gastronomy-switcher-tabs .gastronomy-tab:hover:not(.active) .gastronomy-tab-text {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.restaurant-detail-info {
  width: 100%;
  font-family: Manrope,sans-serif;
}
.restaurant-detail-info .restaurant-detail-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 770px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .restaurant-detail-info .restaurant-detail-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.restaurant-detail-info .restaurant-detail-container .restaurant-detail-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.restaurant-detail-info .restaurant-detail-container .restaurant-detail-content .restaurant-detail-title {
  max-width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .restaurant-detail-info .restaurant-detail-container .restaurant-detail-content .restaurant-detail-title {
    font-size: 36px;
    line-height: 137%;
  }
}
.restaurant-detail-info .restaurant-detail-container .restaurant-detail-content .restaurant-detail-description {
  max-width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.restaurant-detail-info .restaurant-detail-container .restaurant-detail-content .restaurant-detail-info-items {
  display: flex;
  max-width: 345px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 1200px) {

  .restaurant-detail-info .restaurant-detail-container .restaurant-detail-content .restaurant-detail-info-items {
    max-width: none;
    gap: 18px;
  }
}
.restaurant-detail-info .restaurant-detail-container .restaurant-detail-content .restaurant-detail-info-items .restaurant-detail-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1200px) {

  .restaurant-detail-info .restaurant-detail-container .restaurant-detail-content .restaurant-detail-info-items .restaurant-detail-info-item {
    gap: 10px;
  }
}
.restaurant-detail-info .restaurant-detail-container .restaurant-detail-content .restaurant-detail-info-items .restaurant-detail-info-item .info-icon {
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
}
.restaurant-detail-info .restaurant-detail-container .restaurant-detail-content .restaurant-detail-info-items .restaurant-detail-info-item .info-icon svg {
  height: 20px;
  width: auto;
}
.restaurant-detail-info .restaurant-detail-container .restaurant-detail-content .restaurant-detail-info-items .restaurant-detail-info-item .info-icon img {
  height: 20px;
  width: auto;
}
.restaurant-detail-info .restaurant-detail-container .restaurant-detail-content .restaurant-detail-info-items .restaurant-detail-info-item .info-text {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.restaurant-detail-info .restaurant-detail-container .restaurant-detail-content .restaurant-detail-info-items .info-separator {
  height: 4px;
  width: 4px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity, 1));
}
.restaurant-featured-section {
  width: 100%;
  font-family: Manrope,sans-serif;
}
.restaurant-featured-section .restaurant-featured-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1200px) {

  .restaurant-featured-section .restaurant-featured-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.restaurant-featured-section .restaurant-featured-container .restaurant-featured-image-container {
  width: 100%;
}
.restaurant-featured-section .restaurant-featured-container .restaurant-featured-image-container img {
  height: auto;
  width: 100%;
  max-width: 550px;
  flex-shrink: 0;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
.restaurant-featured-section .restaurant-featured-container .restaurant-featured-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 1200px) {

  .restaurant-featured-section .restaurant-featured-container .restaurant-featured-content {
    width: 432px;
    align-items: flex-start;
  }
}
.restaurant-featured-section .restaurant-featured-container .restaurant-featured-content .restaurant-featured-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.restaurant-featured-section .restaurant-featured-container .restaurant-featured-content .restaurant-featured-details .restaurant-featured-topTitle {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.restaurant-featured-section .restaurant-featured-container .restaurant-featured-content .restaurant-featured-details .restaurant-featured-title {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .restaurant-featured-section .restaurant-featured-container .restaurant-featured-content .restaurant-featured-details .restaurant-featured-title {
    font-size: 32px;
  }
}
.restaurant-featured-section .restaurant-featured-container .restaurant-featured-content .restaurant-featured-details .restaurant-featured-description {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.restaurant-featured-section .restaurant-featured-container .restaurant-featured-content .restaurant-featured-actions {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.restaurant-featured-section .restaurant-featured-container .restaurant-featured-content .restaurant-featured-actions .restaurant-featured-button {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.restaurant-featured-section .restaurant-featured-container .restaurant-featured-content .restaurant-featured-actions .restaurant-featured-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .restaurant-featured-section .restaurant-featured-container .restaurant-featured-content .restaurant-featured-actions .restaurant-featured-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.gastronomy-content-section {
  width: 100%;
  font-family: Manrope,sans-serif;
}
.gastronomy-content-section .gastronomy-content-container {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {

  .gastronomy-content-section .gastronomy-content-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content {
  display: none;
  width: 100%;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content.active {
  display: block;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 1200px) {

  .gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
  }
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-image-container {
  height: 226px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-image-container {
    height: 370px;
  }
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-content .restaurant-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-content .restaurant-info .restaurant-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-content .restaurant-info .restaurant-header .restaurant-title {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-content .restaurant-info .restaurant-header .restaurant-title {
    font-size: 26px;
  }
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-content .restaurant-info .restaurant-header .restaurant-cuisine {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-content .restaurant-info .restaurant-description {
  width: 100%;
  max-width: 513px;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-content .restaurant-actions {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-content .restaurant-actions .restaurant-button {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-content .restaurant-actions .restaurant-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card .restaurant-content .restaurant-actions .restaurant-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .restaurant-card:hover .restaurant-image-container 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-cards-container .tab-placeholder {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  background-position: right 80px;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {

  .gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section {
    margin-top: 80px;
    margin-bottom: 80px;
    background-image: url('/images/highlightIcons.svg');
  }
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 24px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-image-container {
  height: 226px;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-image-container {
    height: 480px;
    width: 564px;
  }
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-info {
  width: 100%;
}
@media (min-width: 1200px) {

  .gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-info {
    width: 432px;
  }
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-info .restaurant-highlight-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-info .restaurant-highlight-header .restaurant-highlight-title {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-info .restaurant-highlight-header .restaurant-highlight-title .restaurant-highlight-name {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-info .restaurant-highlight-header .restaurant-highlight-title .restaurant-highlight-cuisine {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-info .restaurant-highlight-header .restaurant-highlight-description {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-info .restaurant-highlight-actions {
  margin-top: 32px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
@media (min-width: 1200px) {

  .gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-info .restaurant-highlight-actions {
    margin-top: 40px;
  }
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-info .restaurant-highlight-actions .restaurant-highlight-button {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-info .restaurant-highlight-actions .restaurant-highlight-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-info .restaurant-highlight-actions .restaurant-highlight-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-decoration {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  opacity: 0.05;
}
@media (min-width: 1200px) {

  .gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-decoration {
    bottom: 0px;
    right: 243px;
  }
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-decoration .highlight-decoration-icon {
  height: 200px;
  width: 200px;
}
@media (min-width: 1200px) {

  .gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container .restaurant-highlight-content .restaurant-highlight-decoration .highlight-decoration-icon {
    height: 300px;
    width: 300px;
  }
}
.gastronomy-content-section .gastronomy-content-container .gastronomy-tab-content .restaurant-highlight-section .restaurant-highlight-container:hover .restaurant-highlight-image-container 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.restaurant-gallery-section {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .restaurant-gallery-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .restaurant-gallery-section .restaurant-gallery-swiper {
    overflow: visible;
  }
}
.restaurant-gallery-section .restaurant-gallery-swiper .navigation-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 1200px) {

  .restaurant-gallery-section .restaurant-gallery-swiper .navigation-container {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
  }
}
.restaurant-gallery-section .restaurant-gallery-swiper .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.restaurant-gallery-section .restaurant-gallery-swiper .swiper-pagination-current {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.restaurant-gallery-section .restaurant-gallery-swiper .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.restaurant-gallery-section .restaurant-gallery-swiper .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.restaurant-gallery-section .restaurant-gallery-swiper .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.restaurant-gallery-section .restaurant-gallery-swiper .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.restaurant-gallery-section .restaurant-gallery-swiper .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.restaurant-gallery-section .restaurant-gallery-swiper .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.restaurant-gallery-section .restaurant-gallery-swiper .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.restaurant-gallery-section .restaurant-gallery-swiper .swiper-slide {
  height: 209px;
  width: 100%;
}
@media (min-width: 1200px) {

  .restaurant-gallery-section .restaurant-gallery-swiper .swiper-slide {
    height: 563px;
    width: 936px !important;
  }
}
.restaurant-gallery-section .restaurant-gallery-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
.other-restaurants-section {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .other-restaurants-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.other-restaurants-section .other-restaurants-container {
  width: 100%;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-header {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-bottom: 24px;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-header .other-restaurants-title {
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .other-restaurants-section .other-restaurants-container .other-restaurants-header .other-restaurants-title {
    font-size: 32px;
  }
}
.other-restaurants-section .other-restaurants-container .other-restaurants-header .other-restaurants-navigation {
  display: none;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {

  .other-restaurants-section .other-restaurants-container .other-restaurants-header .other-restaurants-navigation {
    display: flex;
  }
}
.other-restaurants-section .other-restaurants-container .other-restaurants-header .other-restaurants-navigation .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-header .other-restaurants-navigation .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.other-restaurants-section .other-restaurants-container .other-restaurants-header .other-restaurants-navigation .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-header .other-restaurants-navigation .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.other-restaurants-section .other-restaurants-container .other-restaurants-header .other-restaurants-navigation .swiper-button-next.swiper-button-disabled {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-header .other-restaurants-navigation .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-header .other-restaurants-navigation .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper {
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 1200px) {

  .other-restaurants-section .other-restaurants-container .other-restaurants-swiper {
    margin-top: 48px;
  }
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-image-container {
  height: auto;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-image-container {
    height: 280px;
    width: 100%;
  }
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-content {
  margin-top: 20px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-content .other-restaurant-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-content .other-restaurant-info .other-restaurant-name {
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-content .other-restaurant-info .other-restaurant-name p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-content .other-restaurant-info .other-restaurant-name span {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-content .other-restaurant-info .other-restaurant-description {
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-content .other-restaurant-info .other-restaurant-description {
    min-height: 55px;
  }
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-content .other-restaurant-button-container {
  margin-top: 20px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-content .other-restaurant-button-container .other-restaurant-button-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-content .other-restaurant-button-container .other-restaurant-button-icon {
  display: flex;
  height: 26px;
  width: 26px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card .other-restaurant-content .other-restaurant-button-container .other-restaurant-button-icon img {
  height: 26px;
  width: 26px;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-swiper .swiper-slide .other-restaurant-card:hover .other-restaurant-image-container 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {

  .other-restaurants-section .other-restaurants-container .other-restaurants-pagination {
    display: none !important;
  }
}
.other-restaurants-section .other-restaurants-container .other-restaurants-pagination .swiper-pagination {
  position: relative;
  display: flex;
  gap: 4px;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-pagination .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
.other-restaurants-section .other-restaurants-container .other-restaurants-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
}
.other-restaurants-section .other-restaurants-container .swiper-button-lock {
  display: none !important;
}
.other-restaurants-section .restaurant-actions {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.other-restaurants-section .restaurant-actions .restaurant-button {
  margin-top: 32px;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.other-restaurants-section .restaurant-actions .restaurant-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .other-restaurants-section .restaurant-actions .restaurant-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.special-offers-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 40px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .special-offers-container {
    gap: 80px;
  }
}
.special-offers-container .special-offer-card {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 1200px) {

  .special-offers-container .special-offer-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.special-offers-container .special-offer-card .special-offer-image-container {
  height: 251px;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .special-offers-container .special-offer-card .special-offer-image-container {
    height: 480px;
    max-width: 660px;
  }
}
.special-offers-container .special-offer-card .special-offer-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.special-offers-container .special-offer-card .special-offer-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1200px) {

  .special-offers-container .special-offer-card .special-offer-content {
    height: auto;
    width: 432px;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-season-tag {
  width: 100%;
}
@media (min-width: 1200px) {

  .special-offers-container .special-offer-card .special-offer-content .special-offer-season-tag {
    margin-bottom: 30px;
  }
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-season-tag .season-tag-text {
  display: inline-block;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1200px) {

  .special-offers-container .special-offer-card .special-offer-content .special-offer-details {
    width: 432px;
  }
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-text {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-text .special-offer-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-text .special-offer-header .special-offer-resort-name {
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-text .special-offer-header .special-offer-package-name {
  width: 100%;
  font-family: Gilroy,sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 115%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-text .special-offer-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-actions {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 1200px) {

  .special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-actions {
    justify-content: flex-start;
  }
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-actions .action-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-actions .action-buttons .special-offer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  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: 200ms;
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-actions .action-buttons .special-offer-button.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-actions .action-buttons .special-offer-button.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-actions .action-buttons .special-offer-button.secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-actions .action-buttons .special-offer-button.secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-actions .special-offer-whatsapp-icon {
  display: flex;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.special-offers-container .special-offer-card .special-offer-content .special-offer-details .special-offer-actions .special-offer-whatsapp-icon img {
  height: 20px;
  width: 20px;
}
.special-offers-container .special-offer-card:hover .special-offer-image-container 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.spa-offer-highlight-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .spa-offer-highlight-section {
    background-color: transparent;
  }
}
.spa-offer-highlight-section .spa-offer-highlight-container {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  background-image: url('/images/spa-offer-mobile-bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .spa-offer-highlight-section .spa-offer-highlight-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    background-image: url('/images/spa-offer-bg.svg');
    background-position: left bottom 40px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1200px) {

  .spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper {
    order: 1;
    height: 295px;
    width: 432px;
    justify-content: center;
    gap: 10px;
  }
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-season-tag {
  width: 100%;
}
@media (min-width: 1200px) {

  .spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-season-tag {
    margin-bottom: 30px;
  }
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-season-tag .spa-season-tag-text {
  display: inline-block;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 40px;
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-text {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-text .spa-offer-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-text .spa-offer-header .spa-offer-resort-name {
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-text .spa-offer-header .spa-offer-package-name {
  width: 100%;
  font-family: Gilroy,sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 115%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-text .spa-offer-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-actions {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 1200px) {

  .spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-actions {
    justify-content: flex-start;
  }
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-actions .spa-action-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-actions .spa-action-buttons .spa-offer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  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: 200ms;
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-actions .spa-action-buttons .spa-offer-button.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-actions .spa-action-buttons .spa-offer-button.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-actions .spa-action-buttons .spa-offer-button.secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-actions .spa-action-buttons .spa-offer-button.secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-actions .spa-offer-whatsapp-icon {
  display: flex;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-content-wrapper .spa-offer-details .spa-offer-actions .spa-offer-whatsapp-icon img {
  height: 20px;
  width: 20px;
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-image-container {
  height: 251px;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-image-container {
    order: 2;
    height: 480px;
    max-width: 660px;
  }
}
.spa-offer-highlight-section .spa-offer-highlight-container .spa-offer-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.spa-offer-highlight-section .spa-offer-highlight-container:hover .spa-offer-image-container 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.spa-offer-card-section {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .spa-offer-card-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.other-offers-section {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .other-offers-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.other-offers-section .other-offers-container {
  width: 100%;
}
.other-offers-section .other-offers-container .other-offers-header {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-bottom: 24px;
}
.other-offers-section .other-offers-container .other-offers-header .other-offers-title {
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .other-offers-section .other-offers-container .other-offers-header .other-offers-title {
    font-size: 32px;
  }
}
.other-offers-section .other-offers-container .other-offers-header .other-offers-navigation {
  display: none;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {

  .other-offers-section .other-offers-container .other-offers-header .other-offers-navigation {
    display: flex;
  }
}
.other-offers-section .other-offers-container .other-offers-header .other-offers-navigation .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.other-offers-section .other-offers-container .other-offers-header .other-offers-navigation .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.other-offers-section .other-offers-container .other-offers-header .other-offers-navigation .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.other-offers-section .other-offers-container .other-offers-header .other-offers-navigation .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.other-offers-section .other-offers-container .other-offers-header .other-offers-navigation .swiper-button-next.swiper-button-disabled {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
.other-offers-section .other-offers-container .other-offers-header .other-offers-navigation .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.other-offers-section .other-offers-container .other-offers-header .other-offers-navigation .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.other-offers-section .other-offers-container .other-offers-swiper {
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 1200px) {

  .other-offers-section .other-offers-container .other-offers-swiper {
    margin-top: 48px;
  }
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-image-container {
  position: relative;
  height: auto;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-image-container {
    height: 280px;
    width: 100%;
  }
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-image-container .badge-container {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  display: flex;
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-content {
  margin-top: 20px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-content .other-offer-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-content .other-offer-info .other-offer-resort-name {
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-content .other-offer-info .other-offer-name {
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-content .other-offer-info .other-offer-name p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-content .other-offer-info .other-offer-name span {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-content .other-offer-info .other-offer-description {
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-content .other-offer-info .other-offer-description {
    min-height: 55px;
  }
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-content .other-offer-button-container {
  margin-top: 20px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-content .other-offer-button-container .other-offer-button-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-content .other-offer-button-container .other-offer-button-icon {
  display: flex;
  height: 26px;
  width: 26px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card .other-offer-content .other-offer-button-container .other-offer-button-icon img {
  height: 26px;
  width: 26px;
}
.other-offers-section .other-offers-container .other-offers-swiper .swiper-slide .other-offer-card:hover .other-offer-image-container 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.other-offers-section .other-offers-container .other-offers-pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {

  .other-offers-section .other-offers-container .other-offers-pagination {
    display: none !important;
  }
}
.other-offers-section .other-offers-container .other-offers-pagination .swiper-pagination {
  position: relative;
  display: flex;
  gap: 4px;
}
.other-offers-section .other-offers-container .other-offers-pagination .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
.other-offers-section .other-offers-container .other-offers-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
}
.other-offers-section .other-offer-actions {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.other-offers-section .other-offer-actions .other-offer-button {
  margin-top: 32px;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.other-offers-section .other-offer-actions .other-offer-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .other-offers-section .other-offer-actions .other-offer-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.other-offers-section .swiper-button-lock {
  display: none !important;
}
.sports-activity-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  background-image: url('/images/sport-section-mobile-bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .sports-activity-section {
    background-image: url('/images/sport-section-bg.svg');
    background-position: top 40px right;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.sports-activity-section .sports-activity-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {

  .sports-activity-section .sports-activity-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.sports-activity-section .sports-activity-container .sports-activity-image-container {
  width: 100%;
}
.sports-activity-section .sports-activity-container .sports-activity-image-container picture {
  display: block;
  height: 251px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .sports-activity-section .sports-activity-container .sports-activity-image-container picture {
    height: 480px;
  }
}
.sports-activity-section .sports-activity-container .sports-activity-image-container picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.sports-activity-section .sports-activity-container .sports-activity-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 1200px) {

  .sports-activity-section .sports-activity-container .sports-activity-content {
    width: 432px;
  }
}
.sports-activity-section .sports-activity-container .sports-activity-content .sports-activity-text-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.sports-activity-section .sports-activity-container .sports-activity-content .sports-activity-text-group .sports-activity-title-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.sports-activity-section .sports-activity-container .sports-activity-content .sports-activity-text-group .sports-activity-title-group .sports-activity-title {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .sports-activity-section .sports-activity-container .sports-activity-content .sports-activity-text-group .sports-activity-title-group .sports-activity-title {
    font-size: 32px;
  }
}
.sports-activity-section .sports-activity-container .sports-activity-content .sports-activity-text-group .sports-activity-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.sports-activity-section .sports-activity-container .sports-activity-content .sports-activity-button-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.sports-activity-section .sports-activity-container .sports-activity-content .sports-activity-button-container .sports-activity-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.sports-activity-section .sports-activity-container .sports-activity-content .sports-activity-button-container .sports-activity-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .sports-activity-section .sports-activity-container .sports-activity-content .sports-activity-button-container .sports-activity-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.references-intro-section {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .references-intro-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.references-intro-section .references-intro-content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.references-intro-section .references-intro-content .references-intro-text {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (min-width: 1200px) {

  .references-intro-section .references-intro-content .references-intro-text {
    display: flex;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.references-intro-section .references-intro-content .references-intro-text .references-intro-title {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .references-intro-section .references-intro-content .references-intro-text .references-intro-title {
    font-size: 36px;
  }
}
.references-intro-section .references-intro-content .references-intro-text .references-intro-description {
  margin-bottom: 0px;
  max-width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .references-intro-section .references-intro-content .references-intro-text .references-intro-description {
    max-width: 500px;
  }
}
.sports-activity-white-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: url('/images/benefit-mobile-bg.svg');
  background-position: center 30%;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .sports-activity-white-section {
    background-image: url('/images/benefit-bg.svg');
    background-position: left bottom 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.sports-activity-white-section .sports-activity-white-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {

  .sports-activity-white-section .sports-activity-white-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.sports-activity-white-section .sports-activity-white-container .sports-activity-white-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 1200px) {

  .sports-activity-white-section .sports-activity-white-container .sports-activity-white-content {
    width: 432px;
  }
}
.sports-activity-white-section .sports-activity-white-container .sports-activity-white-content .sports-activity-white-text-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.sports-activity-white-section .sports-activity-white-container .sports-activity-white-content .sports-activity-white-text-group .sports-activity-white-title-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.sports-activity-white-section .sports-activity-white-container .sports-activity-white-content .sports-activity-white-text-group .sports-activity-white-title-group .sports-activity-white-title {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .sports-activity-white-section .sports-activity-white-container .sports-activity-white-content .sports-activity-white-text-group .sports-activity-white-title-group .sports-activity-white-title {
    font-size: 32px;
  }
}
.sports-activity-white-section .sports-activity-white-container .sports-activity-white-content .sports-activity-white-text-group .sports-activity-white-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.sports-activity-white-section .sports-activity-white-container .sports-activity-white-content .sports-activity-white-button-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.sports-activity-white-section .sports-activity-white-container .sports-activity-white-content .sports-activity-white-button-container .sports-activity-white-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.sports-activity-white-section .sports-activity-white-container .sports-activity-white-content .sports-activity-white-button-container .sports-activity-white-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .sports-activity-white-section .sports-activity-white-container .sports-activity-white-content .sports-activity-white-button-container .sports-activity-white-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.sports-activity-white-section .sports-activity-white-container .sports-activity-white-image-container {
  width: 100%;
}
.sports-activity-white-section .sports-activity-white-container .sports-activity-white-image-container picture {
  display: block;
  height: 251px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .sports-activity-white-section .sports-activity-white-container .sports-activity-white-image-container picture {
    height: 480px;
  }
}
.sports-activity-white-section .sports-activity-white-container .sports-activity-white-image-container picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.references-logos-section {
  width: 100%;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .references-logos-section {
    padding-bottom: 120px;
  }
}
.references-logos-section .references-logos-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 1200px) {

  .references-logos-section .references-logos-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
  }
}
.references-logos-section .references-logos-grid .reference-logo-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.references-logos-section .references-logos-grid .reference-logo-item .logo-container {
  display: flex;
  height: 62px;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .references-logos-section .references-logos-grid .reference-logo-item .logo-container {
    height: 125px;
    width: 100%;
  }
}
.references-logos-section .references-logos-grid .reference-logo-item .logo-container img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.beach-pools-gallery-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-position: right top 40px;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section {
    background-image: url('/images/pools-section-bg.svg');
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.beach-pools-gallery-section .beach-pools-gallery-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section .beach-pools-gallery-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container {
  order: 1;
  width: 100%;
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container {
    order: 1;
  }
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper {
  position: relative;
  overflow: hidden;
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-slide {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-slide {
    height: 480px;
  }
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .navigation-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-pagination-current {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-content {
  order: 2;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section .beach-pools-gallery-container .gallery-content {
    order: 2;
    margin-left: auto;
    margin-right: auto;
    width: 432px;
  }
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-content .gallery-text-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-content .gallery-text-group .gallery-title-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-content .gallery-text-group .gallery-title-group .gallery-title {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section .beach-pools-gallery-container .gallery-content .gallery-text-group .gallery-title-group .gallery-title {
    font-size: 32px;
  }
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-content .gallery-text-group .gallery-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-content .gallery-text-group .gallery-description p {
  margin-bottom: 16px;
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-content .gallery-button-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-content .gallery-button-container .gallery-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.beach-pools-gallery-section .beach-pools-gallery-container .gallery-content .gallery-button-container .gallery-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section .beach-pools-gallery-container .gallery-content .gallery-button-container .gallery-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.beach-pools-gallery-section-withBg {
  position: relative;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  background-image: url('/images/benefit-mobile-bg.svg');
  background-position: center 30%;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section-withBg {
    background-image: url('/images/benefit-bg.svg');
    background-position: left bottom 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section-withBg .beach-pools-gallery-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container {
  order: 2;
  width: 100%;
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container {
    order: 2;
  }
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper {
  position: relative;
  overflow: hidden;
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-slide {
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-slide {
    height: 480px;
  }
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .navigation-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-pagination-current {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-image-container .pools-gallery-swiper .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-content {
  order: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-content {
    order: 1;
    margin-left: auto;
    margin-right: auto;
    width: 432px;
  }
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-content .gallery-text-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-content .gallery-text-group .gallery-title-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-content .gallery-text-group .gallery-title-group .gallery-title {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-content .gallery-text-group .gallery-title-group .gallery-title {
    font-size: 32px;
  }
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-content .gallery-text-group .gallery-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-content .gallery-text-group .gallery-description p {
  margin-bottom: 16px;
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-content .gallery-button-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-content .gallery-button-container .gallery-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-content .gallery-button-container .gallery-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .beach-pools-gallery-section-withBg .beach-pools-gallery-container .gallery-content .gallery-button-container .gallery-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.honeymoon-benefits-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  background-image: url('/images/benefit-mobile-bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .honeymoon-benefits-section {
    background-image: url('/images/benefit-bg.svg');
    background-position: left bottom 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.honeymoon-benefits-section .honeymoon-benefits-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 1200px) {

  .honeymoon-benefits-section .honeymoon-benefits-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
  }
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-intro {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {

  .honeymoon-benefits-section .honeymoon-benefits-container .benefits-intro {
    width: 430px;
  }
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-intro .benefits-intro-category {
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-intro .benefits-intro-title {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .honeymoon-benefits-section .honeymoon-benefits-container .benefits-intro .benefits-intro-title {
    font-size: 32px;
  }
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-intro .benefits-intro-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {

  .honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container {
    width: 618px;
  }
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list {
  width: 100%;
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list .collapse {
  border-radius: 0px;
  background-color: transparent;
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list .collapse .collapse-title {
  min-height: 0px;
  padding: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list .collapse .collapse-title .benefit-title-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list .collapse .collapse-title .benefit-title-container .benefit-number {
  font-family: Mulish,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list .collapse .collapse-title .benefit-title-container .benefit-title {
  font-family: Mulish,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list .collapse .collapse-title:after {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list .collapse .collapse-content {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1rem;
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list .collapse .collapse-content .benefit-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list .collapse input:checked ~ .collapse-title .benefit-number {
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list .collapse input:checked ~ .collapse-title .benefit-title {
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list .benefit-title-container-static {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list .benefit-title-container-static .benefit-number {
  font-family: Mulish,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-list .benefit-title-container-static .benefit-title {
  font-family: Mulish,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-note {
  display: flex;
  width: 100%;
  gap: 10px;
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-note .benefits-note-icon {
  margin-top: 4px;
  display: flex;
  height: 16px;
  width: 16px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-note .benefits-note-icon img {
  height: 12px;
  width: 12px;
}
.honeymoon-benefits-section .honeymoon-benefits-container .benefits-list-container .benefits-note .benefits-note-text {
  margin-bottom: 0px;
  width: 100%;
  font-family: Mulish,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.hero-section-style-2 {
  width: 100%;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .hero-section-style-2 {
    padding-bottom: 120px;
  }
}
.hero-section-style-2 .special-offer-details {
  margin-top: 40px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .hero-section-style-2 .special-offer-details {
    margin-top: 0;
    width: 432px;
    padding-left: 0;
    padding-right: 0;
  }
}
.hero-section-style-2 .special-offer-details .special-offer-text {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.hero-section-style-2 .special-offer-details .special-offer-text .special-offer-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.hero-section-style-2 .special-offer-details .special-offer-text .special-offer-header .special-offer-resort-name {
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.hero-section-style-2 .special-offer-details .special-offer-text .special-offer-header .special-offer-package-name {
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 115%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.hero-section-style-2 .special-offer-details .special-offer-text .special-offer-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}
.hero-section-style-2 .special-offer-details .special-offer-actions {
  margin-top: 40px;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 1200px) {

  .hero-section-style-2 .special-offer-details .special-offer-actions {
    margin-top: 48px;
    justify-content: flex-start;
  }
}
.hero-section-style-2 .special-offer-details .special-offer-actions .action-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.hero-section-style-2 .special-offer-details .special-offer-actions .action-buttons .special-offer-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  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: 200ms;
}
.hero-section-style-2 .special-offer-details .special-offer-actions .action-buttons .special-offer-button.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hero-section-style-2 .special-offer-details .special-offer-actions .action-buttons .special-offer-button.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
.hero-section-style-2 .special-offer-details .special-offer-whatsapp-icon {
  display: flex;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.hero-section-style-2 .special-offer-details .special-offer-whatsapp-icon img {
  height: 20px;
  width: 20px;
}
.hero-section-style-2 .imgBox {
  position: relative;
  margin-top: 40px;
  height: auto;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  padding-left: 15px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .hero-section-style-2 .imgBox {
    margin-top: 0;
    min-height: 670px;
    width: 100%;
    padding-left: 0;
  }
}
.hero-section-style-2 .imgBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.convention-references-section {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .convention-references-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.convention-references-section .references-content {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 1200px) {

  .convention-references-section .references-content {
    margin-bottom: 64px;
  }
}
.convention-references-section .references-content .references-title-container {
  display: flex;
  width: 100%;
  max-width: 432px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.convention-references-section .references-content .references-title-container .references-title-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.convention-references-section .references-content .references-title-container .references-title-content .references-title {
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.convention-references-section .references-content .references-title-container .references-title-content .references-subtitle {
  margin-bottom: 0px;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .convention-references-section .references-content .references-title-container .references-title-content .references-subtitle {
    font-size: 32px;
  }
}
.convention-references-section .references-content .references-title-container .references-description {
  margin-bottom: 0px;
  max-width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.convention-references-section .references-content .view-all-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.convention-references-section .references-content .view-all-button:hover {
  opacity: 0.8;
}
.convention-references-section .references-content .view-all-button .view-all-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.convention-references-section .references-content .view-all-button .view-all-icon {
  display: flex;
  height: 26px;
  width: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.convention-references-section .references-content .view-all-button .view-all-icon svg {
  height: 14px;
  width: 14px;
}
.convention-references-section .logos-section {
  width: 100%;
}
.convention-references-section .logos-section .convention-logos-swiper {
  overflow: hidden;
}
.convention-references-section .logos-section .convention-logos-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.convention-references-section .logos-section .convention-logos-swiper .swiper-slide {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.convention-references-section .logos-section .convention-logos-swiper .swiper-slide .logo-container {
  display: flex;
  height: 40px;
  width: 100px;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .convention-references-section .logos-section .convention-logos-swiper .swiper-slide .logo-container {
    height: 80px;
    width: 180px;
  }
}
.convention-references-section .logos-section .convention-logos-swiper .swiper-slide .logo-container img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.why-choose-us-section {
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .why-choose-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.why-choose-us-section .why-choose-us-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1200px) {

  .why-choose-us-section .why-choose-us-content {
    gap: 80px;
  }
}
.why-choose-us-section .why-choose-us-content .why-choose-us-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-bottom-width: 1px;
  border-color: rgba(0,0,0,0.1);
  padding-bottom: 24px;
}
@media (min-width: 1200px) {

  .why-choose-us-section .why-choose-us-content .why-choose-us-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0px;
  }
}
.why-choose-us-section .why-choose-us-content .why-choose-us-header .why-choose-us-title-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {

  .why-choose-us-section .why-choose-us-content .why-choose-us-header .why-choose-us-title-container {
    width: 374px;
  }
}
.why-choose-us-section .why-choose-us-content .why-choose-us-header .why-choose-us-title-container .why-choose-us-title {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .why-choose-us-section .why-choose-us-content .why-choose-us-header .why-choose-us-title-container .why-choose-us-title {
    font-size: 32px;
  }
}
.why-choose-us-section .why-choose-us-content .why-choose-us-header .why-choose-navigation {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.why-choose-us-section .why-choose-us-content .why-choose-us-header .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.why-choose-us-section .why-choose-us-content .why-choose-us-header .swiper-pagination-current {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.why-choose-us-section .why-choose-us-content .why-choose-us-header .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.why-choose-us-section .why-choose-us-content .why-choose-us-header .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.why-choose-us-section .why-choose-us-content .why-choose-us-header .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.why-choose-us-section .why-choose-us-content .why-choose-us-header .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.why-choose-us-section .why-choose-us-content .why-choose-us-header .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.why-choose-us-section .why-choose-us-content .why-choose-us-header .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.why-choose-us-section .why-choose-us-content .why-choose-us-header .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.why-choose-us-section .why-choose-us-content .features-section {
  width: 100%;
}
.why-choose-us-section .why-choose-us-content .features-section .why-choose-swiper {
  overflow: hidden;
}
.why-choose-us-section .why-choose-us-content .features-section .why-choose-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.why-choose-us-section .why-choose-us-content .features-section .why-choose-swiper .swiper-slide {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  justify-content: center;
}
@media (min-width: 1200px) {

  .why-choose-us-section .why-choose-us-content .features-section .why-choose-swiper .swiper-slide {
    width: 374px;
    justify-content: flex-start;
  }
}
.why-choose-us-section .why-choose-us-content .features-section .why-choose-swiper .swiper-slide .feature-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
  border-bottom-width: 1px;
  border-color: rgba(0,0,0,0.2);
  padding-bottom: 28px;
}
@media (min-width: 1200px) {

  .why-choose-us-section .why-choose-us-content .features-section .why-choose-swiper .swiper-slide .feature-container {
    height: auto;
    min-height: 226px;
    width: 374px;
  }
}
.why-choose-us-section .why-choose-us-content .features-section .why-choose-swiper .swiper-slide .feature-container .feature-icon {
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
}
.why-choose-us-section .why-choose-us-content .features-section .why-choose-swiper .swiper-slide .feature-container .feature-icon img {
  height: 24px;
  width: auto;
}
.why-choose-us-section .why-choose-us-content .features-section .why-choose-swiper .swiper-slide .feature-container .feature-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 14px;
}
.why-choose-us-section .why-choose-us-content .features-section .why-choose-swiper .swiper-slide .feature-container .feature-content .feature-title {
  font-family: Mulish,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.why-choose-us-section .why-choose-us-content .features-section .why-choose-swiper .swiper-slide .feature-container .feature-content .feature-description {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.meeting-rooms-section .meeting-cards-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 1200px) {

  .meeting-rooms-section .meeting-cards-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
  }
}
.meeting-rooms-section .meeting-cards-container .meeting-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.meeting-rooms-section .meeting-cards-container .meeting-card .meeting-image-container {
  height: 226px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .meeting-rooms-section .meeting-cards-container .meeting-card .meeting-image-container {
    height: 370px;
  }
}
.meeting-rooms-section .meeting-cards-container .meeting-card .meeting-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.meeting-rooms-section .meeting-cards-container .meeting-card .meeting-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
}
.meeting-rooms-section .meeting-cards-container .meeting-card .meeting-content .meeting-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.meeting-rooms-section .meeting-cards-container .meeting-card .meeting-content .meeting-info .meeting-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}
.meeting-rooms-section .meeting-cards-container .meeting-card .meeting-content .meeting-info .meeting-header .meeting-title {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .meeting-rooms-section .meeting-cards-container .meeting-card .meeting-content .meeting-info .meeting-header .meeting-title {
    font-size: 26px;
  }
}
.meeting-rooms-section .meeting-cards-container .meeting-card .meeting-content .meeting-info .meeting-header .meeting-cuisine {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.meeting-rooms-section .meeting-cards-container .meeting-card .meeting-content .meeting-info .meeting-description {
  width: 100%;
  max-width: 513px;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.meeting-rooms-section .meeting-cards-container .meeting-card .meeting-content .meeting-actions {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.meeting-rooms-section .meeting-cards-container .meeting-card .meeting-content .meeting-actions .meeting-button {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.meeting-rooms-section .meeting-cards-container .meeting-card .meeting-content .meeting-actions .meeting-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .meeting-rooms-section .meeting-cards-container .meeting-card .meeting-content .meeting-actions .meeting-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.meeting-rooms-section .meeting-cards-container .meeting-card:hover .meeting-image-container 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.meeting-rooms-section .meeting-cards-container .tab-placeholder {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.meeting-highlight-section {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  background-position: right 80px;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {

  .meeting-highlight-section {
    margin-top: 80px;
    margin-bottom: 80px;
    background-image: url('/images/highlightIcons.svg');
  }
}
.meeting-highlight-section .meeting-highlight-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .meeting-highlight-section .meeting-highlight-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 24px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-image-container {
  height: 226px;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .meeting-highlight-section .meeting-highlight-container .meeting-highlight-image-container {
    height: 480px;
    width: 564px;
  }
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-content {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-info {
  width: 100%;
}
@media (min-width: 1200px) {

  .meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-info {
    width: 432px;
  }
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-info .meeting-highlight-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-info .meeting-highlight-header .meeting-highlight-title {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-info .meeting-highlight-header .meeting-highlight-title .meeting-highlight-name {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-info .meeting-highlight-header .meeting-highlight-title .meeting-highlight-cuisine {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-info .meeting-highlight-header .meeting-highlight-description {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-info .meeting-highlight-actions {
  margin-top: 32px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
@media (min-width: 1200px) {

  .meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-info .meeting-highlight-actions {
    margin-top: 40px;
  }
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-info .meeting-highlight-actions .meeting-highlight-button {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-info .meeting-highlight-actions .meeting-highlight-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-info .meeting-highlight-actions .meeting-highlight-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-decoration {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  opacity: 0.05;
}
@media (min-width: 1200px) {

  .meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-decoration {
    bottom: 0px;
    right: 243px;
  }
}
.meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-decoration .highlight-decoration-icon {
  height: 200px;
  width: 200px;
}
@media (min-width: 1200px) {

  .meeting-highlight-section .meeting-highlight-container .meeting-highlight-content .meeting-highlight-decoration .highlight-decoration-icon {
    height: 300px;
    width: 300px;
  }
}
.meeting-highlight-section .meeting-highlight-container:hover .meeting-highlight-image-container 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.sports-activities-featured-section {
  width: 100%;
  background-image: url('/images/sport-section-mobile-bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .sports-activities-featured-section {
    background-image: url('/images/sport-section-bg.svg');
    background-position: top 40px right;
  }
}
.sports-activities-featured-section .sports-activities-featured-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1200px) {

  .sports-activities-featured-section .sports-activities-featured-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-image-container {
  width: 100%;
}
.sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-image-container img {
  height: auto;
  width: 100%;
  max-width: 550px;
  flex-shrink: 0;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
.sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 1200px) {

  .sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-content {
    width: 432px;
    align-items: flex-start;
  }
}
.sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-content .sports-activities-featured-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-content .sports-activities-featured-details .sports-activities-featured-title {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-content .sports-activities-featured-details .sports-activities-featured-title {
    font-size: 32px;
  }
}
.sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-content .sports-activities-featured-details .sports-activities-featured-description {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-content .sports-activities-featured-details .sports-activities-featured-description ul li {
  margin-bottom: 16px;
  background-position: left top 2px;
  background-repeat: no-repeat;
  padding-left: 36px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
                            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.94254 3.30746L14.1925 9.55746C14.2506 9.61551 14.2967 9.68444 14.3282 9.76031C14.3597 9.83619 14.3758 9.91752 14.3758 9.99965C14.3758 10.0818 14.3597 10.1631 14.3282 10.239C14.2967 10.3149 14.2506 10.3838 14.1925 10.4418L7.94254 16.6918C7.82526 16.8091 7.6662 16.875 7.50035 16.875C7.3345 16.875 7.17544 16.8091 7.05816 16.6918C6.94088 16.5746 6.875 16.4155 6.875 16.2497C6.875 16.0838 6.94088 15.9247 7.05816 15.8075L12.8668 9.99965L7.05816 4.19184C7.00009 4.13377 6.95403 4.06483 6.9226 3.98896C6.89117 3.91309 6.875 3.83177 6.875 3.74965C6.875 3.66753 6.89117 3.58621 6.9226 3.51034C6.95403 3.43447 7.00009 3.36553 7.05816 3.30746C7.11623 3.2494 7.18517 3.20333 7.26104 3.17191C7.33691 3.14048 7.41823 3.1243 7.50035 3.1243C7.58247 3.1243 7.66379 3.14048 7.73966 3.17191C7.81553 3.20333 7.88447 3.2494 7.94254 3.30746Z' fill='%23816C56'/%3E%3C/svg%3E");
}
.sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-content .sports-activities-featured-details .sports-activities-featured-description ul li p {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-content .sports-activities-featured-details .sports-activities-featured-description ul li strong {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-content .sports-activities-featured-actions {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-content .sports-activities-featured-actions .sports-activities-featured-button {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-content .sports-activities-featured-actions .sports-activities-featured-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .sports-activities-featured-section .sports-activities-featured-container .sports-activities-featured-content .sports-activities-featured-actions .sports-activities-featured-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.sports-activities-featured-section .sports-activity-white-button-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.sports-activities-featured-section .sports-activity-white-button-container .sports-activity-white-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.sports-activities-featured-section .sports-activity-white-button-container .sports-activity-white-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .sports-activities-featured-section .sports-activity-white-button-container .sports-activity-white-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.faq-section {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  background-image: url('/images/benefit-mobile-bg.svg');
  background-position: center 30%;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .faq-section {
    background-image: url('/images/benefit-bg.svg');
    background-position: left bottom 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.faq-section .faq-container {
  width: 100%;
}
.faq-section .faq-container .benefits-list-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {

  .faq-section .faq-container .benefits-list-container {
    width: 708px;
  }
}
.faq-section .faq-container .benefits-list-container .benefits-list {
  width: 100%;
}
.faq-section .faq-container .benefits-list-container .benefits-list .collapse {
  border-radius: 0px;
  background-color: transparent;
}
.faq-section .faq-container .benefits-list-container .benefits-list .collapse .collapse-title {
  min-height: 0px;
  padding: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 50px;
}
.faq-section .faq-container .benefits-list-container .benefits-list .collapse .collapse-title .benefit-title-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.faq-section .faq-container .benefits-list-container .benefits-list .collapse .collapse-title .benefit-title-container .benefit-number {
  font-family: Mulish,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.faq-section .faq-container .benefits-list-container .benefits-list .collapse .collapse-title .benefit-title-container .benefit-title {
  font-family: Mulish,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.faq-section .faq-container .benefits-list-container .benefits-list .collapse .collapse-title:after {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.faq-section .faq-container .benefits-list-container .benefits-list .collapse .collapse-content {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1rem;
}
.faq-section .faq-container .benefits-list-container .benefits-list .collapse .collapse-content .benefit-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.faq-section .faq-container .benefits-list-container .benefits-list .collapse .collapse-content .benefit-description ul {
  list-style-position: inside;
  list-style-type: disc;
}
.faq-section .faq-container .benefits-list-container .benefits-list .collapse .collapse-content .benefit-description ul li p {
  display: inline-block;
}
.faq-section .faq-container .benefits-list-container .benefits-list .collapse input:checked ~ .collapse-title .benefit-number {
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.faq-section .faq-container .benefits-list-container .benefits-list .collapse input:checked ~ .collapse-title .benefit-title {
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.faq-section .faq-container .benefits-list-container .benefits-list .benefit-title-container-static {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.faq-section .faq-container .benefits-list-container .benefits-list .benefit-title-container-static .benefit-number {
  font-family: Mulish,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.faq-section .faq-container .benefits-list-container .benefits-list .benefit-title-container-static .benefit-title {
  font-family: Mulish,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.faq-section .faq-container .benefits-list-container .benefits-note {
  display: flex;
  width: 100%;
  gap: 10px;
}
.faq-section .faq-container .benefits-list-container .benefits-note .benefits-note-icon {
  margin-top: 4px;
  display: flex;
  height: 16px;
  width: 16px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.faq-section .faq-container .benefits-list-container .benefits-note .benefits-note-icon img {
  height: 12px;
  width: 12px;
}
.faq-section .faq-container .benefits-list-container .benefits-note .benefits-note-text {
  margin-bottom: 0px;
  width: 100%;
  font-family: Mulish,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.wosy-mini-star-section {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .wosy-mini-star-section {
    margin-bottom: 120px;
    padding-top: 120px;
    padding-bottom: 0;
  }
}
.wosy-mini-star-section .wosy-mini-star-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 1200px) {

  .wosy-mini-star-section .wosy-mini-star-content {
    width: 432px;
  }
}
.wosy-mini-star-section .wosy-mini-star-content .wosy-mini-star-title {
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .wosy-mini-star-section .wosy-mini-star-content .wosy-mini-star-title {
    font-size: 32px;
  }
}
.wosy-mini-star-section .wosy-mini-star-content p {
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.wosy-mini-star-section .wosy-mini-star-right-image-container {
  width: 100%;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .wosy-mini-star-section .wosy-mini-star-right-image-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.wosy-mini-star-section .wosy-mini-star-right-image-container img {
  height: auto;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .wosy-mini-star-section .wosy-mini-star-right-image-container img {
    max-height: 540px;
    width: auto;
    max-width: 100%;
  }
}
.wosy-mini-star-section .wosy-mini-star-left-image-container {
  width: 100%;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .wosy-mini-star-section .wosy-mini-star-left-image-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 120px;
  }
}
.wosy-mini-star-section .wosy-mini-star-left-image-container img {
  height: auto;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .wosy-mini-star-section .wosy-mini-star-left-image-container img {
    max-height: 640px;
    width: auto;
    max-width: 100%;
  }
}
.contact-section {
  width: 100%;
  background-image: url('/images/sport-section-mobile-bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .contact-section {
    background-image: url('/images/sport-section-bg.svg');
    background-position: top 40px right;
  }
}
.contact-section .contact-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1200px) {

  .contact-section .contact-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.contact-section .contact-container .contact-image-container {
  width: 100%;
}
.contact-section .contact-container .contact-image-container img {
  height: auto;
  width: 100%;
  max-width: 550px;
  flex-shrink: 0;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
.contact-section .contact-container .contact-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 1200px) {

  .contact-section .contact-container .contact-content {
    width: 432px;
    align-items: flex-start;
  }
}
.contact-section .contact-container .contact-content .contact-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.contact-section .contact-container .contact-content .contact-details .contact-title {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .contact-section .contact-container .contact-content .contact-details .contact-title {
    font-size: 32px;
  }
}
.contact-section .contact-container .contact-content .contact-details .contact-description {
  width: 100%;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.contact-section .contact-container .contact-content .contact-details .contact-info {
  width: 100%;
  max-width: 312px;
}
.contact-section .contact-container .contact-content .contact-details .contact-info .contact-info-item {
  margin-bottom: 12px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.contact-section .contact-container .contact-content .contact-details .contact-info .contact-info-item img {
  height: auto;
  width: 18px;
}
.contact-section .contact-container .contact-content .contact-details .contact-info .contact-info-item a {
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.contact-section .contact-container .contact-content .contact-actions {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 1200px) {

  .contact-section .contact-container .contact-content .contact-actions {
    justify-content: flex-start;
  }
}
.contact-section .contact-container .contact-content .contact-actions .action-buttons {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {

  .contact-section .contact-container .contact-content .contact-actions .action-buttons {
    width: auto;
  }
}
.contact-section .contact-container .contact-content .contact-actions .action-buttons .contact-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  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: 200ms;
}
@media (min-width: 1200px) {
.contact-section .contact-container .contact-content .contact-actions .action-buttons .contact-button{
                            width: auto
                    }
                        }
.contact-section .contact-container .contact-content .contact-actions .action-buttons .contact-button.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.contact-section .contact-container .contact-content .contact-actions .action-buttons .contact-button.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
.contact-section .contact-container .contact-content .contact-actions .action-buttons .contact-button.secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.contact-section .contact-container .contact-content .contact-actions .action-buttons .contact-button.secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.contact-section .contact-container .contact-content .contact-actions .contact-whatsapp-icon {
  display: flex;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.contact-section .contact-container .contact-content .contact-actions .contact-whatsapp-icon img {
  height: 20px;
  width: 20px;
}
.contact-form-section {
  position: relative;
  margin-top: 64px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  background-position: left bottom 80px;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .contact-form-section {
    margin-top: 120px;
    background-image: url('/images/contactFormBg.svg');
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.contact-form-section .contact-form-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.contact-form-section .contact-form-container .contact-form-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {

  .contact-form-section .contact-form-container .contact-form-header {
    width: 626px;
  }
}
.contact-form-section .contact-form-container .contact-form-header .contact-form-title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .contact-form-section .contact-form-container .contact-form-header .contact-form-title {
    font-size: 36px;
  }
}
.contact-form-section .contact-form-container .contact-form-header .contact-form-description {
  margin-bottom: 16px;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.contact-form-section .contact-form-container .contact-form {
  width: 100%;
}
@media (min-width: 1200px) {

  .contact-form-section .contact-form-container .contact-form {
    width: 434px;
  }
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .form-label {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .form-control {
  width: 100%;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .form-control .input {
  width: 100%;
  border-radius: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .form-control .input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1));
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .form-control .input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1));
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .form-control .input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .form-control .textarea {
  min-height: 120px;
  width: 100%;
  resize: none;
  border-radius: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 56px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .form-control .textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1));
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .form-control .textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1));
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .form-control .textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .phone-input-container {
  display: flex;
  width: 100%;
  gap: 12px;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .phone-input-container .country-code-container {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .phone-input-container .country-code-container .country-code-select {
  min-width: 80px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 40px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .phone-input-container .country-code-container .country-code-select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .phone-input-container .country-code-container .country-code-select{
                                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M11.6848 6.05953L7.30978 10.4345C7.26914 10.4752 7.22089 10.5075 7.16778 10.5295C7.11467 10.5515 7.05774 10.5628 7.00024 10.5628C6.94275 10.5628 6.88582 10.5515 6.83271 10.5295C6.7796 10.5075 6.73134 10.4752 6.69071 10.4345L2.31571 6.05953C2.23362 5.97744 2.1875 5.8661 2.1875 5.75C2.1875 5.6339 2.23362 5.52256 2.31571 5.44047C2.3978 5.35837 2.50915 5.31226 2.62524 5.31226C2.74134 5.31226 2.85268 5.35837 2.93477 5.44047L7.00024 9.50648L11.0657 5.44047C11.1064 5.39982 11.1546 5.36757 11.2077 5.34558C11.2608 5.32358 11.3178 5.31225 11.3752 5.31225C11.4327 5.31225 11.4897 5.32358 11.5428 5.34558C11.5959 5.36757 11.6441 5.39982 11.6848 5.44047C11.7254 5.48111 11.7577 5.52937 11.7797 5.58248C11.8017 5.63559 11.813 5.69251 11.813 5.75C11.813 5.80748 11.8017 5.86441 11.7797 5.91751C11.7577 5.97062 11.7254 6.01888 11.6848 6.05953Z' fill='%235C5C5C'/%3E%3C/svg%3E");
                                background-repeat: no-repeat;
                                background-size: 14px 14px;
                            }
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .phone-input-container .country-code-container .dropdown-arrow {
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  --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));
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .privacy-policy-container {
  width: 100%;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .privacy-policy-container .privacy-policy-label {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  padding: 0px;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .privacy-policy-container .privacy-policy-label .privacy-checkbox {
  margin-top: 2px;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  border-radius: 0;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .privacy-policy-container .privacy-policy-label .privacy-checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .privacy-policy-container .privacy-policy-label .privacy-checkbox:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .privacy-policy-container .privacy-policy-label .privacy-checkbox:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
                                    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e");
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .privacy-policy-container .privacy-policy-label .privacy-policy-text {
  flex: 1 1 0%;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity, 1));
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .contact-form-submit-btn {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 99px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --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;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.contact-form-section .contact-form-container .contact-form .contact-form-fields .form-field .contact-form-submit-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
.starlight-hero-section {
  position: relative;
  font-family: Manrope,sans-serif;
}
.starlight-hero-section .hero-container {
  position: relative;
  height: 580px;
  width: 100%;
}
@media (min-width: 1200px) {

  .starlight-hero-section .hero-container {
    height: calc(100vh - 126px);
  }
}
.starlight-hero-section .hero-container .video-container {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.starlight-hero-section .hero-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.starlight-hero-section .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.2);
}
.starlight-hero-section .hero-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  --tw-translate-x: -50%;
  --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));
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .starlight-hero-section .hero-wrapper {
    max-width: 770px;
    padding-left: 0;
    padding-right: 0;
  }
}
.starlight-hero-section .hero-wrapper .hero-title {
  margin-bottom: 24px;
  width: 100%;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .starlight-hero-section .hero-wrapper .hero-title {
    text-align: center;
    font-size: 42px;
  }
}
.starlight-hero-section .hero-wrapper .hero-subtitle {
  margin-bottom: 24px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .starlight-hero-section .hero-wrapper .hero-subtitle {
    font-size: 18px;
  }
}
.starlight-hero-intro-section {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .starlight-hero-intro-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.starlight-hero-intro-section .starlight-hero-intro-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 660px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {

  .starlight-hero-intro-section .starlight-hero-intro-container {
    max-width: 780px;
  }
}
.starlight-hero-intro-section .starlight-hero-intro-container .hero-text-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.starlight-hero-intro-section .starlight-hero-intro-container .hero-text-container .hero-title-small {
  width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.starlight-hero-intro-section .starlight-hero-intro-container .hero-text-container .hero-subtitle {
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  font-family: Gilroy,sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 116%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .starlight-hero-intro-section .starlight-hero-intro-container .hero-text-container .hero-subtitle {
    font-family: Manrope,sans-serif;
    font-size: 42px;
    line-height: 137%;
  }
}
.starlight-hero-intro-section .starlight-hero-intro-container .hero-vector-container {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
}
.starlight-hero-intro-section .starlight-hero-intro-container .hero-vector-container img {
  height: 18px;
  width: auto;
}
.starlight-hero-intro-section .starlight-hero-intro-container .hero-description {
  margin-bottom: 0px;
  width: 100%;
  max-width: 345px;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .starlight-hero-intro-section .starlight-hero-intro-container .hero-description {
    max-width: 780px;
  }
}
.rooms-section {
  width: 100%;
  font-family: Manrope,sans-serif;
}
.rooms-section .rooms-container {
  width: 100%;
}
.rooms-section .rooms-container .rooms-topTitle {
  margin-bottom: 16px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.rooms-section .rooms-container .rooms-header {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-bottom: 24px;
}
.rooms-section .rooms-container .rooms-header .rooms-title {
  width: 100%;
  max-width: 432px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .rooms-header .rooms-title {
    font-size: 32px;
  }
}
.rooms-section .rooms-container .rooms-header .rooms-navigation {
  position: relative;
  display: none;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .rooms-header .rooms-navigation {
    display: flex;
  }
}
.rooms-section .rooms-container .rooms-header .rooms-navigation .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.rooms-section .rooms-container .rooms-header .rooms-navigation .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.rooms-section .rooms-container .rooms-header .rooms-navigation .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.rooms-section .rooms-container .rooms-header .rooms-navigation .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.rooms-section .rooms-container .rooms-header .rooms-navigation .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.rooms-section .rooms-container .rooms-header .rooms-navigation .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.rooms-section .rooms-container .rooms-header .rooms-navigation .swiper-pagination-rooms {
  position: relative;
  top: unset;
  bottom: unset;
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.rooms-section .rooms-container .rooms-header .rooms-navigation .swiper-pagination-rooms .swiper-pagination-current {
  position: relative;
  top: 1px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .rooms-header .rooms-navigation .swiper-pagination-rooms .swiper-pagination-current {
    top: unset;
  }
}
.rooms-section .rooms-container .rooms-header .rooms-navigation .swiper-pagination-rooms .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.rooms-section .rooms-container .rooms-swiper {
  position: relative;
  margin-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .rooms-swiper {
    margin-top: 48px;
  }
}
.rooms-section .rooms-container .rooms-swiper .imgBox {
  position: relative;
}
.rooms-section .rooms-container .rooms-swiper .textBox {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .rooms-swiper .textBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-content {
  width: 100%;
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .rooms-swiper .textBox .textBox-content {
    width: 391px;
    max-width: 70%;
  }
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-content .textBox-content-title {
  margin-bottom: 16px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .rooms-swiper .textBox .textBox-content .textBox-content-title {
    font-size: 24px;
  }
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-content .textBox-content-title p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .rooms-swiper .textBox .textBox-content .textBox-content-title p {
    font-size: 24px;
  }
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-content .textBox-content-title strong {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .rooms-swiper .textBox .textBox-content .textBox-content-title strong {
    font-size: 24px;
  }
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-content .textBox-content-description {
  margin-bottom: 24px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .rooms-swiper .textBox .textBox-content .textBox-content-description {
    margin-bottom: 40px;
  }
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-content .textBox-content-description p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-Icons-Box {
  margin-bottom: 24px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .rooms-swiper .textBox .textBox-Icons-Box {
    width: 30%;
  }
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-Icons-Box .textBox-Icons-Box-item {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-Icons-Box .textBox-Icons-Box-item .textBox-Icons-Box-item-icon {
  height: 20px;
  width: 20px;
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-Icons-Box .textBox-Icons-Box-item .textBox-Icons-Box-item-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-Icons-Box .textBox-Icons-Box-item .textBox-Icons-Box-item-text {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-content-button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-content-button .cleanLink {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-content-button .cleanLink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .rooms-swiper .textBox .textBox-content-button .cleanLink {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-content-button .darkLink {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 99px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.rooms-section .rooms-container .rooms-swiper .textBox .textBox-content-button .darkLink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 90 71 / var(--tw-bg-opacity, 1));
}
@media (max-width: 1199px) {
            .rooms-section .rooms-container .swiper-pagination {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    gap: 4px;
  }
                .rooms-section .rooms-container .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
    opacity: 1;
  }
                    .rooms-section .rooms-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  }
        }
@media (min-width: 1200px) {

  .rooms-section .rooms-container .rooms-pagination {
    display: none;
  }
}
.rooms-section .rooms-container .swiper-button-lock {
  display: none !important;
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-Thumbs-swiper .swiper-slide {
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .mainPage-Rooms-Gallery-Thumbs-swiper .swiper-slide {
    height: 400px;
  }
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-navigation {
  display: flex;
  align-items: center;
  gap: 16px;
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-navigation .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-navigation .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-navigation .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-navigation .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  --tw-brightness: brightness(200%);
  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);
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-navigation .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  --tw-brightness: brightness(200%);
  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);
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-navigation .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-navigation .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-navigation .swiper-pagination-current {
  position: relative;
  top: 1px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .mainPage-Rooms-Gallery-navigation .swiper-pagination-current {
    top: unset;
  }
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-navigation .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-swiper-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px;
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .mainPage-Rooms-Gallery-swiper-wrapper {
    padding: 16px;
  }
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-swiper {
  margin-right: 0;
  height: auto;
  width: 142px;
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .mainPage-Rooms-Gallery-swiper {
    width: 244px;
  }
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-swiper .swiper-slide {
  height: 32px;
  width: 42px;
}
@media (min-width: 1200px) {

  .rooms-section .rooms-container .mainPage-Rooms-Gallery-swiper .swiper-slide {
    height: 56px;
    width: 76px;
  }
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.rooms-section .rooms-container .mainPage-Rooms-Gallery-swiper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.beach-section {
  position: relative;
  margin-top: 64px;
  width: 100%;
}
@media (min-width: 1200px) {

  .beach-section {
    margin-top: 120px;
  }
}
.beach-section .beach-container {
  position: relative;
  width: 100%;
}
.beach-section .beach-container .beach-image {
  position: relative;
  height: 580px;
  width: 100%;
}
@media (min-width: 1200px) {

  .beach-section .beach-container .beach-image {
    height: 100vh;
  }
}
.beach-section .beach-container .beach-image picture {
  display: block;
  height: 100%;
  width: 100%;
}
.beach-section .beach-container .beach-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.beach-section .beach-container .beach-image::after {
                content: '';
                position: absolute;
                inset: 0px;
                background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
                --tw-gradient-from: transparent var(--tw-gradient-from-position);
                --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
                --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
                --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
                --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
                --tw-gradient-to: rgb(0 0 0 / 0.8) var(--tw-gradient-to-position);
            }
@media (min-width: 1200px) {

  .beach-section .beach-container .beach-image::after {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: rgb(0 0 0 / 0.5) var(--tw-gradient-to-position);
  }
}
.beach-section .beach-container .beach-text-container {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: calc(100% - 30px);
  flex-direction: column;
  gap: 32px;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 212 194 / var(--tw-bg-opacity, 1));
  background-image: url('/images/beachBgVector.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 42px 15px;
}
@media (min-width: 1200px) {

  .beach-section .beach-container .beach-text-container {
    top: unset;
    left: 48px;
    bottom: 48px;
    margin-left: unset;
    margin-right: unset;
    width: 420px;
    padding: 42px;
  }
}
.beach-section .beach-container .beach-text-container .beach-text-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {

  .beach-section .beach-container .beach-text-container .beach-text-box {
    max-width: 315px;
  }
}
.beach-section .beach-container .beach-text-container .beach-text-box .beach-title {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 170%;
  letter-spacing: 4%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.beach-section .beach-container .beach-text-container .beach-text-box .beach-subtitle {
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .beach-section .beach-container .beach-text-container .beach-text-box .beach-subtitle {
    font-size: 28px;
    line-height: 137%;
  }
}
.beach-section .beach-container .beach-text-container .beach-text-box .beach-description {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.beach-section .beach-container .beach-text-container .beach-button {
  display: flex;
}
.beach-section .beach-container .beach-text-container .beach-button .beach-button-link {
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.beach-section .beach-container .beach-text-container .beach-button .beach-button-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 90 71 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .beach-section .beach-container .beach-text-container .beach-button .beach-button-link {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.gastronomy-section {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .gastronomy-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.gastronomy-section .gastronomy-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 1200px) {

  .gastronomy-section .gastronomy-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.gastronomy-section .gastronomy-text-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1200px) {

  .gastronomy-section .gastronomy-text-container {
    width: 390px;
  }
}
.gastronomy-section .gastronomy-text-container .gastronomy-text-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gastronomy-section .gastronomy-text-container .gastronomy-text-box .gastronomy-text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gastronomy-section .gastronomy-text-container .gastronomy-text-box .gastronomy-text-content .gastronomy-title {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
                    letter-spacing: 4%;
}
.gastronomy-section .gastronomy-text-container .gastronomy-text-box .gastronomy-text-content .gastronomy-subtitle {
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .gastronomy-section .gastronomy-text-container .gastronomy-text-box .gastronomy-text-content .gastronomy-subtitle {
    font-size: 32px;
  }
}
.gastronomy-section .gastronomy-text-container .gastronomy-text-box .gastronomy-text-content .gastronomy-subtitle {
                    line-height: 1.366;
                }
.gastronomy-section .gastronomy-text-container .gastronomy-text-box .gastronomy-description {
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.gastronomy-section .gastronomy-text-container .gastronomy-button {
  display: flex;
}
.gastronomy-section .gastronomy-text-container .gastronomy-button .gastronomy-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .gastronomy-section .gastronomy-text-container .gastronomy-button .gastronomy-button-link {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.gastronomy-section .gastronomy-text-container .gastronomy-button .gastronomy-button-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 92 71 / var(--tw-bg-opacity, 1));
}
.gastronomy-section .gastronomy-images-container {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.gastronomy-section .gastronomy-images-container .gastronomy-image {
  overflow: hidden;
  border-radius: 4px;
}
.gastronomy-section .gastronomy-images-container .gastronomy-image.gastronomy-image-1 {
  grid-column: span 1 / span 1;
  height: 242px;
}
@media (min-width: 1200px) {

  .gastronomy-section .gastronomy-images-container .gastronomy-image.gastronomy-image-1 {
    height: 491px;
  }
}
.gastronomy-section .gastronomy-images-container .gastronomy-image.gastronomy-image-2 {
  grid-column: span 1 / span 1;
  margin-top: 28px;
  height: 242px;
}
@media (min-width: 1200px) {

  .gastronomy-section .gastronomy-images-container .gastronomy-image.gastronomy-image-2 {
    margin-top: 56px;
    height: 491px;
  }
}
.gastronomy-section .gastronomy-images-container .gastronomy-image picture {
  display: block;
  height: 100%;
  width: 100%;
}
.gastronomy-section .gastronomy-images-container .gastronomy-image picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spa-section {
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
}
@media (min-width: 1200px) {

  .spa-section {
    padding-top: 0;
  }
}
.spa-section .spa-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 1200px) {

  .spa-section .spa-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.spa-section .spa-text-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .spa-section .spa-text-container {
    width: 425px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.spa-section .spa-text-container .spa-text-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.spa-section .spa-text-container .spa-text-box .spa-text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.spa-section .spa-text-container .spa-text-box .spa-text-content .spa-title {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 170%;
  letter-spacing: 4%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.spa-section .spa-text-container .spa-text-box .spa-text-content .spa-subtitle {
  font-family: Manrope,sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .spa-section .spa-text-container .spa-text-box .spa-text-content .spa-subtitle {
    font-size: 42px;
  }
}
.spa-section .spa-text-container .spa-text-box .spa-description {
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.spa-section .spa-text-container .spa-button {
  display: flex;
}
.spa-section .spa-text-container .spa-button .spa-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .spa-section .spa-text-container .spa-button .spa-button-link {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.spa-section .spa-text-container .spa-button .spa-button-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.spa-section .spa-image-container {
  width: 100%;
}
.spa-section .spa-image-container picture {
  display: block;
  height: 417px;
  width: 100%;
}
@media (min-width: 1200px) {

  .spa-section .spa-image-container picture {
    height: 800px;
  }
}
.spa-section .spa-image-container picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-special-offers-section {
  margin-top: 64px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .hotel-special-offers-section {
    margin-top: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.hotel-special-offers-section .hotel-special-offers-switcher-container {
  width: 100%;
}
.hotel-special-offers-section .hotel-special-offers-switcher-container .hotel-special-offers-switcher-tabs {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .hotel-special-offers-section .hotel-special-offers-switcher-container .hotel-special-offers-switcher-tabs {
    max-width: 600px;
    justify-content: flex-start;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.hotel-special-offers-section .hotel-special-offers-switcher-container .hotel-special-offers-switcher-tabs{
            
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
.hotel-special-offers-section .hotel-special-offers-switcher-container .hotel-special-offers-switcher-tabs::-webkit-scrollbar {
                display: none;
            }
.hotel-special-offers-section .hotel-special-offers-switcher-container .hotel-special-offers-switcher-tabs .hotel-special-offers-switcher-tab {
  position: relative;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  border-width: 0px;
  background-color: transparent;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  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: 200ms;
}
.hotel-special-offers-section .hotel-special-offers-switcher-container .hotel-special-offers-switcher-tabs .hotel-special-offers-switcher-tab .hotel-special-offers-switcher-tab-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.hotel-special-offers-section .hotel-special-offers-switcher-container .hotel-special-offers-switcher-tabs .hotel-special-offers-switcher-tab.active .hotel-special-offers-switcher-tab-text {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.hotel-special-offers-section .hotel-special-offers-switcher-container .hotel-special-offers-switcher-tabs .hotel-special-offers-switcher-tab.active::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.hotel-special-offers-section .hotel-special-offers-switcher-container .hotel-special-offers-switcher-tabs .hotel-special-offers-switcher-tab:hover:not(.active) .hotel-special-offers-switcher-tab-text {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.hotel-special-offers-section .hotel-special-offers-tab-content {
  display: none;
  width: 100%;
}
.hotel-special-offers-section .hotel-special-offers-tab-content.active {
  display: block;
}
.hotel-special-offers-section .hotel-special-offers-container {
  width: 100%;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-topTitle {
  margin-bottom: 16px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-bottom: 24px;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-title {
  width: 100%;
  max-width: 432px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-title {
    font-size: 32px;
  }
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-navigation {
  position: relative;
  display: none;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {

  .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-navigation {
    display: flex;
  }
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-navigation .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-navigation .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-navigation .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-navigation .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-navigation .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-navigation .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-navigation .swiper-pagination-hotel-special-offers {
  position: relative;
  top: unset;
  bottom: unset;
  margin-top: 0;
  width: -moz-max-content;
  width: max-content;
  align-items: flex-end;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-navigation .swiper-pagination-hotel-special-offers .swiper-pagination-current {
  position: relative;
  top: 1px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-navigation .swiper-pagination-hotel-special-offers .swiper-pagination-current {
    top: unset;
  }
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header .hotel-special-offers-navigation .swiper-pagination-hotel-special-offers .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-title {
  width: 100%;
  max-width: 432px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-title {
    font-size: 32px;
  }
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-navigation {
  position: relative;
  display: none;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {

  .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-navigation {
    display: flex;
  }
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-navigation .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-navigation .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-navigation .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-navigation .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-navigation .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-navigation .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-navigation .swiper-pagination-hotel-special-offers {
  position: relative;
  top: unset;
  bottom: unset;
  margin-top: 0;
  width: -moz-max-content;
  width: max-content;
  align-items: flex-end;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-navigation .swiper-pagination-hotel-special-offers .swiper-pagination-current {
  position: relative;
  top: 1px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-navigation .swiper-pagination-hotel-special-offers .swiper-pagination-current {
    top: unset;
  }
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-top .hotel-special-offers-navigation .swiper-pagination-hotel-special-offers .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header-description {
  position: relative;
  margin-top: 40px;
  max-width: 100%;
  padding-left: 42px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header-description {
    margin-top: 0;
    max-width: 474px;
  }
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header-description::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 55px;
  width: 18px;
  background-image: url('/images/roomsIconContainer.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-header-description p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper {
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 1200px) {

  .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper {
    margin-top: 48px;
  }
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide {
  width: 100%;
}
@media (min-width: 1200px) {

  .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide {
    width: 1060px;
  }
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide .hotel-special-offers-image {
  height: 260px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide .hotel-special-offers-image {
    height: 420px;
  }
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide .hotel-special-offers-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide .hotel-special-offers-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: space-between;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide .hotel-special-offers-content .hotel-special-offers-badge {
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide .hotel-special-offers-content .hotel-special-offers-badge {
    margin-top: 24px;
  }
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide .hotel-special-offers-content .hotel-special-offers-text-box {
  width: 100%;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide .hotel-special-offers-content .hotel-special-offers-text-box .hotel-special-offers-title {
  margin-bottom: 24px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide .hotel-special-offers-content .hotel-special-offers-text-box .hotel-special-offers-description {
  margin-bottom: 40px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide .hotel-special-offers-content .hotel-special-offers-text-box .hotel-special-offers-button {
  display: flex;
}
.hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide .hotel-special-offers-content .hotel-special-offers-text-box .hotel-special-offers-button .hotel-special-offers-button-link {
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-slide .hotel-special-offers-content .hotel-special-offers-text-box .hotel-special-offers-button .hotel-special-offers-button-link {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1199px) {
                .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-pagination {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    display: flex;
    width: -moz-fit-content !important;
    width: fit-content !important;
    gap: 4px;
  }
                    .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    opacity: 1;
  }
                        .hotel-special-offers-section .hotel-special-offers-container .hotel-special-offers-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  }
            }
.rightTwoImages-Section {
  margin-bottom: 64px;
  padding-top: 64px;
}
@media (min-width: 1200px) {

  .rightTwoImages-Section {
    margin-bottom: 80px;
    background-image: url('/images/rightTwoImagesSectionBg.svg');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
.rightTwoImages-Section .rightTwoImages-Section-Content {
  width: 100%;
  max-width: 386px;
}
@media (min-width: 1200px) {

  .rightTwoImages-Section .rightTwoImages-Section-Content {
    padding-top: 80px;
  }
}
.rightTwoImages-Section .rightTwoImages-Section-Content .rightTwoImages-Section-Content-Title {
  margin-bottom: 24px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .rightTwoImages-Section .rightTwoImages-Section-Content .rightTwoImages-Section-Content-Title {
    font-size: 32px;
  }
}
.rightTwoImages-Section .rightTwoImages-Section-Content .rightTwoImages-Section-Content-Text {
  margin-bottom: 32px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.rightTwoImages-Section .rightTwoImages-Section-Content .rightTwoImages-Section-Content-Text p {
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.rightTwoImages-Section .rightTwoImages-Section-Content .rightTwoImages-Section-Content-Button-Container .rightTwoImages-Section-Content-Button {
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .rightTwoImages-Section .rightTwoImages-Section-Content .rightTwoImages-Section-Content-Button-Container .rightTwoImages-Section-Content-Button {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.rightTwoImages-Section .img-container {
  position: relative;
  display: flex;
  width: 100%;
  padding-left: 80px;
  padding-bottom: 34px;
}
@media (min-width: 1200px) {

  .rightTwoImages-Section .img-container {
    padding-left: 160px;
    padding-bottom: 68px;
  }
}
.rightTwoImages-Section .img-container .thumbImg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 164px;
  width: 121px;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .rightTwoImages-Section .img-container .thumbImg {
    height: 332px;
    width: 246px;
  }
}
.rightTwoImages-Section .img-container .thumbImg img {
  margin-left: auto;
  margin-right: auto;
  margin-left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rightTwoImages-Section .img-container .LargeImg {
  height: 296px;
  width: 265px;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .rightTwoImages-Section .img-container .LargeImg {
    height: 600px;
    width: 538px;
  }
}
.rightTwoImages-Section .img-container .LargeImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leftTwoImages-Section {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .leftTwoImages-Section {
    background-image: url('/images/leftTwoImagesSectionBg.svg');
    background-position: top 30px right;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.leftTwoImages-Section .leftTwoImages-Section-Content {
  width: 100%;
  max-width: 386px;
}
@media (min-width: 1200px) {

  .leftTwoImages-Section .leftTwoImages-Section-Content {
    padding-top: 80px;
  }
}
.leftTwoImages-Section .leftTwoImages-Section-Content .topTitle {
  margin-bottom: 16px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.leftTwoImages-Section .leftTwoImages-Section-Content .leftTwoImages-Section-Content-Title {
  margin-bottom: 24px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .leftTwoImages-Section .leftTwoImages-Section-Content .leftTwoImages-Section-Content-Title {
    font-size: 32px;
  }
}
.leftTwoImages-Section .leftTwoImages-Section-Content .leftTwoImages-Section-Content-Text {
  margin-bottom: 32px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.leftTwoImages-Section .leftTwoImages-Section-Content .leftTwoImages-Section-Content-Text p {
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.leftTwoImages-Section .leftTwoImages-Section-Content .leftTwoImages-Section-Content-Button-Container .leftTwoImages-Section-Content-Button {
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .leftTwoImages-Section .leftTwoImages-Section-Content .leftTwoImages-Section-Content-Button-Container .leftTwoImages-Section-Content-Button {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.leftTwoImages-Section .img-container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 345px;
  padding-right: 80px;
  padding-bottom: 34px;
}
@media (min-width: 1200px) {

  .leftTwoImages-Section .img-container {
    max-width: 699px;
    padding-right: 160px;
    padding-bottom: 68px;
  }
}
.leftTwoImages-Section .img-container .thumbImg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 164px;
  width: 121px;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .leftTwoImages-Section .img-container .thumbImg {
    height: 332px;
    width: 246px;
  }
}
.leftTwoImages-Section .img-container .thumbImg img {
  margin-left: auto;
  margin-right: auto;
  margin-left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leftTwoImages-Section .img-container .LargeImg {
  height: 296px;
  width: 265px;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .leftTwoImages-Section .img-container .LargeImg {
    height: 600px;
    width: 538px;
  }
}
.leftTwoImages-Section .img-container .LargeImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accommodation-hero-section {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .accommodation-hero-section {
    padding-bottom: 120px;
    padding-top: 80px;
  }
}
.accommodation-hero-section .accommodation-hero-container {
  width: 100%;
}
.accommodation-hero-section .accommodation-hero-container .accommodation-hero-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 1200px) {

  .accommodation-hero-section .accommodation-hero-container .accommodation-hero-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
}
.accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-text-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {

  .accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-text-group {
    width: auto;
    flex: 1 1 0%;
  }
}
.accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-text-group .accommodation-hero-title-container {
  width: 100%;
  max-width: 432px;
}
.accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-text-group .accommodation-hero-title-container .accommodation-hero-title {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-text-group .accommodation-hero-title-container .accommodation-hero-title {
    font-size: 36px;
  }
}
.accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-description {
  margin-bottom: 48px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-description {
    margin-bottom: 32px;
    max-width: 660px;
  }
}
.accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-actions {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-actions .accommodation-hero-button {
  display: flex;
  width: 313px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-actions .accommodation-hero-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-actions .accommodation-hero-button {
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-actions .accommodation-hero-whatsapp {
  display: flex;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {

  .accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-actions .accommodation-hero-whatsapp {
    display: none;
  }
}
.accommodation-hero-section .accommodation-hero-container .accommodation-hero-content .accommodation-hero-actions .accommodation-hero-whatsapp img {
  height: 20px;
  width: 20px;
}
.accommodation-switcher-section {
  width: 100%;
  font-family: Manrope,sans-serif;
}
.accommodation-switcher-section .accommodation-switcher-container {
  width: 100%;
}
.accommodation-switcher-section .accommodation-switcher-container .accommodation-switcher-tabs {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .accommodation-switcher-section .accommodation-switcher-container .accommodation-switcher-tabs {
    justify-content: center;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.accommodation-switcher-section .accommodation-switcher-container .accommodation-switcher-tabs{
            
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
.accommodation-switcher-section .accommodation-switcher-container .accommodation-switcher-tabs::-webkit-scrollbar {
                display: none;
            }
.accommodation-switcher-section .accommodation-switcher-container .accommodation-switcher-tabs .accommodation-tab {
  position: relative;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  border-width: 0px;
  background-color: transparent;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  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: 200ms;
}
.accommodation-switcher-section .accommodation-switcher-container .accommodation-switcher-tabs .accommodation-tab .accommodation-tab-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.accommodation-switcher-section .accommodation-switcher-container .accommodation-switcher-tabs .accommodation-tab.active .accommodation-tab-text {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.accommodation-switcher-section .accommodation-switcher-container .accommodation-switcher-tabs .accommodation-tab.active::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.accommodation-switcher-section .accommodation-switcher-container .accommodation-switcher-tabs .accommodation-tab:hover:not(.active) .accommodation-tab-text {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.accommodation-content-section {
  width: 100%;
  font-family: Manrope,sans-serif;
}
.accommodation-content-section .accommodation-tab-content {
  display: none;
  width: 100%;
}
.accommodation-content-section .accommodation-tab-content.active {
  display: block;
}
.accommodation-content-section .accommodation-card .imgBox {
  position: relative;
}
.accommodation-content-section .accommodation-card .textBox {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {

  .accommodation-content-section .accommodation-card .textBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.accommodation-content-section .accommodation-card .textBox .textBox-content {
  width: 100%;
}
@media (min-width: 1200px) {

  .accommodation-content-section .accommodation-card .textBox .textBox-content {
    width: 391px;
    max-width: 70%;
  }
}
.accommodation-content-section .accommodation-card .textBox .textBox-content .textBox-content-title {
  margin-bottom: 16px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .accommodation-content-section .accommodation-card .textBox .textBox-content .textBox-content-title {
    font-size: 24px;
  }
}
.accommodation-content-section .accommodation-card .textBox .textBox-content .textBox-content-title p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .accommodation-content-section .accommodation-card .textBox .textBox-content .textBox-content-title p {
    font-size: 24px;
  }
}
.accommodation-content-section .accommodation-card .textBox .textBox-content .textBox-content-title strong {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .accommodation-content-section .accommodation-card .textBox .textBox-content .textBox-content-title strong {
    font-size: 24px;
  }
}
.accommodation-content-section .accommodation-card .textBox .textBox-content .textBox-content-description {
  margin-bottom: 24px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .accommodation-content-section .accommodation-card .textBox .textBox-content .textBox-content-description {
    margin-bottom: 40px;
  }
}
.accommodation-content-section .accommodation-card .textBox .textBox-content .textBox-content-description p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.accommodation-content-section .accommodation-card .textBox .textBox-Icons-Box {
  margin-bottom: 24px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {

  .accommodation-content-section .accommodation-card .textBox .textBox-Icons-Box {
    width: 30%;
  }
}
.accommodation-content-section .accommodation-card .textBox .textBox-Icons-Box .textBox-Icons-Box-item {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
}
.accommodation-content-section .accommodation-card .textBox .textBox-Icons-Box .textBox-Icons-Box-item .textBox-Icons-Box-item-icon {
  height: 20px;
  width: 20px;
}
.accommodation-content-section .accommodation-card .textBox .textBox-Icons-Box .textBox-Icons-Box-item .textBox-Icons-Box-item-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.accommodation-content-section .accommodation-card .textBox .textBox-Icons-Box .textBox-Icons-Box-item .textBox-Icons-Box-item-text {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.accommodation-content-section .accommodation-card .textBox .textBox-content-button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
}
.accommodation-content-section .accommodation-card .textBox .textBox-content-button .cleanLink {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.accommodation-content-section .accommodation-card .textBox .textBox-content-button .cleanLink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .accommodation-content-section .accommodation-card .textBox .textBox-content-button .cleanLink {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.accommodation-content-section .accommodation-card .textBox .textBox-content-button .darkLink {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 99px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.accommodation-content-section .accommodation-card .textBox .textBox-content-button .darkLink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 90 71 / var(--tw-bg-opacity, 1));
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-Thumbs-swiper .swiper-slide {
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-Thumbs-swiper .swiper-slide {
    height: 400px;
  }
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-navigation {
  display: flex;
  align-items: center;
  gap: 16px;
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-navigation .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-navigation .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-navigation .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-navigation .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  --tw-brightness: brightness(200%);
  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);
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-navigation .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  --tw-brightness: brightness(200%);
  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);
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-navigation .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-navigation .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-navigation .swiper-pagination-current {
  position: relative;
  top: 1px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-navigation .swiper-pagination-current {
    top: unset;
  }
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-navigation .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-swiper-wrapper {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px;
}
@media (min-width: 1200px) {

  .accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-swiper-wrapper {
    padding: 16px;
  }
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-swiper {
  margin-right: 0;
  height: auto;
  width: 142px;
}
@media (min-width: 1200px) {

  .accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-swiper {
    width: 244px;
  }
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-swiper .swiper-slide {
  height: 32px;
  width: 42px;
}
@media (min-width: 1200px) {

  .accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-swiper .swiper-slide {
    height: 56px;
    width: 76px;
  }
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.accommodation-content-section .accommodation-card .mainPage-Rooms-Gallery-swiper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.sectionWhite {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .sectionWhite {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.sectionBeige {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .sectionBeige {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.blog-articles-section {
  width: 100%;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .blog-articles-section {
    padding-bottom: 120px;
  }
}
.blog-articles-section .blog-articles-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 1200px) {

  .blog-articles-section .blog-articles-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
.blog-articles-section .blog-articles-container .blog-article {
  margin-bottom: 0;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  padding: 28px 15px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .blog-articles-section .blog-articles-container .blog-article {
    margin-bottom: 56px;
    padding: 28px 0 28px 28px;
  }
}
.blog-articles-section .blog-articles-container .blog-article .blog-article-image-container {
  margin-bottom: 20px;
  height: 227px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .blog-articles-section .blog-articles-container .blog-article .blog-article-image-container {
    height: 358px;
    border-radius: 4px 0 0 4px;
  }
}
.blog-articles-section .blog-articles-container .blog-article .blog-article-image-container .blog-article-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.blog-articles-section .blog-articles-container .blog-article .blog-article-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.blog-articles-section .blog-articles-container .blog-article .blog-article-content .blog-article-text-container {
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-articles-section .blog-articles-container .blog-article .blog-article-content .blog-article-text-container .blog-article-title {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.blog-articles-section .blog-articles-container .blog-article .blog-article-content .blog-article-text-container .blog-article-description {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.blog-articles-section .blog-articles-container .blog-article .blog-article-content .blog-article-read-more {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.blog-articles-section .blog-articles-container .blog-article .blog-article-content .blog-article-read-more:hover {
  opacity: 0.8;
}
.blog-articles-section .blog-articles-container .blog-article .blog-article-content .blog-article-read-more .blog-article-read-more-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.blog-articles-section .blog-articles-container .blog-article .blog-article-content .blog-article-read-more .blog-article-read-more-icon {
  display: flex;
  height: 26px;
  width: 26px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.blog-articles-section .blog-articles-container .blog-article .blog-article-content .blog-article-read-more .blog-article-read-more-icon svg {
  height: 14px;
  width: 14px;
}
.blog-articles-section .blog-articles-container .blog-article:hover .blog-article-image {
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.blog-recommendations-section {
  width: 100%;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .blog-recommendations-section {
    padding-bottom: 120px;
  }
}
.blog-recommendations-section .blog-recommendations-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-block {
  margin-bottom: 32px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 1200px) {

  .blog-recommendations-section .blog-recommendations-container .blog-recommendation-block {
    margin-bottom: 120px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-image-container {
  width: 100%;
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-image-container picture {
  display: block;
  height: 100%;
  width: 100%;
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-image-container picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 1200px) {

  .blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-content {
    height: 482px;
    width: 672px;
    gap: 48px;
  }
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-content .blog-recommendation-text-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {

  .blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-content .blog-recommendation-text-block {
    width: 432px;
  }
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-content .blog-recommendation-text-block .blog-recommendation-text-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-content .blog-recommendation-text-block .blog-recommendation-text-content .blog-recommendation-title-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-content .blog-recommendation-text-block .blog-recommendation-text-content .blog-recommendation-title-container .blog-recommendation-title {
  margin-bottom: 0px;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-content .blog-recommendation-text-block .blog-recommendation-text-content .blog-recommendation-title-container .blog-recommendation-title {
    text-align: left;
  }
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-content .blog-recommendation-text-block .blog-recommendation-text-content .blog-recommendation-paragraph {
  margin-bottom: 0px;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-content .blog-recommendation-text-block .blog-recommendation-text-content .blog-recommendation-paragraph {
    text-align: left;
  }
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-content .blog-recommendation-text-block .blog-recommendation-text-content .blog-recommendation-paragraph p {
  margin-bottom: 0px;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .blog-recommendations-section .blog-recommendations-container .blog-recommendation-block .blog-recommendation-content .blog-recommendation-text-block .blog-recommendation-text-content .blog-recommendation-paragraph p {
    text-align: left;
  }
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-text-only {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1200px) {

  .blog-recommendations-section .blog-recommendations-container .blog-recommendation-text-only {
    width: 770px;
    gap: 48px;
  }
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-text-only .blog-recommendation-text-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-text-only .blog-recommendation-text-block .blog-recommendation-text-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-text-only .blog-recommendation-text-block .blog-recommendation-text-content .blog-recommendation-title {
  margin-bottom: 0px;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .blog-recommendations-section .blog-recommendations-container .blog-recommendation-text-only .blog-recommendation-text-block .blog-recommendation-text-content .blog-recommendation-title {
    text-align: center;
  }
}
.blog-recommendations-section .blog-recommendations-container .blog-recommendation-text-only .blog-recommendation-text-block .blog-recommendation-text-content .blog-recommendation-paragraph {
  margin-bottom: 0px;
  text-align: left;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .blog-recommendations-section .blog-recommendations-container .blog-recommendation-text-only .blog-recommendation-text-block .blog-recommendation-text-content .blog-recommendation-paragraph {
    text-align: center;
  }
}
.loyalty-leftImg-section {
  margin-bottom: 64px;
  width: 100%;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .loyalty-leftImg-section {
    margin-bottom: 120px;
  }
}
.loyalty-leftImg-section .loyalty-leftImg-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 1200px) {

  .loyalty-leftImg-section .loyalty-leftImg-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-image-container {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-image-container {
    height: 660px;
    width: 550px;
  }
}
.loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-content {
  width: 100%;
}
@media (min-width: 1200px) {

  .loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-content {
    width: 432px;
  }
}
.loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-content .loyalty-leftImg-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-content .loyalty-leftImg-details .loyalty-leftImg-title {
  margin-bottom: 24px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-content .loyalty-leftImg-details .loyalty-leftImg-title {
    font-size: 32px;
  }
}
.loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-content .loyalty-leftImg-details p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-content .loyalty-leftImg-details ul li {
  margin-bottom: 16px;
  background-position: left top 2px;
  background-repeat: no-repeat;
  padding-left: 36px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
                        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.94254 3.30746L14.1925 9.55746C14.2506 9.61551 14.2967 9.68444 14.3282 9.76031C14.3597 9.83619 14.3758 9.91752 14.3758 9.99965C14.3758 10.0818 14.3597 10.1631 14.3282 10.239C14.2967 10.3149 14.2506 10.3838 14.1925 10.4418L7.94254 16.6918C7.82526 16.8091 7.6662 16.875 7.50035 16.875C7.3345 16.875 7.17544 16.8091 7.05816 16.6918C6.94088 16.5746 6.875 16.4155 6.875 16.2497C6.875 16.0838 6.94088 15.9247 7.05816 15.8075L12.8668 9.99965L7.05816 4.19184C7.00009 4.13377 6.95403 4.06483 6.9226 3.98896C6.89117 3.91309 6.875 3.83177 6.875 3.74965C6.875 3.66753 6.89117 3.58621 6.9226 3.51034C6.95403 3.43447 7.00009 3.36553 7.05816 3.30746C7.11623 3.2494 7.18517 3.20333 7.26104 3.17191C7.33691 3.14048 7.41823 3.1243 7.50035 3.1243C7.58247 3.1243 7.66379 3.14048 7.73966 3.17191C7.81553 3.20333 7.88447 3.2494 7.94254 3.30746Z' fill='%23816C56'/%3E%3C/svg%3E");
}
.loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-content .loyalty-leftImg-details ul li p {
  margin: 0px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-content .loyalty-leftImg-details .loyalty-leftImg-button {
  margin-top: 22px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-content .loyalty-leftImg-details .loyalty-leftImg-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .loyalty-leftImg-section .loyalty-leftImg-container .loyalty-leftImg-content .loyalty-leftImg-details .loyalty-leftImg-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.loyalty-membership-levels-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  background-image: url('/images/benefit-mobile-bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .loyalty-membership-levels-section {
    background-image: url('/images/benefit-bg.svg');
    background-position: left bottom 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.loyalty-membership-levels-section .loyalty-membership-levels-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {

  .loyalty-membership-levels-section .loyalty-membership-levels-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content {
  order: 2;
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1200px) {

  .loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content {
    order: 1;
    align-items: center;
    justify-content: center;
  }
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .max-w-432 {
  width: 100%;
}
@media (min-width: 1200px) {

  .loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .max-w-432 {
    width: 432px;
  }
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-text-group {
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {

  .loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-text-group {
    width: 432px;
  }
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-text-group .loyalty-membership-levels-title-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-text-group .loyalty-membership-levels-title-group .loyalty-membership-levels-title {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-text-group .loyalty-membership-levels-title-group .loyalty-membership-levels-title {
    font-size: 32px;
  }
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-text-group .loyalty-membership-levels-description {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-list {
  margin-bottom: 40px;
  width: 100%;
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-list ul li {
  margin-bottom: 16px;
  background-position: left top 2px;
  background-repeat: no-repeat;
  padding-left: 36px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
                        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.94254 3.30746L14.1925 9.55746C14.2506 9.61551 14.2967 9.68444 14.3282 9.76031C14.3597 9.83619 14.3758 9.91752 14.3758 9.99965C14.3758 10.0818 14.3597 10.1631 14.3282 10.239C14.2967 10.3149 14.2506 10.3838 14.1925 10.4418L7.94254 16.6918C7.82526 16.8091 7.6662 16.875 7.50035 16.875C7.3345 16.875 7.17544 16.8091 7.05816 16.6918C6.94088 16.5746 6.875 16.4155 6.875 16.2497C6.875 16.0838 6.94088 15.9247 7.05816 15.8075L12.8668 9.99965L7.05816 4.19184C7.00009 4.13377 6.95403 4.06483 6.9226 3.98896C6.89117 3.91309 6.875 3.83177 6.875 3.74965C6.875 3.66753 6.89117 3.58621 6.9226 3.51034C6.95403 3.43447 7.00009 3.36553 7.05816 3.30746C7.11623 3.2494 7.18517 3.20333 7.26104 3.17191C7.33691 3.14048 7.41823 3.1243 7.50035 3.1243C7.58247 3.1243 7.66379 3.14048 7.73966 3.17191C7.81553 3.20333 7.88447 3.2494 7.94254 3.30746Z' fill='%23816C56'/%3E%3C/svg%3E");
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-list ul li p {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-list ul li strong {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-footer {
  margin-bottom: 40px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-content .loyalty-membership-levels-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-image-container {
  order: 1;
  min-height: 251px;
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-image-container {
    order: 2;
    height: 480px;
    width: 660px;
  }
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-image-container picture {
  display: block;
  height: 100%;
  width: 100%;
}
.loyalty-membership-levels-section .loyalty-membership-levels-container .loyalty-membership-levels-image-container picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.loyalty-outro-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url('/images/sport-section-mobile-bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .loyalty-outro-section {
    background-image: url('/images/sport-section-bg.svg');
    background-position: top 40px right;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.loyalty-outro-section .loyalty-outro-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {

  .loyalty-outro-section .loyalty-outro-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.loyalty-outro-section .loyalty-outro-container .loyalty-outro-image-container {
  width: 100%;
}
.loyalty-outro-section .loyalty-outro-container .loyalty-outro-image-container picture {
  display: block;
  height: 251px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .loyalty-outro-section .loyalty-outro-container .loyalty-outro-image-container picture {
    height: 480px;
  }
}
.loyalty-outro-section .loyalty-outro-container .loyalty-outro-image-container picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.loyalty-outro-section .loyalty-outro-container .loyalty-outro-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media (min-width: 1200px) {

  .loyalty-outro-section .loyalty-outro-container .loyalty-outro-content {
    width: 432px;
  }
}
.loyalty-outro-section .loyalty-outro-container .loyalty-outro-content .loyalty-outro-text-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.loyalty-outro-section .loyalty-outro-container .loyalty-outro-content .loyalty-outro-text-group .loyalty-outro-title-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.loyalty-outro-section .loyalty-outro-container .loyalty-outro-content .loyalty-outro-text-group .loyalty-outro-title-group .loyalty-outro-title {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .loyalty-outro-section .loyalty-outro-container .loyalty-outro-content .loyalty-outro-text-group .loyalty-outro-title-group .loyalty-outro-title {
    font-size: 32px;
  }
}
.loyalty-outro-section .loyalty-outro-container .loyalty-outro-content .loyalty-outro-text-group .loyalty-outro-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.loyalty-outro-section .loyalty-outro-container .loyalty-outro-content .loyalty-outro-button-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.loyalty-outro-section .loyalty-outro-container .loyalty-outro-content .loyalty-outro-button-container .loyalty-outro-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.loyalty-outro-section .loyalty-outro-container .loyalty-outro-content .loyalty-outro-button-container .loyalty-outro-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .loyalty-outro-section .loyalty-outro-container .loyalty-outro-content .loyalty-outro-button-container .loyalty-outro-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.wosy-kids-club-intro-section {
  width: 100%;
  padding-bottom: 84px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .wosy-kids-club-intro-section {
    padding-bottom: 140px;
  }
}
.wosy-kids-club-intro-section .imgBox {
  display: block;
  height: 356px;
  width: 300px;
  overflow: hidden;
}
@media (min-width: 1200px) {

  .wosy-kids-club-intro-section .imgBox {
    height: 660px;
    width: 550px;
  }
}
.wosy-kids-club-intro-section .imgBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wosy-kids-club-intro-section .imgThumbBox {
  position: absolute;
  bottom: -20px;
  left: 225px;
  z-index: 1;
  display: block;
  height: 148px;
  width: 123px;
  --tw-rotate: 5deg;
  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));
  overflow: hidden;
}
@media (min-width: 1200px) {

  .wosy-kids-club-intro-section .imgThumbBox {
    bottom: -40px;
    left: unset;
    right: 0px;
    height: 275px;
    width: 229px;
  }
}
.wosy-kids-club-intro-section .imgThumbBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wosy-kids-club-intro-section .imgLogoBox {
  position: absolute;
  bottom: 70px;
  left: 248px;
  z-index: 2;
  display: block;
  height: 96px;
  width: 88px;
  overflow: hidden;
}
@media (min-width: 1200px) {

  .wosy-kids-club-intro-section .imgLogoBox {
    bottom: 160px;
    left: unset;
    right: 20px;
    height: 178px;
    width: 163px;
  }
}
.wosy-kids-club-intro-section .imgLogoBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wosy-kids-club-intro-section .textBox {
  width: 100%;
}
@media (min-width: 1200px) {

  .wosy-kids-club-intro-section .textBox {
    width: 432px;
  }
}
.wosy-kids-club-intro-section .textBox .title {
  margin-bottom: 24px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .wosy-kids-club-intro-section .textBox .title {
    font-size: 32px;
  }
}
.wosy-kids-club-intro-section .textBox p {
  margin-bottom: 24px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.wosy-kids-club-intro-section .textBox .btn-dark {
  margin-top: 40px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.wosy-kids-club-intro-section .textBox .btn-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .wosy-kids-club-intro-section .textBox .btn-dark {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.custom-green-section {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(69 141 83 / var(--tw-bg-opacity, 1));
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .custom-green-section {
    background-image: url('/images/custom-green-bg.svg');
    background-position: left bottom 20px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.custom-green-section .custom-green-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 1200px) {

  .custom-green-section .custom-green-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.custom-green-section .custom-green-container .textBox {
  width: 100%;
}
@media (min-width: 1200px) {

  .custom-green-section .custom-green-container .textBox {
    width: 432px;
  }
}
.custom-green-section .custom-green-container .textBox .title {
  margin-bottom: 24px;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .custom-green-section .custom-green-container .textBox .title {
    font-size: 32px;
  }
}
.custom-green-section .custom-green-container .textBox p {
  margin-bottom: 24px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.custom-green-section .custom-green-container .imgBox {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .custom-green-section .custom-green-container .imgBox {
    height: 480px;
    width: 660px;
  }
}
.custom-green-section .custom-green-container .imgBox img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hero-accomodation-detail-section {
  position: relative;
  font-family: Manrope,sans-serif;
}
.hero-accomodation-detail-section .hero-container {
  position: relative;
  height: 580px;
  width: 100%;
}
@media (min-width: 1200px) {

  .hero-accomodation-detail-section .hero-container {
    height: calc(100vh - 126px);
  }
}
.hero-accomodation-detail-section .hero-container .video-container {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-accomodation-detail-section .hero-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-accomodation-detail-section .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.2);
}
.hero-accomodation-detail-section .hero-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  width: 335px;
  max-width: 85%;
  --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));
  background-color: #816C56B2;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 38px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {

  .hero-accomodation-detail-section .hero-wrapper {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    padding-right: 100px;
  }
}
.hero-accomodation-detail-section .hero-wrapper .max-w-396 {
  width: 100%;
  max-width: 335px;
}
@media (min-width: 1200px) {

  .hero-accomodation-detail-section .hero-wrapper .max-w-396 {
    max-width: 396px;
  }
}
.hero-accomodation-detail-section .hero-wrapper .hero-title {
  margin-bottom: 16px;
  width: 100%;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hero-accomodation-detail-section .hero-wrapper .hero-title {
    font-size: 34px;
  }
}
.hero-accomodation-detail-section .hero-wrapper .hero-description {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hero-accomodation-detail-section .hero-wrapper .hero-description {
    font-size: 18px;
  }
}
.hero-accomodation-detail-section .hero-wrapper .hero-description p {
  margin-bottom: 0;
}
.hero-accomodation-detail-section .hero-wrapper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  --tw-translate-x: -50%;
  --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));
}
@media (min-width: 1200px) {

  .hero-accomodation-detail-section .hero-wrapper-center {
    max-width: 660px;
  }
}
.hero-accomodation-detail-section .hero-wrapper-center .hero-title {
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hero-accomodation-detail-section .hero-wrapper-center .hero-title {
    font-size: 48px;
  }
}
.hero-accomodation-detail-section .hero-wrapper-center .hero-subtitle {
  margin-bottom: 24px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hero-accomodation-detail-section .hero-wrapper-center .hero-subtitle {
    font-size: 18px;
  }
}
.accomodation-detail-page-title-section {
  width: 100%;
  font-family: Manrope,sans-serif;
}
.accomodation-detail-page-title-section .custom-intro-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .accomodation-detail-page-title-section .custom-intro-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.accomodation-detail-page-title-section .custom-intro-container .custom-intro-icon-container {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.accomodation-detail-page-title-section .custom-intro-container .custom-intro-icon-container .custom-intro-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accomodation-detail-page-title-section .custom-intro-container .custom-intro-icon-container .custom-intro-icon img {
  height: 18px;
  width: auto;
}
.accomodation-detail-page-title-section .custom-intro-container .custom-intro-description {
  max-width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .accomodation-detail-page-title-section .custom-intro-container .custom-intro-description {
    max-width: 635px;
    font-family: Gilroy,sans-serif;
    font-size: 36px;
    line-height: 116%;
  }
}
.accomodation-detail-page-title-section .custom-intro-container .custom-intro-text {
  max-width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .accomodation-detail-page-title-section .custom-intro-container .custom-intro-text {
    max-width: 770px;
  }
}
.accomodation-detail-page-title-section .custom-intro-container .custom-intro-button-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.accomodation-detail-page-title-section .custom-intro-container .custom-intro-button-container .custom-intro-button {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.accomodation-detail-page-title-section .custom-intro-container .custom-intro-button-container .custom-intro-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .accomodation-detail-page-title-section .custom-intro-container .custom-intro-button-container .custom-intro-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.accomodation-detail-page-title-section .custom-intro-container .textBox-content-button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.accomodation-detail-page-title-section .custom-intro-container .textBox-content-button .darkLink {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
@media (min-width: 1200px) {

  .accomodation-detail-page-title-section .custom-intro-container .textBox-content-button .darkLink {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.accomodation-detail-page-title-section .custom-intro-container .textBox-content-button .cleanLink {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
@media (min-width: 1200px) {

  .accomodation-detail-page-title-section .custom-intro-container .textBox-content-button .cleanLink {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.accomodation-detail-page-title-section .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1200px) {

  .accomodation-detail-page-title-section .info-item {
    gap: 10px;
  }
}
.accomodation-detail-page-title-section .info-item .info-icon {
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
}
.accomodation-detail-page-title-section .info-item .info-icon img {
  height: 20px;
  width: auto;
}
.accomodation-detail-page-title-section .info-text {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.accomodation-detail-page-content-section {
  width: 100%;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .accomodation-detail-page-content-section {
    padding-bottom: 120px;
  }
}
.accomodation-detail-page-content-section .textBox {
  position: relative;
  width: 100%;
  background-image: url('/images/textIconLeft.svg');
  background-position: left top 20px;
  background-repeat: no-repeat;
  padding-left: 40px;
}
@media (min-width: 1200px) {

  .accomodation-detail-page-content-section .textBox {
    padding-left: 84px;
  }
}
.accomodation-detail-page-content-section .textBox p {
  margin-bottom: 24px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.accomodation-detail-page-content-section .textBox .btn-dark {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.accomodation-detail-page-content-section .textBox .btn-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .accomodation-detail-page-content-section .textBox .btn-dark {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.accomodation-detail-page-content-section .itemBox {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (min-width: 1200px) {

  .accomodation-detail-page-content-section .itemBox {
    width: 385px;
  }
}
.accomodation-detail-page-content-section .itemBox .itemBox-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.accomodation-detail-page-content-section .itemBox .itemBox-item .itemBox-item-icon {
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
}
.accomodation-detail-page-content-section .itemBox .itemBox-item .itemBox-item-icon img {
  height: 20px;
  width: auto;
}
.accomodation-detail-page-content-section .itemBox .itemBox-item .itemBox-item-text {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.amenities-section {
  margin-bottom: 64px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .amenities-section {
    margin-bottom: 120px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 160px;
  }
}
.amenities-section .amenities-container {
  position: relative;
  margin-bottom: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 64 / var(--tw-bg-opacity, 1));
  background-image: url('/images/green-section-bg-mobile.svg');
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {

  .amenities-section .amenities-container {
    margin-bottom: 0;
    background-image: url('/images/green-section-bg.svg');
    background-position: left bottom 20px;
  }
}
.amenities-section .amenities-container .amenities-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
  padding: 64px 15px;
}
@media (min-width: 1200px) {

  .amenities-section .amenities-container .amenities-content {
    width: 618px;
    padding: 120px;
  }
}
.amenities-section .amenities-container .amenities-content .amenities-title {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 137%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.amenities-section .amenities-container .amenities-content .amenities-subtitle {
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .amenities-section .amenities-container .amenities-content .amenities-subtitle {
    font-size: 32px;
    line-height: 130%;
  }
}
.amenities-section .amenities-container .amenities-content .amenities-description {
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}
.amenities-section .amenities-container .amenities-decoration {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  opacity: 0.05;
}
@media (min-width: 1200px) {

  .amenities-section .amenities-container .amenities-decoration {
    bottom: 0;
    right: 0;
    display: block;
  }
}
.amenities-section .amenities-container .amenities-decoration .decoration-icon {
  height: 200px;
  width: 200px;
}
@media (min-width: 1200px) {

  .amenities-section .amenities-container .amenities-decoration .decoration-icon {
    height: 300px;
    width: 300px;
  }
}
.amenities-section .amenities-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .amenities-section .amenities-grid {
    gap: 100px;
    padding-left: 0;
    padding-right: 0;
  }
}
.amenities-section .amenities-grid .amenities-column {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {

  .amenities-section .amenities-grid .amenities-column {
    width: 225px;
    gap: 48px;
  }
}
.amenities-section .amenities-grid .amenities-column .amenity-item {
  display: flex;
  min-height: 42px;
  width: 100%;
  align-items: flex-start;
  gap: 8px;
}
@media (min-width: 1200px) {

  .amenities-section .amenities-grid .amenities-column .amenity-item {
    gap: 24px;
  }
}
.amenities-section .amenities-grid .amenities-column .amenity-item .amenity-icon {
  display: flex;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {

  .amenities-section .amenities-grid .amenities-column .amenity-item .amenity-icon {
    height: 24px;
    width: 24px;
  }
}
.amenities-section .amenities-grid .amenities-column .amenity-item .amenity-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.amenities-section .amenities-grid .amenities-column .amenity-item .amenity-text {
  width: 100%;
  font-family: Mulish,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .amenities-section .amenities-grid .amenities-column .amenity-item .amenity-text {
    font-size: 16px;
  }
}
.privileges-section {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .privileges-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.privileges-section .privileges-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 1200px) {

  .privileges-section .privileges-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
  }
}
.privileges-section .privileges-container .privileges-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {

  .privileges-section .privileges-container .privileges-content {
    width: 430px;
  }
}
.privileges-section .privileges-container .privileges-content .privileges-title {
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .privileges-section .privileges-container .privileges-content .privileges-title {
    font-size: 32px;
    line-height: 130%;
  }
}
.privileges-section .privileges-container .privileges-content .privileges-description {
  width: 100%;
}
.privileges-section .privileges-container .privileges-content .privileges-description > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.privileges-section .privileges-container .privileges-content .privileges-description {
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}
.privileges-section .privileges-container .privileges-content ul li {
  margin-bottom: 16px;
  background-position: left top 2px;
  background-repeat: no-repeat;
  padding-left: 36px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.94254 3.30746L14.1925 9.55746C14.2506 9.61551 14.2967 9.68444 14.3282 9.76031C14.3597 9.83619 14.3758 9.91752 14.3758 9.99965C14.3758 10.0818 14.3597 10.1631 14.3282 10.239C14.2967 10.3149 14.2506 10.3838 14.1925 10.4418L7.94254 16.6918C7.82526 16.8091 7.6662 16.875 7.50035 16.875C7.3345 16.875 7.17544 16.8091 7.05816 16.6918C6.94088 16.5746 6.875 16.4155 6.875 16.2497C6.875 16.0838 6.94088 15.9247 7.05816 15.8075L12.8668 9.99965L7.05816 4.19184C7.00009 4.13377 6.95403 4.06483 6.9226 3.98896C6.89117 3.91309 6.875 3.83177 6.875 3.74965C6.875 3.66753 6.89117 3.58621 6.9226 3.51034C6.95403 3.43447 7.00009 3.36553 7.05816 3.30746C7.11623 3.2494 7.18517 3.20333 7.26104 3.17191C7.33691 3.14048 7.41823 3.1243 7.50035 3.1243C7.58247 3.1243 7.66379 3.14048 7.73966 3.17191C7.81553 3.20333 7.88447 3.2494 7.94254 3.30746Z' fill='%23816C56'/%3E%3C/svg%3E");
}
.privileges-section .privileges-container .privileges-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 1200px) {

  .privileges-section .privileges-container .privileges-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}
.privileges-section .privileges-container .privileges-grid .privilege-item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  border-bottom-width: 1px;
  border-color: rgba(100,100,100,0.2);
  padding-bottom: 20px;
}
@media (min-width: 1200px) {

  .privileges-section .privileges-container .privileges-grid .privilege-item {
    width: 276px;
  }
}
.privileges-section .privileges-container .privileges-grid .privilege-item .privilege-text {
  width: 100%;
  font-family: Mulish,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.other-accomodation-room-section {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .other-accomodation-room-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.other-accomodation-room-section .other-accomodation-room-container {
  width: 100%;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-header {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-bottom: 24px;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-header .other-accomodation-room-title {
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-header .other-accomodation-room-title {
    font-size: 32px;
  }
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-header .other-accomodation-room-navigation {
  display: none;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {

  .other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-header .other-accomodation-room-navigation {
    display: flex;
  }
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-header .other-accomodation-room-navigation .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-header .other-accomodation-room-navigation .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-header .other-accomodation-room-navigation .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-header .other-accomodation-room-navigation .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-header .other-accomodation-room-navigation .swiper-button-next.swiper-button-disabled {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-header .other-accomodation-room-navigation .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-header .other-accomodation-room-navigation .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper {
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 1200px) {

  .other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper {
    margin-top: 48px;
  }
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card .other-accomodation-room-image-container {
  height: auto;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card .other-accomodation-room-image-container {
    height: 280px;
    width: 100%;
  }
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card .other-accomodation-room-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card .other-accomodation-room-content {
  margin-top: 20px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card .other-accomodation-room-content .other-accomodation-room-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card .other-accomodation-room-content .other-accomodation-room-info .other-accomodation-room-name {
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card .other-accomodation-room-content .other-accomodation-room-info .other-accomodation-room-name p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card .other-accomodation-room-content .other-accomodation-room-info .other-accomodation-room-name span {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card .other-accomodation-room-content .other-accomodation-room-info .other-accomodation-room-description {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card .other-accomodation-room-content .other-accomodation-room-button-container {
  margin-top: 20px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card .other-accomodation-room-content .other-accomodation-room-button-container .other-accomodation-room-button-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card .other-accomodation-room-content .other-accomodation-room-button-container .other-accomodation-room-button-icon {
  display: flex;
  height: 26px;
  width: 26px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card .other-accomodation-room-content .other-accomodation-room-button-container .other-accomodation-room-button-icon img {
  height: 26px;
  width: 26px;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-swiper .swiper-slide .other-accomodation-room-card:hover .other-accomodation-room-image-container 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-pagination {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {

  .other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-pagination {
    display: none !important;
  }
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-pagination .swiper-pagination {
  position: relative;
  display: flex;
  gap: 4px;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-pagination .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
.other-accomodation-room-section .other-accomodation-room-container .other-accomodation-room-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
}
.other-accomodation-room-section .other-accomodation-room-container .swiper-button-lock {
  display: none !important;
}
.other-accomodation-room-section .accomodation-room-actions {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.other-accomodation-room-section .accomodation-room-actions .accomodation-room-button {
  margin-top: 32px;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.other-accomodation-room-section .accomodation-room-actions .accomodation-room-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .other-accomodation-room-section .accomodation-room-actions .accomodation-room-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.custom-title-section {
  width: 100%;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .custom-title-section {
    padding-bottom: 120px;
  }
}
.custom-title-section .custom-title-container {
  width: 100%;
}
.custom-title-section .custom-title-container .title {
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .custom-title-section .custom-title-container .title {
    font-size: 32px;
  }
}
.custom-spa-thalasso-section {
  width: 100%;
  font-family: Manrope,sans-serif;
}
.custom-spa-thalasso-section .imgBox {
  position: relative;
  height: 520px;
  min-height: 520px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .custom-spa-thalasso-section .imgBox {
    height: auto;
    min-height: 680px;
  }
}
.custom-spa-thalasso-section .imgBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.custom-spa-thalasso-section .imgBox .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.2);
}
.custom-spa-thalasso-section .imgBox .content {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 390px;
  --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));
}
@media (min-width: 1200px) {

  .custom-spa-thalasso-section .imgBox .content {
    left: 120px;
  }
}
.custom-spa-thalasso-section .imgBox .topTitle {
  margin-bottom: 16px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 137%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.custom-spa-thalasso-section .imgBox .title {
  margin-bottom: 24px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .custom-spa-thalasso-section .imgBox .title {
    font-size: 36px;
    line-height: 130%;
  }
}
.custom-spa-thalasso-section .imgBox .description {
  margin-bottom: 32px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.custom-spa-thalasso-section .imgBox .button-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.custom-spa-thalasso-section .imgBox .button-container .whiteLink {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
@media (min-width: 1200px) {

  .custom-spa-thalasso-section .imgBox .button-container .whiteLink {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.why-choose-us-thalasso-section {
  margin-top: 64px;
  margin-bottom: 64px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 64 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .why-choose-us-thalasso-section {
    margin-top: 120px;
    margin-bottom: 120px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.why-choose-us-thalasso-section .why-choose-us-thalasso-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 1200px) {

  .why-choose-us-thalasso-section .why-choose-us-thalasso-container {
    gap: 80px;
  }
}
.why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-header {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  max-width: 345px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 26px;
}
@media (min-width: 1200px) {

  .why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-header {
    max-width: 770px;
  }
}
.why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-header .why-choose-us-thalasso-title {
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-header .why-choose-us-thalasso-title {
    font-size: 32px;
  }
}
.why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-header .why-choose-us-thalasso-description {
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-header .why-choose-us-thalasso-description p {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-features {
  display: grid;
  width: 100%;
  max-width: 345px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 1200px) {

  .why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-features {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 111px;
  }
}
.why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-features .why-choose-us-thalasso-feature {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
  border-bottom-width: 1px;
  border-color: rgba(255,255,255,0.2);
  padding-bottom: 28px;
}
@media (min-width: 1200px) {

  .why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-features .why-choose-us-thalasso-feature {
    width: 374px;
    border-bottom-color: rgba(255,255,255,0.2);
  }
}
.why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-features .why-choose-us-thalasso-feature .why-choose-us-thalasso-feature-icon {
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
}
.why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-features .why-choose-us-thalasso-feature .why-choose-us-thalasso-feature-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-features .why-choose-us-thalasso-feature .why-choose-us-thalasso-feature-content {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 14px;
}
.why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-features .why-choose-us-thalasso-feature .why-choose-us-thalasso-feature-content .why-choose-us-thalasso-feature-title {
  margin-bottom: 0px;
  width: 100%;
  font-family: Mulish,sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-features .why-choose-us-thalasso-feature .why-choose-us-thalasso-feature-content .why-choose-us-thalasso-feature-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.why-choose-us-thalasso-section .why-choose-us-thalasso-container .why-choose-us-thalasso-features .why-choose-us-thalasso-feature .why-choose-us-thalasso-feature-content .why-choose-us-thalasso-feature-description p {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.thalasso-services-section {
  margin-top: 64px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 64 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .thalasso-services-section {
    margin-top: 120px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.thalasso-services-section .thalasso-services-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 1200px) {

  .thalasso-services-section .thalasso-services-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px;
  }
}
.thalasso-services-section .thalasso-services-container .thalasso-services-header {
  width: 100%;
}
@media (min-width: 1200px) {

  .thalasso-services-section .thalasso-services-container .thalasso-services-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
  }
}
.thalasso-services-section .thalasso-services-container .thalasso-services-header .thalasso-services-top-title {
  margin-bottom: 24px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 137%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .thalasso-services-section .thalasso-services-container .thalasso-services-header .thalasso-services-top-title {
    text-align: left;
  }
}
.thalasso-services-section .thalasso-services-container .thalasso-services-header .thalasso-services-title {
  margin-bottom: 24px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .thalasso-services-section .thalasso-services-container .thalasso-services-header .thalasso-services-title {
    text-align: left;
    font-size: 32px;
    line-height: 130%;
  }
}
.thalasso-services-section .thalasso-services-container .thalasso-services-header .thalasso-services-description {
  margin-bottom: 24px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}
.thalasso-services-section .thalasso-services-container .thalasso-services-header .thalasso-services-description p {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}
.thalasso-services-section .thalasso-services-container .thalasso-services-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}
@media (min-width: 1200px) {

  .thalasso-services-section .thalasso-services-container .thalasso-services-grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 576px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.thalasso-services-section .thalasso-services-container .thalasso-services-grid .thalasso-service-item {
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr;
  gap: 18px;
  border-bottom-width: 1px;
  border-color: rgba(255,255,255,0.2);
  padding-top: 0;
  padding-bottom: 0;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {

  .thalasso-services-section .thalasso-services-container .thalasso-services-grid .thalasso-service-item {
    height: 72px;
    width: 276px;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
  }
}
.thalasso-services-section .thalasso-services-container .thalasso-services-grid .thalasso-service-item .thalasso-service-icon {
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
}
.thalasso-services-section .thalasso-services-container .thalasso-services-grid .thalasso-service-item .thalasso-service-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.thalasso-services-section .thalasso-services-container .thalasso-services-grid .thalasso-service-item .thalasso-service-title {
  margin-bottom: 0px;
  width: 100%;
  font-family: Mulish,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.custom-about-section {
  margin-bottom: 64px;
  width: 100%;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .custom-about-section {
    margin-bottom: 120px;
  }
}
.custom-about-section .side-menu-desktop {
  display: flex;
  display: none;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1200px) {

  .custom-about-section .side-menu-desktop {
    display: block;
  }
}
.custom-about-section .side-menu-desktop .side-menu-item {
  margin-bottom: 4px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.custom-about-section .side-menu-desktop .side-menu-item a {
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(190 190 190 / var(--tw-text-opacity, 1));
}
.custom-about-section .side-menu-desktop .side-menu-item a:hover {
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.custom-about-section .side-menu-desktop .side-menu-item.active a {
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.custom-about-section .side-menu-mobile {
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 1200px) {

  .custom-about-section .side-menu-mobile {
    display: none;
  }
}
.custom-about-section .side-menu-mobile select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border-width: 1px;
  border-color: rgba(17,17,17,0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 8px;
  font-family: Manrope,sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.custom-about-section .side-menu-mobile select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.custom-about-section .side-menu-mobile select{
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M11.6848 6.05953L7.30978 10.4345C7.26914 10.4752 7.22089 10.5075 7.16778 10.5295C7.11467 10.5515 7.05774 10.5628 7.00024 10.5628C6.94275 10.5628 6.88582 10.5515 6.83271 10.5295C6.7796 10.5075 6.73134 10.4752 6.69071 10.4345L2.31571 6.05953C2.23362 5.97744 2.1875 5.8661 2.1875 5.75C2.1875 5.6339 2.23362 5.52256 2.31571 5.44047C2.3978 5.35837 2.50915 5.31226 2.62524 5.31226C2.74134 5.31226 2.85268 5.35837 2.93477 5.44047L7.00024 9.50648L11.0657 5.44047C11.1064 5.39982 11.1546 5.36757 11.2077 5.34558C11.2608 5.32358 11.3178 5.31225 11.3752 5.31225C11.4327 5.31225 11.4897 5.32358 11.5428 5.34558C11.5959 5.36757 11.6441 5.39982 11.6848 5.44047C11.7254 5.48111 11.7577 5.52937 11.7797 5.58248C11.8017 5.63559 11.813 5.69251 11.813 5.75C11.813 5.80748 11.8017 5.86441 11.7797 5.91751C11.7577 5.97062 11.7254 6.01888 11.6848 6.05953Z' fill='%235C5C5C'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-size: 14px 14px;
        }
.about-content-container {
  width: 100%;
  font-family: Manrope,sans-serif;
}
.about-content-container .about-header {
  margin-bottom: 48px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
.about-content-container .about-header .about-title {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .about-content-container .about-header .about-title {
    font-size: 28px;
  }
}
.about-content-container .about-header .about-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.about-content-container .about-image-container {
  margin-bottom: 48px;
  width: 100%;
}
.about-content-container .about-image-container picture {
  display: block;
  height: 251px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .about-content-container .about-image-container picture {
    height: 480px;
  }
}
.about-content-container .about-image-container picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.about-content-container .about-experience {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 32px;
}
.about-content-container .about-experience p {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.about-content-container .about-experience ul li {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  padding-left: 20px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.about-content-container .about-experience ul li::before {
  position: absolute;
  top: 12px;
  left: 0px;
  height: 4px;
  width: 4px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(100 100 100 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.about-content-container .about-experience .about-button-container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.about-content-container .about-experience .about-button-container .about-button {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.about-content-container .about-experience .about-button-container .about-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .about-content-container .about-experience .about-button-container .about-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.about-content-container .about-experience .contact-form {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {

  .about-content-container .about-experience .contact-form {
    width: 660px;
  }
}
.about-content-container .about-experience .contact-form .contact-form-fields {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .form-label {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 137%;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .form-control {
  width: 100%;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .form-control .input {
  width: 100%;
  border-radius: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .form-control .input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1));
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .form-control .input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1));
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .form-control .input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .form-control .textarea {
  min-height: 120px;
  width: 100%;
  resize: none;
  border-radius: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 56px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .form-control .textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1));
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .form-control .textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1));
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .form-control .textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .form-control .custom-select {
  position: relative;
  min-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 40px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .form-control .custom-select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .form-control .custom-select{
                            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M11.6848 6.05953L7.30978 10.4345C7.26914 10.4752 7.22089 10.5075 7.16778 10.5295C7.11467 10.5515 7.05774 10.5628 7.00024 10.5628C6.94275 10.5628 6.88582 10.5515 6.83271 10.5295C6.7796 10.5075 6.73134 10.4752 6.69071 10.4345L2.31571 6.05953C2.23362 5.97744 2.1875 5.8661 2.1875 5.75C2.1875 5.6339 2.23362 5.52256 2.31571 5.44047C2.3978 5.35837 2.50915 5.31226 2.62524 5.31226C2.74134 5.31226 2.85268 5.35837 2.93477 5.44047L7.00024 9.50648L11.0657 5.44047C11.1064 5.39982 11.1546 5.36757 11.2077 5.34558C11.2608 5.32358 11.3178 5.31225 11.3752 5.31225C11.4327 5.31225 11.4897 5.32358 11.5428 5.34558C11.5959 5.36757 11.6441 5.39982 11.6848 5.44047C11.7254 5.48111 11.7577 5.52937 11.7797 5.58248C11.8017 5.63559 11.813 5.69251 11.813 5.75C11.813 5.80748 11.8017 5.86441 11.7797 5.91751C11.7577 5.97062 11.7254 6.01888 11.6848 6.05953Z' fill='%235C5C5C'/%3E%3C/svg%3E");
                        }
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .phone-input-container {
  display: flex;
  width: 100%;
  gap: 12px;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .phone-input-container .country-code-container {
  position: relative;
  display: flex;
  align-items: center;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .phone-input-container .country-code-container .country-code-select {
  min-width: 80px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 40px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .phone-input-container .country-code-container .country-code-select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .phone-input-container .country-code-container .country-code-select{
                                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M11.6848 6.05953L7.30978 10.4345C7.26914 10.4752 7.22089 10.5075 7.16778 10.5295C7.11467 10.5515 7.05774 10.5628 7.00024 10.5628C6.94275 10.5628 6.88582 10.5515 6.83271 10.5295C6.7796 10.5075 6.73134 10.4752 6.69071 10.4345L2.31571 6.05953C2.23362 5.97744 2.1875 5.8661 2.1875 5.75C2.1875 5.6339 2.23362 5.52256 2.31571 5.44047C2.3978 5.35837 2.50915 5.31226 2.62524 5.31226C2.74134 5.31226 2.85268 5.35837 2.93477 5.44047L7.00024 9.50648L11.0657 5.44047C11.1064 5.39982 11.1546 5.36757 11.2077 5.34558C11.2608 5.32358 11.3178 5.31225 11.3752 5.31225C11.4327 5.31225 11.4897 5.32358 11.5428 5.34558C11.5959 5.36757 11.6441 5.39982 11.6848 5.44047C11.7254 5.48111 11.7577 5.52937 11.7797 5.58248C11.8017 5.63559 11.813 5.69251 11.813 5.75C11.813 5.80748 11.8017 5.86441 11.7797 5.91751C11.7577 5.97062 11.7254 6.01888 11.6848 6.05953Z' fill='%235C5C5C'/%3E%3C/svg%3E");
                                background-repeat: no-repeat;
                                background-size: 14px 14px;
                            }
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .phone-input-container .country-code-container .dropdown-arrow {
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  --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));
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .privacy-policy-container {
  width: 100%;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .privacy-policy-container .privacy-policy-label {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  padding: 0px;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .privacy-policy-container .privacy-policy-label .privacy-checkbox {
  margin-top: 2px;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  border-radius: 0;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .privacy-policy-container .privacy-policy-label .privacy-checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .privacy-policy-container .privacy-policy-label .privacy-checkbox:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .privacy-policy-container .privacy-policy-label .privacy-checkbox:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
                                    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e");
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .privacy-policy-container .privacy-policy-label .privacy-policy-text {
  flex: 1 1 0%;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity, 1));
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .contact-form-submit-btn {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 99px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --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;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.about-content-container .about-experience .contact-form .contact-form-fields .form-field .contact-form-submit-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
.about-content-container .about-experience .about-experience-title {
  margin-bottom: 28px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.about-content-container .about-experience .commercial-container {
  width: 100%;
  max-width: 660px;
}
.about-content-container .about-experience .commercial-container .commercial-title {
  margin-bottom: 12px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.about-content-container .about-experience .commercial-container .commercial-value {
  margin-bottom: 12px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.custom-others-section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .custom-others-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.custom-others-section .custom-others-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 1200px) {

  .custom-others-section .custom-others-container {
    gap: 64px;
  }
}
.custom-others-section .custom-others-container .custom-others-header {
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {

  .custom-others-section .custom-others-container .custom-others-header {
    margin-bottom: 64px;
  }
}
.custom-others-section .custom-others-container .custom-others-header .custom-others-title {
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .custom-others-section .custom-others-container .custom-others-header .custom-others-title {
    font-size: 32px;
  }
}
.custom-others-section .custom-others-container .custom-others-header .custom-others-description {
  margin-bottom: 0px;
  width: 100%;
  max-width: 345px;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .custom-others-section .custom-others-container .custom-others-header .custom-others-description {
    max-width: 432px;
  }
}
.custom-others-section .custom-others-container .custom-others-button-group {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (min-width: 1200px) {

  .custom-others-section .custom-others-container .custom-others-button-group {
    gap: 12px;
  }
}
.custom-others-section .custom-others-container .custom-others-button-group .custom-others-switcher-container {
  width: 100%;
}
.custom-others-section .custom-others-container .custom-others-button-group .custom-others-switcher-container .custom-others-switcher-tabs {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .custom-others-section .custom-others-container .custom-others-button-group .custom-others-switcher-container .custom-others-switcher-tabs {
    justify-content: center;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.custom-others-section .custom-others-container .custom-others-button-group .custom-others-switcher-container .custom-others-switcher-tabs{
              
                    scrollbar-width: none;
                    -ms-overflow-style: none;
                }
.custom-others-section .custom-others-container .custom-others-button-group .custom-others-switcher-container .custom-others-switcher-tabs::-webkit-scrollbar {
                        display: none;
                    }
.custom-others-section .custom-others-container .custom-others-button-group .custom-others-switcher-container .custom-others-switcher-tabs .custom-others-tab {
  position: relative;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  border-width: 0px;
  background-color: transparent;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  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: 200ms;
}
.custom-others-section .custom-others-container .custom-others-button-group .custom-others-switcher-container .custom-others-switcher-tabs .custom-others-tab .custom-others-tab-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.custom-others-section .custom-others-container .custom-others-button-group .custom-others-switcher-container .custom-others-switcher-tabs .custom-others-tab.active .custom-others-tab-text {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.custom-others-section .custom-others-container .custom-others-button-group .custom-others-switcher-container .custom-others-switcher-tabs .custom-others-tab.active::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.custom-others-section .custom-others-container .custom-others-button-group .custom-others-switcher-container .custom-others-switcher-tabs .custom-others-tab:hover:not(.active) .custom-others-tab-text {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.custom-others-section .custom-others-container .custom-others-content-container {
  width: 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {

  .custom-others-section .custom-others-container .custom-others-content-container {
    background-image: url('/images/custom-others-content-bg.svg');
  }
}
.custom-others-section .custom-others-container .custom-others-tab-content {
  display: none;
}
.custom-others-section .custom-others-container .custom-others-tab-content.active {
  display: block;
}
.custom-others-section .custom-others-container .custom-others-featured {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 1200px) {

  .custom-others-section .custom-others-container .custom-others-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.custom-others-section .custom-others-container .custom-others-featured .featured-image-container {
  margin-bottom: 24px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .custom-others-section .custom-others-container .custom-others-featured .featured-image-container {
    margin-bottom: 0;
    height: 480px;
    width: 660px;
  }
}
.custom-others-section .custom-others-container .custom-others-featured .featured-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.custom-others-section .custom-others-container .custom-others-featured .featured-content {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (min-width: 1200px) {

  .custom-others-section .custom-others-container .custom-others-featured .featured-content {
    justify-content: center;
  }
}
.custom-others-section .custom-others-container .custom-others-featured .featured-content .featured-text-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.custom-others-section .custom-others-container .custom-others-featured .featured-content .featured-text-group .featured-title {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 137%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .custom-others-section .custom-others-container .custom-others-featured .featured-content .featured-text-group .featured-title {
    font-size: 32px;
  }
}
.custom-others-section .custom-others-container .custom-others-featured .featured-content .featured-text-group .featured-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.custom-others-section .custom-others-container .custom-others-featured .featured-content .featured-button-container {
  margin-top: 40px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.custom-others-section .custom-others-container .custom-others-featured .featured-content .featured-button-container .featured-button {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.custom-others-section .custom-others-container .custom-others-featured .featured-content .featured-button-container .featured-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .custom-others-section .custom-others-container .custom-others-featured .featured-content .featured-button-container .featured-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.therapy-section {
  margin-top: 64px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 64 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .therapy-section {
    margin-top: 120px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.therapy-section .pools-gallery-swiper2 {
  position: relative;
  overflow: hidden;
}
.therapy-section .pools-gallery-swiper2 .swiper-slide {
  height: auto;
  width: 100%;
}
.therapy-section .pools-gallery-swiper2 .swiper-slide .img-container {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .therapy-section .pools-gallery-swiper2 .swiper-slide .img-container {
    width: 515px;
  }
}
.therapy-section .pools-gallery-swiper2 .swiper-slide .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.therapy-section .pools-gallery-swiper2 .navigation-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 1200px) {

  .therapy-section .pools-gallery-swiper2 .navigation-container {
    width: 432px;
    justify-content: flex-start;
  }
}
.therapy-section .pools-gallery-swiper2 .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.therapy-section .pools-gallery-swiper2 .swiper-pagination-current {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.therapy-section .pools-gallery-swiper2 .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.therapy-section .pools-gallery-swiper2 .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.therapy-section .pools-gallery-swiper2 .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.therapy-section .pools-gallery-swiper2 .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.therapy-section .pools-gallery-swiper2 .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.therapy-section .pools-gallery-swiper2 .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 0.5;
}
.therapy-section .pools-gallery-swiper2 .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 0.5;
}
.therapy-section .pools-gallery-swiper2 .swiper-button-lock {
  display: none !important;
}
.therapy-section .therapy-section-content-container {
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 24px;
}
@media (min-width: 1200px) {

  .therapy-section .therapy-section-content-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.therapy-section .therapy-section-content {
  width: 100%;
}
@media (min-width: 1200px) {

  .therapy-section .therapy-section-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 432px;
  }
}
.therapy-section .therapy-section-content .therapy-section-top-title {
  margin-bottom: 12px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .therapy-section .therapy-section-content .therapy-section-top-title {
    text-align: left;
  }
}
.therapy-section .therapy-section-content .therapy-section-title {
  margin-bottom: 24px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .therapy-section .therapy-section-content .therapy-section-title {
    font-size: 48px;
  }
}
.therapy-section .therapy-section-content .therapy-section-description {
  margin-bottom: 0px;
  width: 100%;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.therapy-section .therapy-section-content .therapy-section-description p {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.about-content .blog-articles-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 1200px) {

  .about-content .blog-articles-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}
.about-content .blog-articles-container .blog-article {
  margin-bottom: 0;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .about-content .blog-articles-container .blog-article {
    margin-bottom: 56px;
  }
}
.about-content .blog-articles-container .blog-article .blog-article-image-container {
  margin-bottom: 20px;
  min-height: 227px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .about-content .blog-articles-container .blog-article .blog-article-image-container {
    height: 358px;
    border-radius: 4px;
  }
}
.about-content .blog-articles-container .blog-article .blog-article-image-container .blog-article-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.about-content .blog-articles-container .blog-article .blog-article-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.about-content .blog-articles-container .blog-article .blog-article-content .blog-article-text-container {
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-content .blog-articles-container .blog-article .blog-article-content .blog-article-text-container .blog-article-title {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.about-content .blog-articles-container .blog-article .blog-article-content .blog-article-text-container .blog-article-description {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.about-content .blog-articles-container .blog-article .blog-article-content .blog-article-read-more {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.about-content .blog-articles-container .blog-article .blog-article-content .blog-article-read-more:hover {
  opacity: 0.8;
}
.about-content .blog-articles-container .blog-article .blog-article-content .blog-article-read-more .blog-article-read-more-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.about-content .blog-articles-container .blog-article .blog-article-content .blog-article-read-more .blog-article-read-more-icon {
  display: flex;
  height: 26px;
  width: 26px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.about-content .blog-articles-container .blog-article .blog-article-content .blog-article-read-more .blog-article-read-more-icon svg {
  height: 14px;
  width: 14px;
}
.about-content .blog-articles-container .blog-article:hover .blog-article-image {
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.about-content .awards-articles-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 1200px) {

  .about-content .awards-articles-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.about-content .awards-articles-container .awards-article {
  margin-bottom: 16px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.about-content .awards-articles-container .awards-article .awards-article-image-container {
  margin-bottom: 20px;
  display: flex;
  min-height: 119px;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 1200px) {

  .about-content .awards-articles-container .awards-article .awards-article-image-container {
    height: 170px;
    border-radius: 4px;
  }
}
.about-content .awards-articles-container .awards-article .awards-article-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.about-content .awards-articles-container .awards-article .awards-article-image-container .awards-article-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.about-content .awards-articles-container .awards-article .awards-article-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.about-content .awards-articles-container .awards-article .awards-article-content .awards-article-text-container {
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-content .awards-articles-container .awards-article .awards-article-content .awards-article-text-container .awards-article-title {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.about-content .awards-articles-container .awards-article .awards-article-content .awards-article-text-container .awards-article-description {
  margin-bottom: 0px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.about-content .awards-articles-container .awards-article .awards-article-content .awards-article-read-more {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.about-content .awards-articles-container .awards-article .awards-article-content .awards-article-read-more:hover {
  opacity: 0.8;
}
.about-content .awards-articles-container .awards-article .awards-article-content .awards-article-read-more .awards-article-read-more-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.about-content .awards-articles-container .awards-article .awards-article-content .awards-article-read-more .awards-article-read-more-icon {
  display: flex;
  height: 26px;
  width: 26px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.about-content .awards-articles-container .awards-article .awards-article-content .awards-article-read-more .awards-article-read-more-icon svg {
  height: 14px;
  width: 14px;
}
.about-content .awards-articles-container .awards-article:hover .awards-article-image {
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.download-button {
  position: relative;
  margin-bottom: 0px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-image: url('/images/download_24dp.svg');
  background-position: top 3px right;
  background-repeat: no-repeat;
  padding-right: 26px;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.lastArticles-section {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .lastArticles-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.lastArticles-section .top-title {
  margin-bottom: 14px;
  width: 100%;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.lastArticles-section .lastArticles-container {
  width: 100%;
}
.lastArticles-section .lastArticles-container .title {
  margin-bottom: 24px;
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .lastArticles-section .lastArticles-container .title {
    font-size: 32px;
  }
}
.lastArticles-section .lastArticles-container .lastArticles-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.lastArticles-section .lastArticles-container .lastArticles-header .lastArticles-title {
  text-align: center;
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.lastArticles-section .lastArticles-container .lastArticles-header .lastArticles-navigation {
  display: none;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {

  .lastArticles-section .lastArticles-container .lastArticles-header .lastArticles-navigation {
    display: flex;
  }
}
.lastArticles-section .lastArticles-container .lastArticles-header .lastArticles-navigation .swiper-button-prev {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.lastArticles-section .lastArticles-container .lastArticles-header .lastArticles-navigation .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.lastArticles-section .lastArticles-container .lastArticles-header .lastArticles-navigation .swiper-button-next {
  position: relative;
  top: 0px;
  left: unset;
  right: unset;
  z-index: 10;
  margin-top: 0px;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
.lastArticles-section .lastArticles-container .lastArticles-header .lastArticles-navigation .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.lastArticles-section .lastArticles-container .lastArticles-header .lastArticles-navigation .swiper-button-next.swiper-button-disabled {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
.lastArticles-section .lastArticles-container .lastArticles-header .lastArticles-navigation .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 1;
}
.lastArticles-section .lastArticles-container .lastArticles-header .lastArticles-navigation .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 1;
}
.lastArticles-section .lastArticles-container .lastArticles-swiper {
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 1200px) {

  .lastArticles-section .lastArticles-container .lastArticles-swiper {
    margin-top: 48px;
  }
}
.lastArticles-section .lastArticles-container .lastArticles-swiper .swiper-slide {
  position: relative;
  height: auto;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
  padding-top: 28px;
  padding-bottom: 74px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {

  .lastArticles-section .lastArticles-container .lastArticles-swiper .swiper-slide {
    width: 404px;
    padding-left: 28px;
    padding-right: 0;
  }
}
.lastArticles-section .lastArticles-container .lastArticles-swiper .swiper-slide .lastArticles-card .lastArticles-image-container {
  height: auto;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
@media (min-width: 1200px) {

  .lastArticles-section .lastArticles-container .lastArticles-swiper .swiper-slide .lastArticles-card .lastArticles-image-container {
    height: 440px;
    width: 100%;
    border-radius: 4px 0 0 4px;
  }
}
.lastArticles-section .lastArticles-container .lastArticles-swiper .swiper-slide .lastArticles-card .lastArticles-image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.lastArticles-section .lastArticles-container .lastArticles-swiper .swiper-slide .lastArticles-card .lastArticles-content {
  margin-top: 20px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.lastArticles-section .lastArticles-container .lastArticles-swiper .swiper-slide .lastArticles-card .lastArticles-content .lastArticles-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.lastArticles-section .lastArticles-container .lastArticles-swiper .swiper-slide .lastArticles-card .lastArticles-content .lastArticles-info .lastArticles-name {
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.lastArticles-section .lastArticles-container .lastArticles-swiper .swiper-slide .lastArticles-card .lastArticles-content .lastArticles-info .lastArticles-name p {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.lastArticles-section .lastArticles-container .lastArticles-swiper .swiper-slide .lastArticles-card .lastArticles-content .lastArticles-info .lastArticles-name span {
  margin-bottom: 0;
  font-family: Manrope,sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.lastArticles-section .lastArticles-container .lastArticles-swiper .swiper-slide .lastArticles-card .lastArticles-content .lastArticles-info .lastArticles-description {
  font-family: Manrope,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .lastArticles-section .lastArticles-container .lastArticles-swiper .swiper-slide .lastArticles-card .lastArticles-content .lastArticles-info .lastArticles-description {
    min-height: 82px;
  }
}
.lastArticles-section .lastArticles-container .lastArticles-swiper .swiper-slide .lastArticles-card:hover .lastArticles-image-container 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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.lastArticles-section .lastArticles-container .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.lastArticles-section .lastArticles-container .swiper-pagination-current {
  font-family: Manrope,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.lastArticles-section .lastArticles-container .swiper-pagination-total {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (max-width: 1199px) {
            .lastArticles-section .lastArticles-container .swiper-pagination {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: flex;
    gap: 4px;
  }
                .lastArticles-section .lastArticles-container .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
    opacity: 1;
  }
                    .lastArticles-section .lastArticles-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  }
        }
.lastArticles-section .lastArticles-container .swiper-button-lock {
  display: none !important;
}
.lastArticles-section .lastArticles-actions {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.lastArticles-section .lastArticles-actions .restaurant-button {
  margin-top: 32px;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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: 200ms;
}
.lastArticles-section .lastArticles-actions .restaurant-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .lastArticles-section .lastArticles-actions .restaurant-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.lastArticles-section .lastArticles-button-container {
  position: absolute;
  bottom: 28px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
}
.lastArticles-section .lastArticles-button-container .lastArticles-button-text {
  font-family: Manrope,sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.lastArticles-section .lastArticles-button-container .lastArticles-button-icon {
  display: flex;
  height: 26px;
  width: 26px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.lastArticles-section .lastArticles-button-container .lastArticles-button-icon img {
  height: 26px;
  width: 26px;
}
.instagram-section {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  background-image: url('/images/instagram-Vector-Container.svg');
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: Manrope,sans-serif;
}
.instagram-container {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 1200px) {

  .instagram-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 432px;
  }
}
.instagram-text-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.instagram-title-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.instagram-icon {
  height: 1.5rem;
  width: 1.5rem;
}
.instagram-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.instagram-title {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.instagram-subtitle {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  line-height: 1.366;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .instagram-subtitle {
    font-size: 32px;
  }
}
.instagram-handle {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.366;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.instagram-images-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.instagram-swiper {
  width: 100%;
}
.instagram-swiper .swiper-wrapper {
  align-items: center;
}
.instagram-swiper .swiper-slide {
  height: auto;
  width: auto;
}
.instagram-image {
  height: 141px;
  width: 106px;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media (min-width: 1200px) {

  .instagram-image {
    height: 267px;
    width: 200px;
  }
}
.instagram-image picture {
  height: 100%;
  width: 100%;
}
.instagram-image picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram-container {
  text-align: center;
}
.instagram-images-container .instagram-swiper .swiper-wrapper {

        }
.dimensions-section {
  position: relative;
  margin-top: 64px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  background-image: url('/images/decorativeVectorsMobile.svg');
  background-position: top 200px right 0;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .dimensions-section {
    margin-top: 120px;
    background-image: url('/images/decorativeVectors.svg');
    background-position: bottom 40px left 0;
  }
}
.dimensions-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
@media (min-width: 1200px) {

  .dimensions-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.dimensions-content {
  width: 100%;
  max-width: 432px;
}
.dimensions-title {
  margin-bottom: 24px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1.366;
  letter-spacing: 0.04em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dimensions-subtitle {
  margin-bottom: 24px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .dimensions-subtitle {
    font-size: 32px;
    line-height: 1.3;
  }
}
.dimensions-description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}
.dimensions-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 1200px) {

  .dimensions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.dimension-item {
  display: flex;
  gap: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.2;
  padding-bottom: 1rem;
}
@media (min-width: 1200px) {

  .dimension-item {
    margin-bottom: 44px;
    gap: 1.5rem;
    padding-bottom: 1.25rem;
  }
}
.dimension-icon {
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 1200px) {

  .dimension-icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.dimension-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dimension-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.dimension-label {
  max-width: 173px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dimension-value {
  max-width: 173px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}
.site-map-container {
  font-family: Manrope,sans-serif;
}
.site-map-container .desktop-site-map {
  display: none;
  width: 100%;
}
@media (min-width: 1200px) {

  .site-map-container .desktop-site-map {
    display: block;
  }
}
.site-map-container .desktop-site-map .site-map-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.site-map-container .desktop-site-map .site-map-item .site-map-item-title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.site-map-container .desktop-site-map .site-map-item .site-map-item-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 4px;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.site-map-container .desktop-site-map .site-map-item .sub-items {
  padding-left: 16px;
}
.site-map-container .desktop-site-map .site-map-item .sub-items ul li {
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.site-map-container .desktop-site-map .site-map-item .sub-items ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 4px;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.site-map-container .mobile-site-map {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {

  .site-map-container .mobile-site-map {
    display: none;
  }
}
.site-map-container .mobile-site-map .no-subs {
  margin-bottom: 16px;
}
.site-map-container .mobile-site-map .collapse-title {
  min-height: 40px !important;
  padding: 0px;
}
.site-map-container .mobile-site-map .collapse-title::after {
  top: 10px !important;
}
.site-map-container .mobile-site-map input[type="radio"] {
  height: 100%;
  min-height: unset;
}
.site-map-container .mobile-site-map .site-map-item-title-link {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.site-map-container .mobile-site-map .site-map-item-title-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 4px;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.site-map-container .mobile-site-map .sub-items {
  padding-left: 16px;
}
.page-404 {
  display: flex;
  height: calc(100vh - 63px);
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('/images/bg-404-mobile.svg');
  background-position: center;
  background-repeat: no-repeat;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .page-404 {
    height: calc(100vh - 135px);
    background-image: url('/images/bg-404.svg');
  }
}
.page-500 {
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('/images/bg-404-mobile.svg');
  background-position: center;
  background-repeat: no-repeat;
  font-family: Manrope,sans-serif;
}
@media (min-width: 1200px) {

  .page-500 {
    background-image: url('/images/bg-404.svg');
  }
}
.lang-area .language-frame {
        position: relative;
    }
.lang-area .language-dropdown {
        position: absolute;
        top: 100%;
        right: 0;
        background: white;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        min-width: 140px;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        margin-top: 8px;
    }
.lang-area .language-dropdown.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
.lang-area .language-option {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 16px;
        cursor: pointer;
        transition: background-color 0.2s ease;
        border-bottom: 1px solid #f0f0f0;
    }
.lang-area .language-option:last-child {
        border-bottom: none;
    }
.lang-area .language-option .flag {
        width: 16px;
        height: 16px;
        border-radius: 2px;
    }
.lang-area .language-option span {
        font-size: 14px;
        font-weight: 500;
        color: #333;
    }
.lang-area .language-frame.active .dropdown-arrow {
        transform: rotate(180deg);
    }
.lang-area .dropdown-arrow {
        transition: transform 0.3s ease;
    }
.depth {
  position: relative;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.76 13.9609C12.8821 14.0829 12.8821 14.2808 12.76 14.4028L10.5503 16.6125C10.4434 16.7195 10.3131 16.789 10.1759 16.8209C10.1258 16.8551 10.0652 16.8751 10 16.8751C9.93573 16.8751 9.87598 16.8556 9.82631 16.8223C9.68675 16.7911 9.55409 16.7212 9.44546 16.6125L7.23575 14.4028C7.11371 14.2808 7.11371 14.0829 7.23575 13.9609C7.35779 13.8388 7.55565 13.8388 7.6777 13.9609L9.68751 15.9708L9.68751 14.6879C9.68751 14.6878 9.68751 14.6877 9.68751 14.6876L9.68751 12.1876L9.68751 3.95552L7.63865 6.00438C7.5166 6.12642 7.31875 6.12642 7.1967 6.00438C7.07467 5.88235 7.07467 5.68447 7.1967 5.56244L9.40642 3.35272C9.56984 3.1893 9.78765 3.11341 10.0016 3.12507C10.0193 3.12516 10.0366 3.12671 10.0535 3.12963C10.2208 3.14994 10.3829 3.2243 10.5113 3.35272L12.721 5.56244C12.843 5.68447 12.843 5.88233 12.721 6.00438C12.5989 6.12641 12.4011 6.12641 12.279 6.00438L10.3125 4.03785L10.3125 12.1876L10.3125 14.6876L10.3125 15.9665L12.3181 13.9609C12.4401 13.8388 12.638 13.8388 12.76 13.9609Z' fill='%23816C56'/%3E%3C/svg%3E");
}
.hero-accomodation-detail-swiper .swiper-button-prev-hero-accomodation-detail {
  height: 64px;
  width: 64px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M28.5537 32.0003L40.8203 44.267L38.933 46.1543L24.779 32.0003L38.933 17.8463L40.8203 19.7336L28.5537 32.0003Z' fill='white' fill-opacity='0.6'/%3E%3C/svg%3E");
}
.hero-accomodation-detail-swiper .swiper-button-prev-hero-accomodation-detail::after {
  display: none;
}
.hero-accomodation-detail-swiper .swiper-button-next-hero-accomodation-detail {
  height: 64px;
  width: 64px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg' transform='rotate(180)'%3E%3Cpath d='M28.5537 32.0003L40.8203 44.267L38.933 46.1543L24.779 32.0003L38.933 17.8463L40.8203 19.7336L28.5537 32.0003Z' fill='white' fill-opacity='0.6'%3E%3C/path%3E%3C/svg%3E");
}
.hero-accomodation-detail-swiper .swiper-button-next-hero-accomodation-detail::after {
  display: none;
}
.form-control {
  position: relative;
}
#phone-error {
  position: absolute;
  bottom: -24px;
}
.fancybox-toolbar {
    opacity: 0;
    visibility: hidden;
}
button.fancybox-button.fancybox-button--zoom {
    display: none !important;
}
button.fancybox-button.fancybox-button--play {
    display: none !important;
}
button.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}
.fancybox-infobar {
    display: none !important;
}
button.fancybox-button.fancybox-button--close {
    background: transparent !important;
}
/* Visitor Dropdown Styles */
/* Visitor Dropdown Styles */
.visitors {
    position: relative;
}
.visitor-dropdown {
  position: relative;
  bottom: 110%;
  left: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  min-width: 240px;
  border-radius: 0px;
  border-width: 1px;
  border-color: rgb(17 17 17 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .visitor-dropdown {
    position: absolute;
    left: 14px;
  }
}
.visitor-dropdown.active {
  display: block;
  opacity: 1;
}
.visitor-section {
  padding: 16px 14px;
}
.visitor-counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.visitor-counter:last-child {
    margin-bottom: 0;
}
.visitor-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.counter-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}
.counter-btn {
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.counter-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.counter-value {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    min-width: 20px;
    text-align: center;
}
.visitor-divider {
    height: 1px;
    background: #e5e5e5;
    margin: 0 16px;
}
.child-ages-container {
    padding: 16px;
    padding-top: 12px;
}
.child-age-input {
    margin-bottom: 12px;
}
.child-age-input:last-child {
    margin-bottom: 0;
}
.child-age-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
}
.child-age-label::after {
    content: "";
    color: #dc3545;
}
.child-age-field {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background: white;
    outline: none;
    transition: border-color 0.2s ease;
}
.child-age-field:focus {
    border-color: #007bff;
}
.child-age-field::-moz-placeholder {
    color: #999;
}
.child-age-field::placeholder {
    color: #999;
}
.child-age-field.error {
    border-color: #dc3545;
    background-color: #fff5f5;
}
.child-age-field.error:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* Hotel Dropdown Styles */
.hotel-dropdown {
  position: relative;
  bottom: 110%;
  left: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  border-color: rgb(17 17 17 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .hotel-dropdown {
    position: absolute;
    left: 14px;
    width: 200px;
  }
}
.hotel-dropdown.active {
  display: block;
  opacity: 1;
}
.hotel-option {
  cursor: pointer;
  padding: 16px 14px;
  font-family: Manrope,sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  transition-duration: 200ms;
}
.hotel-option:last-child {
  border-style: none;
}
.hotel-option.selected {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
/* Room Dropdown Styles */
.room-dropdown {
  position: relative;
  bottom: 110%;
  left: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  border-color: rgb(17 17 17 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .room-dropdown {
    position: absolute;
    left: 14px;
    width: 200px;
  }
}
.room-dropdown.active {
  display: block;
  opacity: 1;
}
.room-option {
  cursor: pointer;
  padding: 16px 14px;
  font-family: Manrope,sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
  transition-duration: 200ms;
}
.room-option:last-child {
  border-style: none;
}
.room-option.selected {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
#checkin-error {
  position: absolute;
  bottom: -2px;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.cur-month {
  font-family: Manrope,sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(87 83 77 / var(--tw-text-opacity, 1)) !important;
}
.numInput.cur-year {
  font-family: Manrope,sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(87 83 77 / var(--tw-text-opacity, 1)) !important;
}
.flatpickr-weekday {
  font-family: Manrope,sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(87 83 77 / var(--tw-text-opacity, 1)) !important;
}
.flatpickr-day {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: Manrope,sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1)) !important;
}
.flatpickr-day.selected.startRange {
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.flatpickr-day.selected.endRange {
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.flatpickr-day.endRange {
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.flatpickr-day.startRange {
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.flatpickr-calendar.rangeMode.animate.multiMonth.arrowTop.arrowLeft.open {
  margin-top: 20px !important;
  border-radius: 0px !important;
}
/* Reservation Modal Styles */
.reservation-modal {
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: none;
  width: 100%;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.reservation-modal.active {
  visibility: visible;
  display: flex;
  opacity: 1;
}
.reservation-modal-content {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .reservation-modal-content {
    margin-top: 134px;
    height: calc(100vh - 134px);
  }
}
.reservation-modal-header {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 30px;
}
@media (min-width: 1200px) {

  .reservation-modal-header {
    padding: 20px 30px;
  }
}
.reservation-modal-close {
  cursor: pointer;
  border-radius: 0px;
  padding: 0.5rem;
}
.reservation-modal-close img {
    width: 20px;
    height: 20px;
}
.reservation-modal-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {

  .reservation-modal-body {
    padding: 30px;
  }
}
.reservation-form-container {
    
}
.grecaptcha-badge{
    display: none;
}
@media (min-width: 1200px) {

  .header-top {
    min-height: 80px;
  }
}
.heroSwiper .swiper-button-prev {
  z-index: 10;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
@media (min-width: 1200px) {

  .heroSwiper .swiper-button-prev {
    left: 48px;
  }
}
@media (max-width: 1200px) {
.heroSwiper .swiper-button-prev {
    top: unset;
    bottom: 32px;
  }
        }
.heroSwiper .swiper-button-prev::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-right-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.heroSwiper .swiper-button-next {
  z-index: 10;
  display: flex;
  height: 32px;
  width: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 1;
}
@media (min-width: 1200px) {

  .heroSwiper .swiper-button-next {
    right: 48px;
  }
}
@media (max-width: 1200px) {
.heroSwiper .swiper-button-next {
    top: unset;
    bottom: 32px;
    left: 52px;
  }
        }
.heroSwiper .swiper-button-next::after {
  height: 32px;
  width: 32px;
  background-image: url('/images/arrow-left-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.heroSwiper .swiper-button-next.swiper-button-disabled::after {
  background-image: url('/images/arrow-right-disabled.svg');
  opacity: 0.5;
}
.heroSwiper .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('/images/arrow-left-disabled.svg');
  opacity: 0.5;
}
.heroSwiper .swiper-button-lock {
  display: none !important;
}
.heroSwiper .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}
.heroSwiper .swiper-pagination-bullet {
  height: 4px;
  width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.2;
}
.heroSwiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 6px;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.\!top-\[10px\] {
  top: 10px !important;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-20px\] {
  bottom: -20px;
}
.bottom-\[-24px\] {
  bottom: -24px;
}
.bottom-\[-2px\] {
  bottom: -2px;
}
.bottom-\[-32px\] {
  bottom: -32px;
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.bottom-\[110\%\] {
  bottom: 110%;
}
.bottom-\[120px\] {
  bottom: 120px;
}
.bottom-\[28px\] {
  bottom: 28px;
}
.bottom-\[32px\] {
  bottom: 32px;
}
.bottom-\[48px\] {
  bottom: 48px;
}
.bottom-\[70px\] {
  bottom: 70px;
}
.bottom-\[unset\] {
  bottom: unset;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[0\] {
  left: 0;
}
.left-\[15px\] {
  left: 15px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[225px\] {
  left: 225px;
}
.left-\[248px\] {
  left: 248px;
}
.left-\[52px\] {
  left: 52px;
}
.left-\[calc\(100\%\+18px\)\] {
  left: calc(100% + 18px);
}
.left-\[unset\] {
  left: unset;
}
.right-0 {
  right: 0px;
}
.right-\[-14px\] {
  right: -14px;
}
.right-\[0\] {
  right: 0;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[unset\] {
  right: unset;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[-40px\] {
  top: -40px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[135px\] {
  top: 135px;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[62px\] {
  top: 62px;
}
.top-\[unset\] {
  top: unset;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[250\] {
  z-index: 250;
}
.z-\[251\] {
  z-index: 251;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[300\] {
  z-index: 300;
}
.z-\[48\] {
  z-index: 48;
}
.z-\[50\] {
  z-index: 50;
}
.z-\[999\] {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-\[64px\] {
  margin-top: 64px;
  margin-bottom: 64px;
}
.\!mt-\[20px\] {
  margin-top: 20px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[0\] {
  margin-bottom: 0;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[64px\] {
  margin-bottom: 64px;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-\[0\] {
  margin-right: 0;
}
.mt-0 {
  margin-top: 0px;
}
.mt-\[-40px\] {
  margin-top: -40px;
}
.mt-\[0\] {
  margin-top: 0;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[64px\] {
  margin-top: 64px;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[102px\] {
  height: 102px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[141px\] {
  height: 141px;
}
.h-\[148px\] {
  height: 148px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[151px\] {
  height: 151px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[161px\] {
  height: 161px;
}
.h-\[164px\] {
  height: 164px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[202px\] {
  height: 202px;
}
.h-\[209px\] {
  height: 209px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[226px\] {
  height: 226px;
}
.h-\[227px\] {
  height: 227px;
}
.h-\[242px\] {
  height: 242px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[251px\] {
  height: 251px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[296px\] {
  height: 296px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[356px\] {
  height: 356px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[417px\] {
  height: 417px;
}
.h-\[428px\] {
  height: 428px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[520px\] {
  height: 520px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[580px\] {
  height: 580px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[calc\(100vh-62px\)\] {
  height: calc(100vh - 62px);
}
.h-\[calc\(100vh-63px\)\] {
  height: calc(100vh - 63px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-full {
  max-height: 100%;
}
.\!min-h-\[40px\] {
  min-height: 40px !important;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[119px\] {
  min-height: 119px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[227px\] {
  min-height: 227px;
}
.min-h-\[251px\] {
  min-height: 251px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[520px\] {
  min-height: 520px;
}
.min-h-\[unset\] {
  min-height: unset;
}
.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.\!w-min {
  width: -moz-min-content !important;
  width: min-content !important;
}
.w-6 {
  width: 1.5rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[121px\] {
  width: 121px;
}
.w-\[123px\] {
  width: 123px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[142px\] {
  width: 142px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[265px\] {
  width: 265px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[305px\] {
  width: 305px;
}
.w-\[313px\] {
  width: 313px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[335px\] {
  width: 335px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[calc\(100\%-28px\)\] {
  width: calc(100% - 28px);
}
.w-\[calc\(100\%-30px\)\] {
  width: calc(100% - 30px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[1060px\] {
  max-width: 1060px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[145px\] {
  max-width: 145px;
}
.max-w-\[173px\] {
  max-width: 173px;
}
.max-w-\[312px\] {
  max-width: 312px;
}
.max-w-\[335px\] {
  max-width: 335px;
}
.max-w-\[345px\] {
  max-width: 345px;
}
.max-w-\[375px\] {
  max-width: 375px;
}
.max-w-\[386px\] {
  max-width: 386px;
}
.max-w-\[390px\] {
  max-width: 390px;
}
.max-w-\[432px\] {
  max-width: 432px;
}
.max-w-\[437px\] {
  max-width: 437px;
}
.max-w-\[513px\] {
  max-width: 513px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-\[770px\] {
  max-width: 770px;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[880px\] {
  max-width: 880px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-10px\] {
  --tw-translate-y: -10px;
  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-\[5deg\] {
  --tw-rotate: 5deg;
  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-105 {
  --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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.columns-3 {
  -moz-columns: 3;
       columns: 3;
}
.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-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-between {
  align-content: space-between;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[13px\] {
  gap: 13px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[64px\] {
  gap: 64px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[86px\] {
  gap: 86px;
}
.gap-\[8px\] {
  gap: 8px;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[0\] {
  border-radius: 0;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[70px\] {
  border-radius: 70px;
}
.rounded-\[99px\] {
  border-radius: 99px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.border-\[\#111111\] {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.border-\[\#111111\]\/10 {
  border-color: rgb(17 17 17 / 0.1);
}
.border-\[\#816C56\] {
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
}
.border-\[\#EAEAEA\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.border-\[\#EDEDED\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  border-color: rgba(0,0,0,0.1);
}
.border-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  border-color: rgba(0,0,0,0.2);
}
.border-\[rgba\(100\2c 100\2c 100\2c 0\.2\)\] {
  border-color: rgba(100,100,100,0.2);
}
.border-\[rgba\(17\2c 17\2c 17\2c 0\.1\)\] {
  border-color: rgba(17,17,17,0.1);
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
  border-color: rgba(255,255,255,0.2);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-opacity-10 {
  --tw-border-opacity: 0.1;
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.\!bg-\[\#816C56\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#004240\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 66 64 / var(--tw-bg-opacity, 1));
}
.bg-\[\#111111\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.bg-\[\#458D53\] {
  --tw-bg-opacity: 1;
  background-color: rgb(69 141 83 / var(--tw-bg-opacity, 1));
}
.bg-\[\#646464\] {
  --tw-bg-opacity: 1;
  background-color: rgb(100 100 100 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6d5c47\] {
  --tw-bg-opacity: 1;
  background-color: rgb(109 92 71 / var(--tw-bg-opacity, 1));
}
.bg-\[\#816C56B2\] {
  background-color: #816C56B2;
}
.bg-\[\#816C56\] {
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D7D7D7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DFD4C2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 212 194 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EDEDED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F5F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#cccccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0f0f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[transparent\] {
  background-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-\[url\(\'\/images\/arrow-left-disabled\.svg\'\)\] {
  background-image: url('/images/arrow-left-disabled.svg');
}
.bg-\[url\(\'\/images\/arrow-left-white\.svg\'\)\] {
  background-image: url('/images/arrow-left-white.svg');
}
.bg-\[url\(\'\/images\/arrow-left\.svg\'\)\] {
  background-image: url('/images/arrow-left.svg');
}
.bg-\[url\(\'\/images\/arrow-right-disabled\.svg\'\)\] {
  background-image: url('/images/arrow-right-disabled.svg');
}
.bg-\[url\(\'\/images\/arrow-right-white\.svg\'\)\] {
  background-image: url('/images/arrow-right-white.svg');
}
.bg-\[url\(\'\/images\/arrow-right\.svg\'\)\] {
  background-image: url('/images/arrow-right.svg');
}
.bg-\[url\(\'\/images\/beachBgVector\.svg\'\)\] {
  background-image: url('/images/beachBgVector.svg');
}
.bg-\[url\(\'\/images\/benefit-mobile-bg\.svg\'\)\] {
  background-image: url('/images/benefit-mobile-bg.svg');
}
.bg-\[url\(\'\/images\/bg-404-mobile\.svg\'\)\] {
  background-image: url('/images/bg-404-mobile.svg');
}
.bg-\[url\(\'\/images\/chevron_left_squre\.svg\'\)\] {
  background-image: url('/images/chevron_left_squre.svg');
}
.bg-\[url\(\'\/images\/chevron_right_squre\.svg\'\)\] {
  background-image: url('/images/chevron_right_squre.svg');
}
.bg-\[url\(\'\/images\/decorativeVectorsMobile\.svg\'\)\] {
  background-image: url('/images/decorativeVectorsMobile.svg');
}
.bg-\[url\(\'\/images\/down-arr\.svg\'\)\] {
  background-image: url('/images/down-arr.svg');
}
.bg-\[url\(\'\/images\/download_24dp\.svg\'\)\] {
  background-image: url('/images/download_24dp.svg');
}
.bg-\[url\(\'\/images\/green-section-bg-mobile\.svg\'\)\] {
  background-image: url('/images/green-section-bg-mobile.svg');
}
.bg-\[url\(\'\/images\/instagram-Vector-Container\.svg\'\)\] {
  background-image: url('/images/instagram-Vector-Container.svg');
}
.bg-\[url\(\'\/images\/roomsIconContainer\.svg\'\)\] {
  background-image: url('/images/roomsIconContainer.svg');
}
.bg-\[url\(\'\/images\/spa-offer-mobile-bg\.svg\'\)\] {
  background-image: url('/images/spa-offer-mobile-bg.svg');
}
.bg-\[url\(\'\/images\/sport-section-mobile-bg\.svg\'\)\] {
  background-image: url('/images/sport-section-mobile-bg.svg');
}
.bg-\[url\(\'\/images\/textIconLeft\.svg\'\)\] {
  background-image: url('/images/textIconLeft.svg');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-black\/80 {
  --tw-gradient-to: rgb(0 0 0 / 0.8) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-\[bottom_0_left_0\] {
  background-position: bottom 0 left 0;
}
.bg-\[center\] {
  background-position: center;
}
.bg-\[center_30\%\] {
  background-position: center 30%;
}
.bg-\[center_left\] {
  background-position: center left;
}
.bg-\[left_bottom_80px\] {
  background-position: left bottom 80px;
}
.bg-\[left_top_20px\] {
  background-position: left top 20px;
}
.bg-\[left_top_2px\] {
  background-position: left top 2px;
}
.bg-\[right_14px_center\] {
  background-position: right 14px center;
}
.bg-\[right_16px_center\] {
  background-position: right 16px center;
}
.bg-\[right_80px\] {
  background-position: right 80px;
}
.bg-\[right_bottom\] {
  background-position: right bottom;
}
.bg-\[right_top\] {
  background-position: right top;
}
.bg-\[right_top_40px\] {
  background-position: right top 40px;
}
.bg-\[top_200px_right_0\] {
  background-position: top 200px right 0;
}
.bg-\[top_3px_right\] {
  background-position: top 3px right;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.\!object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[0_24px\] {
  padding: 0 24px;
}
.p-\[10px_30px\] {
  padding: 10px 30px;
}
.p-\[12px_14px\] {
  padding: 12px 14px;
}
.p-\[12px_20px\] {
  padding: 12px 20px;
}
.p-\[12px_24px\] {
  padding: 12px 24px;
}
.p-\[12px_30px_12px_14px\] {
  padding: 12px 30px 12px 14px;
}
.p-\[16px_14px\] {
  padding: 16px 14px;
}
.p-\[28px_15px\] {
  padding: 28px 15px;
}
.p-\[42px_15px\] {
  padding: 42px 15px;
}
.p-\[48px\] {
  padding: 48px;
}
.p-\[64px_15px\] {
  padding: 64px 15px;
}
.p-\[8px\] {
  padding: 8px;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.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-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[64px\] {
  padding-left: 64px;
  padding-right: 64px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0\] {
  padding-top: 0;
  padding-bottom: 0;
}
.py-\[0px\] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[64px\] {
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.\!pb-\[50px\] {
  padding-bottom: 50px !important;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[34px\] {
  padding-bottom: 34px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[46px\] {
  padding-bottom: 46px;
}
.pb-\[56px\] {
  padding-bottom: 56px;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pb-\[74px\] {
  padding-bottom: 74px;
}
.pb-\[77px\] {
  padding-bottom: 77px;
}
.pb-\[84px\] {
  padding-bottom: 84px;
}
.pl-\[0\] {
  padding-left: 0;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[36px\] {
  padding-left: 36px;
}
.pl-\[38px\] {
  padding-left: 38px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[42px\] {
  padding-left: 42px;
}
.pl-\[80px\] {
  padding-left: 80px;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pr-\[26px\] {
  padding-right: 26px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pr-\[50px\] {
  padding-right: 50px;
}
.pr-\[80px\] {
  padding-right: 80px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[38px\] {
  padding-top: 38px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[64px\] {
  padding-top: 64px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!font-\[Manrope\2c sans-serif\] {
  font-family: Manrope,sans-serif !important;
}
.font-\[\'Manrope\'\] {
  font-family: 'Manrope';
}
.font-\[Gilroy\2c sans-serif\] {
  font-family: Gilroy,sans-serif;
}
.font-\[Manrope\2c sans-serif\] {
  font-family: Manrope,sans-serif;
}
.font-\[Mulish\2c sans-serif\] {
  font-family: Mulish,sans-serif;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[96px\] {
  font-size: 96px;
}
.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-normal {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-\[300\] {
  font-weight: 300;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[1\.366\] {
  line-height: 1.366;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.538\] {
  line-height: 1.538;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[115\%\] {
  line-height: 115%;
}
.leading-\[116\%\] {
  line-height: 116%;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[137\%\] {
  line-height: 137%;
}
.leading-\[140\%\] {
  line-height: 140%;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[160\%\] {
  line-height: 160%;
}
.leading-\[170\%\] {
  line-height: 170%;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tracking-\[4\%\] {
  letter-spacing: 4%;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-\[\#1C1917\] {
  --tw-text-opacity: 1 !important;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#57534D\] {
  --tw-text-opacity: 1 !important;
  color: rgb(87 83 77 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#00174D\] {
  --tw-text-opacity: 1;
  color: rgb(0 23 77 / var(--tw-text-opacity, 1));
}
.text-\[\#0C0A09\] {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}
.text-\[\#111111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.text-\[\#525252\] {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-\[\#575757\] {
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}
.text-\[\#5C5C5C\] {
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity, 1));
}
.text-\[\#646464\] {
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity, 1));
}
.text-\[\#646464\]\/70 {
  color: rgb(100 100 100 / 0.7);
}
.text-\[\#747474\] {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity, 1));
}
.text-\[\#816C56\] {
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.text-\[\#BEBEBE\] {
  --tw-text-opacity: 1;
  color: rgb(190 190 190 / var(--tw-text-opacity, 1));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[inherit\] {
  color: inherit;
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline {
  text-decoration-line: none;
}
.placeholder-\[\#111111\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#111111\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity, 1));
}
.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-\[0px_5px_15px_2px_rgba\(31\2c 36\2c 85\2c 0\.08\)\] {
  --tw-shadow: 0px 5px 15px 2px rgba(31,36,85,0.08);
  --tw-shadow-colored: 0px 5px 15px 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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.brightness-\[200\%\] {
  --tw-brightness: brightness(200%);
  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);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
/* Özel utility sınıflarınız buraya */
.\[text-shadow\:none\] {
  text-shadow: none;
}
/* Özel stilleriniz buraya */
.w-expand {
    flex: 1;
    min-width: 1px;
}
.btn {
  border-radius: 6px;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 500;
}
.btn.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(1 137 151 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn.btn-default {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 137 151 / var(--tw-text-opacity, 1));
}
body{
    font-family: "Montserrat", serif;
    font-size: 14px;
}
section {
  overflow-x: hidden;
}
.placeholder\:text-\[\#A8A8A8\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#A8A8A8\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity, 1));
}
.checked\:border-\[\#816C56\]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
}
.checked\:bg-\[\#816C56\]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(129 108 86 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#6b5a47\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 90 71 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#6b5c4a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 92 74 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#6d5a47\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 90 71 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f8f8f8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#111111\]:hover {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#816C56\]:hover {
  --tw-text-opacity: 1;
  color: rgb(129 108 86 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.focus\:border-\[\#816C56\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 108 86 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:scale-105 {
  --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));
}
@media (min-width: 960px) {

  .md\:block {
    display: block;
  }

  .md\:h-\[126px\] {
    height: 126px;
  }

  .md\:w-\[224px\] {
    width: 224px;
  }

  .md\:max-w-\[888px\] {
    max-width: 888px;
  }

  .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\:gap-\[48px\] {
    gap: 48px;
  }

  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-\[-40px\] {
    bottom: -40px;
  }

  .lg\:bottom-\[0\] {
    bottom: 0;
  }

  .lg\:bottom-\[150px\] {
    bottom: 150px;
  }

  .lg\:bottom-\[160px\] {
    bottom: 160px;
  }

  .lg\:bottom-\[48px\] {
    bottom: 48px;
  }

  .lg\:left-\[10\%\] {
    left: 10%;
  }

  .lg\:left-\[120px\] {
    left: 120px;
  }

  .lg\:left-\[14px\] {
    left: 14px;
  }

  .lg\:left-\[30px\] {
    left: 30px;
  }

  .lg\:left-\[48px\] {
    left: 48px;
  }

  .lg\:left-\[unset\] {
    left: unset;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-\[0\] {
    right: 0;
  }

  .lg\:right-\[14px\] {
    right: 14px;
  }

  .lg\:right-\[20px\] {
    right: 20px;
  }

  .lg\:right-\[243px\] {
    right: 243px;
  }

  .lg\:right-\[48px\] {
    right: 48px;
  }

  .lg\:top-\[20px\] {
    top: 20px;
  }

  .lg\:top-\[80px\] {
    top: 80px;
  }

  .lg\:top-\[unset\] {
    top: unset;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-\[unset\] {
    margin-left: unset;
    margin-right: unset;
  }

  .lg\:my-\[120px\] {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:my-\[80px\] {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-\[0\] {
    margin-bottom: 0;
  }

  .lg\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .lg\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .lg\:mb-\[44px\] {
    margin-bottom: 44px;
  }

  .lg\:mb-\[48px\] {
    margin-bottom: 48px;
  }

  .lg\:mb-\[56px\] {
    margin-bottom: 56px;
  }

  .lg\:mb-\[64px\] {
    margin-bottom: 64px;
  }

  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .lg\:ml-\[-50px\] {
    margin-left: -50px;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mt-\[0\] {
    margin-top: 0;
  }

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

  .lg\:mt-\[134px\] {
    margin-top: 134px;
  }

  .lg\:mt-\[24px\] {
    margin-top: 24px;
  }

  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }

  .lg\:mt-\[48px\] {
    margin-top: 48px;
  }

  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }

  .lg\:mt-\[56px\] {
    margin-top: 56px;
  }

  .lg\:mt-\[90px\] {
    margin-top: 90px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[125px\] {
    height: 125px;
  }

  .lg\:h-\[170px\] {
    height: 170px;
  }

  .lg\:h-\[178px\] {
    height: 178px;
  }

  .lg\:h-\[24px\] {
    height: 24px;
  }

  .lg\:h-\[267px\] {
    height: 267px;
  }

  .lg\:h-\[275px\] {
    height: 275px;
  }

  .lg\:h-\[280px\] {
    height: 280px;
  }

  .lg\:h-\[290px\] {
    height: 290px;
  }

  .lg\:h-\[295px\] {
    height: 295px;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:h-\[30px\] {
    height: 30px;
  }

  .lg\:h-\[332px\] {
    height: 332px;
  }

  .lg\:h-\[358px\] {
    height: 358px;
  }

  .lg\:h-\[370px\] {
    height: 370px;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[418px\] {
    height: 418px;
  }

  .lg\:h-\[420px\] {
    height: 420px;
  }

  .lg\:h-\[440px\] {
    height: 440px;
  }

  .lg\:h-\[480px\] {
    height: 480px;
  }

  .lg\:h-\[482px\] {
    height: 482px;
  }

  .lg\:h-\[48px\] {
    height: 48px;
  }

  .lg\:h-\[491px\] {
    height: 491px;
  }

  .lg\:h-\[563px\] {
    height: 563px;
  }

  .lg\:h-\[56px\] {
    height: 56px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:h-\[64px\] {
    height: 64px;
  }

  .lg\:h-\[660px\] {
    height: 660px;
  }

  .lg\:h-\[72px\] {
    height: 72px;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:h-\[80px\] {
    height: 80px;
  }

  .lg\:h-\[calc\(100vh-126px\)\] {
    height: calc(100vh - 126px);
  }

  .lg\:h-\[calc\(100vh-134px\)\] {
    height: calc(100vh - 134px);
  }

  .lg\:h-\[calc\(100vh-135px\)\] {
    height: calc(100vh - 135px);
  }

  .lg\:h-\[calc\(100vh-80px\)\] {
    height: calc(100vh - 80px);
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:max-h-\[540px\] {
    max-height: 540px;
  }

  .lg\:max-h-\[640px\] {
    max-height: 640px;
  }

  .lg\:min-h-\[210px\] {
    min-height: 210px;
  }

  .lg\:min-h-\[226px\] {
    min-height: 226px;
  }

  .lg\:min-h-\[55px\] {
    min-height: 55px;
  }

  .lg\:min-h-\[670px\] {
    min-height: 670px;
  }

  .lg\:min-h-\[680px\] {
    min-height: 680px;
  }

  .lg\:min-h-\[80px\] {
    min-height: 80px;
  }

  .lg\:min-h-\[82px\] {
    min-height: 82px;
  }

  .lg\:min-h-\[83px\] {
    min-height: 83px;
  }

  .lg\:\!w-\[936px\] {
    width: 936px !important;
  }

  .lg\:\!w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-\[105px\] {
    width: 105px;
  }

  .lg\:w-\[1060px\] {
    width: 1060px;
  }

  .lg\:w-\[163px\] {
    width: 163px;
  }

  .lg\:w-\[180px\] {
    width: 180px;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[225px\] {
    width: 225px;
  }

  .lg\:w-\[229px\] {
    width: 229px;
  }

  .lg\:w-\[244px\] {
    width: 244px;
  }

  .lg\:w-\[246px\] {
    width: 246px;
  }

  .lg\:w-\[248px\] {
    width: 248px;
  }

  .lg\:w-\[24px\] {
    width: 24px;
  }

  .lg\:w-\[272px\] {
    width: 272px;
  }

  .lg\:w-\[276px\] {
    width: 276px;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:w-\[30px\] {
    width: 30px;
  }

  .lg\:w-\[360px\] {
    width: 360px;
  }

  .lg\:w-\[374px\] {
    width: 374px;
  }

  .lg\:w-\[385px\] {
    width: 385px;
  }

  .lg\:w-\[390px\] {
    width: 390px;
  }

  .lg\:w-\[391px\] {
    width: 391px;
  }

  .lg\:w-\[400px\] {
    width: 400px;
  }

  .lg\:w-\[401px\] {
    width: 401px;
  }

  .lg\:w-\[404px\] {
    width: 404px;
  }

  .lg\:w-\[420px\] {
    width: 420px;
  }

  .lg\:w-\[425px\] {
    width: 425px;
  }

  .lg\:w-\[430px\] {
    width: 430px;
  }

  .lg\:w-\[432px\] {
    width: 432px;
  }

  .lg\:w-\[434px\] {
    width: 434px;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[515px\] {
    width: 515px;
  }

  .lg\:w-\[538px\] {
    width: 538px;
  }

  .lg\:w-\[550px\] {
    width: 550px;
  }

  .lg\:w-\[560px\] {
    width: 560px;
  }

  .lg\:w-\[564px\] {
    width: 564px;
  }

  .lg\:w-\[576px\] {
    width: 576px;
  }

  .lg\:w-\[618px\] {
    width: 618px;
  }

  .lg\:w-\[626px\] {
    width: 626px;
  }

  .lg\:w-\[64px\] {
    width: 64px;
  }

  .lg\:w-\[660px\] {
    width: 660px;
  }

  .lg\:w-\[672px\] {
    width: 672px;
  }

  .lg\:w-\[708px\] {
    width: 708px;
  }

  .lg\:w-\[76px\] {
    width: 76px;
  }

  .lg\:w-\[770px\] {
    width: 770px;
  }

  .lg\:w-\[828px\] {
    width: 828px;
  }

  .lg\:w-\[888px\] {
    width: 888px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:min-w-\[200px\] {
    min-width: 200px;
  }

  .lg\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .lg\:max-w-\[234px\] {
    max-width: 234px;
  }

  .lg\:max-w-\[315px\] {
    max-width: 315px;
  }

  .lg\:max-w-\[361px\] {
    max-width: 361px;
  }

  .lg\:max-w-\[396px\] {
    max-width: 396px;
  }

  .lg\:max-w-\[430px\] {
    max-width: 430px;
  }

  .lg\:max-w-\[432px\] {
    max-width: 432px;
  }

  .lg\:max-w-\[474px\] {
    max-width: 474px;
  }

  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }

  .lg\:max-w-\[576px\] {
    max-width: 576px;
  }

  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }

  .lg\:max-w-\[635px\] {
    max-width: 635px;
  }

  .lg\:max-w-\[660px\] {
    max-width: 660px;
  }

  .lg\:max-w-\[699px\] {
    max-width: 699px;
  }

  .lg\:max-w-\[70\%\] {
    max-width: 70%;
  }

  .lg\:max-w-\[700px\] {
    max-width: 700px;
  }

  .lg\:max-w-\[770px\] {
    max-width: 770px;
  }

  .lg\:max-w-\[780px\] {
    max-width: 780px;
  }

  .lg\:max-w-\[800px\] {
    max-width: 800px;
  }

  .lg\:max-w-\[888px\] {
    max-width: 888px;
  }

  .lg\:max-w-\[946px\] {
    max-width: 946px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-\[0\] {
    gap: 0;
  }

  .lg\:gap-\[100px\] {
    gap: 100px;
  }

  .lg\:gap-\[10px\] {
    gap: 10px;
  }

  .lg\:gap-\[111px\] {
    gap: 111px;
  }

  .lg\:gap-\[12px\] {
    gap: 12px;
  }

  .lg\:gap-\[138px\] {
    gap: 138px;
  }

  .lg\:gap-\[160px\] {
    gap: 160px;
  }

  .lg\:gap-\[18px\] {
    gap: 18px;
  }

  .lg\:gap-\[24px\] {
    gap: 24px;
  }

  .lg\:gap-\[253px\] {
    gap: 253px;
  }

  .lg\:gap-\[28px\] {
    gap: 28px;
  }

  .lg\:gap-\[32px\] {
    gap: 32px;
  }

  .lg\:gap-\[38px\] {
    gap: 38px;
  }

  .lg\:gap-\[431px\] {
    gap: 431px;
  }

  .lg\:gap-\[48px\] {
    gap: 48px;
  }

  .lg\:gap-\[64px\] {
    gap: 64px;
  }

  .lg\:gap-\[80px\] {
    gap: 80px;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:rounded-\[4px\] {
    border-radius: 4px;
  }

  .lg\:rounded-\[4px_0_0_4px\] {
    border-radius: 4px 0 0 4px;
  }

  .lg\:border-b-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
    border-bottom-color: rgba(255,255,255,0.2);
  }

  .lg\:bg-\[transparent\] {
    background-color: transparent;
  }

  .lg\:bg-\[url\(\'\/images\/benefit-bg\.svg\'\)\] {
    background-image: url('/images/benefit-bg.svg');
  }

  .lg\:bg-\[url\(\'\/images\/bg-404\.svg\'\)\] {
    background-image: url('/images/bg-404.svg');
  }

  .lg\:bg-\[url\(\'\/images\/contactFormBg\.svg\'\)\] {
    background-image: url('/images/contactFormBg.svg');
  }

  .lg\:bg-\[url\(\'\/images\/custom-green-bg\.svg\'\)\] {
    background-image: url('/images/custom-green-bg.svg');
  }

  .lg\:bg-\[url\(\'\/images\/custom-others-content-bg\.svg\'\)\] {
    background-image: url('/images/custom-others-content-bg.svg');
  }

  .lg\:bg-\[url\(\'\/images\/decorativeVectors\.svg\'\)\] {
    background-image: url('/images/decorativeVectors.svg');
  }

  .lg\:bg-\[url\(\'\/images\/green-section-bg\.svg\'\)\] {
    background-image: url('/images/green-section-bg.svg');
  }

  .lg\:bg-\[url\(\'\/images\/highlightIcons\.svg\'\)\] {
    background-image: url('/images/highlightIcons.svg');
  }

  .lg\:bg-\[url\(\'\/images\/leftTwoImagesSectionBg\.svg\'\)\] {
    background-image: url('/images/leftTwoImagesSectionBg.svg');
  }

  .lg\:bg-\[url\(\'\/images\/pools-section-bg\.svg\'\)\] {
    background-image: url('/images/pools-section-bg.svg');
  }

  .lg\:bg-\[url\(\'\/images\/rightTwoImagesSectionBg\.svg\'\)\] {
    background-image: url('/images/rightTwoImagesSectionBg.svg');
  }

  .lg\:bg-\[url\(\'\/images\/spa-offer-bg\.svg\'\)\] {
    background-image: url('/images/spa-offer-bg.svg');
  }

  .lg\:bg-\[url\(\'\/images\/sport-section-bg\.svg\'\)\] {
    background-image: url('/images/sport-section-bg.svg');
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:from-transparent {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:via-transparent {
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:bg-\[bottom_40px_left_0\] {
    background-position: bottom 40px left 0;
  }

  .lg\:bg-\[bottom_left\] {
    background-position: bottom left;
  }

  .lg\:bg-\[left_bottom_20px\] {
    background-position: left bottom 20px;
  }

  .lg\:bg-\[left_bottom_40px\] {
    background-position: left bottom 40px;
  }

  .lg\:bg-\[top_30px_right\] {
    background-position: top 30px right;
  }

  .lg\:bg-\[top_40px_right\] {
    background-position: top 40px right;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:p-\[120px\] {
    padding: 120px;
  }

  .lg\:p-\[16px\] {
    padding: 16px;
  }

  .lg\:p-\[20px_30px\] {
    padding: 20px 30px;
  }

  .lg\:p-\[28px_0_28px_28px\] {
    padding: 28px 0 28px 28px;
  }

  .lg\:p-\[30px\] {
    padding: 30px;
  }

  .lg\:p-\[42px\] {
    padding: 42px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-\[0\] {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:\!pb-\[0\] {
    padding-bottom: 0 !important;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-\[0\] {
    padding-bottom: 0;
  }

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .lg\:pb-\[140px\] {
    padding-bottom: 140px;
  }

  .lg\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .lg\:pb-\[56px\] {
    padding-bottom: 56px;
  }

  .lg\:pb-\[68px\] {
    padding-bottom: 68px;
  }

  .lg\:pl-\[0\] {
    padding-left: 0;
  }

  .lg\:pl-\[160px\] {
    padding-left: 160px;
  }

  .lg\:pl-\[28px\] {
    padding-left: 28px;
  }

  .lg\:pl-\[30px\] {
    padding-left: 30px;
  }

  .lg\:pl-\[84px\] {
    padding-left: 84px;
  }

  .lg\:pr-\[0\] {
    padding-right: 0;
  }

  .lg\:pr-\[100px\] {
    padding-right: 100px;
  }

  .lg\:pr-\[160px\] {
    padding-right: 160px;
  }

  .lg\:pt-\[0\] {
    padding-top: 0;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:font-\[Gilroy\2c sans-serif\] {
    font-family: Gilroy,sans-serif;
  }

  .lg\:font-\[Manrope\2c sans-serif\] {
    font-family: Manrope,sans-serif;
  }

  .lg\:text-\[128px\] {
    font-size: 128px;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[26px\] {
    font-size: 26px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[34px\] {
    font-size: 34px;
  }

  .lg\:text-\[36px\] {
    font-size: 36px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[42px\] {
    font-size: 42px;
  }

  .lg\:text-\[46px\] {
    font-size: 46px;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:leading-\[1\.3\] {
    line-height: 1.3;
  }

  .lg\:leading-\[116\%\] {
    line-height: 116%;
  }

  .lg\:leading-\[130\%\] {
    line-height: 130%;
  }

  .lg\:leading-\[137\%\] {
    line-height: 137%;
  }
}