*, ::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;
}
.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;
}
.badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 200ms;
    height: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0.563rem;
    padding-right: 0.563rem;
    border-radius: var(--rounded-badge, 1.9rem);
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
@media (hover:hover){

    .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)));
    }

    .tab:hover{
        --tw-text-opacity: 1;
    }

    .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;
}
.btn-circle{
    height: 3rem;
    width: 3rem;
    border-radius: 9999px;
    padding: 0px;
}
: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;
}
.dropdown{
    position: relative;
    display: inline-block;
}
.dropdown > *:not(summary):focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.dropdown .dropdown-content{
    position: absolute;
}
.dropdown:is(:not(details)) .dropdown-content{
    visibility: hidden;
    opacity: 0;
    transform-origin: top;
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 200ms;
}
.dropdown-end .dropdown-content{
    inset-inline-end: 0px;
}
.dropdown-left .dropdown-content{
    bottom: auto;
    inset-inline-end: 100%;
    top: 0px;
    transform-origin: right;
}
.dropdown-right .dropdown-content{
    bottom: auto;
    inset-inline-start: 100%;
    top: 0px;
    transform-origin: left;
}
.dropdown-bottom .dropdown-content{
    bottom: auto;
    top: 100%;
    transform-origin: top;
}
.dropdown-top .dropdown-content{
    bottom: 100%;
    top: auto;
    transform-origin: bottom;
}
.dropdown-end.dropdown-right .dropdown-content{
    bottom: 0px;
    top: auto;
}
.dropdown-end.dropdown-left .dropdown-content{
    bottom: 0px;
    top: auto;
}
.dropdown.dropdown-open .dropdown-content,
.dropdown:not(.dropdown-hover):focus .dropdown-content,
.dropdown:focus-within .dropdown-content{
    visibility: visible;
    opacity: 1;
}
@media (hover: hover){

    .dropdown.dropdown-hover:hover .dropdown-content{
        visibility: visible;
        opacity: 1;
    }

    .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-ghost:hover{
        border-color: transparent;
    }

    @supports (color: oklch(0% 0 0)){

        .btn-ghost:hover{
            background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
        }
    }

    .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);
        }
    }

    .dropdown.dropdown-hover:hover .dropdown-content{
        --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));
    }

    :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover{
        cursor: pointer;
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    @supports (color: oklch(0% 0 0)){

        :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover{
            background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
        }
    }

    .tab[disabled],
    .tab[disabled]:hover{
        cursor: not-allowed;
        color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
        --tw-text-opacity: 0.2;
    }
}
.dropdown:is(details) summary::-webkit-details-marker{
    display: none;
}
.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;
    }
}
.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;
}
.hero-content{
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80rem;
    gap: 1rem;
    padding: 1rem;
}
.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 .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;
}
.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{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem;
}
.menu :where(li ul){
    position: relative;
    white-space: nowrap;
    margin-inline-start: 1rem;
    padding-inline-start: 0.5rem;
}
.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)){
    display: grid;
    grid-auto-flow: column;
    align-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    grid-auto-columns: minmax(auto, max-content) auto max-content;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.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));
}
.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)){
    display: none;
}
:where(.menu li){
    position: relative;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
}
:where(.menu li) .badge{
    justify-self: end;
}
.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, 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;
}
.modal-action{
    display: flex;
    margin-top: 1.5rem;
    justify-content: flex-end;
}
: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;
}
.tabs{
    display: grid;
    align-items: flex-end;
}
.tabs-lifted:has(.tab-content[class^="rounded-"])
    .tab:first-child:not(:is(.tab-active, [aria-selected="true"])), .tabs-lifted:has(.tab-content[class*=" rounded-"])
    .tab:first-child:not(:is(.tab-active, [aria-selected="true"])){
    border-bottom-color: transparent;
}
.tab{
    position: relative;
    grid-row-start: 1;
    display: inline-flex;
    height: 2rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 2;
    --tab-padding: 1rem;
    --tw-text-opacity: 0.5;
    --tab-color: var(--fallback-bc,oklch(var(--bc)/1));
    --tab-bg: var(--fallback-b1,oklch(var(--b1)/1));
    --tab-border-color: var(--fallback-b3,oklch(var(--b3)/1));
    color: var(--tab-color);
    padding-inline-start: var(--tab-padding, 1rem);
    padding-inline-end: var(--tab-padding, 1rem);
}
.tab:is(input[type="radio"]){
    width: auto;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.tab:is(input[type="radio"]):after{
    --tw-content: attr(aria-label);
    content: var(--tw-content);
}
.tab:not(input):empty{
    cursor: default;
    grid-column-start: span 9999;
}
.tab-content{
    grid-column-start: 1;
    grid-column-end: span 9999;
    grid-row-start: 2;
    margin-top: calc(var(--tab-border) * -1);
    display: none;
    border-color: transparent;
    border-width: var(--tab-border, 0);
}
:checked + .tab-content:nth-child(2),
  :is(.tab-active, [aria-selected="true"]) + .tab-content:nth-child(2){
    border-start-start-radius: 0px;
}
input.tab:checked + .tab-content,
:is(.tab-active, [aria-selected="true"]) + .tab-content{
    display: block;
}
.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)));
}
.toast{
    position: fixed;
    display: flex;
    min-width: -moz-fit-content;
    min-width: fit-content;
    flex-direction: column;
    white-space: nowrap;
    gap: 0.5rem;
    padding: 1rem;
}
.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-ghost{
    border-width: 1px;
    border-color: transparent;
    background-color: transparent;
    color: currentColor;
    --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-ghost.btn-active{
    border-color: transparent;
    background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.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.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%);
}
@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: "−";
}
.dropdown.dropdown-open .dropdown-content,
.dropdown:focus .dropdown-content,
.dropdown:focus-within .dropdown-content{
    --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));
}
.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: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)):is(.btn){
    margin-inline-start: calc(var(--border-btn) * -1);
}
.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");
}
:where(.menu li:empty){
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    opacity: 0.1;
    margin: 0.5rem 1rem;
    height: 1px;
}
.menu :where(li ul):before{
    position: absolute;
    bottom: 0.75rem;
    inset-inline-start: 0px;
    top: 0.75rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    opacity: 0.1;
    content: "";
}
.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)){
    border-radius: var(--rounded-btn, 0.5rem);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: start;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 200ms;
    text-wrap: balance;
}
:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):is(summary):not(.active, .btn):focus-visible, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):is(summary):not(.active, .btn):focus-visible{
    cursor: pointer;
    background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.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)));
}
.menu :where(li > details > summary)::-webkit-details-marker{
    display: none;
}
.menu :where(li > details > summary):after,
.menu :where(li > .menu-dropdown-toggle):after{
    justify-self: end;
    display: block;
    margin-top: -0.5rem;
    height: 0.5rem;
    width: 0.5rem;
    transform: rotate(45deg);
    transition-property: transform, margin-top;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    content: "";
    transform-origin: 75% 75%;
    box-shadow: 2px 2px;
    pointer-events: none;
}
.menu :where(li > details[open] > summary):after,
.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after{
    transform: rotate(225deg);
    margin-top: 0;
}
.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));
}
.modal-action > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.modal-action:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
}
@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: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%;
    }
}
.tabs-lifted > .tab:focus-visible{
    border-end-end-radius: 0;
    border-end-start-radius: 0;
}
.tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tab:is(input:checked){
    border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
}
.tab:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.tab:focus-visible{
    outline: 2px solid currentColor;
    outline-offset: -5px;
}
.tab-disabled,
  .tab[disabled]{
    cursor: not-allowed;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
}
.tabs-bordered > .tab{
    border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
    --tw-border-opacity: 0.2;
    border-style: solid;
    border-bottom-width: calc(var(--tab-border, 1px) + 1px);
}
.tabs-lifted > .tab{
    border: var(--tab-border, 1px) solid transparent;
    border-width: 0 0 var(--tab-border, 1px) 0;
    border-start-start-radius: var(--tab-radius, 0.5rem);
    border-start-end-radius: var(--tab-radius, 0.5rem);
    border-bottom-color: var(--tab-border-color);
    padding-inline-start: var(--tab-padding, 1rem);
    padding-inline-end: var(--tab-padding, 1rem);
    padding-top: var(--tab-border, 1px);
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tabs-lifted > .tab:is(input:checked){
    background-color: var(--tab-bg);
    border-width: var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);
    border-inline-start-color: var(--tab-border-color);
    border-inline-end-color: var(--tab-border-color);
    border-top-color: var(--tab-border-color);
    padding-inline-start: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
    padding-inline-end: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
    padding-bottom: var(--tab-border, 1px);
    padding-top: 0;
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked):before{
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + var(--tab-radius, 0.5rem) * 2);
    height: var(--tab-radius, 0.5rem);
    bottom: 0;
    background-size: var(--tab-radius, 0.5rem);
    background-position: top left,
        top right;
    background-repeat: no-repeat;
    --tab-grad: calc(69% - var(--tab-border, 1px));
    --radius-start: radial-gradient(
        circle at top left,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
    --radius-end: radial-gradient(
        circle at top right,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
    background-image: var(--radius-start), var(--radius-end);
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):first-child:before, .tabs-lifted > .tab:is(input:checked):first-child:before{
    background-image: var(--radius-end);
    background-position: top right;
}
[dir="rtl"] .tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):first-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):first-child:before{
    background-image: var(--radius-start);
    background-position: top left;
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):last-child:before, .tabs-lifted > .tab:is(input:checked):last-child:before{
    background-image: var(--radius-start);
    background-position: top left;
}
[dir="rtl"] .tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):last-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):last-child:before{
    background-image: var(--radius-end);
    background-position: top right;
}
.tabs-lifted
  > :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled])
  + .tabs-lifted
  :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked) + .tabs-lifted .tab:is(input:checked):before{
    background-image: var(--radius-end);
    background-position: top right;
}
.tabs-boxed .tab{
    border-radius: var(--rounded-btn, 0.5rem);
}
.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: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;
}
.toast > *{
    animation: toast-pop 0.25s ease-out;
}
@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;
}
.btn-sm{
    height: 2rem;
    min-height: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
}
.btn-square:where(.btn-sm){
    height: 2rem;
    width: 2rem;
    padding: 0px;
}
.btn-circle:where(.btn-xs){
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 9999px;
    padding: 0px;
}
.btn-circle:where(.btn-sm){
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    padding: 0px;
}
.btn-circle:where(.btn-md){
    height: 3rem;
    width: 3rem;
    border-radius: 9999px;
    padding: 0px;
}
.btn-circle:where(.btn-lg){
    height: 4rem;
    width: 4rem;
    border-radius: 9999px;
    padding: 0px;
}
.tabs-md :where(.tab){
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 2;
    --tab-padding: 1rem;
}
.tabs-lg :where(.tab){
    height: 3rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 2;
    --tab-padding: 1.25rem;
}
.tabs-sm :where(.tab){
    height: 1.5rem;
    font-size: 0.875rem;
    line-height: .75rem;
    --tab-padding: 0.75rem;
}
.tabs-xs :where(.tab){
    height: 1.25rem;
    font-size: 0.75rem;
    line-height: .75rem;
    --tab-padding: 0.5rem;
}
:where(.toast){
    bottom: 0px;
    inset-inline-end: 0px;
    inset-inline-start: auto;
    top: auto;
    --tw-translate-x: 0px;
    --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));
}
.toast:where(.toast-start){
    inset-inline-end: auto;
    inset-inline-start: 0px;
    --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));
}
.toast:where(.toast-center){
    inset-inline-end: 50%;
    inset-inline-start: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-center):where([dir="rtl"], [dir="rtl"] *){
    --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));
}
.toast:where(.toast-end){
    inset-inline-end: 0px;
    inset-inline-start: auto;
    --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));
}
.toast:where(.toast-bottom){
    bottom: 0px;
    top: auto;
    --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));
}
.toast:where(.toast-middle){
    bottom: auto;
    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));
}
.toast:where(.toast-top){
    bottom: auto;
    top: 0px;
    --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));
}
.join.join-vertical > :where(*:not(:first-child)):is(.btn){
    margin-top: calc(var(--border-btn) * -1);
}
.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;
}
.site-header{
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
}
@media (min-width: 1200px){

    .site-header{
        position: absolute;
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 48px;
        padding-right: 48px;
    }
}
.site-header .desktop-nav.light{
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}
@media (min-width: 1200px){

    .site-header .desktop-nav.light{
        display: flex;
    }
}
.site-header .desktop-nav.light .header-menu{
    display: flex;
    align-items: center;
    gap: 30px;
}
.site-header .desktop-nav.light .header-menu .menu-item{
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 10px;
}
.site-header .desktop-nav.light .header-menu .menu-item--dropdown{
    gap: 6px;
}
.site-header .desktop-nav.light .header-menu .menu-item--dropdown .dropdown-icon{
    display: flex;
    height: auto;
    width: auto;
    align-items: center;
    justify-content: center;
}
.site-header .desktop-nav.light .header-menu .menu-item--dropdown .dropdown-icon img{
    height: auto;
    width: auto;
}
.site-header .desktop-nav.light .header-menu .menu-item .menu-text{
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
}
.site-header .desktop-nav.light .header-logo{
    position: absolute;
    left: 50%;
    display: flex;
    --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));
    align-items: center;
    justify-content: center;
}
.site-header .desktop-nav.light .header-logo img{
    width: auto;
}
@media (min-width: 1200px){

    .site-header .desktop-nav.light .header-logo img{
        max-height: 80px;
    }
}
.site-header .desktop-nav.light .header-logo img {
                    filter: brightness(0) invert(1)
                }
.site-header .desktop-nav.light .header-right{
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}
.site-header .desktop-nav.light .header-right .language-selector{
    display: flex;
    width: 19px;
    align-items: stretch;
    gap: 10px;
}
.site-header .desktop-nav.light .header-right .language-selector .language-text{
    flex: 1 1 0%;
    cursor: pointer;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
                        letter-spacing: 2%;
}
.site-header .desktop-nav.light .header-right .reservation-button{
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .desktop-nav.light .header-right .reservation-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(51 52 53 / var(--tw-bg-opacity, 1));
}
.site-header .desktop-nav.light .header-right .reservation-button .button-text{
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
                        letter-spacing: 2%;
}
.site-header .desktop-nav.dark{
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}
@media (min-width: 1200px){

    .site-header .desktop-nav.dark{
        display: flex;
    }
}
.site-header .desktop-nav.dark .header-menu{
    display: flex;
    align-items: center;
    gap: 30px;
}
.site-header .desktop-nav.dark .header-menu .menu-item{
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 10px;
}
.site-header .desktop-nav.dark .header-menu .menu-item--dropdown{
    gap: 6px;
}
.site-header .desktop-nav.dark .header-menu .menu-item--dropdown .dropdown-icon{
    display: flex;
    height: auto;
    width: auto;
    align-items: center;
    justify-content: center;
}
.site-header .desktop-nav.dark .header-menu .menu-item--dropdown .dropdown-icon img{
    height: auto;
    width: auto;
}
.site-header .desktop-nav.dark .header-menu .menu-item .menu-text{
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
}
.site-header .desktop-nav.dark .header-logo{
    position: absolute;
    left: 50%;
    display: flex;
    --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));
    align-items: center;
    justify-content: center;
}
.site-header .desktop-nav.dark .header-logo img{
    width: auto;
}
@media (min-width: 1200px){

    .site-header .desktop-nav.dark .header-logo img{
        max-height: 80px;
    }
}
.site-header .desktop-nav.dark .header-right{
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}
.site-header .desktop-nav.dark .header-right .language-selector{
    display: flex;
    width: 19px;
    align-items: stretch;
    gap: 10px;
}
.site-header .desktop-nav.dark .header-right .language-selector .language-text{
    flex: 1 1 0%;
    cursor: pointer;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
                        letter-spacing: 2%;
}
.site-header .desktop-nav.dark .header-right .reservation-button{
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .desktop-nav.dark .header-right .reservation-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(51 52 53 / var(--tw-bg-opacity, 1));
}
.site-header .desktop-nav.dark .header-right .reservation-button .button-text{
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
                        letter-spacing: 2%;
}
.site-header .mobile-nav{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 113px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1200px){

    .site-header .mobile-nav{
        display: none;
    }
}
.site-header .mobile-nav .mobile-menu-toggle{
    display: flex;
    height: auto;
    width: auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-style: none;
    background-color: transparent;
}
.site-header .mobile-nav .mobile-menu-toggle img{
    height: auto;
    width: auto;
}
.site-header .mobile-nav .header-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-header .mobile-nav .header-logo img{
    height: 56px;
    width: auto;
}
.site-header .mobile-nav .language-selector{
    display: flex;
    align-items: center;
}
.site-header .mobile-nav .language-selector .language-text{
    cursor: pointer;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                    font-family: "Montserrat", sans-serif;
                    letter-spacing: 2%;
}
.site-header .mobile-menu-overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    display: none;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    background-image: url('/images/mobile-menu-light-bg.svg');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}
@media (min-width: 1200px){

    .site-header .mobile-menu-overlay{
        display: none;
    }
}
.site-header .mobile-menu-overlay.active{
    display: flex;
}
.site-header .mobile-menu-overlay .mobile-menu-content{
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-header .mobile-menu-close{
    display: flex;
    height: auto;
    width: auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-style: none;
    background-color: transparent;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-header .mobile-menu-close img{
    height: auto;
    width: auto;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-header .header-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-header .header-logo img{
    height: auto;
    max-height: 56px;
    width: auto;
    max-width: 192px;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-header .language-selector{
    display: flex;
    align-items: center;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-header .language-selector .language-text{
    cursor: pointer;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                            font-family: "Montserrat", sans-serif;
                            letter-spacing: 2%;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section{
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 48px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 36px;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items{
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items .mobile-menu-item{
    cursor: pointer;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items .mobile-menu-item .mobile-menu-text{
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                                font-family: "Montserrat", sans-serif;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items .mobile-menu-item--dropdown{
    display: flex;
    flex-direction: column;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items .mobile-menu-item--dropdown .mobile-menu-item-header{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items .mobile-menu-item--dropdown .mobile-menu-item-header .mobile-dropdown-icon{
    margin-left: 10px;
    display: flex;
    height: auto;
    width: auto;
    align-items: center;
    justify-content: center;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items .mobile-menu-item--dropdown .mobile-menu-item-header .mobile-dropdown-icon img{
    height: auto;
    width: auto;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items .mobile-menu-item--dropdown .mobile-menu-item-header .mobile-dropdown-icon .dropdown-arrow-up {
                                            display: none;
                                        }
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items .mobile-menu-item--dropdown .mobile-menu-item-header .mobile-dropdown-icon .dropdown-arrow-down {
                                            display: block;
                                        }
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items .mobile-menu-item--dropdown .mobile-hotels-dropdown{
    margin-top: 12px;
    display: none;
    flex-direction: column;
    gap: 0px;
    padding-left: 0px;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items .mobile-menu-item--dropdown .mobile-hotels-dropdown .mobile-hotels-dropdown-item{
    margin-bottom: 8px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
                                        font-family: "Montserrat", sans-serif;
                                        text-decoration: none;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items .mobile-menu-item--dropdown.dropdown-open .mobile-dropdown-icon .dropdown-arrow-up {
                                            display: block !important;
                                        }
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items .mobile-menu-item--dropdown.dropdown-open .mobile-dropdown-icon .dropdown-arrow-down {
                                            display: none;
                                        }
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-menu-items .mobile-menu-item--dropdown.dropdown-open .mobile-hotels-dropdown{
    display: flex;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-social-section{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-social-section .social-title{
    margin: 0px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                            font-family: "Montserrat", sans-serif;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-social-section .social-icons{
    display: flex;
    align-items: center;
    gap: 14px;
    opacity: 0.4;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-social-section .social-icons .social-icon{
    display: flex;
    height: auto;
    width: auto;
    align-items: center;
    justify-content: center;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-menu-section .mobile-social-section .social-icons .social-icon img{
    height: auto;
    width: auto;
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-reservation-button{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    width: calc(100% - 40px);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-reservation-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.site-header .mobile-menu-overlay .mobile-menu-content .mobile-reservation-button .button-text{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hotel-header{
    top: 0px;
    left: 0px;
    z-index: 1;
    display: none;
    width: 100%;
}
@media (min-width: 1200px){

    .hotel-header{
        position: absolute;
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 48px;
        padding-right: 48px;
    }
}
.hotel-header .desktop-nav.light{
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}
@media (min-width: 1200px){

    .hotel-header .desktop-nav.light{
        display: flex;
    }
}
.hotel-header .desktop-nav.light .hotel-header-menu{
    display: flex;
    align-items: center;
    gap: 30px;
}
.hotel-header .desktop-nav.light .hotel-header-menu .hotel-menu-item{
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 10px;
}
.hotel-header .desktop-nav.light .hotel-header-menu .hotel-menu-item--dropdown{
    gap: 6px;
}
.hotel-header .desktop-nav.light .hotel-header-menu .hotel-menu-item--dropdown .hotel-dropdown-icon{
    display: flex;
    height: auto;
    width: auto;
    align-items: center;
    justify-content: center;
}
.hotel-header .desktop-nav.light .hotel-header-menu .hotel-menu-item--dropdown .hotel-dropdown-icon img{
    height: auto;
    width: auto;
}
.hotel-header .desktop-nav.light .hotel-header-menu .hotel-menu-item .hotel-menu-text{
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
}
.hotel-header .desktop-nav.light .hotel-header-logo{
    position: absolute;
    left: 50%;
    display: flex;
    --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));
    align-items: center;
    justify-content: center;
}
.hotel-header .desktop-nav.light .hotel-header-logo img{
    width: auto;
}
@media (min-width: 1200px){

    .hotel-header .desktop-nav.light .hotel-header-logo img{
        max-height: 80px;
    }
}
.hotel-header .desktop-nav.light .hotel-header-logo img {
                    filter: brightness(0) invert(1)
                }
.hotel-header .desktop-nav.light .hotel-header-right{
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}
.hotel-header .desktop-nav.light .hotel-header-right .hotel-language-selector{
    display: flex;
    width: 19px;
    align-items: stretch;
    gap: 10px;
}
.hotel-header .desktop-nav.light .hotel-header-right .hotel-language-selector .hotel-language-text{
    flex: 1 1 0%;
    cursor: pointer;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
                        letter-spacing: 2%;
}
.hotel-header .desktop-nav.light .hotel-header-right .hotel-reservation-button{
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hotel-header .desktop-nav.light .hotel-header-right .hotel-reservation-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(51 52 53 / var(--tw-bg-opacity, 1));
}
.hotel-header .desktop-nav.light .hotel-header-right .hotel-reservation-button .hotel-button-text{
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
                        letter-spacing: 2%;
}
.hotel-header .desktop-nav.dark{
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}
@media (min-width: 1200px){

    .hotel-header .desktop-nav.dark{
        display: flex;
    }
}
.hotel-header .desktop-nav.dark .hotel-header-menu{
    display: flex;
    align-items: center;
    gap: 30px;
}
.hotel-header .desktop-nav.dark .hotel-header-menu .hotel-menu-item{
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 10px;
}
.hotel-header .desktop-nav.dark .hotel-header-menu .hotel-menu-item--dropdown{
    gap: 6px;
}
.hotel-header .desktop-nav.dark .hotel-header-menu .hotel-menu-item--dropdown .hotel-dropdown-icon{
    display: flex;
    height: auto;
    width: auto;
    align-items: center;
    justify-content: center;
}
.hotel-header .desktop-nav.dark .hotel-header-menu .hotel-menu-item--dropdown .hotel-dropdown-icon img{
    height: auto;
    width: auto;
}
.hotel-header .desktop-nav.dark .hotel-header-menu .hotel-menu-item .hotel-menu-text{
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
}
.hotel-header .desktop-nav.dark .hotel-header-logo{
    position: absolute;
    left: 50%;
    display: flex;
    --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));
    align-items: center;
    justify-content: center;
}
.hotel-header .desktop-nav.dark .hotel-header-logo img{
    width: auto;
}
@media (min-width: 1200px){

    .hotel-header .desktop-nav.dark .hotel-header-logo img{
        max-height: 80px;
    }
}
.hotel-header .desktop-nav.dark .hotel-header-right{
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}
.hotel-header .desktop-nav.dark .hotel-header-right .hotel-language-selector{
    display: flex;
    width: 19px;
    align-items: stretch;
    gap: 10px;
}
.hotel-header .desktop-nav.dark .hotel-header-right .hotel-language-selector .hotel-language-text{
    flex: 1 1 0%;
    cursor: pointer;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
                        letter-spacing: 2%;
}
.hotel-header .desktop-nav.dark .hotel-header-right .hotel-reservation-button{
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hotel-header .desktop-nav.dark .hotel-header-right .hotel-reservation-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(51 52 53 / var(--tw-bg-opacity, 1));
}
.hotel-header .desktop-nav.dark .hotel-header-right .hotel-reservation-button .hotel-button-text{
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
                        letter-spacing: 2%;
}
.hotel-header .hotel-mobile-menu{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1200px){

    .hotel-header .hotel-mobile-menu{
        display: none;
        gap: 113px;
    }
}
.hotel-header .hotel-mobile-menu .hotel-mobile-menu-toggle{
    display: flex;
    height: auto;
    width: auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-style: none;
    background-color: transparent;
}
.hotel-header .hotel-mobile-menu .hotel-mobile-menu-toggle img{
    height: auto;
    width: auto;
}
.hotel-header .hotel-mobile-menu .hotel-header-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotel-header .hotel-mobile-menu .hotel-header-logo img{
    height: auto;
    width: auto;
    max-width: 192px;
}
@media (min-width: 1200px){

    .hotel-header .hotel-mobile-menu .hotel-header-logo img{
        max-width: 225px;
    }
}
.hotel-header .hotel-mobile-menu .hotel-language-selector{
    display: flex;
    align-items: center;
}
.hotel-header .hotel-mobile-menu .hotel-language-selector .hotel-language-text{
    cursor: pointer;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                    font-family: "Montserrat", sans-serif;
                    letter-spacing: 2%;
}
.hotel-header .hotel-mobile-menu-overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    display: none;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    background-image: url('/images/mobile-menu-bg.svg');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}
@media (min-width: 1200px){

    .hotel-header .hotel-mobile-menu-overlay{
        display: none;
    }
}
.hotel-header .hotel-mobile-menu-overlay.active{
    display: flex;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content{
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-header .hotel-mobile-menu-close{
    display: flex;
    height: auto;
    width: auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-style: none;
    background-color: transparent;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-header .hotel-mobile-menu-close img{
    height: auto;
    width: auto;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-header .hotel-header-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-header .hotel-header-logo img{
    height: auto;
    max-height: 36px;
    width: auto;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-header .language-selector{
    display: flex;
    align-items: center;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-header .language-selector .language-text{
    cursor: pointer;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                            font-family: "Montserrat", sans-serif;
                            letter-spacing: 2%;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-section{
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 48px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 36px;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-section .hotel-mobile-menu-items{
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-section .hotel-mobile-menu-items .hotel-mobile-menu-item{
    cursor: pointer;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-section .hotel-mobile-menu-items .hotel-mobile-menu-item .hotel-mobile-menu-text{
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                                font-family: "Montserrat", sans-serif;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-section .mobile-social-section{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-section .mobile-social-section .social-title{
    margin: 0px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                            font-family: "Montserrat", sans-serif;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-section .mobile-social-section .social-icons{
    display: flex;
    align-items: center;
    gap: 14px;
    opacity: 0.4;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-section .mobile-social-section .social-icons .social-icon{
    display: flex;
    height: auto;
    width: auto;
    align-items: center;
    justify-content: center;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .hotel-mobile-menu-section .mobile-social-section .social-icons .social-icon img{
    height: auto;
    width: auto;
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .mobile-reservation-button{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    width: calc(100% - 40px);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .mobile-reservation-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hotel-header .hotel-mobile-menu-overlay .hotel-mobile-menu-content .mobile-reservation-button .button-text{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.site-footer{
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding-top: 48px;
    padding-bottom: 48px;
}
@media (min-width: 1200px){

    .site-footer{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.site-footer .footer-top .f-logos{
    gap: 30px;
}
.site-footer .footer-top .f-logos .f-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1200px){

    .site-footer .footer-top .f-logos .f-logo:first-child{
        justify-content: flex-start;
    }

    .site-footer .footer-top .f-logos .f-logo:last-child{
        justify-content: flex-end;
    }
}
.site-footer .footer-top .f-logos .f-logo img{
    height: auto;
    max-height: 56px;
    width: auto;
    max-width: 100%;
    --tw-brightness: brightness(0);
    --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);
}
@media (min-width: 1200px){

    .site-footer .footer-top .f-logos .f-logo img{
        max-height: 80px;
        max-width: 180px;
    }
}
.site-footer .footer-middle{
    margin-top: 40px;
}
@media (min-width: 1200px){

    .site-footer .footer-middle{
        margin-top: 80px;
    }
}
.site-footer .footer-middle .footer-middle-content{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
}
@media (min-width: 1200px){

    .site-footer .footer-middle .footer-middle-content{
        display: flex;
        justify-content: space-between;
        gap: 0px;
    }
}
.site-footer .footer-middle .contant-item{
    margin-bottom: 32px;
    width: 100%;
    max-width: 242px;
}
.site-footer .footer-middle .contant-item:last-child{
    margin-bottom: 0px;
}
.site-footer .footer-middle .contant-item .title{
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                    font-family: "Montserrat", sans-serif;
}
.site-footer .footer-middle .contant-item .text{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    opacity: 0.6;
                    font-family: "Montserrat", sans-serif;
}
.site-footer .footer-middle .contant-item .text p{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.site-footer .footer-middle .footer-middle-links{
    width: 100%;
}
@media (min-width: 1200px){

    .site-footer .footer-middle .footer-middle-links{
        max-width: 400px;
    }
}
.site-footer .footer-middle .footer-middle-links .left-links{
    width: 100%;
}
@media (min-width: 1200px){

    .site-footer .footer-middle .footer-middle-links .left-links{
        width: -moz-fit-content;
        width: fit-content;
    }
}
.site-footer .footer-middle .footer-middle-links .right-links{
    width: 100%;
}
@media (min-width: 1200px){

    .site-footer .footer-middle .footer-middle-links .right-links{
        width: -moz-fit-content;
        width: fit-content;
    }
}
.site-footer .footer-middle .footer-middle-links a{
    margin-bottom: 16px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                    font-family: "Montserrat", sans-serif;
}
.site-footer .footer-middle .footerNewsletter{
    width: 100%;
}
@media (min-width: 1200px){

    .site-footer .footer-middle .footerNewsletter{
        width: 390px;
    }
}
.site-footer .footer-middle .footerNewsletter .title{
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .site-footer .footer-middle .footerNewsletter .title{
        font-size: 20px;
    }
}
.site-footer .footer-middle .footerNewsletter .title{
                    font-family: "Montserrat", sans-serif;
                }
.site-footer .footer-middle .footerNewsletter .text{
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    opacity: 0.6;
}
@media (min-width: 1200px){

    .site-footer .footer-middle .footerNewsletter .text{
        font-size: 14px;
    }
}
.site-footer .footer-middle .footerNewsletter .text{
                    font-family: "Montserrat", sans-serif;
                }
.site-footer .footer-middle .footerNewsletter form .form-group{
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}
.site-footer .footer-middle .footerNewsletter form .form-group input{
    height: 45px;
    width: 100%;
    border-radius: 0px;
    border-width: 1px;
    border-color: #EFF0F01A;
    background-color: transparent;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 75px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.site-footer .footer-middle .footerNewsletter form .form-group button{
    position: absolute;
    right: 16px;
    top: 0px;
    bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                            font-family: "Montserrat", sans-serif;
}
.site-footer .footer-middle .footerSocial{
    margin-top: 40px;
}
.site-footer .footer-middle .footerSocial .title{
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                    font-family: "Montserrat", sans-serif;
}
.site-footer .footer-middle .footerSocial .social-links{
    display: flex;
    align-items: center;
    gap: 14px;
}
.site-footer .footer-middle .footerSocial .social-links .social-link{
    display: flex;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
}
.site-footer .footer-middle .footerSocial .social-links .social-link img{
    height: auto;
    width: auto;
    opacity: 0.3;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.site-footer .footer-middle .footerSocial .social-links .social-link img:hover{
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.hero-container{
    position: relative;
    height: calc(100vh - 88px);
    width: 100%;
}
@media (min-width: 1200px){

    .hero-container{
        height: 100vh;
    }
}
.hero-container .video-container{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.hero-container img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.hero-container .hero-content{
    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));
}
.hero-container .hero-content .title{
    font-size: 38px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .hero-container .hero-content .title{
        font-size: 48px;
    }
}
.hero-container .hero-content .title{
                font-family: "Montserrat", sans-serif;
            }
.mainHotelsSection{
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .mainHotelsSection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.mainHotelsSection .hotels-header{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    display: flex;
    max-width: 888px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.mainHotelsSection .hotels-header .title{
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .mainHotelsSection .hotels-header .title{
        font-size: 32px;
    }
}
.mainHotelsSection .hotels-header p{
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .mainHotelsSection .hotels-header p{
        font-size: 20px;
    }
}
.mainHotelsSection .hotels-grid{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
}
@media (min-width: 1200px){

    .mainHotelsSection .hotels-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.mainHotelsSection .hotels-grid .hotel-card{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.mainHotelsSection .hotels-grid .hotel-card .hotel-image{
    position: relative;
    height: 350px;
    width: 100%;
}
@media (min-width: 1200px){

    .mainHotelsSection .hotels-grid .hotel-card .hotel-image{
        height: 384px;
    }
}
.mainHotelsSection .hotels-grid .hotel-card .hotel-image::after {
                        content: '';
                        position: absolute;
                        inset: 0px;
                        background-color: rgb(0 0 0 / 0.2);
                    }
.mainHotelsSection .hotels-grid .hotel-card .hotel-image .bg-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;
}
.mainHotelsSection .hotels-grid .hotel-card .hotel-image .hotel-logo{
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    max-width: 170px;
}
.mainHotelsSection .hotels-grid .hotel-card a:hover .bg-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;
}
.mainHotelsSection .hotels-grid .hotel-card .hotel-info{
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    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));
    flex-direction: column;
    align-items: center;
}
.mainHotelsSection .hotels-grid .hotel-card .hotel-info .city{
    font-size: 14px;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mainHotelsSection .hotels-grid .hotel-card .hotel-info .district{
    font-size: 32px;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* Özel bileşen sınıflarınız buraya */
/* Pages klasöründeki dosyaları components layer'dan önce içe aktarıyoruz */
#hotelModal{
    display: none;
}
@media (min-width: 1200px){

    #hotelModal{
        display: block;
    }
}
#hotelModal .modal-box{
    display: none;
    height: 100vh;
    max-height: none;
    width: 100vw;
    max-width: none;
    border-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    background-image: url('/images/desktopHotelMenuBg.svg');
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 48px;
    padding-right: 48px;
}
@media (min-width: 1200px){

    #hotelModal .modal-box{
        display: block;
    }
}
#hotelModal .modal-action .btn{
    cursor: pointer;
    border-style: none;
    background-color: transparent;
    padding: 0px;
}
#hotelModal .modal-action .header-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
#hotelModal .modal-action .header-logo img{
    height: auto;
    max-height: 36px;
    width: auto;
}
#hotelModal .modal-action .right-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
}
#hotelModal .modal-action .right-menu .hotel-language-selector{
    display: flex;
    width: 19px;
    align-items: stretch;
    gap: 10px;
}
#hotelModal .modal-action .right-menu .hotel-language-selector .hotel-language-text{
    flex: 1 1 0%;
    cursor: pointer;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                    font-family: "Montserrat", sans-serif;
                    letter-spacing: 2%;
}
#hotelModal .modal-action .right-menu .hotel-reservation-button{
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#hotelModal .modal-action .right-menu .hotel-reservation-button:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(51 52 53 / var(--tw-bg-opacity, 1));
}
#hotelModal .modal-action .right-menu .hotel-reservation-button .hotel-button-text{
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                    font-family: "Montserrat", sans-serif;
                    letter-spacing: 2%;
}
#hotelModal .hotel-mobile-menu-content{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding-top: 80px;
}
#hotelModal .hotel-mobile-menu-content .hotel-mobile-menu-section{
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 48px;
    padding-left: 30px;
    padding-right: 30px;
}
#hotelModal .hotel-mobile-menu-content .hotel-mobile-menu-section .hotel-mobile-menu-items{
    display: flex;
    flex-direction: column;
    gap: 23px;
}
#hotelModal .hotel-mobile-menu-content .hotel-mobile-menu-section .hotel-mobile-menu-items .hotel-mobile-menu-item{
    cursor: pointer;
}
#hotelModal .hotel-mobile-menu-content .hotel-mobile-menu-section .hotel-mobile-menu-items .hotel-mobile-menu-item .hotel-mobile-menu-text{
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
}
#hotelModal .hotel-mobile-menu-content .hotel-mobile-menu-section .mobile-social-section{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#hotelModal .hotel-mobile-menu-content .hotel-mobile-menu-section .mobile-social-section .social-title{
    margin: 0px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                    font-family: "Montserrat", sans-serif;
}
#hotelModal .hotel-mobile-menu-content .hotel-mobile-menu-section .mobile-social-section .social-icons{
    display: flex;
    align-items: center;
    gap: 14px;
    opacity: 0.4;
}
#hotelModal .hotel-mobile-menu-content .hotel-mobile-menu-section .mobile-social-section .social-icons .social-icon{
    display: flex;
    height: auto;
    width: auto;
    align-items: center;
    justify-content: center;
}
#hotelModal .hotel-mobile-menu-content .hotel-mobile-menu-section .mobile-social-section .social-icons .social-icon img{
    height: auto;
    width: auto;
}
#hotelModal .hotel-mobile-menu-content .hotel-desktop-menu-img{
    margin-left: auto;
    margin-right: auto;
    height: 480px;
    width: 380px;
    overflow: hidden;
    border-radius: 4px;
}
#hotelModal .hotel-mobile-menu-content .hotel-desktop-menu-img picture{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.mainSpecialOffersSection{
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .mainSpecialOffersSection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.mainSpecialOffersSection::before{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 11;
    display: none;
    height: 392px;
    width: 446px;
    background-position: bottom left;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
}
@media (min-width: 1200px){

    .mainSpecialOffersSection::before{
        display: block;
        background-image: url('/images/specialOffersBg.svg');
    }
}
.mainSpecialOffersSection .tabsSection{
    margin-bottom: 40px;
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 20px;
}
.mainSpecialOffersSection .tabsSection label{
    display: block;
    cursor: pointer;
    border-bottom-width: 1px;
    border-color: transparent;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.mainSpecialOffersSection .tabsSection label span{
    display: block;
    width: -moz-max-content;
    width: max-content;
}
.mainSpecialOffersSection .tabsSection label.active{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.mainSpecialOffersSection .defaultTitle{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .mainSpecialOffersSection .defaultTitle{
        font-size: 32px;
    }
}
.mainSpecialOffersSection .defaultText{
    margin-top: 16px;
    margin-bottom: 32px;
    width: 100%;
    max-width: 379px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .mainSpecialOffersSection .defaultText{
        margin-bottom: 48px;
    }
}
.mainSpecialOffersSection .defaultText p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.mainSpecialOffersSection .first-col{
    position: relative;
    z-index: 10;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-right: 0;
}
@media (min-width: 1200px){

    .mainSpecialOffersSection .first-col{
        padding-right: 48px;
    }
}
.mainSpecialOffersSection .first-col::before{
    position: absolute;
    top: 0px;
    left: -2000px;
    height: 100%;
    width: 2000px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: var(--tw-content);
}
.mainSpecialOffersSection .second-col{
    z-index: 0;
}
.mainSpecialOffersSection .specialOffersSwiper{
    overflow: visible;
    padding-bottom: 50px;
}
.mainSpecialOffersSection .specialOffersSwiper .swiper-slide{
    width: 305px !important;
}
@media (min-width: 1200px){

    .mainSpecialOffersSection .specialOffersSwiper .swiper-slide{
        width: 342px !important;
    }
}
.mainSpecialOffersSection .specialOffersSwiper .swiper-slide .specialOfferCard .specialOfferCard-image{
    position: relative;
    height: 405px;
    width: 305px;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .mainSpecialOffersSection .specialOffersSwiper .swiper-slide .specialOfferCard .specialOfferCard-image{
        height: 442px;
        width: 342px;
    }
}
.mainSpecialOffersSection .specialOffersSwiper .swiper-slide .specialOfferCard .specialOfferCard-image .badge{
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 2px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(83 87 90 / var(--tw-bg-opacity, 1));
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mainSpecialOffersSection .specialOffersSwiper .swiper-slide .specialOfferCard .hotelName{
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.mainSpecialOffersSection .specialOffersSwiper .swiper-slide .specialOfferCard .title{
    margin-top: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.mainSpecialOffersSection .specialOffersSwiper .swiper-slide .specialOfferCard .text{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.mainSpecialOffersSection .specialOffersSwiper .swiper-pagination.swiper-pagination-specialOffers.swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: unset;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    width: 204px;
}
@media (min-width: 1200px){

    .mainSpecialOffersSection .specialOffersSwiper .swiper-pagination.swiper-pagination-specialOffers.swiper-pagination-progressbar.swiper-pagination-horizontal{
        right: unset;
    }
}
.mainSpecialOffersSection .specialOffersSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
}
.mainBlogSection{
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .mainBlogSection{
        padding-top: 120px;
        padding-bottom: 64px;
    }
}
.mainBlogSection .defaultTitle{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .mainBlogSection .defaultTitle{
        font-size: 32px;
    }
}
.mainBlogSection .defaultText{
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
    max-width: 379px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .mainBlogSection .defaultText{
        margin-bottom: 16px;
    }
}
.mainBlogSection .defaultText p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.mainBlogSection .blogCardLeft{
    margin-top: 80px;
    width: 100%;
    max-width: 370px;
}
.mainBlogSection .blogCardLeft .blogCardLeft-image{
    position: relative;
    height: 240px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.mainBlogSection .blogCardLeft .blogCardTitle{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.mainBlogSection .blogCardLeft .blogCardText{
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.mainBlogSection .blogCardLeft .blogCardText p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.mainBlogSection .blogCardRight{
    width: 100%;
    max-width: 432px;
}
.mainBlogSection .blogCardRight .blogCardRight-image{
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .mainBlogSection .blogCardRight .blogCardRight-image{
        height: 554px;
    }
}
.mainBlogSection .blogCardRight .blogCardTitle{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.mainBlogSection .blogCardRight .blogCardText{
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.mainBlogSection .blogCardRight .blogCardText p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.mainSustainabilitySection{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .mainSustainabilitySection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.mainSustainabilitySection .defaultTitle{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .mainSustainabilitySection .defaultTitle{
        font-size: 32px;
    }
}
.mainSustainabilitySection .defaultText{
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
    max-width: 379px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .mainSustainabilitySection .defaultText{
        margin-bottom: 48px;
    }
}
.mainSustainabilitySection .defaultText p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.mainSustainabilitySection .sustainability-image{
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .mainSustainabilitySection .sustainability-image{
        height: 460px;
        width: 610px;
    }
}
.mainRelatedNewsSection{
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .mainRelatedNewsSection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.mainRelatedNewsSection .flexTitle{
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.mainRelatedNewsSection .flexTitle .defaultTitle{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .mainRelatedNewsSection .flexTitle .defaultTitle{
        font-size: 32px;
    }
}
.mainRelatedNewsSection .relatedNewsSwiper{
    overflow: visible;
    padding-bottom: 40px;
    padding-right: 80px;
}
@media (min-width: 1200px){

    .mainRelatedNewsSection .relatedNewsSwiper{
        overflow: hidden;
        padding-bottom: 80px;
        padding-right: 0px;
    }
}
.mainRelatedNewsSection .relatedNewsSwiper .swiper-pagination.swiper-pagination-relatedNews.swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: unset;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    width: 204px;
}
.mainRelatedNewsSection .relatedNewsSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
}
.mainRelatedNewsSection .relatedNewsSwiper .relatedNewsCard{
    width: 100%;
}
.mainRelatedNewsSection .relatedNewsSwiper .relatedNewsCard .relatedNewsCard-image{
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .mainRelatedNewsSection .relatedNewsSwiper .relatedNewsCard .relatedNewsCard-image{
        height: 270px;
    }
}
.mainRelatedNewsSection .relatedNewsSwiper .relatedNewsCard .relatedNewsCard-image .badge{
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 2px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(83 87 90 / var(--tw-bg-opacity, 1));
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mainRelatedNewsSection .relatedNewsSwiper .relatedNewsCard .title{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.mainRelatedNewsSection .relatedNewsSwiper .relatedNewsCard .text{
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.mainRelatedNewsSection .relatedNewsSwiper .relatedNewsCard .text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.hero-reservation{
    position: absolute;
    bottom: 48px;
    left: 0px;
    right: 0px;
    z-index: 11;
    margin-left: auto;
    margin-right: auto;
    display: none;
    width: 100%;
    max-width: 1024px;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 4px;
}
@media (min-width: 1200px){

    .hero-reservation{
        display: block;
    }
}
.hero-reservation .item{
    width: 100%;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    padding: 0px 12px;
}
@media (min-width: 1200px){

    .hero-reservation .item{
        width: 218px;
    }
}
.hero-reservation .reservation-button{
    width: -moz-fit-content;
    width: fit-content;
}
.hero-reservation label{
    margin-bottom: 4px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
        font-family: "Montserrat", sans-serif;
}
.hero-reservation #dropdownButton{
    width: 100%;
    border-style: none;
    background-color: transparent;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
        font-family: "Montserrat", sans-serif;
}
.hero-reservation .reservationDate{
    width: 100%;
    border-style: none;
    background-color: transparent;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
        font-family: "Montserrat", sans-serif;
}
.hero-reservation .dropdown-button{
    width: 100%;
    border-style: none;
    background-color: transparent;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
        font-family: "Montserrat", sans-serif;
}
.hero-reservation .mainInput{
    width: 100%;
    border-style: none;
    background-color: transparent;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
        font-family: "Montserrat", sans-serif;
}
.hero-reservation .mainInput::-moz-placeholder{
    width: 100%;
    border-style: none;
    background-color: transparent;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
            font-family: "Montserrat", sans-serif;
}
.hero-reservation .mainInput::placeholder{
    width: 100%;
    border-style: none;
    background-color: transparent;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
            font-family: "Montserrat", sans-serif;
}
.hero-reservation .btn-dark{
    border-radius: 4px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding: 14px 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
@media (min-width: 1200px){

    .hero-reservation .btn-dark{
        padding: 20px 24px;
    }
}
.hero-reservation .btn-dark{
        font-family: "Montserrat", sans-serif;
    }
.hero-reservation .quantity-btn{
    display: flex;
    height: 26px;
    width: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border-width: 1px;
    border-color: #0000004D;
    padding: 0;
        font-family: "Montserrat", sans-serif;
}
.hero-reservation .dropdown-content{
    margin-top: 15px;
    margin-left: -8px;
    width: 100%;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 8px;
}
.hero-reservation .dropdown-content .custom-option li a{
    margin-bottom: 8px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                    font-family: "Montserrat", sans-serif;
}
.hero-reservation .personType{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
        font-family: "Montserrat", sans-serif;
}
.hero-reservation .personTypeDesc{
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
        font-family: "Montserrat", sans-serif;
}
.hero-reservation .personNum{
    width: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
        font-family: "Montserrat", sans-serif;
}
.flatpickr-calendar{
    margin-top: 15px;
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 14px;
}
.flatpickr-calendar .dayContainer{

    }
.flatpickr-calendar .flatpickr-next-month{
    margin-top: 14px;
    margin-right: 20px;
}
.flatpickr-calendar .flatpickr-prev-month{
    margin-top: 14px;
    margin-left: 20px;
}
.flatpickr-calendar .prevMonthDay{
    visibility: visible;
    display: block;
}
.flatpickr-calendar .nextMonthDay{
    visibility: visible;
    display: block;
}
.activitiesDetailSwiper{
    margin-bottom: 24px;
}
@media (min-width: 1200px){

    .activitiesDetailSwiper{
        margin-bottom: 48px;
        padding-bottom: 24px;
    }
}
.activitiesDetailSwiper .swiper-pagination.swiper-pagination-activitiesDetail.swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: unset;
    bottom: 0px;
    height: 2px;
    width: 204px;
}
@media (min-width: 1200px){

    .activitiesDetailSwiper .swiper-pagination.swiper-pagination-activitiesDetail.swiper-pagination-progressbar.swiper-pagination-horizontal{
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}
.activitiesDetailSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
}
.container-large{
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1200px){

    .container-large{
        padding-left: 48px;
        padding-right: 48px;
    }
}
.container-xsmall{
    margin-left: auto;
    margin-right: auto;
    max-width: 984px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1200px){

    .container-xsmall{
        padding-left: 48px;
        padding-right: 48px;
    }
}
.container-fluid{
    padding-left: 20px;
}
@media (min-width: 1200px){

    .container-fluid{
        padding-left: 48px;
    }
}
.container-full{
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1200px){

    .container-full{
        padding-left: 48px;
        padding-right: 48px;
    }
}
.max-w-523{
    width: 523px;
}
.max-w-432{
    margin-left: auto;
    margin-right: auto;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: 432px;
}
.max-w-714{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 714px;
}
.max-w-616{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 616px;
}
.defaultLink{
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 56px;
    font-size: 12px;
    font-weight: 400;
    line-height: 170%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.defaultLink::before{
    position: absolute;
    top: 50%;
    left: 0px;
    height: 1px;
    width: 40px;
    --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));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: var(--tw-content);
}
.defaultBreadcrumbSection{
    display: none;
    padding-top: 32px;
}
@media (min-width: 1200px){

    .defaultBreadcrumbSection{
        display: block;
    }
}
.defaultBreadcrumbSection .defaultBreadcrumb{
    display: flex;
    align-items: center;
    gap: 36px;
}
.defaultBreadcrumbSection .defaultBreadcrumb a{
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.defaultBreadcrumbSection .defaultBreadcrumb a::after{
    position: absolute;
    top: 50%;
    right: -20px;
    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(34 36 37 / var(--tw-bg-opacity, 1));
    opacity: 0.2;
    --tw-content: '';
    content: var(--tw-content);
}
.defaultBreadcrumbSection .defaultBreadcrumb span{
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.pageTitleSection{
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .pageTitleSection{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.pageTitleSection .pageTitle{
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    line-height: 130%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .pageTitleSection .pageTitle{
        font-size: 42px;
    }
}
.pageTitleSection .pageTitle{
        font-family: "Montserrat", sans-serif;
    }
.pageTitleSection .pageDescription{
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .pageTitleSection .pageDescription{
        font-size: 16px;
    }
}
.hotelSection{
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .hotelSection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.hotelSection.withBg{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.hotelSection .hotelImage{
    position: relative;
    height: 270px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .hotelSection .hotelImage{
        height: 460px;
        max-width: 610px;
    }
}
.hotelSection .hotelImage img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.hotelSection .hotelLogo{
    margin-bottom: 16px;
    display: flex;
    max-height: 40px;
    width: auto;
    align-items: center;
    justify-content: center;
}
.hotelSection .hotelLogo img{
    max-height: 40px;
    width: auto;
}
.hotelSection .hotelName{
    margin-bottom: 34px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 130%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .hotelSection .hotelName{
        margin-bottom: 48px;
        font-size: 32px;
    }
}
.hotelSection .hotelName p{
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 130%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .hotelSection .hotelName p{
        font-size: 32px;
    }
}
.leftTextRightImageSection{
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .leftTextRightImageSection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.leftTextRightImageSection .defaultTitle{
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .leftTextRightImageSection .defaultTitle{
        font-size: 32px;
    }
}
.leftTextRightImageSection p{
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.leftTextRightImageSection .rightImage{
    position: relative;
    height: 270px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .leftTextRightImageSection .rightImage{
        margin-left: -32px;
        height: 460px;
        max-width: 610px;
    }
}
.leftTextRightImageSection .rightImage img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.rightTextLeftImageSection{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .rightTextLeftImageSection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.rightTextLeftImageSection .defaultTitle{
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .rightTextLeftImageSection .defaultTitle{
        font-size: 32px;
    }
}
.rightTextLeftImageSection p{
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(65 65 65 / var(--tw-text-opacity, 1));
    opacity: 0.8;
}
.rightTextLeftImageSection .content{
    padding-top: 16px;
    padding-bottom: 16px;
}
@media (min-width: 1200px){

    .rightTextLeftImageSection .content{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.rightTextLeftImageSection .content .subTitle{
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    opacity: 0.8;
}
.rightTextLeftImageSection .content p{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}
.rightTextLeftImageSection .leftImage{
    position: relative;
    height: 270px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .rightTextLeftImageSection .leftImage{
        margin-right: -32px;
        height: 460px;
        max-width: 610px;
    }
}
.rightTextLeftImageSection .leftImage img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.rightTextLeftImageSection ul{
    margin-top: 24px;
    margin-bottom: 32px;
    display: grid;
    list-style-position: inside;
    list-style-type: disc;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
@media (min-width: 1200px){

    .rightTextLeftImageSection ul{
        margin-bottom: 48px;
    }
}
.rightTextLeftImageSection ul li{
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.rightTextLeftImageSection .infoBox{
    margin-bottom: 24px;
    background-image: url('/images/icons/info-icon.svg');
    background-position: left 4px;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
        font-family: "Montserrat", sans-serif;
}
.rightTextLeftImageSectionLight{
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .rightTextLeftImageSectionLight{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.rightTextLeftImageSectionLight .defaultTitle{
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .rightTextLeftImageSectionLight .defaultTitle{
        font-size: 32px;
    }
}
.rightTextLeftImageSectionLight p{
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(65 65 65 / var(--tw-text-opacity, 1));
    opacity: 0.8;
}
.rightTextLeftImageSectionLight .content{
    padding-top: 16px;
    padding-bottom: 16px;
}
@media (min-width: 1200px){

    .rightTextLeftImageSectionLight .content{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.rightTextLeftImageSectionLight .content .subTitle{
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    opacity: 0.8;
}
.rightTextLeftImageSectionLight .content p{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}
.rightTextLeftImageSectionLight .leftImage{
    position: relative;
    height: 270px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .rightTextLeftImageSectionLight .leftImage{
        margin-right: -32px;
        height: 460px;
        max-width: 610px;
    }
}
.rightTextLeftImageSectionLight .leftImage img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.rightTextLeftImageSectionLight ul{
    margin-top: 24px;
    margin-bottom: 32px;
    display: grid;
    list-style-position: inside;
    list-style-type: disc;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
@media (min-width: 1200px){

    .rightTextLeftImageSectionLight ul{
        margin-bottom: 48px;
    }
}
.rightTextLeftImageSectionLight ul li{
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.rightTextLeftImageSectionLight .infoBox{
    margin-bottom: 24px;
    background-image: url('/images/icons/info-icon.svg');
    background-position: left 4px;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
        font-family: "Montserrat", sans-serif;
}
.hotelFilterSection{
    padding-top: 48px;
    padding-bottom: 48px;
}
.hotelFilterSection .hotelFilter{
    width: 100%;
}
.hotelFilterSection .hotelFilter .hotelSelect{
    height: 48px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .hotelFilterSection .hotelFilter .hotelSelect{
        width: 240px;
    }
}
.hotelFilterSection .hotelFilter .hotelSelect{
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url('/images/dropdown-arrow-dark.svg');
    background-position: calc(100% - 20px);
    background-repeat: no-repeat;
}
.hotelFilterSection .hotelFilter .hotelSelect:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.awardsAndCertificatesSection{
    padding-bottom: 24px;
}
@media (min-width: 1200px){

    .awardsAndCertificatesSection{
        padding-bottom: 24px;
    }
}
.awardsAndCertificatesSection .awardsGrid{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
}
@media (min-width: 1200px){

    .awardsAndCertificatesSection .awardsGrid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.awardsAndCertificatesSection .awardCard{
    margin-bottom: 24px;
    display: flex;
    width: 100%;
    flex-direction: column;
}
@media (min-width: 1200px){

    .awardsAndCertificatesSection .awardCard{
        margin-bottom: 56px;
    }
}
.awardsAndCertificatesSection .awardImage{
    position: relative;
    display: flex;
    height: 270px;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.awardsAndCertificatesSection .awardImage img{
    height: 200px;
    width: auto;
}
.awardsAndCertificatesSection .awardImage .awardBadge{
    position: absolute;
    top: 16px;
    left: 16px;
    border-radius: 2px;
    --tw-bg-opacity: 1;
    background-color: rgb(83 87 90 / var(--tw-bg-opacity, 1));
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.awardsAndCertificatesSection .awardContent{
    margin-top: 24px;
}
.awardsAndCertificatesSection .awardContent .awardTitle{
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .awardsAndCertificatesSection .awardContent .awardTitle{
        font-size: 20px;
    }
}
.awardsAndCertificatesSection .awardContent .awardTitle {
            font-family: "Montserrat", sans-serif;
        }
.paginationSection{
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .paginationSection{
        padding-bottom: 120px;
    }
}
.paginationSection .paginationWrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.paginationSection .paginationItem{
    display: flex;
    height: 32px;
    width: 32px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px){

    .paginationSection .paginationItem{
        height: 40px;
        width: 40px;
    }
}
.paginationSection .paginationItem span{
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .paginationSection .paginationItem span{
        font-size: 14px;
    }
}
.paginationSection .paginationItem span {
            font-family: "Montserrat", sans-serif;
        }
.paginationSection .paginationItem.active{
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
}
.paginationSection .paginationItem.active span{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.serviceAreasSection{
    padding-top: 20px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .serviceAreasSection{
        padding-top: 40px;
        padding-bottom: 120px;
    }
}
.serviceAreasSection .serviceAreasWrapper{
    width: 100%;
}
.serviceAreasSection .serviceAreasAccordion{
    width: 100%;
}
.serviceAreasSection .serviceAreasAccordion .collapse{
    border-radius: 0;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.serviceAreasSection .serviceAreasAccordion .collapse-title{
    min-height: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 100px;
}
.serviceAreasSection .serviceAreasAccordion .collapse-title .accordionTitle{
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.serviceAreasSection .serviceAreasAccordion .collapse-content{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
    padding-left: 16px;
    padding-right: 16px;
}
.serviceAreasSection .serviceAreasAccordion .collapse-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.serviceAreasSection .serviceAreasAccordion .collapse-arrow .collapse-title:after{
    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));
    opacity: 0.5;
}
.serviceAreasSection .serviceAreasAccordion .collapse-arrow input[type="radio"]:checked ~  .collapse-title:after{
    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));
    opacity: 1;
}
.serviceAreasSection .serviceAreasAccordion input[type="radio"]:checked ~ .collapse-title .accordionTitle{
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.careerFormSection{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    background-image: url('/images/careerBg.svg');
    background-size: auto 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .careerFormSection{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.careerFormSection .careerForm{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    max-width: 432px;
    flex-direction: column;
    gap: 32px;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 32px 20px;
}
@media (min-width: 1200px){

    .careerFormSection .careerForm{
        padding: 32px 24px;
    }
}
.careerFormSection .careerForm .formTitle{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.careerFormSection .careerForm .formFields{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}
.careerFormSection .careerForm .formFields .formGroup{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 8px;
}
.careerFormSection .careerForm .formFields .formGroup label{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                    font-family: "Montserrat", sans-serif;
}
.careerFormSection .careerForm .formFields .formGroup input, .careerFormSection .careerForm .formFields .formGroup select, .careerFormSection .careerForm .formFields .formGroup textarea{
    height: 41px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
                    font-family: "Montserrat", sans-serif;
}
.careerFormSection .careerForm .formFields .formGroup input::-moz-placeholder, .careerFormSection .careerForm .formFields .formGroup select::-moz-placeholder, .careerFormSection .careerForm .formFields .formGroup textarea::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.careerFormSection .careerForm .formFields .formGroup input::placeholder, .careerFormSection .careerForm .formFields .formGroup select::placeholder, .careerFormSection .careerForm .formFields .formGroup textarea::placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.careerFormSection .careerForm .formFields .formGroup input:focus-visible,.careerFormSection .careerForm .formFields .formGroup select:focus-visible,.careerFormSection .careerForm .formFields .formGroup textarea:focus-visible{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.careerFormSection .careerForm .formFields .formGroup textarea{
    height: auto;
    min-height: 93px;
    resize: none;
    padding-top: 12px;
    padding-bottom: 12px;
}
.careerFormSection .careerForm .formFields .formGroup select{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url('/images/dropdown-arrow-dark.svg');
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
}
.careerFormSection .careerForm .formFields .formGroup .phoneInputGroup{
    display: flex;
    gap: 12px;
}
.careerFormSection .careerForm .formFields .formGroup .phoneInputGroup .countryCode{
    height: 41px;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    display: flex;
    align-items: center;
    gap: 6px;
}
.careerFormSection .careerForm .formFields .formGroup .phoneInputGroup .countryCode select{
    min-width: 76px;
}
.careerFormSection .careerForm .formFields .formGroup .phoneInputGroup input{
    flex: 1 1 0%;
}
.careerFormSection .careerForm .formFields .formGroup .fileUpload{
    height: 48px;
    width: 100%;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.careerFormSection .careerForm .formFields .formGroup .fileUpload .uploadButton{
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    gap: 10px;
}
.careerFormSection .careerForm .formFields .formGroup .fileUpload .uploadButton img{
    height: 24px;
    width: 24px;
}
.careerFormSection .careerForm .formFields .formGroup .fileUpload .uploadButton span{
    font-size: 14px;
    font-weight: 400;
    line-height: 122%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
                            font-family: "Montserrat", sans-serif;
}
.careerFormSection .careerForm .formFields .formGroup .fileUpload input[type="file"]{
    display: none;
}
.careerFormSection .careerForm .submitButton{
    margin-left: auto;
    margin-right: auto;
    margin-right: 0px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.careerFormSection .careerForm .submitButton span{
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.hotelContactSection{
    padding-bottom: 64px;
    padding-top: 0;
}
@media (min-width: 1200px){

    .hotelContactSection{
        padding-bottom: 80px;
        padding-top: 40px;
    }
}
.hotelContactSection .tabsSection{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
}
@media (min-width: 1200px){

    .hotelContactSection .tabsSection{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
        width: -moz-fit-content;
        width: fit-content;
        justify-content: center;
    }
}
.hotelContactSection .tabsSection label{
    cursor: pointer;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.hotelContactSection .tabsSection label.active{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.hotelContactSection .tabsSection label span{
    display: block;
    width: -moz-max-content;
    width: max-content;
}
.hotelContactSection .hotelContactCard{
    width: 100%;
    max-width: 390px;
}
.hotelContactSection .hotelContactCard .title{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .hotelContactSection .hotelContactCard .title{
        font-size: 24px;
    }
}
.hotelContactSection .hotelContactCard .title{
            font-family: "Montserrat", sans-serif;
        }
.hotelContactSection .hotelContactCard .address{
    margin-top: 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.hotelContactSection .hotelContactCard a{
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.hotelContactSection .hotelContactCard a:hover{
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.hotelContactSection .hotelContactCard .phone{
    margin-top: 34px;
}
.hotelContactSection .hotelContactCard a.loc{
    margin-top: 18px;
    display: block;
    background-image: url(/images/location-icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
    font-size: 14px;
    font-weight: 600;
    line-height: 170%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.hotelContactSection .hotelContactImage{
    position: relative;
    height: 270px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .hotelContactSection .hotelContactImage{
        height: 460px;
        max-width: 610px;
    }
}
.hotelContactSection .hotelContactImage img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.contactFormSection{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    background-image: url('/images/careerBg.svg');
    background-size: auto 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .contactFormSection{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.contactFormSection .contactForm{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    max-width: 432px;
    flex-direction: column;
    gap: 32px;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 32px 20px;
}
@media (min-width: 1200px){

    .contactFormSection .contactForm{
        padding: 32px 24px;
    }
}
.contactFormSection .contactForm .formTitle{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.contactFormSection .contactForm .formFields{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}
.contactFormSection .contactForm .formFields .formGroup{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 8px;
}
.contactFormSection .contactForm .formFields .formGroup label{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                    font-family: "Montserrat", sans-serif;
}
.contactFormSection .contactForm .formFields .formGroup input, .contactFormSection .contactForm .formFields .formGroup select, .contactFormSection .contactForm .formFields .formGroup textarea{
    height: 41px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
                    font-family: "Montserrat", sans-serif;
}
.contactFormSection .contactForm .formFields .formGroup input::-moz-placeholder, .contactFormSection .contactForm .formFields .formGroup select::-moz-placeholder, .contactFormSection .contactForm .formFields .formGroup textarea::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.contactFormSection .contactForm .formFields .formGroup input::placeholder, .contactFormSection .contactForm .formFields .formGroup select::placeholder, .contactFormSection .contactForm .formFields .formGroup textarea::placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.contactFormSection .contactForm .formFields .formGroup input:focus-visible,.contactFormSection .contactForm .formFields .formGroup select:focus-visible,.contactFormSection .contactForm .formFields .formGroup textarea:focus-visible{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.contactFormSection .contactForm .formFields .formGroup textarea{
    height: auto;
    min-height: 93px;
    resize: none;
    padding-top: 12px;
    padding-bottom: 12px;
}
.contactFormSection .contactForm .formFields .formGroup select{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url('/images/dropdown-arrow-dark.svg');
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
}
.contactFormSection .contactForm .formFields .formGroup .phoneInputGroup{
    display: flex;
    gap: 12px;
}
.contactFormSection .contactForm .formFields .formGroup .phoneInputGroup .countryCode{
    height: 41px;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    display: flex;
    align-items: center;
    gap: 6px;
}
.contactFormSection .contactForm .formFields .formGroup .phoneInputGroup .countryCode select{
    min-width: 76px;
}
.contactFormSection .contactForm .formFields .formGroup .phoneInputGroup input{
    flex: 1 1 0%;
}
.contactFormSection .contactForm .formFields .formGroup .fileUpload{
    height: 48px;
    width: 100%;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.contactFormSection .contactForm .formFields .formGroup .fileUpload .uploadButton{
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    gap: 10px;
}
.contactFormSection .contactForm .formFields .formGroup .fileUpload .uploadButton img{
    height: 24px;
    width: 24px;
}
.contactFormSection .contactForm .formFields .formGroup .fileUpload .uploadButton span{
    font-size: 14px;
    font-weight: 400;
    line-height: 122%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
                            font-family: "Montserrat", sans-serif;
}
.contactFormSection .contactForm .formFields .formGroup .fileUpload input[type="file"]{
    display: none;
}
.contactFormSection .contactForm .submitButton{
    margin-left: auto;
    margin-right: auto;
    margin-right: 0px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.contactFormSection .contactForm .submitButton span{
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.02em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.newsFromUsSection{
    padding-top: 24px;
}
@media (min-width: 1200px){

    .newsFromUsSection{
        padding-top: 40px;
    }
}
.newsFromUsSection .relatedNewsCard{
    margin-bottom: 24px;
    width: 100%;
}
@media (min-width: 1200px){

    .newsFromUsSection .relatedNewsCard{
        margin-bottom: 56px;
    }
}
.newsFromUsSection .relatedNewsCard .relatedNewsCard-image{
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .newsFromUsSection .relatedNewsCard .relatedNewsCard-image{
        height: 270px;
    }
}
.newsFromUsSection .relatedNewsCard .relatedNewsCard-image .badge{
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 2px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(83 87 90 / var(--tw-bg-opacity, 1));
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.newsFromUsSection .relatedNewsCard .title{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.newsFromUsSection .relatedNewsCard .text{
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.newsFromUsSection .relatedNewsCard .text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.newsDetailSection{
    padding-top: 48px;
    padding-bottom: 80px;
}
@media (min-width: 1200px){

    .newsDetailSection{
        padding-top: 48px;
        padding-bottom: 120px;
    }
}
.newsDetailSection .title{
    font-size: 32px;
    font-weight: 300;
    line-height: 130%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .newsDetailSection .title{
        font-size: 42px;
    }
}
.newsDetailSection .title{
        font-family: "Montserrat", sans-serif;
    }
.newsDetailSection .newsContent{
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .newsDetailSection .newsContent{
        margin-top: 38px;
    }
}
.newsDetailSection .newsContent p{
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.newsDetailSection .newsContent img{
    margin-top: 24px;
    margin-bottom: 24px;
    height: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
}
.newsDetailSection .socialShare{
    margin-top: 20px;
}
@media (min-width: 1200px){

    .newsDetailSection .socialShare{
        margin-top: 40px;
    }
}
.newsDetailSection .socialShare .socialShare-title{
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.newsDetailSection .socialShare .socialShare-icons{
    display: flex;
    align-items: center;
    gap: 14px;
}
.newsDetailSection .socialShare .socialShare-icons .socialShare-icon{
    display: flex;
    height: 20px;
    width: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.newsDetailSection .socialShare .socialShare-icons .socialShare-icon img{
    max-height: 20px;
    width: auto;
}
.relatedNewsSection{
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .relatedNewsSection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.relatedNewsSection .flexTitle{
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.relatedNewsSection .flexTitle .defaultTitle{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .relatedNewsSection .flexTitle .defaultTitle{
        font-size: 32px;
    }
}
.relatedNewsSection .relatedNewsSwiper{
    overflow: visible;
    padding-bottom: 40px;
    padding-right: 80px;
}
@media (min-width: 1200px){

    .relatedNewsSection .relatedNewsSwiper{
        overflow: hidden;
        padding-bottom: 80px;
        padding-right: 0px;
    }
}
.relatedNewsSection .relatedNewsSwiper .swiper-pagination.swiper-pagination-relatedNews.swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: unset;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    width: 204px;
}
.relatedNewsSection .relatedNewsSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
}
.relatedNewsSection .relatedNewsSwiper .relatedNewsCard{
    width: 100%;
}
.relatedNewsSection .relatedNewsSwiper .relatedNewsCard .relatedNewsCard-image{
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .relatedNewsSection .relatedNewsSwiper .relatedNewsCard .relatedNewsCard-image{
        height: 270px;
    }
}
.relatedNewsSection .relatedNewsSwiper .relatedNewsCard .relatedNewsCard-image .badge{
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 2px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(83 87 90 / var(--tw-bg-opacity, 1));
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.relatedNewsSection .relatedNewsSwiper .relatedNewsCard .title{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.relatedNewsSection .relatedNewsSwiper .relatedNewsCard .text{
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.relatedNewsSection .relatedNewsSwiper .relatedNewsCard .text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.blogSection{
    padding-top: 0;
}
@media (min-width: 1200px){

    .blogSection{
        padding-top: 40px;
    }
}
.blogSection .tabsSection{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
}
@media (min-width: 1200px){

    .blogSection .tabsSection{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
        width: -moz-fit-content;
        width: fit-content;
        justify-content: center;
    }
}
.blogSection .tabsSection label{
    cursor: pointer;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.blogSection .tabsSection label.active{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.blogSection .tabsSection label span{
    display: block;
    width: -moz-max-content;
    width: max-content;
}
.blogSection .blogCard{
    margin-bottom: 24px;
    width: 100%;
}
@media (min-width: 1200px){

    .blogSection .blogCard{
        margin-bottom: 56px;
    }
}
.blogSection .blogCard .blogCard-image{
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .blogSection .blogCard .blogCard-image{
        height: 270px;
    }
}
.blogSection .blogCard .blogCard-image .badge{
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 2px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(83 87 90 / var(--tw-bg-opacity, 1));
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.blogSection .blogCard .title{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.blogSection .blogCard .text{
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.blogSection .blogCard .text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.hotel-promo{
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .hotel-promo{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.hotel-promo .hotel-promo-title{
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .hotel-promo .hotel-promo-title{
        font-size: 32px;
    }
}
.hotel-promo .hotel-promo-title {
        font-family: "Montserrat", sans-serif;
    }
.hotel-promo .hotel-promo-description{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
        font-family: "Montserrat", sans-serif;
}
.hotel-promo .btn-dark{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hotel-promo .hotel-promo-contact{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media (min-width: 1200px){

    .hotel-promo .hotel-promo-contact{
        flex-direction: row;
    }
}
.hotel-promo .hotel-promo-contact .contact-item{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
@media (min-width: 1200px){

    .hotel-promo .hotel-promo-contact .contact-item{
        width: 232px;
    }
}
.hotel-promo .hotel-promo-contact .contact-item .contact-label{
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.hotel-promo .hotel-promo-contact .contact-item .contact-value{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
    opacity: 0.6;
                font-family: "Montserrat", sans-serif;
}
.hotel-promo .hotel-promo-contact .contact-item .contact-value[href]{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.hotel-promo .hotel-promo-contact .contact-item .contact-value[href]:hover{
    opacity: 1;
}
.hotel-promo .hotel-promo-contact .contact-divider{
    display: none;
    height: 40px;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(239 240 240 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px){

    .hotel-promo .hotel-promo-contact .contact-divider{
        display: block;
    }
}
.destination-section{
    position: relative;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 58px;
}
@media (min-width: 1200px){

    .destination-section{
        background-image: url('/images/destinationBg.svg');
        padding-top: 20px;
        padding-bottom: 120px;
    }
}
.destination-section .title{
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .destination-section .title{
        margin-top: 40px;
        font-size: 32px;
    }
}
.destination-section .title{
        font-family: "Montserrat", sans-serif;
    }
.destination-section .description{
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .destination-section .description{
        margin-top: 16px;
    }
}
.destination-section .description{
        font-family: "Montserrat", sans-serif;
    }
.destination-section .description p{
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.destination-section .defaultLink{
    margin-top: 32px;
    display: block;
}
@media (min-width: 1200px){

    .destination-section .defaultLink{
        margin-top: 48px;
    }
}
.destination-section .imgBox1{
    position: relative;
    height: auto;
    max-width: 40%;
    overflow: hidden;
    border-radius: 4px;
}
.destination-section .imgBox1 img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.destination-section .imgBox2{
    position: relative;
    height: auto;
    max-width: 60%;
    overflow: hidden;
    border-radius: 4px;
}
.destination-section .imgBox2 img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.accomodationSection{
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .accomodationSection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.accomodationSection .title{
    margin-bottom: 16px;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .accomodationSection .title{
        font-size: 32px;
    }
}
.accomodationSection .title{
        font-family: "Montserrat", sans-serif;
    }
.accomodationSection .description{
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .accomodationSection .description{
        margin-bottom: 48px;
    }
}
.accomodationSection .description p{
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.accomodationSection .description{
        font-family: "Montserrat", sans-serif;
}
.accomodationSection .tabsSection{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    overflow-x: auto;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
}
@media (min-width: 1200px){

    .accomodationSection .tabsSection{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 48px;
        width: -moz-fit-content;
        width: fit-content;
    }
}
.accomodationSection .tabsSection label{
    cursor: pointer;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.accomodationSection .tabsSection label.active{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.accomodationSection .tabs-container .accomodationSwiper{
    overflow: visible;
    padding-bottom: 40px;
}
@media (min-width: 1200px){

    .accomodationSection .tabs-container .accomodationSwiper{
        padding-bottom: 64px;
    }
}
.accomodationSection .tabs-container .tab-content .swiper-pagination.swiper-pagination-accomodation.swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: unset;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    width: 204px;
}
.accomodationSection .tabs-container .tab-content .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
}
.accomodationSection .tabs-container .tab-content .swiper-slide{
    width: -moz-fit-content;
    width: fit-content;
}
.accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard{
    width: 305px;
}
@media (min-width: 1200px){

    .accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard{
        width: 342px;
    }
}
.accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardImg{
    position: relative;
    margin-bottom: 24px;
    height: 405px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardImg{
        height: 440px;
    }
}
.accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardImg 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;
}
.accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardContent .accomodationCardTitle{
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardContent .accomodationCardTitle{
        font-size: 20px;
    }
}
.accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardContent .accomodationCardTitle{
                            font-family: "Montserrat", sans-serif;
                        }
.accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardContent .accomodationCardFeatures{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}
@media (min-width: 1200px){

    .accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardContent .accomodationCardFeatures{
        margin-top: 24px;
    }
}
.accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardContent .accomodationCardFeatures .featureItemIcon{
    height: auto;
    width: 16px;
}
@media (min-width: 1200px){

    .accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardContent .accomodationCardFeatures .featureItemIcon{
        width: 20px;
    }
}
.accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardContent .accomodationCardFeatures .featureItemIcon img{
    height: auto;
    width: 100%;
}
.accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardContent .accomodationCardFeatures .featureItem{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardContent .accomodationCardFeatures .featureItem{
        font-size: 14px;
    }
}
.accomodationSection .tabs-container .tab-content .swiper-slide .accomodationCard .accomodationCardContent .accomodationCardFeatures .featureItem{
                                font-family: "Montserrat", sans-serif;
                            }
.accomodationSection .tabs-container .tab-content .swiper-slide:first-child .accomodationCard{
    width: 305px;
}
@media (min-width: 1200px){

    .accomodationSection .tabs-container .tab-content .swiper-slide:first-child .accomodationCard{
        width: 547px;
    }
}
.accomodationSection .tabs-container .tab-content .swiper-slide:hover .accomodationCard .accomodationCardImg 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;
}
.hotelSpecialOffersSection{
    position: relative;
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .hotelSpecialOffersSection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.hotelSpecialOffersSection::before{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 11;
    display: none;
    height: 392px;
    width: 446px;
    background-position: bottom left;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
}
@media (min-width: 1200px){

    .hotelSpecialOffersSection::before{
        display: block;
        background-image: url('/images/specialOffersBg.svg');
    }
}
.hotelSpecialOffersSection .defaultTitle{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .hotelSpecialOffersSection .defaultTitle{
        font-size: 32px;
    }
}
.hotelSpecialOffersSection .defaultText{
    margin-top: 16px;
    margin-bottom: 32px;
    width: 100%;
    max-width: 379px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .hotelSpecialOffersSection .defaultText{
        margin-bottom: 48px;
    }
}
.hotelSpecialOffersSection .defaultText p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.hotelSpecialOffersSection .first-col{
    position: relative;
    z-index: 10;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-right: 0;
}
@media (min-width: 1200px){

    .hotelSpecialOffersSection .first-col{
        padding-right: 48px;
    }
}
.hotelSpecialOffersSection .first-col::before{
    position: absolute;
    top: 0px;
    left: -2000px;
    height: 100%;
    width: 2000px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: var(--tw-content);
}
.hotelSpecialOffersSection .second-col{
    z-index: 0;
}
.hotelSpecialOffersSection .specialOffersSwiper{
    overflow: visible;
    padding-bottom: 50px;
}
.hotelSpecialOffersSection .specialOffersSwiper .swiper-slide{
    width: 305px !important;
}
@media (min-width: 1200px){

    .hotelSpecialOffersSection .specialOffersSwiper .swiper-slide{
        width: 342px !important;
    }
}
.hotelSpecialOffersSection .specialOffersSwiper .swiper-slide .specialOfferCard .specialOfferCard-image{
    position: relative;
    height: 405px;
    width: 305px;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .hotelSpecialOffersSection .specialOffersSwiper .swiper-slide .specialOfferCard .specialOfferCard-image{
        height: 442px;
        width: 342px;
    }
}
.hotelSpecialOffersSection .specialOffersSwiper .swiper-slide .specialOfferCard .specialOfferCard-image img{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.hotelSpecialOffersSection .specialOffersSwiper .swiper-slide .specialOfferCard .specialOfferCard-image .badge{
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    border-radius: 2px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(83 87 90 / var(--tw-bg-opacity, 1));
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hotelSpecialOffersSection .specialOffersSwiper .swiper-slide .specialOfferCard .hotelName{
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.hotelSpecialOffersSection .specialOffersSwiper .swiper-slide .specialOfferCard .title{
    margin-top: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.hotelSpecialOffersSection .specialOffersSwiper .swiper-slide .specialOfferCard .text{
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.hotelSpecialOffersSection .specialOffersSwiper .swiper-slide:hover .specialOfferCard .specialOfferCard-image 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;
}
.hotelSpecialOffersSection .specialOffersSwiper .swiper-pagination.swiper-pagination-specialOffers.swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: unset;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    width: 204px;
}
@media (min-width: 1200px){

    .hotelSpecialOffersSection .specialOffersSwiper .swiper-pagination.swiper-pagination-specialOffers.swiper-pagination-progressbar.swiper-pagination-horizontal{
        right: unset;
    }
}
.hotelSpecialOffersSection .specialOffersSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
}
.foodAndDrinkSection{
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    background-image: url('/images/foodAndDrinkBgMobile.svg');
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 64px;
    padding-bottom: 120px;
}
@media (min-width: 1200px){

    .foodAndDrinkSection{
        background-image: url('/images/foodAndDrinkBg.svg');
        background-position: left center;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.foodAndDrinkSection .imgBox{
    position: relative;
    max-height: 330px;
    width: auto;
    overflow: hidden;
}
@media (min-width: 1200px){

    .foodAndDrinkSection .imgBox{
        max-height: 460px;
    }
}
.foodAndDrinkSection .imgBox img{
    max-height: 330px;
    width: auto;
}
@media (min-width: 1200px){

    .foodAndDrinkSection .imgBox img{
        max-height: 460px;
    }
}
.foodAndDrinkSection .pBottomRightImg{
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-height: 164px;
    width: auto;
}
@media (min-width: 1200px){

    .foodAndDrinkSection .pBottomRightImg{
        max-height: 386px;
    }
}
.foodAndDrinkSection .pBottomRightImg img{
    max-height: 164px;
    width: auto;
}
@media (min-width: 1200px){

    .foodAndDrinkSection .pBottomRightImg img{
        max-height: 386px;
    }
}
.foodAndDrinkSection .title{
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        font-family: "Montserrat", sans-serif;
}
.foodAndDrinkSection .description{
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
        font-family: "Montserrat", sans-serif;
}
.foodAndDrinkSection .defaultLink{
    margin-top: 32px;
    display: block;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .foodAndDrinkSection .defaultLink{
        margin-top: 48px;
    }
}
.foodAndDrinkSection .defaultLink::before{
    position: absolute;
    top: 50%;
    left: 0px;
    height: 1px;
    width: 40px;
    --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));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: var(--tw-content);
}
.activitiesSection{
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .activitiesSection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.activitiesSection .defaultTitle{
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .activitiesSection .defaultTitle{
        font-size: 32px;
    }
}
.activitiesSection .defaultText{
    margin-top: 16px;
    margin-bottom: 32px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .activitiesSection .defaultText{
        margin-bottom: 48px;
    }
}
.activitiesSection .defaultText p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.activitiesSection .defaultLink{
    margin-bottom: 40px;
    display: inline-block;
}
@media (min-width: 1200px){

    .activitiesSection .defaultLink{
        margin-bottom: 0px;
    }
}
.activitiesSection .items-end{
    position: relative;
}
.activitiesSection .items-end::after{
    position: absolute;
    bottom: -30px;
    left: 90%;
    z-index: 1;
    height: 241px;
    width: 213px;
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
}
@media (min-width: 1200px){

    .activitiesSection .items-end::after{
        background-image: url('/images/activitiesBg.svg');
    }
}
.activitiesSection .imgBoxLeft{
    position: relative;
    height: 220px;
    width: 290px;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .activitiesSection .imgBoxLeft{
        height: auto;
        max-height: 460px;
        width: 100%;
        max-width: 610px;
    }
}
.activitiesSection .imgBoxLeft img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.activitiesSection .imgBoxRight{
    position: relative;
    height: 240px;
    width: 174px;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .activitiesSection .imgBoxRight{
        margin-bottom: 200px;
        height: auto;
        max-height: 440px;
        width: 100%;
        max-width: 317px;
    }
}
.activitiesSection .imgBoxRight img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.activitiesSection .container-fluid{
    margin-top: 0px;
}
@media (min-width: 1200px){

    .activitiesSection .container-fluid{
        margin-top: -44px;
    }
}
.hotelNewsFromUsSection{
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .hotelNewsFromUsSection{
        padding-top: 120px;
        padding-bottom: 100px;
    }
}
.hotelNewsFromUsSection .topCover{
    position: relative;
    z-index: 10;
}
.hotelNewsFromUsSection .topCover::before{
    position: absolute;
    top: 0px;
    left: -2000px;
    z-index: 1;
    height: 100%;
    width: 2000px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: var(--tw-content);
}
.hotelNewsFromUsSection .defaultTitle{
    margin-bottom: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .hotelNewsFromUsSection .defaultTitle{
        margin-bottom: 80px;
        font-size: 32px;
    }
}
.hotelNewsFromUsSection .description{
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .hotelNewsFromUsSection .description{
        margin-bottom: 48px;
    }
}
.hotelNewsFromUsSection .description p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.hotelNewsFromUsSection .swiper-pagination.swiper-pagination-hotelNews.swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: unset;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    width: 204px;
}
@media (min-width: 1200px){

    .hotelNewsFromUsSection .swiper-pagination.swiper-pagination-hotelNews.swiper-pagination-progressbar.swiper-pagination-horizontal{
        right: unset;
    }
}
.hotelNewsFromUsSection .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
}
.hotelNewsFromUsSection .hotelNewsSwiper{
    overflow: visible;
    padding-bottom: 44px;
}
.hotelNewsFromUsSection .hotelNewsSwiper .swiper-slide{
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.hotelNewsFromUsSection .hotelNewsSwiper .swiper-slide .hotelNewsCard{
    width: 310px;
}
@media (min-width: 1200px){

    .hotelNewsFromUsSection .hotelNewsSwiper .swiper-slide .hotelNewsCard{
        width: 432px;
    }
}
.hotelNewsFromUsSection .hotelNewsSwiper .swiper-slide .hotelNewsCard .hotelNewsCard-image{
    position: relative;
    height: 194px;
    width: 310px;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .hotelNewsFromUsSection .hotelNewsSwiper .swiper-slide .hotelNewsCard .hotelNewsCard-image{
        height: 270px;
        width: 432px;
    }
}
.hotelNewsFromUsSection .hotelNewsSwiper .swiper-slide .hotelNewsCard .hotelNewsCard-image 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;
}
.hotelNewsFromUsSection .hotelNewsSwiper .swiper-slide .hotelNewsCard .hotelNewsCard-image .badge{
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    border-radius: 2px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(83 87 90 / var(--tw-bg-opacity, 1));
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hotelNewsFromUsSection .hotelNewsSwiper .swiper-slide .hotelNewsCard .title{
    margin-top: 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                    font-family: "Montserrat", sans-serif;
}
.hotelNewsFromUsSection .hotelNewsSwiper .swiper-slide .hotelNewsCard .text{
    margin-top: 12px;
    min-height: 65px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .hotelNewsFromUsSection .hotelNewsSwiper .swiper-slide .hotelNewsCard .text{
        font-size: 16px;
    }
}
.hotelNewsFromUsSection .hotelNewsSwiper .swiper-slide .hotelNewsCard .text{
                    font-family: "Montserrat", sans-serif;
                }
.hotelNewsFromUsSection .hotelNewsSwiper .swiper-slide .hotelNewsCard .defaultLink{
    margin-top: 24px;
}
.hotelNewsFromUsSection .hotelNewsSwiper .swiper-slide .hotelNewsCard:hover .hotelNewsCard-image 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;
}
.hotelNewsFromUsSection .titleXL{
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .hotelNewsFromUsSection .titleXL{
        font-size: 32px;
    }
}
.hotelNewsFromUsSection .titleXL{
        font-family: "Montserrat", sans-serif;
    }
.banner-section{
    position: relative;
}
.banner-section .banner-container{
    position: relative;
    height: 620px;
}
.banner-section .banner-container img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.banner-section .banner-container .banner-content{
    position: absolute;
    bottom: 70px;
    left: 50%;
    display: flex;
    width: 100%;
    max-width: 1024px;
    --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));
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    padding-left: 20px;
    padding-right: 20px;
}
.activitiesSection .banner-section .banner-container .banner-content{
    position: relative;
}
.activitiesSection .banner-section .banner-container .banner-content::after{
    position: absolute;
    bottom: -30px;
    left: 90%;
    z-index: 1;
    height: 241px;
    width: 213px;
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
}
@media (min-width: 1200px){

    .activitiesSection .banner-section .banner-container .banner-content::after{
        background-image: url('/images/activitiesBg.svg');
    }

    .banner-section .banner-container .banner-content{
        bottom: 80px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
.banner-section .banner-container .banner-content .title{
    width: 100%;
    max-width: 400px;
    font-size: 40px;
    font-weight: 300;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .banner-section .banner-container .banner-content .title{
        font-size: 56px;
    }
}
.banner-section .banner-container .banner-content .title{
                font-family: "Montserrat", sans-serif;
            }
.banner-section .banner-container .banner-content .description{
    margin-top: 0;
    width: 100%;
    max-width: 310px;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .banner-section .banner-container .banner-content .description{
        margin-top: 0px;
        max-width: 432px;
        font-size: 14px;
    }
}
.banner-section .banner-container .banner-content .description{
                font-family: "Montserrat", sans-serif;
            }
.roomsAndSuitesTabSection{
    padding-top: 64px;
}
@media (min-width: 1200px){

    .roomsAndSuitesTabSection{
        padding-top: 80px;
    }
}
.roomsAndSuitesTabSection .tabsSection{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    overflow-x: auto;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
}
@media (min-width: 1200px){

    .roomsAndSuitesTabSection .tabsSection{
        margin-left: auto;
        margin-right: auto;
        width: -moz-fit-content;
        width: fit-content;
    }
}
.roomsAndSuitesTabSection .tabsSection label{
    cursor: pointer;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.roomsAndSuitesTabSection .tabsSection label.active{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection{
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection.bgGray{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .roomsAndSuitesImgBoxes .ImgBoxLeft{
    position: relative;
    aspect-ratio: 350/240;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .roomsAndSuitesImgBoxes .ImgBoxLeft{
        aspect-ratio: 370/520;
        max-height: 520px;
        max-width: 370px;
    }
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .roomsAndSuitesImgBoxes .ImgBoxLeft img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .roomsAndSuitesImgBoxes .ImgBoxRight{
    position: relative;
    aspect-ratio: 170/170;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .roomsAndSuitesImgBoxes .ImgBoxRight{
        aspect-ratio: 250/250;
        max-height: 250px;
        max-width: 250px;
    }
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .roomsAndSuitesImgBoxes .ImgBoxRight:first-child{
    margin-right: 10px;
}
@media (min-width: 1200px){

    .roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .roomsAndSuitesImgBoxes .ImgBoxRight:first-child{
        margin-right: 0px;
        margin-bottom: 20px;
    }
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .roomsAndSuitesImgBoxes .ImgBoxRight img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .title{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .title{
        font-size: 32px;
    }
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .description{
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .accomodationCardFeatures{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
@media (min-width: 1200px){

    .roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .accomodationCardFeatures{
        margin-top: 24px;
    }
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .accomodationCardFeatures .featureItemIcon{
    height: auto;
    width: 16px;
}
@media (min-width: 1200px){

    .roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .accomodationCardFeatures .featureItemIcon{
        width: 20px;
    }
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .accomodationCardFeatures .featureItemIcon img{
    height: auto;
    width: 100%;
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .accomodationCardFeatures .featureItem{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .accomodationCardFeatures .featureItem{
        font-size: 14px;
    }
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .accomodationCardFeatures .featureItem{
                    font-family: "Montserrat", sans-serif;
                }
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .accomodationCardFeatures .featureItem .featureItemText{
    width: -moz-max-content;
    width: max-content;
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .card-buttons{
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
}
@media (min-width: 1200px){

    .roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .card-buttons{
        margin-top: 48px;
        gap: 48px;
    }
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .card-buttons .defaultLink{
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.roomsAndSuitesTabSection .tabs-container .roomsAndSuitesSection .card-buttons .btn-dark{
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.slideLeft{
    position: absolute;
    top: 250px;
    left: 0;
    z-index: 12;
    width: 100%;
}
@media (min-width: 1200px){

    .slideLeft{
        width: -moz-fit-content;
        width: fit-content;
    }
}
.slideLeft .slideBtn{
    position: relative;
    top: 0;
    left: 0px;
    z-index: 12;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding: 24px 14px;
    font-size: 12px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-family: "Montserrat", sans-serif;
}
.slideLeft .slideContent{
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 11;
    height: -moz-fit-content;
    height: fit-content;
    width: 432px;
    max-width: calc(100% - 50px);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 20px;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
@media (min-width: 1200px){

    .slideLeft .slideContent{
        max-width: unset;
    }
}
.slideLeft .slideContent.active{
    left: 47px;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.roomDetailPageTitleSection{
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .roomDetailPageTitleSection{
        padding-top: 80px;
        padding-bottom: 120px;
    }
}
.roomDetailPageTitleSection .topTitle{
    margin-bottom: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .roomDetailPageTitleSection .topTitle{
        font-size: 14px;
    }
}
.roomDetailPageTitleSection .topTitle{
        font-family: "Montserrat", sans-serif;
    }
.roomDetailPageTitleSection .title{
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    line-height: 130%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .roomDetailPageTitleSection .title{
        font-size: 56px;
    }
}
.roomDetailPageTitleSection .title{
        font-family: "Montserrat", sans-serif;
    }
.roomDetailPageTitleSection .accomodationCardFeatures{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
@media (min-width: 1200px){

    .roomDetailPageTitleSection .accomodationCardFeatures{
        margin-top: 24px;
        gap: 32px;
    }
}
.roomDetailPageTitleSection .accomodationCardFeatures .featureItem{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .roomDetailPageTitleSection .accomodationCardFeatures .featureItem{
        font-size: 14px;
    }
}
.roomDetailPageTitleSection .accomodationCardFeatures .featureItem{
            font-family: "Montserrat", sans-serif;
        }
.roomDetailPageTitleSection .accomodationCardFeatures .featureItem .featureItemIcon{
    height: auto;
    width: 16px;
}
@media (min-width: 1200px){

    .roomDetailPageTitleSection .accomodationCardFeatures .featureItem .featureItemIcon{
        width: 20px;
    }
}
.fullWidthRoomSliderSection{
    overflow: hidden;
}
.fullWidthRoomSliderSection .swiper-pagination.fullRoomSliderPagination.swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: unset;
    bottom: 0px;
    left: 20px;
    right: 20px;
    height: 2px;
    width: 204px;
}
@media (min-width: 1200px){

    .fullWidthRoomSliderSection .swiper-pagination.fullRoomSliderPagination.swiper-pagination-progressbar.swiper-pagination-horizontal{
        left: 48px;
        right: 48px;
    }
}
.fullWidthRoomSliderSection .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
}
.fullWidthRoomSliderSection .fullRoomSlider{
    overflow: visible;
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    padding-bottom: 40px;
}
.fullWidthRoomSliderSection .fullRoomSlider .swiper-slide{
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.fullWidthRoomSliderSection .fullRoomSlider .swiper-slide .roomSliderImage{
    position: relative;
    height: 232px;
    width: 350px;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .fullWidthRoomSliderSection .fullRoomSlider .swiper-slide .roomSliderImage{
        height: 500px;
        width: 842px;
    }
}
.fullWidthRoomSliderSection .fullRoomSlider .swiper-slide .roomSliderImage 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;
}
.fullWidthRoomSliderSection .fullRoomSlider .swiper-slide .roomSliderImage:hover img{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.roomDetailFacilities{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    background-image: url('/images/roomSectionBg.svg');
    background-size: auto 100%;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 1200px){

    .roomDetailFacilities{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.roomDetailFacilities .title{
    margin-top: 40px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .roomDetailFacilities .title{
        font-size: 32px;
    }
}
.roomDetailFacilities .title{
        font-family: "Montserrat", sans-serif;
    }
.roomDetailFacilities .subTitle{
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
        font-family: "Montserrat", sans-serif;
}
.roomDetailFacilities p{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .roomDetailFacilities p{
        font-size: 16px;
    }
}
.roomDetailFacilities p{
        font-family: "Montserrat", sans-serif;
    }
.roomDetailFacilities .roomDetailFacilitiesList{
    display: flex;
    justify-content: center;
}
.roomDetailFacilities .roomDetailFacilitiesList ul{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
}
@media (min-width: 1200px){

    .roomDetailFacilities .roomDetailFacilitiesList ul{
        max-width: 580px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.roomDetailFacilities .roomDetailFacilitiesList ul li{
    position: relative;
    width: -moz-max-content;
    width: max-content;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .roomDetailFacilities .roomDetailFacilitiesList ul li{
        margin-left: 40px;
        margin-right: 40px;
        font-size: 16px;
    }
}
.roomDetailFacilities .roomDetailFacilitiesList ul li{
                font-family: "Montserrat", sans-serif;
            }
.roomDetailFacilities .roomDetailFacilitiesList ul li::before{
    position: absolute;
    top: 1px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-image: url('/images/listCheck.svg');
    background-size: contain;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
}
.roomDetailFacilities .defaultLink{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: block;
}
.roomDetailFacilities .btn-dark{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.otherOptions{
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .otherOptions{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.otherOptions .flexTitle{
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.otherOptions .flexTitle .defaultTitle{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .otherOptions .flexTitle .defaultTitle{
        font-size: 32px;
    }
}
.otherOptions .otherOptionsSwiper{
    overflow: visible;
    padding-bottom: 40px;
    padding-right: 80px;
}
@media (min-width: 1200px){

    .otherOptions .otherOptionsSwiper{
        overflow: hidden;
        padding-bottom: 80px;
        padding-right: 0px;
    }
}
.otherOptions .otherOptionsSwiper .swiper-pagination.swiper-pagination-otherOptions.swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: unset;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    width: 204px;
}
.otherOptions .otherOptionsSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
}
.otherOptions .otherOptionsSwiper .otherOptionsCard{
    width: 100%;
}
.otherOptions .otherOptionsSwiper .otherOptionsCard .otherOptionsCard-image{
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .otherOptions .otherOptionsSwiper .otherOptionsCard .otherOptionsCard-image{
        height: 270px;
    }
}
.otherOptions .otherOptionsSwiper .otherOptionsCard .otherOptionsCard-image 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;
}
.otherOptions .otherOptionsSwiper .otherOptionsCard:hover a 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;
}
.otherOptions .otherOptionsSwiper .otherOptionsCard .title{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.otherOptions .otherOptionsSwiper .otherOptionsCard .text{
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.otherOptions .otherOptionsSwiper .otherOptionsCard .text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.leftSliderRightContent{
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .leftSliderRightContent{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.leftSliderRightContent .leftSwiper{
    overflow: hidden;
    padding-bottom: 40px;
}
.leftSliderRightContent .leftSwiper .swiper-pagination.swiper-pagination-leftSwiper.swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: unset;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    width: 204px;
}
.leftSliderRightContent .leftSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px){

    .leftSliderRightContent .leftSwiper .leftSwiperCard{
        width: -moz-fit-content;
        width: fit-content;
    }
}
.leftSliderRightContent .leftSwiper .leftSwiperCard .leftSwiperCard-image{
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .leftSliderRightContent .leftSwiper .leftSwiperCard .leftSwiperCard-image{
        height: 460px;
        width: 610px;
    }
}
.leftSliderRightContent .leftSwiper .leftSwiperCard .leftSwiperCard-image img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.leftSliderRightContent .title{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .leftSliderRightContent .title{
        font-size: 32px;
    }
}
.leftSliderRightContent .title{
        font-family: "Montserrat", sans-serif;
    }
.leftSliderRightContent p{
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
        font-family: "Montserrat", sans-serif;
}
.leftSliderRightContent .infoBoxes{
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}
.leftSliderRightContent .infoBoxes .infoBox .infoBoxTitle{
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.leftSliderRightContent .infoBoxes .infoBox .infoBoxText{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.leftSliderRightContentBg{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .leftSliderRightContentBg{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.leftSliderRightContentBg .leftSwiper{
    overflow: hidden;
    padding-bottom: 40px;
}
.leftSliderRightContentBg .leftSwiper .swiper-pagination.swiper-pagination-leftSwiper.swiper-pagination-progressbar.swiper-pagination-horizontal{
    top: unset;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    width: 204px;
}
.leftSliderRightContentBg .leftSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px){

    .leftSliderRightContentBg .leftSwiper .leftSwiperCard{
        width: -moz-fit-content;
        width: fit-content;
    }
}
.leftSliderRightContentBg .leftSwiper .leftSwiperCard .leftSwiperCard-image{
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
@media (min-width: 1200px){

    .leftSliderRightContentBg .leftSwiper .leftSwiperCard .leftSwiperCard-image{
        height: 460px;
        width: 610px;
    }
}
.leftSliderRightContentBg .leftSwiper .leftSwiperCard .leftSwiperCard-image img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.leftSliderRightContentBg .title{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .leftSliderRightContentBg .title{
        font-size: 32px;
    }
}
.leftSliderRightContentBg .title{
        font-family: "Montserrat", sans-serif;
    }
.leftSliderRightContentBg p{
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
        font-family: "Montserrat", sans-serif;
}
.leftSliderRightContentBg .infoBoxes{
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}
.leftSliderRightContentBg .infoBoxes .infoBox .infoBoxTitle{
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.leftSliderRightContentBg .infoBoxes .infoBox .infoBoxText{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.technicalSpecifications{
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .technicalSpecifications{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.technicalSpecifications .title{
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .technicalSpecifications .title{
        font-size: 32px;
    }
}
.technicalSpecifications .title{
        font-family: "Montserrat", sans-serif;
    }
.technicalSpecifications .technicalSpecificationsList{
    margin-top: 24px;
}
.technicalSpecifications .technicalSpecificationsList .tabsSection{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    overflow-x: auto;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
}
@media (min-width: 1200px){

    .technicalSpecifications .technicalSpecificationsList .tabsSection{
        margin-left: auto;
        margin-right: auto;
        width: -moz-fit-content;
        width: fit-content;
    }
}
.technicalSpecifications .technicalSpecificationsList .tabsSection label{
    cursor: pointer;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.technicalSpecifications .technicalSpecificationsList .tabsSection label.active{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .technicalSpecifications .technicalSpecificationsList .technicalSpecificationsItem{
        width: 200px;
        border-right-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    }

    .technicalSpecifications .technicalSpecificationsList .technicalSpecificationsItem:last-child{
        border-right-width: 0px;
    }
}
.technicalSpecifications .technicalSpecificationsList .technicalSpecificationsItem .technicalSpecificationsItem-title{
    margin-bottom: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.technicalSpecifications .technicalSpecificationsList .technicalSpecificationsItem .technicalSpecificationsItem-value{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
@media (min-width: 1200px){

    .technicalSpecifications .technicalSpecificationsList .otherFeatures-item{
        width: 150px;
    }
}
.technicalSpecifications .technicalSpecificationsList .otherFeatures-item .iconBox{
    margin-bottom: 16px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1200px){

    .technicalSpecifications .technicalSpecificationsList .otherFeatures-item .iconBox{
        margin-bottom: 24px;
    }
}
.technicalSpecifications .technicalSpecificationsList .otherFeatures-item .iconBox img{
    height: 12px;
    width: auto;
}
@media (min-width: 1200px){

    .technicalSpecifications .technicalSpecificationsList .otherFeatures-item .iconBox img{
        height: 16px;
    }
}
.technicalSpecifications .technicalSpecificationsList .otherFeatures-item .otherFeatures-item-title{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.kvkkSection{
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .kvkkSection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.kvkkSection .title{
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .kvkkSection .title{
        font-size: 42px;
    }
}
.kvkkSection .title{
        font-family: "Montserrat", sans-serif;
    }
.kvkkSection .description{
    margin-top: 32px;
}
.kvkkSection .description p{
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.kvkkSection .description strong{
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
            font-family: "Montserrat", sans-serif;
}
.page-404{
    display: flex;
    height: calc(100vh - 88.67px);
    width: 100%;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    background-image: url('/images/404Bg.svg');
    background-size: auto 100%;
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .page-404{
        height: 100vh;
        background-position: top left;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.page-404 .page-404-content{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
}
@media (min-width: 1200px){

    .page-404 .page-404-content{
        max-width: 620px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0px;
    }
}
.page-404 .page-404-content .page-404-title{
    text-align: center;
    font-size: 90px;
    font-weight: 400;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .page-404 .page-404-content .page-404-title{
        font-size: 120px;
    }
}
.page-404 .page-404-content .page-404-title{
            font-family: "Montserrat", sans-serif;
        }
.page-404 .page-404-content .page-404-subtitle{
    margin-bottom: 24px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: 130%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .page-404 .page-404-content .page-404-subtitle{
        text-align: left;
    }
}
.page-404 .page-404-content .page-404-subtitle{
            font-family: "Montserrat", sans-serif;
        }
.page-404 .page-404-content .page-404-text{
    margin-bottom: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .page-404 .page-404-content .page-404-text{
        text-align: left;
    }
}
.page-404 .page-404-content .page-404-text{
            font-family: "Montserrat", sans-serif;
        }
.page-404 .page-404-content .page-404-button{
    text-align: center;
}
@media (min-width: 1200px){

    .page-404 .page-404-content .page-404-button{
        text-align: left;
    }
}
.page-404 .page-404-content .page-404-button .defaultLink{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.page-404 .page-404-content .page-404-button .defaultLink::before{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.page-500{
    display: flex;
    height: calc(100vh);
    width: 100%;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    background-image: url('/images/404Bg.svg');
    background-size: auto 100%;
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (min-width: 1200px){

    .page-500{
        height: 100vh;
        background-position: top left;
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
.page-500 .page-500-content{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
}
@media (min-width: 1200px){

    .page-500 .page-500-content{
        max-width: 620px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0px;
    }
}
.page-500 .page-500-content .page-500-title{
    text-align: center;
    font-size: 90px;
    font-weight: 400;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .page-500 .page-500-content .page-500-title{
        font-size: 120px;
    }
}
.page-500 .page-500-content .page-500-title{
            font-family: "Montserrat", sans-serif;
        }
.page-500 .page-500-content .page-500-subtitle{
    margin-bottom: 24px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    line-height: 130%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .page-500 .page-500-content .page-500-subtitle{
        text-align: left;
    }
}
.page-500 .page-500-content .page-500-subtitle{
            font-family: "Montserrat", sans-serif;
        }
.page-500 .page-500-content .page-500-text{
    margin-bottom: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .page-500 .page-500-content .page-500-text{
        text-align: left;
    }
}
.page-500 .page-500-content .page-500-text{
            font-family: "Montserrat", sans-serif;
        }
label#email-error{
    position: absolute;
    bottom: -22px;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label#Name-error{
    position: absolute;
    bottom: -22px;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label#Subject-error{
    position: absolute;
    bottom: -22px;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label#Email-error{
    position: absolute;
    bottom: -22px;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label#Phone-error{
    position: absolute;
    bottom: -22px;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label#Message-error{
    position: absolute;
    bottom: -22px;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label#Hotel-error{
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label#Department-error{
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.defaultListStyle ul{
    display: block;
}
.defaultListStyle ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.defaultListStyle ul li{
    position: relative;
    display: block;
    width: 100%;
    padding-left: 40px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .defaultListStyle ul li{
        margin-left: 40px;
        margin-right: 40px;
        font-size: 18px;
    }
}
.defaultListStyle ul li{
            font-family: "Montserrat", sans-serif;
        }
.defaultListStyle ul li::before{
    position: absolute;
    top: 1px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-image: url('/images/listCheck.svg');
    background-size: contain;
    background-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
}
.defaultListStyle ul li p{
    margin-bottom: 0px;
}
label#privacy-error {
    position: absolute;
    bottom: -22px;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
    font-weight: 500;
    left:0;
}
.reservation-modal-content{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 1440px;
    flex-direction: column;
    overflow-y: auto;
}
.reservation-modal-content .reservation-modal-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 0;
    padding-bottom: 20px;
}
.reservation-modal-content .reservation-modal-header .reservation-modal-title-section{
    flex: 1 1 0%;
}
.reservation-modal-content .reservation-modal-header .reservation-modal-title-section .reservation-modal-title{
    margin-bottom: 1rem;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .reservation-modal-content .reservation-modal-header .reservation-modal-title-section .reservation-modal-title{
        font-size: 32px;
    }
}
.reservation-modal-content .reservation-modal-header .reservation-modal-title-section .reservation-modal-title {
                font-family: "Montserrat", sans-serif;
            }
.reservation-modal-content .reservation-modal-header .reservation-modal-title-section .reservation-modal-description{
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 694px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .reservation-modal-content .reservation-modal-header .reservation-modal-title-section .reservation-modal-description{
        font-size: 28px;
    }
}
.reservation-modal-content .reservation-modal-header .reservation-modal-title-section .reservation-modal-description {
                font-family: "Montserrat", sans-serif;
            }
.reservation-modal-content .reservation-modal-body{
    display: flex;
    flex: 1 1 0%;
    justify-content: space-between;
    gap: 40px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section{
    max-width: 60%;
    flex: 1 1 0%;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section .reservation-calendar-container{
    width: 100%;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section .reservation-calendar-container .reservation-modal-date{
    width: 100%;
    border-style: none;
    background-color: transparent;
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section .reservation-calendar-container .flatpickr-calendar{
    position: relative;
    margin-top: 0px;
    max-width: 100%;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    --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);
}
.reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section .reservation-calendar-container .flatpickr-calendar.inline{
    display: block;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section .reservation-calendar-container .flatpickr-calendar .flatpickr-day{
    display: flex;
    max-width: 53px;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    line-height: 21px;
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section .reservation-calendar-container .flatpickr-calendar .flatpickr-day.selected{
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section .reservation-calendar-container .flatpickr-calendar .flatpickr-day.startRange{
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section .reservation-calendar-container .flatpickr-calendar .flatpickr-day.endRange{
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section .reservation-calendar-container .flatpickr-calendar .flatpickr-disabled{
    --tw-text-opacity: 1 !important;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1)) !important;
    text-decoration-line: line-through !important;
}
@media (min-width: 1200px){

    .reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section .reservation-calendar-container .flatpickr-calendar .dayContainer{
        width: 380px;
        min-width: 380px;
        max-width: 380px;
    }
}
.reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section .reservation-calendar-container .flatpickr-calendar .flatpickr-current-month span{
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1)) !important;
                        font-family: "Montserrat", sans-serif;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section .reservation-calendar-container .flatpickr-calendar .numInputWrapper input{
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1)) !important;
                        font-family: "Montserrat", sans-serif;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section .reservation-calendar-container .flatpickr-calendar span.flatpickr-weekday{
    font-size: 12px !important;
    font-weight: 400 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1)) !important;
    opacity: 0.5 !important;
                        font-family: "Montserrat", sans-serif;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section{
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    width: 432px;
    max-width: 100%;
    flex: none;
    flex-direction: column;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
    --tw-shadow: 0px 3px 32px 0px rgba(0,0,0,0.07);
    --tw-shadow-colored: 0px 3px 32px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-title{
    margin-bottom: 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-group{
    margin-bottom: 20px;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-row{
    display: flex;
    gap: 16px;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-row .reservation-form-group{
    flex: 1 1 0%;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-label{
    margin-bottom: 8px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-input{
    height: 41px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
                font-family: "Montserrat", sans-serif;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-input::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-input::placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-input:focus{
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-dropdown-btn{
    width: 100%;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    cursor: pointer;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: 2px solid transparent;
    outline-offset: 2px;
                font-family: "Montserrat", sans-serif;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .dropdown{
    position: relative;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .dropdown .reservation-dropdown-content{
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    width: 230px;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    z-index: 10;
    margin-top: 8px;
    padding: 16px;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
                    display: none;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .dropdown:hover .reservation-dropdown-content,
                .reservation-modal-content .reservation-modal-body .reservation-modal-form-section .dropdown:focus-within .reservation-dropdown-content {
                    display: block;
                }
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .personNum{
    width: 25px;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .custom-option-modal{
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .custom-option-modal li{
    margin-bottom: 8px;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .custom-option-modal li:last-child{
    margin-bottom: 0px;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .custom-option-modal li a{
    display: block;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / 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: 200ms;
                        font-family: "Montserrat", sans-serif;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .custom-option-modal li a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .quantity-btn-modal{
    height: 26px;
    width: 26px;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
    --tw-border-opacity: 0.3;
    padding: 0px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
                font-family: "Montserrat", sans-serif;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .quantity-btn-modal:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .personType{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .personTypeDesc{
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
                font-family: "Montserrat", sans-serif;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-submit{
    margin-top: auto;
    display: flex;
    padding-top: 10px;
}
@media (min-width: 1200px){

    .reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-submit{
        align-items: flex-end;
        justify-content: flex-end;
    }
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-submit .reservation-modal-submit-btn{
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
    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){

    .reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-submit .reservation-modal-submit-btn{
        width: -moz-fit-content;
        width: fit-content;
    }
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-submit .reservation-modal-submit-btn{
    cursor: pointer;
    border-radius: 4px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
                    font-family: "Montserrat", sans-serif;
}
.reservation-modal-content .reservation-modal-body .reservation-modal-form-section .reservation-form-submit .reservation-modal-submit-btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(58 61 64 / var(--tw-bg-opacity, 1));
}
@media (max-width: 1199px) {
        .reservation-modal-content .reservation-modal-header{
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 24px;
        padding-right: 24px;
    }
                .reservation-modal-content .reservation-modal-header .reservation-modal-title-section .reservation-modal-title{
        font-size: 24px;
    }
                
                .reservation-modal-content .reservation-modal-header .reservation-modal-title-section .reservation-modal-description{
        font-size: 12px;
    }
        
        .reservation-modal-content .reservation-modal-body{
        flex-direction: column;
        gap: 24px;
        padding: 24px;
    }
            
            .reservation-modal-content .reservation-modal-body .reservation-modal-calendar-section{
        max-width: 100%;
    }
            
            .reservation-modal-content .reservation-modal-body .reservation-modal-form-section{
        width: 100%;
        max-width: 100%;
    }
    }
.menu-item--dropdown{
    position: relative;
}
.menu-item--dropdown .hotels-dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 50;
    margin-top: 8px;
    border-radius: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    min-width: 240px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    padding-top: 8px;
    padding-bottom: 8px;
        display: none;
}
.menu-item--dropdown .hotels-dropdown-menu .hotels-dropdown-item{
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / 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: 200ms;
            font-family: "Montserrat", sans-serif;
}
.menu-item--dropdown .hotels-dropdown-menu .hotels-dropdown-item:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.menu-item--dropdown .hotels-dropdown-menu .hotels-dropdown-item:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.menu-item--dropdown .hotels-dropdown-menu .hotels-dropdown-item:last-child{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.menu-item--dropdown.dropdown-active .hotels-dropdown-menu {
            display: block;
        }
.desktop-nav.light .menu-item--dropdown .hotels-dropdown-menu{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.desktop-nav.light .menu-item--dropdown .hotels-dropdown-menu .hotels-dropdown-item{
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.desktop-nav.light .menu-item--dropdown .hotels-dropdown-menu .hotels-dropdown-item:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.desktop-nav.dark .menu-item--dropdown .hotels-dropdown-menu{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.desktop-nav.dark .menu-item--dropdown .hotels-dropdown-menu .hotels-dropdown-item{
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.desktop-nav.dark .menu-item--dropdown .hotels-dropdown-menu .hotels-dropdown-item:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.meeting-organization-modal-box{
    max-height: 90vh;
    width: 100%;
    max-width: 984px;
    overflow-y: auto;
    border-radius: 4px;
    padding: 0px;
}
.meeting-organization-modal-box .flatpickr-calendar {
        z-index: 9999 !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        margin-top: 4px !important;
    }
.meeting-organization-modal-box .meeting-organization-modal-content{
    padding: 24px;
}
@media (min-width: 1200px){

    .meeting-organization-modal-box .meeting-organization-modal-content{
        padding: 48px;
    }
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-modal-title{
    margin-bottom: 32px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px){

    .meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-modal-title{
        font-size: 28px;
    }
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-modal-title {
            font-family: "Montserrat", sans-serif;
        }
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (min-width: 1200px){

    .meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form{
        gap: 24px;
    }
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-row{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}
@media (min-width: 1200px){

    .meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-row{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media (min-width: 1200px){

    .meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group.full-width{
        grid-column: span 2 / span 2;
    }
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .form-label{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                    font-family: "Montserrat", sans-serif;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .form-input{
    height: 41px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
                    font-family: "Montserrat", sans-serif;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .form-input::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .form-input::placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .form-input:focus{
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .form-input.date-input{
    cursor: pointer;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .form-select{
    height: 41px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
    cursor: pointer;
    background-image: url('/images/dropdown-arrow-dark.svg');
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
                    font-family: "Montserrat", sans-serif;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .form-select:focus{
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .form-textarea{
    min-height: 93px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    resize: none;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
                    font-family: "Montserrat", sans-serif;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .form-textarea::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .form-textarea::placeholder{
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .form-textarea:focus{
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .phone-input-group{
    display: flex;
    gap: 12px;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .phone-input-group .country-code{
    height: 41px;
    border-radius: 4px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
    display: flex;
    align-items: center;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .phone-input-group .country-code .form-select{
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-style: none;
    background-color: transparent;
    outline: 2px solid transparent;
    outline-offset: 2px;
    background-image: url('/images/dropdown-arrow-dark.svg');
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
                            font-family: "Montserrat", sans-serif;
                            min-width: 80px;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .phone-input-group .phone-input{
    flex: 1 1 0%;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .checkbox-label{
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 12px;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .checkbox-label input[type="checkbox"]{
    margin-top: 2px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    accent-color: #222425;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-group .checkbox-label .checkbox-text{
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
                        font-family: "Montserrat", sans-serif;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-submit{
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-submit .meeting-submit-btn{
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    cursor: pointer;
    border-radius: 4px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
                    font-family: "Montserrat", sans-serif;
}
.meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-form .form-submit .meeting-submit-btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(58 61 64 / var(--tw-bg-opacity, 1));
}
@media (max-width: 1199px) {
.meeting-organization-modal-box{
        height: 100vh;
        max-height: 100vh !important;
        width: 100%;
        overflow-y: auto;
        border-radius: 0px;
        padding: 0px;
    }
            
        .meeting-organization-modal-box .meeting-organization-modal-content{
        padding: 20px;
    }
            
            .meeting-organization-modal-box .meeting-organization-modal-content .meeting-organization-modal-title{
        margin-bottom: 24px;
        font-size: 18px;
    }
    }
.pointer-events-none{
    pointer-events: none;
}
.visible{
    visibility: visible;
}
.collapse{
    visibility: collapse;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.inset-0{
    inset: 0px;
}
.bottom-0{
    bottom: 0px;
}
.bottom-8{
    bottom: 2rem;
}
.bottom-\[-22px\]{
    bottom: -22px;
}
.bottom-\[-30px\]{
    bottom: -30px;
}
.bottom-\[0px\]{
    bottom: 0px;
}
.bottom-\[48px\]{
    bottom: 48px;
}
.bottom-\[70px\]{
    bottom: 70px;
}
.left-0{
    left: 0px;
}
.left-1\/2{
    left: 50%;
}
.left-\[-100\%\]{
    left: -100%;
}
.left-\[-2000px\]{
    left: -2000px;
}
.left-\[0\]{
    left: 0;
}
.left-\[14px\]{
    left: 14px;
}
.left-\[16px\]{
    left: 16px;
}
.left-\[20px\]{
    left: 20px;
}
.left-\[30\%\]{
    left: 30%;
}
.left-\[47px\]{
    left: 47px;
}
.left-\[50\%\]{
    left: 50%;
}
.left-\[90\%\]{
    left: 90%;
}
.right-0{
    right: 0px;
}
.right-2{
    right: 0.5rem;
}
.right-5{
    right: 1.25rem;
}
.right-\[-20px\]{
    right: -20px;
}
.right-\[0\]{
    right: 0;
}
.right-\[16px\]{
    right: 16px;
}
.right-\[20px\]{
    right: 20px;
}
.top-0{
    top: 0px;
}
.top-1\/2{
    top: 50%;
}
.top-2{
    top: 0.5rem;
}
.top-\[0\]{
    top: 0;
}
.top-\[0px\]{
    top: 0px;
}
.top-\[14px\]{
    top: 14px;
}
.top-\[16px\]{
    top: 16px;
}
.top-\[1px\]{
    top: 1px;
}
.top-\[20\%\]{
    top: 20%;
}
.top-\[24px\]{
    top: 24px;
}
.top-\[25\%\]{
    top: 25%;
}
.top-\[250px\]{
    top: 250px;
}
.top-\[45\%\]{
    top: 45%;
}
.top-\[unset\]{
    top: unset;
}
.top-full{
    top: 100%;
}
.z-0{
    z-index: 0;
}
.z-10{
    z-index: 10;
}
.z-50{
    z-index: 50;
}
.z-\[10\]{
    z-index: 10;
}
.z-\[11\]{
    z-index: 11;
}
.z-\[12\]{
    z-index: 12;
}
.z-\[1\]{
    z-index: 1;
}
.order-1{
    order: 1;
}
.order-2{
    order: 2;
}
.order-3{
    order: 3;
}
.order-4{
    order: 4;
}
.order-5{
    order: 5;
}
.order-first{
    order: -9999;
}
.col-span-1{
    grid-column: span 1 / span 1;
}
.col-span-12{
    grid-column: span 12 / span 12;
}
.col-span-2{
    grid-column: span 2 / span 2;
}
.m-0{
    margin: 0px;
}
.mx-\[20px\]{
    margin-left: 20px;
    margin-right: 20px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.\!ml-0{
    margin-left: 0px !important;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-2\.5{
    margin-bottom: 0.625rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mb-\[0px\]{
    margin-bottom: 0px;
}
.mb-\[12px\]{
    margin-bottom: 12px;
}
.mb-\[14px\]{
    margin-bottom: 14px;
}
.mb-\[16px\]{
    margin-bottom: 16px;
}
.mb-\[18px\]{
    margin-bottom: 18px;
}
.mb-\[20px\]{
    margin-bottom: 20px;
}
.mb-\[24px\]{
    margin-bottom: 24px;
}
.mb-\[32px\]{
    margin-bottom: 32px;
}
.mb-\[34px\]{
    margin-bottom: 34px;
}
.mb-\[40px\]{
    margin-bottom: 40px;
}
.mb-\[48px\]{
    margin-bottom: 48px;
}
.mb-\[4px\]{
    margin-bottom: 4px;
}
.mb-\[80px\]{
    margin-bottom: 80px;
}
.mb-\[8px\]{
    margin-bottom: 8px;
}
.ml-\[-8px\]{
    margin-left: -8px;
}
.ml-\[10px\]{
    margin-left: 10px;
}
.ml-\[20px\]{
    margin-left: 20px;
}
.ml-auto{
    margin-left: auto;
}
.mr-5{
    margin-right: 1.25rem;
}
.mr-\[10px\]{
    margin-right: 10px;
}
.mr-\[20px\]{
    margin-right: 20px;
}
.mt-0{
    margin-top: 0px;
}
.mt-10{
    margin-top: 2.5rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-\[-20\%\]{
    margin-top: -20%;
}
.mt-\[0\]{
    margin-top: 0;
}
.mt-\[0px\]{
    margin-top: 0px;
}
.mt-\[12px\]{
    margin-top: 12px;
}
.mt-\[14px\]{
    margin-top: 14px;
}
.mt-\[15px\]{
    margin-top: 15px;
}
.mt-\[16px\]{
    margin-top: 16px;
}
.mt-\[18px\]{
    margin-top: 18px;
}
.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-\[34px\]{
    margin-top: 34px;
}
.mt-\[3px\]{
    margin-top: 3px;
}
.mt-\[40px\]{
    margin-top: 40px;
}
.mt-\[48px\]{
    margin-top: 48px;
}
.mt-\[4px\]{
    margin-top: 4px;
}
.mt-\[64px\]{
    margin-top: 64px;
}
.mt-\[80px\]{
    margin-top: 80px;
}
.mt-\[8px\]{
    margin-top: 8px;
}
.mt-auto{
    margin-top: auto;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.aspect-\[170\/170\]{
    aspect-ratio: 170/170;
}
.aspect-\[350\/240\]{
    aspect-ratio: 350/240;
}
.aspect-\[9\/16\]{
    aspect-ratio: 9/16;
}
.h-3\.5{
    height: 0.875rem;
}
.h-5{
    height: 1.25rem;
}
.h-6{
    height: 1.5rem;
}
.h-\[100vh\]{
    height: 100vh;
}
.h-\[12px\]{
    height: 12px;
}
.h-\[140px\]{
    height: 140px;
}
.h-\[16px\]{
    height: 16px;
}
.h-\[194px\]{
    height: 194px;
}
.h-\[1px\]{
    height: 1px;
}
.h-\[200px\]{
    height: 200px;
}
.h-\[20px\]{
    height: 20px;
}
.h-\[220px\]{
    height: 220px;
}
.h-\[232px\]{
    height: 232px;
}
.h-\[240px\]{
    height: 240px;
}
.h-\[241px\]{
    height: 241px;
}
.h-\[24px\]{
    height: 24px;
}
.h-\[26px\]{
    height: 26px;
}
.h-\[270px\]{
    height: 270px;
}
.h-\[2px\]{
    height: 2px;
}
.h-\[302px\]{
    height: 302px;
}
.h-\[32px\]{
    height: 32px;
}
.h-\[350px\]{
    height: 350px;
}
.h-\[392px\]{
    height: 392px;
}
.h-\[405px\]{
    height: 405px;
}
.h-\[40px\]{
    height: 40px;
}
.h-\[41px\]{
    height: 41px;
}
.h-\[45px\]{
    height: 45px;
}
.h-\[480px\]{
    height: 480px;
}
.h-\[48px\]{
    height: 48px;
}
.h-\[4px\]{
    height: 4px;
}
.h-\[56px\]{
    height: 56px;
}
.h-\[620px\]{
    height: 620px;
}
.h-\[62px\]{
    height: 62px;
}
.h-\[calc\(100vh\)\]{
    height: calc(100vh);
}
.h-\[calc\(100vh-88\.67px\)\]{
    height: calc(100vh - 88.67px);
}
.h-\[calc\(100vh-88px\)\]{
    height: calc(100vh - 88px);
}
.h-auto{
    height: auto;
}
.h-fit{
    height: -moz-fit-content;
    height: fit-content;
}
.h-full{
    height: 100%;
}
.h-screen{
    height: 100vh;
}
.\!max-h-\[100vh\]{
    max-height: 100vh !important;
}
.max-h-\[164px\]{
    max-height: 164px;
}
.max-h-\[20px\]{
    max-height: 20px;
}
.max-h-\[30px\]{
    max-height: 30px;
}
.max-h-\[320px\]{
    max-height: 320px;
}
.max-h-\[330px\]{
    max-height: 330px;
}
.max-h-\[36px\]{
    max-height: 36px;
}
.max-h-\[40px\]{
    max-height: 40px;
}
.max-h-\[56px\]{
    max-height: 56px;
}
.max-h-\[90vh\]{
    max-height: 90vh;
}
.max-h-none{
    max-height: none;
}
.min-h-0{
    min-height: 0px;
}
.min-h-\[65px\]{
    min-height: 65px;
}
.min-h-\[93px\]{
    min-height: 93px;
}
.\!w-\[305px\]{
    width: 305px !important;
}
.w-1\/2{
    width: 50%;
}
.w-3\/4{
    width: 75%;
}
.w-3\/5{
    width: 60%;
}
.w-5{
    width: 1.25rem;
}
.w-6{
    width: 1.5rem;
}
.w-\[140px\]{
    width: 140px;
}
.w-\[158px\]{
    width: 158px;
}
.w-\[160px\]{
    width: 160px;
}
.w-\[16px\]{
    width: 16px;
}
.w-\[174px\]{
    width: 174px;
}
.w-\[19px\]{
    width: 19px;
}
.w-\[1px\]{
    width: 1px;
}
.w-\[2000px\]{
    width: 2000px;
}
.w-\[204px\]{
    width: 204px;
}
.w-\[20px\]{
    width: 20px;
}
.w-\[213px\]{
    width: 213px;
}
.w-\[230px\]{
    width: 230px;
}
.w-\[240px\]{
    width: 240px;
}
.w-\[24px\]{
    width: 24px;
}
.w-\[25px\]{
    width: 25px;
}
.w-\[26px\]{
    width: 26px;
}
.w-\[290px\]{
    width: 290px;
}
.w-\[305px\]{
    width: 305px;
}
.w-\[30px\]{
    width: 30px;
}
.w-\[310px\]{
    width: 310px;
}
.w-\[32px\]{
    width: 32px;
}
.w-\[350px\]{
    width: 350px;
}
.w-\[380px\]{
    width: 380px;
}
.w-\[40px\]{
    width: 40px;
}
.w-\[432px\]{
    width: 432px;
}
.w-\[446px\]{
    width: 446px;
}
.w-\[4px\]{
    width: 4px;
}
.w-\[523px\]{
    width: 523px;
}
.w-\[calc\(100\%-40px\)\]{
    width: calc(100% - 40px);
}
.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;
}
.w-px{
    width: 1px;
}
.w-screen{
    width: 100vw;
}
.min-w-\[240px\]{
    min-width: 240px;
}
.min-w-\[76px\]{
    min-width: 76px;
}
.max-w-\[100\%\]{
    max-width: 100%;
}
.max-w-\[1024px\]{
    max-width: 1024px;
}
.max-w-\[1120px\]{
    max-width: 1120px;
}
.max-w-\[1440px\]{
    max-width: 1440px;
}
.max-w-\[165px\]{
    max-width: 165px;
}
.max-w-\[170px\]{
    max-width: 170px;
}
.max-w-\[192px\]{
    max-width: 192px;
}
.max-w-\[242px\]{
    max-width: 242px;
}
.max-w-\[310px\]{
    max-width: 310px;
}
.max-w-\[360px\]{
    max-width: 360px;
}
.max-w-\[370px\]{
    max-width: 370px;
}
.max-w-\[379px\]{
    max-width: 379px;
}
.max-w-\[390px\]{
    max-width: 390px;
}
.max-w-\[40\%\]{
    max-width: 40%;
}
.max-w-\[400px\]{
    max-width: 400px;
}
.max-w-\[432px\]{
    max-width: 432px;
}
.max-w-\[470px\]{
    max-width: 470px;
}
.max-w-\[53px\]{
    max-width: 53px;
}
.max-w-\[60\%\]{
    max-width: 60%;
}
.max-w-\[616px\]{
    max-width: 616px;
}
.max-w-\[694px\]{
    max-width: 694px;
}
.max-w-\[714px\]{
    max-width: 714px;
}
.max-w-\[888px\]{
    max-width: 888px;
}
.max-w-\[984px\]{
    max-width: 984px;
}
.max-w-\[calc\(100\%-50px\)\]{
    max-width: calc(100% - 50px);
}
.max-w-none{
    max-width: none;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-none{
    flex: none;
}
.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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;
}
.list-inside{
    list-style-position: inside;
}
.list-disc{
    list-style-type: disc;
}
.list-none{
    list-style-type: none;
}
.appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.items-stretch{
    align-items: stretch;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-0{
    gap: 0px;
}
.gap-1{
    gap: 0.25rem;
}
.gap-10{
    gap: 2.5rem;
}
.gap-2{
    gap: 0.5rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-5{
    gap: 1.25rem;
}
.gap-\[0\]{
    gap: 0;
}
.gap-\[0px\]{
    gap: 0px;
}
.gap-\[10px\]{
    gap: 10px;
}
.gap-\[113px\]{
    gap: 113px;
}
.gap-\[12px\]{
    gap: 12px;
}
.gap-\[14px\]{
    gap: 14px;
}
.gap-\[16px\]{
    gap: 16px;
}
.gap-\[20px\]{
    gap: 20px;
}
.gap-\[23px\]{
    gap: 23px;
}
.gap-\[24px\]{
    gap: 24px;
}
.gap-\[30px\]{
    gap: 30px;
}
.gap-\[32px\]{
    gap: 32px;
}
.gap-\[36px\]{
    gap: 36px;
}
.gap-\[40px\]{
    gap: 40px;
}
.gap-\[48px\]{
    gap: 48px;
}
.gap-\[50px\]{
    gap: 50px;
}
.gap-\[6px\]{
    gap: 6px;
}
.gap-\[8px\]{
    gap: 8px;
}
.gap-x-3\.5{
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
}
.gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.gap-y-8{
    row-gap: 2rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-\[12px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-y-\[16px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-visible{
    overflow: visible;
}
.overflow-x-auto{
    overflow-x: auto;
}
.overflow-y-auto{
    overflow-y: auto;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-\[0\]{
    border-radius: 0;
}
.rounded-\[0px\]{
    border-radius: 0px;
}
.rounded-\[2px\]{
    border-radius: 2px;
}
.rounded-\[4px\]{
    border-radius: 4px;
}
.rounded-\[50px\]{
    border-radius: 50px;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-none{
    border-radius: 0px;
}
.rounded-b-\[4px\]{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.rounded-t-\[4px\]{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.border{
    border-width: 1px;
}
.border-\[1px\]{
    border-width: 1px;
}
.\!border-b-\[0\]{
    border-bottom-width: 0 !important;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-\[1px\]{
    border-bottom-width: 1px;
}
.border-l{
    border-left-width: 1px;
}
.border-r{
    border-right-width: 1px;
}
.border-t{
    border-top-width: 1px;
}
.border-none{
    border-style: none;
}
.border-\[\#0000004D\]{
    border-color: #0000004D;
}
.border-\[\#222425\]{
    --tw-border-opacity: 1;
    border-color: rgb(34 36 37 / var(--tw-border-opacity, 1));
}
.border-\[\#EBEBEB\]{
    --tw-border-opacity: 1;
    border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.border-\[\#EFF0F01A\]{
    border-color: #EFF0F01A;
}
.border-\[\#EFF0F0\]{
    --tw-border-opacity: 1;
    border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
}
.border-\[\#ffffff\]\/10{
    border-color: rgb(255 255 255 / 0.1);
}
.border-\[transparent\]{
    border-color: transparent;
}
.border-black{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/\[0\.05\]{
    border-color: rgb(255 255 255 / 0.05);
}
.border-white\/\[0\.20\]{
    border-color: rgb(255 255 255 / 0.20);
}
.border-opacity-30{
    --tw-border-opacity: 0.3;
}
.\!bg-\[transparent\]{
    background-color: transparent !important;
}
.bg-\[\#205375\]{
    --tw-bg-opacity: 1;
    background-color: rgb(32 83 117 / var(--tw-bg-opacity, 1));
}
.bg-\[\#222425\]{
    --tw-bg-opacity: 1;
    background-color: rgb(34 36 37 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3a3d40\]{
    --tw-bg-opacity: 1;
    background-color: rgb(58 61 64 / var(--tw-bg-opacity, 1));
}
.bg-\[\#53575A\]{
    --tw-bg-opacity: 1;
    background-color: rgb(83 87 90 / var(--tw-bg-opacity, 1));
}
.bg-\[\#538CB4\]{
    --tw-bg-opacity: 1;
    background-color: rgb(83 140 180 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8C7C69\]{
    --tw-bg-opacity: 1;
    background-color: rgb(140 124 105 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFF0F0\]{
    --tw-bg-opacity: 1;
    background-color: rgb(239 240 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F0F0\]{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAFAFA\]{
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\@bgColor\]{
    background-color: @bgColor;
}
.bg-\[transparent\]{
    background-color: transparent;
}
.bg-black\/20{
    background-color: rgb(0 0 0 / 0.2);
}
.bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
    background-color: transparent;
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/\[0\.1\]{
    background-color: rgb(255 255 255 / 0.1);
}
.bg-yellow-500{
    --tw-bg-opacity: 1;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-\[url\(\'\/images\/404Bg\.svg\'\)\]{
    background-image: url('/images/404Bg.svg');
}
.bg-\[url\(\'\/images\/careerBg\.svg\'\)\]{
    background-image: url('/images/careerBg.svg');
}
.bg-\[url\(\'\/images\/desktopHotelMenuBg\.svg\'\)\]{
    background-image: url('/images/desktopHotelMenuBg.svg');
}
.bg-\[url\(\'\/images\/dropdown-arrow-dark\.svg\'\)\]{
    background-image: url('/images/dropdown-arrow-dark.svg');
}
.bg-\[url\(\'\/images\/foodAndDrinkBgMobile\.svg\'\)\]{
    background-image: url('/images/foodAndDrinkBgMobile.svg');
}
.bg-\[url\(\'\/images\/icons\/info-icon\.svg\'\)\]{
    background-image: url('/images/icons/info-icon.svg');
}
.bg-\[url\(\'\/images\/listCheck\.svg\'\)\]{
    background-image: url('/images/listCheck.svg');
}
.bg-\[url\(\'\/images\/mobile-menu-bg\.svg\'\)\]{
    background-image: url('/images/mobile-menu-bg.svg');
}
.bg-\[url\(\'\/images\/mobile-menu-light-bg\.svg\'\)\]{
    background-image: url('/images/mobile-menu-light-bg.svg');
}
.bg-\[url\(\'\/images\/roomSectionBg\.svg\'\)\]{
    background-image: url('/images/roomSectionBg.svg');
}
.bg-\[url\(\/images\/location-icon\.svg\)\]{
    background-image: url(/images/location-icon.svg);
}
.bg-\[auto_100\%\]{
    background-size: auto 100%;
}
.bg-cover{
    background-size: cover;
}
.bg-\[bottom_left\]{
    background-position: bottom left;
}
.bg-\[calc\(100\%-12px\)_center\]{
    background-position: calc(100% - 12px) center;
}
.bg-\[calc\(100\%-16px\)_center\]{
    background-position: calc(100% - 16px) center;
}
.bg-\[calc\(100\%-20px\)\]{
    background-position: calc(100% - 20px);
}
.bg-\[left_4px\]{
    background-position: left 4px;
}
.bg-\[left_bottom\]{
    background-position: left bottom;
}
.bg-\[left_center\]{
    background-position: left center;
}
.bg-\[left_top\]{
    background-position: left top;
}
.bg-\[top_left\]{
    background-position: top left;
}
.bg-\[top_right\]{
    background-position: top right;
}
.bg-no-repeat{
    background-repeat: no-repeat;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.p-0{
    padding: 0px;
}
.p-\[0\]{
    padding: 0;
}
.p-\[0px_12px\]{
    padding: 0px 12px;
}
.p-\[14px\]{
    padding: 14px;
}
.p-\[14px_24px\]{
    padding: 14px 24px;
}
.p-\[16px\]{
    padding: 16px;
}
.p-\[20px\]{
    padding: 20px;
}
.p-\[24px\]{
    padding: 24px;
}
.p-\[24px_14px\]{
    padding: 24px 14px;
}
.p-\[32px_20px\]{
    padding: 32px 20px;
}
.p-\[4px\]{
    padding: 4px;
}
.p-\[8px\]{
    padding: 8px;
}
.p-\[8px_16px\]{
    padding: 8px 16px;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-\[12px\]{
    padding-left: 12px;
    padding-right: 12px;
}
.px-\[16px\]{
    padding-left: 16px;
    padding-right: 16px;
}
.px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
}
.px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px;
}
.px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px;
}
.px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
}
.px-\[48px\]{
    padding-left: 48px;
    padding-right: 48px;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
}
.py-\[14px\]{
    padding-top: 14px;
    padding-bottom: 14px;
}
.py-\[16px\]{
    padding-top: 16px;
    padding-bottom: 16px;
}
.py-\[20px\]{
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-\[24px\]{
    padding-top: 24px;
    padding-bottom: 24px;
}
.py-\[32px\]{
    padding-top: 32px;
    padding-bottom: 32px;
}
.py-\[35px\]{
    padding-top: 35px;
    padding-bottom: 35px;
}
.py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-\[48px\]{
    padding-top: 48px;
    padding-bottom: 48px;
}
.py-\[64px\]{
    padding-top: 64px;
    padding-bottom: 64px;
}
.py-\[6px\]{
    padding-top: 6px;
    padding-bottom: 6px;
}
.py-\[8px\]{
    padding-top: 8px;
    padding-bottom: 8px;
}
.\!pt-0{
    padding-top: 0px !important;
}
.pb-16{
    padding-bottom: 4rem;
}
.pb-\[120px\]{
    padding-bottom: 120px;
}
.pb-\[136px\]{
    padding-bottom: 136px;
}
.pb-\[20px\]{
    padding-bottom: 20px;
}
.pb-\[24px\]{
    padding-bottom: 24px;
}
.pb-\[40px\]{
    padding-bottom: 40px;
}
.pb-\[44px\]{
    padding-bottom: 44px;
}
.pb-\[50px\]{
    padding-bottom: 50px;
}
.pb-\[58px\]{
    padding-bottom: 58px;
}
.pb-\[64px\]{
    padding-bottom: 64px;
}
.pb-\[80px\]{
    padding-bottom: 80px;
}
.pl-\[16px\]{
    padding-left: 16px;
}
.pl-\[20px\]{
    padding-left: 20px;
}
.pl-\[22px\]{
    padding-left: 22px;
}
.pl-\[40px\]{
    padding-left: 40px;
}
.pl-\[56px\]{
    padding-left: 56px;
}
.pr-\[0\]{
    padding-right: 0;
}
.pr-\[100px\]{
    padding-right: 100px;
}
.pr-\[75px\]{
    padding-right: 75px;
}
.pr-\[80px\]{
    padding-right: 80px;
}
.pt-16{
    padding-top: 4rem;
}
.pt-\[0\]{
    padding-top: 0;
}
.pt-\[10px\]{
    padding-top: 10px;
}
.pt-\[20px\]{
    padding-top: 20px;
}
.pt-\[24px\]{
    padding-top: 24px;
}
.pt-\[32px\]{
    padding-top: 32px;
}
.pt-\[36px\]{
    padding-top: 36px;
}
.pt-\[48px\]{
    padding-top: 48px;
}
.pt-\[64px\]{
    padding-top: 64px;
}
.pt-\[80px\]{
    padding-top: 80px;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.font-\[\'Montserrat\'\]{
    font-family: 'Montserrat';
}
.\!text-\[12px\]{
    font-size: 12px !important;
}
.\!text-\[16px\]{
    font-size: 16px !important;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-\[10px\]{
    font-size: 10px;
}
.text-\[12px\]{
    font-size: 12px;
}
.text-\[13px\]{
    font-size: 13px;
}
.text-\[14px\]{
    font-size: 14px;
}
.text-\[16px\]{
    font-size: 16px;
}
.text-\[18px\]{
    font-size: 18px;
}
.text-\[20px\]{
    font-size: 20px;
}
.text-\[22px\]{
    font-size: 22px;
}
.text-\[24px\]{
    font-size: 24px;
}
.text-\[28px\]{
    font-size: 28px;
}
.text-\[32px\]{
    font-size: 32px;
}
.text-\[38px\]{
    font-size: 38px;
}
.text-\[40px\]{
    font-size: 40px;
}
.text-\[90px\]{
    font-size: 90px;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.\!font-medium{
    font-weight: 500 !important;
}
.\!font-normal{
    font-weight: 400 !important;
}
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.\!leading-\[24px\]{
    line-height: 24px !important;
}
.leading-\[1\.25\]{
    line-height: 1.25;
}
.leading-\[1\.2\]{
    line-height: 1.2;
}
.leading-\[1\.5\]{
    line-height: 1.5;
}
.leading-\[1\.5em\]{
    line-height: 1.5em;
}
.leading-\[100\%\]{
    line-height: 100%;
}
.leading-\[120\%\]{
    line-height: 120%;
}
.leading-\[122\%\]{
    line-height: 122%;
}
.leading-\[130\%\]{
    line-height: 130%;
}
.leading-\[140\%\]{
    line-height: 140%;
}
.leading-\[150\%\]{
    line-height: 150%;
}
.leading-\[15px\]{
    line-height: 15px;
}
.leading-\[160\%\]{
    line-height: 160%;
}
.leading-\[170\%\]{
    line-height: 170%;
}
.leading-\[180\%\]{
    line-height: 180%;
}
.leading-\[1\]{
    line-height: 1;
}
.leading-\[21px\]{
    line-height: 21px;
}
.leading-normal{
    line-height: 1.5;
}
.tracking-\[0\.02em\]{
    letter-spacing: 0.02em;
}
.\!text-\[\#53575A\]{
    --tw-text-opacity: 1 !important;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#80858A\]{
    --tw-text-opacity: 1 !important;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000000\]{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#222425\]{
    --tw-text-opacity: 1;
    color: rgb(34 36 37 / var(--tw-text-opacity, 1));
}
.text-\[\#222425\]\/60{
    color: rgb(34 36 37 / 0.6);
}
.text-\[\#414141\]{
    --tw-text-opacity: 1;
    color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}
.text-\[\#53575A\]{
    --tw-text-opacity: 1;
    color: rgb(83 87 90 / var(--tw-text-opacity, 1));
}
.text-\[\#80858A\]{
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / var(--tw-text-opacity, 1));
}
.text-\[\#80858a\]{
    --tw-text-opacity: 1;
    color: rgb(128 133 138 / 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-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline{
    text-decoration-line: none;
}
.accent-\[\#222425\]{
    accent-color: #222425;
}
.\!opacity-\[0\.5\]{
    opacity: 0.5 !important;
}
.opacity-0{
    opacity: 0;
}
.opacity-10{
    opacity: 0.1;
}
.opacity-100{
    opacity: 1;
}
.opacity-20{
    opacity: 0.2;
}
.opacity-30{
    opacity: 0.3;
}
.opacity-50{
    opacity: 0.5;
}
.opacity-60{
    opacity: 0.6;
}
.opacity-80{
    opacity: 0.8;
}
.mix-blend-hard-light{
    mix-blend-mode: hard-light;
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_3px_32px_0px_rgba\(0\2c 0\2c 0\2c 0\.07\)\]{
    --tw-shadow: 0px 3px 32px 0px rgba(0,0,0,0.07);
    --tw-shadow-colored: 0px 3px 32px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
    --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-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.brightness-0{
    --tw-brightness: brightness(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[4px\]{
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all{
    transition-property: all;
    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;
}
.duration-300{
    transition-duration: 300ms;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.will-change-transform{
    will-change: transform;
}
.content-\[\'\'\]{
    --tw-content: '';
    content: var(--tw-content);
}
/* Özel utility sınıflarınız buraya */
/* Ö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;
}
.marquee .marquee-content {
        animation: marquee 30s linear infinite;
    }
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.hover\:bg-\[\#333435\]:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(51 52 53 / var(--tw-bg-opacity, 1));
}
.hover\:opacity-100:hover{
    opacity: 1;
}
@media (min-width: 1200px){

    .lg\:absolute{
        position: absolute;
    }

    .lg\:bottom-\[80px\]{
        bottom: 80px;
    }

    .lg\:left-0{
        left: 0px;
    }

    .lg\:left-1\/2{
        left: 50%;
    }

    .lg\:left-\[162px\]{
        left: 162px;
    }

    .lg\:left-\[48px\]{
        left: 48px;
    }

    .lg\:left-\[75\%\]{
        left: 75%;
    }

    .lg\:right-0{
        right: 0px;
    }

    .lg\:right-12{
        right: 3rem;
    }

    .lg\:right-\[48px\]{
        right: 48px;
    }

    .lg\:right-\[unset\]{
        right: unset;
    }

    .lg\:right-auto{
        right: auto;
    }

    .lg\:order-1{
        order: 1;
    }

    .lg\:order-2{
        order: 2;
    }

    .lg\:order-none{
        order: 0;
    }

    .lg\:col-span-1{
        grid-column: span 1 / span 1;
    }

    .lg\:col-span-2{
        grid-column: span 2 / span 2;
    }

    .lg\:col-span-3{
        grid-column: span 3 / span 3;
    }

    .lg\:col-span-4{
        grid-column: span 4 / span 4;
    }

    .lg\:col-span-5{
        grid-column: span 5 / span 5;
    }

    .lg\:col-span-6{
        grid-column: span 6 / span 6;
    }

    .lg\:col-span-8{
        grid-column: span 8 / span 8;
    }

    .lg\:col-start-2{
        grid-column-start: 2;
    }

    .lg\:col-start-3{
        grid-column-start: 3;
    }

    .lg\:col-start-7{
        grid-column-start: 7;
    }

    .lg\:col-start-8{
        grid-column-start: 8;
    }

    .lg\:mx-\[40px\]{
        margin-left: 40px;
        margin-right: 40px;
    }

    .lg\:mx-auto{
        margin-left: auto;
        margin-right: auto;
    }

    .lg\:mb-0{
        margin-bottom: 0px;
    }

    .lg\:mb-20{
        margin-bottom: 5rem;
    }

    .lg\:mb-\[0px\]{
        margin-bottom: 0px;
    }

    .lg\:mb-\[16px\]{
        margin-bottom: 16px;
    }

    .lg\:mb-\[18px\]{
        margin-bottom: 18px;
    }

    .lg\:mb-\[200px\]{
        margin-bottom: 200px;
    }

    .lg\:mb-\[20px\]{
        margin-bottom: 20px;
    }

    .lg\:mb-\[24px\]{
        margin-bottom: 24px;
    }

    .lg\:mb-\[48px\]{
        margin-bottom: 48px;
    }

    .lg\:mb-\[56px\]{
        margin-bottom: 56px;
    }

    .lg\:mb-\[80px\]{
        margin-bottom: 80px;
    }

    .lg\:ml-\[-32px\]{
        margin-left: -32px;
    }

    .lg\:mr-12{
        margin-right: 3rem;
    }

    .lg\:mr-\[-32px\]{
        margin-right: -32px;
    }

    .lg\:mr-\[0px\]{
        margin-right: 0px;
    }

    .lg\:mt-0{
        margin-top: 0px;
    }

    .lg\:mt-10{
        margin-top: 2.5rem;
    }

    .lg\:mt-20{
        margin-top: 5rem;
    }

    .lg\:mt-\[-44px\]{
        margin-top: -44px;
    }

    .lg\:mt-\[0px\]{
        margin-top: 0px;
    }

    .lg\:mt-\[120px\]{
        margin-top: 120px;
    }

    .lg\:mt-\[16px\]{
        margin-top: 16px;
    }

    .lg\:mt-\[24px\]{
        margin-top: 24px;
    }

    .lg\:mt-\[38px\]{
        margin-top: 38px;
    }

    .lg\:mt-\[40px\]{
        margin-top: 40px;
    }

    .lg\:mt-\[48px\]{
        margin-top: 48px;
    }

    .lg\:mt-\[64px\]{
        margin-top: 64px;
    }

    .lg\:mt-\[80px\]{
        margin-top: 80px;
    }

    .lg\:block{
        display: block;
    }

    .lg\:flex{
        display: flex;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:aspect-\[250\/250\]{
        aspect-ratio: 250/250;
    }

    .lg\:aspect-\[370\/520\]{
        aspect-ratio: 370/520;
    }

    .lg\:h-\[100vh\]{
        height: 100vh;
    }

    .lg\:h-\[16px\]{
        height: 16px;
    }

    .lg\:h-\[220px\]{
        height: 220px;
    }

    .lg\:h-\[270px\]{
        height: 270px;
    }

    .lg\:h-\[384px\]{
        height: 384px;
    }

    .lg\:h-\[40px\]{
        height: 40px;
    }

    .lg\:h-\[440px\]{
        height: 440px;
    }

    .lg\:h-\[442px\]{
        height: 442px;
    }

    .lg\:h-\[460px\]{
        height: 460px;
    }

    .lg\:h-\[480px\]{
        height: 480px;
    }

    .lg\:h-\[500px\]{
        height: 500px;
    }

    .lg\:h-\[554px\]{
        height: 554px;
    }

    .lg\:h-\[620px\]{
        height: 620px;
    }

    .lg\:h-\[800px\]{
        height: 800px;
    }

    .lg\:h-auto{
        height: auto;
    }

    .lg\:h-screen{
        height: 100vh;
    }

    .lg\:max-h-\[250px\]{
        max-height: 250px;
    }

    .lg\:max-h-\[386px\]{
        max-height: 386px;
    }

    .lg\:max-h-\[440px\]{
        max-height: 440px;
    }

    .lg\:max-h-\[460px\]{
        max-height: 460px;
    }

    .lg\:max-h-\[520px\]{
        max-height: 520px;
    }

    .lg\:max-h-\[80px\]{
        max-height: 80px;
    }

    .lg\:min-h-\[750px\]{
        min-height: 750px;
    }

    .lg\:\!w-\[342px\]{
        width: 342px !important;
    }

    .lg\:w-4\/5{
        width: 80%;
    }

    .lg\:w-\[150px\]{
        width: 150px;
    }

    .lg\:w-\[180px\]{
        width: 180px;
    }

    .lg\:w-\[200px\]{
        width: 200px;
    }

    .lg\:w-\[20px\]{
        width: 20px;
    }

    .lg\:w-\[218px\]{
        width: 218px;
    }

    .lg\:w-\[232px\]{
        width: 232px;
    }

    .lg\:w-\[240px\]{
        width: 240px;
    }

    .lg\:w-\[305px\]{
        width: 305px;
    }

    .lg\:w-\[342px\]{
        width: 342px;
    }

    .lg\:w-\[370px\]{
        width: 370px;
    }

    .lg\:w-\[380px\]{
        width: 380px;
    }

    .lg\:w-\[390px\]{
        width: 390px;
    }

    .lg\:w-\[40px\]{
        width: 40px;
    }

    .lg\:w-\[432px\]{
        width: 432px;
    }

    .lg\:w-\[480px\]{
        width: 480px;
    }

    .lg\:w-\[547px\]{
        width: 547px;
    }

    .lg\:w-\[585px\]{
        width: 585px;
    }

    .lg\:w-\[610px\]{
        width: 610px;
    }

    .lg\:w-\[678px\]{
        width: 678px;
    }

    .lg\:w-\[842px\]{
        width: 842px;
    }

    .lg\:w-auto{
        width: auto;
    }

    .lg\:w-fit{
        width: -moz-fit-content;
        width: fit-content;
    }

    .lg\:w-full{
        width: 100%;
    }

    .lg\:min-w-\[380px\]{
        min-width: 380px;
    }

    .lg\:max-w-\[170px\]{
        max-width: 170px;
    }

    .lg\:max-w-\[180px\]{
        max-width: 180px;
    }

    .lg\:max-w-\[225px\]{
        max-width: 225px;
    }

    .lg\:max-w-\[250px\]{
        max-width: 250px;
    }

    .lg\:max-w-\[317px\]{
        max-width: 317px;
    }

    .lg\:max-w-\[370px\]{
        max-width: 370px;
    }

    .lg\:max-w-\[380px\]{
        max-width: 380px;
    }

    .lg\:max-w-\[400px\]{
        max-width: 400px;
    }

    .lg\:max-w-\[432px\]{
        max-width: 432px;
    }

    .lg\:max-w-\[560px\]{
        max-width: 560px;
    }

    .lg\:max-w-\[580px\]{
        max-width: 580px;
    }

    .lg\:max-w-\[610px\]{
        max-width: 610px;
    }

    .lg\:max-w-\[620px\]{
        max-width: 620px;
    }

    .lg\:max-w-\[unset\]{
        max-width: unset;
    }

    .lg\:translate-x-\[-234px\]{
        --tw-translate-x: -234px;
        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));
    }

    .lg\:translate-x-\[210px\]{
        --tw-translate-x: 210px;
        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));
    }

    .lg\:translate-x-\[80px\]{
        --tw-translate-x: 80px;
        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));
    }

    .lg\:translate-y-\[80px\]{
        --tw-translate-y: 80px;
        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));
    }

    .lg\:grid-cols-2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-5{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:grid-cols-6{
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .lg\:flex-row{
        flex-direction: row;
    }

    .lg\:flex-wrap{
        flex-wrap: wrap;
    }

    .lg\:items-end{
        align-items: flex-end;
    }

    .lg\:items-center{
        align-items: center;
    }

    .lg\:justify-end{
        justify-content: flex-end;
    }

    .lg\:justify-center{
        justify-content: center;
    }

    .lg\:justify-between{
        justify-content: space-between;
    }

    .lg\:gap-20{
        gap: 5rem;
    }

    .lg\:gap-\[0px\]{
        gap: 0px;
    }

    .lg\:gap-\[113px\]{
        gap: 113px;
    }

    .lg\:gap-\[120px\]{
        gap: 120px;
    }

    .lg\:gap-\[20px\]{
        gap: 20px;
    }

    .lg\:gap-\[24px\]{
        gap: 24px;
    }

    .lg\:gap-\[32px\]{
        gap: 32px;
    }

    .lg\:gap-\[40px\]{
        gap: 40px;
    }

    .lg\:gap-\[48px\]{
        gap: 48px;
    }

    .lg\:gap-\[4px\]{
        gap: 4px;
    }

    .lg\:gap-\[80px\]{
        gap: 80px;
    }

    .lg\:overflow-hidden{
        overflow: hidden;
    }

    .lg\:border-r{
        border-right-width: 1px;
    }

    .lg\:border-\[\#EFF0F0\]{
        --tw-border-opacity: 1;
        border-color: rgb(239 240 240 / var(--tw-border-opacity, 1));
    }

    .lg\:bg-\[url\(\'\/images\/activitiesBg\.svg\'\)\]{
        background-image: url('/images/activitiesBg.svg');
    }

    .lg\:bg-\[url\(\'\/images\/destinationBg\.svg\'\)\]{
        background-image: url('/images/destinationBg.svg');
    }

    .lg\:bg-\[url\(\'\/images\/foodAndDrinkBg\.svg\'\)\]{
        background-image: url('/images/foodAndDrinkBg.svg');
    }

    .lg\:bg-\[url\(\'\/images\/reservationmodalbg\.svg\'\)\]{
        background-image: url('/images/reservationmodalbg.svg');
    }

    .lg\:bg-\[url\(\'\/images\/specialOffersBg\.svg\'\)\]{
        background-image: url('/images/specialOffersBg.svg');
    }

    .lg\:bg-\[left_center\]{
        background-position: left center;
    }

    .lg\:bg-\[top_left\]{
        background-position: top left;
    }

    .lg\:bg-no-repeat{
        background-repeat: no-repeat;
    }

    .lg\:p-10{
        padding: 2.5rem;
    }

    .lg\:p-\[20px_24px\]{
        padding: 20px 24px;
    }

    .lg\:p-\[32px_24px\]{
        padding: 32px 24px;
    }

    .lg\:p-\[48px\]{
        padding: 48px;
    }

    .lg\:px-0{
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:px-32{
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .lg\:px-\[0px\]{
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:px-\[110px\]{
        padding-left: 110px;
        padding-right: 110px;
    }

    .lg\:px-\[48px\]{
        padding-left: 48px;
        padding-right: 48px;
    }

    .lg\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .lg\:py-24{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .lg\:py-\[120px\]{
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .lg\:py-\[124px\]{
        padding-top: 124px;
        padding-bottom: 124px;
    }

    .lg\:py-\[30px\]{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .lg\:py-\[32px\]{
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .lg\:py-\[48px\]{
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .lg\:py-\[80px\]{
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .lg\:pb-0{
        padding-bottom: 0px;
    }

    .lg\:pb-\[100px\]{
        padding-bottom: 100px;
    }

    .lg\:pb-\[120px\]{
        padding-bottom: 120px;
    }

    .lg\:pb-\[24px\]{
        padding-bottom: 24px;
    }

    .lg\:pb-\[64px\]{
        padding-bottom: 64px;
    }

    .lg\:pb-\[80px\]{
        padding-bottom: 80px;
    }

    .lg\:pl-\[48px\]{
        padding-left: 48px;
    }

    .lg\:pr-\[0px\]{
        padding-right: 0px;
    }

    .lg\:pr-\[48px\]{
        padding-right: 48px;
    }

    .lg\:pt-\[120px\]{
        padding-top: 120px;
    }

    .lg\:pt-\[20px\]{
        padding-top: 20px;
    }

    .lg\:pt-\[230px\]{
        padding-top: 230px;
    }

    .lg\:pt-\[40px\]{
        padding-top: 40px;
    }

    .lg\:pt-\[48px\]{
        padding-top: 48px;
    }

    .lg\:pt-\[80px\]{
        padding-top: 80px;
    }

    .lg\:text-left{
        text-align: left;
    }

    .lg\:text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }

    .lg\:text-\[120px\]{
        font-size: 120px;
    }

    .lg\:text-\[14px\]{
        font-size: 14px;
    }

    .lg\:text-\[16px\]{
        font-size: 16px;
    }

    .lg\:text-\[18px\]{
        font-size: 18px;
    }

    .lg\:text-\[20px\]{
        font-size: 20px;
    }

    .lg\:text-\[24px\]{
        font-size: 24px;
    }

    .lg\:text-\[28px\]{
        font-size: 28px;
    }

    .lg\:text-\[32px\]{
        font-size: 32px;
    }

    .lg\:text-\[42px\]{
        font-size: 42px;
    }

    .lg\:text-\[48px\]{
        font-size: 48px;
    }

    .lg\:text-\[56px\]{
        font-size: 56px;
    }

    .lg\:text-lg{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .lg\:text-sm{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .lg\:last\:border-r-0:last-child{
        border-right-width: 0px;
    }
}
.\[\&\:after\]\:hidden:after{
    display: none;
}
.swiper-slide-active .\[\.swiper-slide-active_\&\]\:left-1\/2{
    left: 50%;
}
.swiper-slide-active .\[\.swiper-slide-active_\&\]\:hidden{
    display: none;
}
.swiper-slide-active .\[\.swiper-slide-active_\&\]\:max-w-\[360px\]{
    max-width: 360px;
}
.swiper-slide-active .\[\.swiper-slide-active_\&\]\:-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));
}
.swiper-slide-active .\[\.swiper-slide-active_\&\]\:items-start{
    align-items: flex-start;
}
.swiper-slide-active .\[\.swiper-slide-active_\&\]\:justify-start{
    justify-content: flex-start;
}
.swiper-slide-active .\[\.swiper-slide-active_\&\]\:p-6{
    padding: 1.5rem;
}
