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

.container {
  width: 100%;
}

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

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

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

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

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

.single-property .hpms-accordion-header{
  width: calc(100% - 48px);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 230 233 / var(--tw-border-opacity, 1));
  font-size: 24px;
}

.single-property .hpms-accordion-header:before {
  position: absolute;
  top: 50%;
  right: 32px;
  height: 24px;
  width: 24px;
  --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));
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="%23707070" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" /></svg>');
  transition: transform 0.15s linear;
  transform-origin: 50% 50%;
  color: #707070;
}

.single-property .hpms-accordion-item.open .hpms-accordion-header {
  border-width: 0px;
  transition: none;
}

.single-property .hpms-accordion-item.open .hpms-accordion-header:before {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.single-property #dynamic-gallery-btn:not(.hpms-secondary-trigger-modal){
  background-color: rgba(255,255,255,0.65);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: flex;
  height: 48px;
  width: 48px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.single-property .leaflet-control-attribution.leaflet-control {
  display: none;
}

.single-property #hpms-property-header {
  position: relative;
  height: 12rem;
}

@media (min-width: 768px) {
  .single-property #hpms-property-header {
    height: 16rem;
  }
}

@media (min-width: 1024px) {
  .single-property #hpms-property-header {
    height: 24rem;
  }
}

.single-property .hpms-featured-property-image {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
}

/* MODAL GALLERY */

.single-property .hpms-modal-gallery-open {
  position: absolute;
  inset: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-property #modal-toggle {
  display: none;
}

.single-property .hpms-modal {
  position: fixed;
  top: 0px;
  inset-inline-start: 0px;
  z-index: 1;
  display: none;
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.single-property .hpms-modal-close {
  position: fixed;
  top: 16px;
  right: 24px;
  z-index: 10;
  height: 38px;
  width: 38px;
  border-radius: 9999px;
}

.single-property .hpms-modal-close:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.single-property .hpms-modal-content {
  position: relative;
  width: auto;
}

.single-property .hpms-modal-container {
  width: 100%;
}

@media (min-width: 640px) {
  .single-property .hpms-modal-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .single-property .hpms-modal-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .single-property .hpms-modal-container {
    max-width: 1024px;
  }
}

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

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

.single-property .hpms-modal-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.single-property .hpms-modal-gallery {
  position: relative;
  height: 100%;
  width: 100%;
}

.single-property .hpms-modal-gallery:has(input:checked){
  z-index: 9999;
}

body:has(input#modal-toggle:checked) .single-property {
  width: 100%;
  position: fixed;
}

.single-property .lg-container.lg-show{
  z-index: 9999;
}

.single-property .lg-backdrop{
  background-color: rgba(255,255,255,0.90)!important;
}

.single-property .lg-next, .lg-prev{
  background-color: rgba(255,255,255, 0.5) !important;
  color: #6f6f6f!important;
  border-radius: 1000px;
}

.single-property #property-gallery {
  display: flex;
  -moz-columns: 2;
       columns: 2;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .single-property #property-gallery {
    -moz-columns: 3;
         columns: 3;
    padding: 4rem;
  }
}

@media (min-width: 1024px) {
  .single-property #property-gallery {
    -moz-columns: 3;
         columns: 3;
  }
}

.single-property #property-gallery > a{
  max-width: 30%;
}

.single-property .amenities-header .amenities-icon{
  position: relative;
  padding-left: 12px;
}

.single-property .amenities-header .amenities-icon:after{
  content: '';
  width: 1px;
  height: 75%;
  background: #3E4748;
  right: 0;
  top: 50%;
  transform: rotate(15deg) translateY(-50%);
  position: absolute;
}

.single-property .amenities-header .amenities-icon:last-child:after{
  content: none;
}

.single-property .amenities-header .amenities-icon i{
  font-size: 32px;
}

.single-property .hpms-info-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: flex;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-top: 80px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#hpms-form ul.amenities-lists{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.single-property #bgPropertyArchives{
  background-position: bottom center;
}

.single-property .form-grid {
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

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

#hpms-form .amenities-list {
  -moz-columns: 3;
       columns: 3;
}

.single-property .hpms-amenity-hidden{
  display: none;
}

.hpms-form ::-webkit-input-placeholder {
  color:  #3E4748;
  opacity: 0.5
}

.hpms-form ::-moz-placeholder {
  color:  #3E4748;
  opacity: 0.5
}

.hpms-form :-ms-input-placeholder {
  color:  #3E4748;
  opacity: 0.5
}

.hpms-form :-moz-placeholder {
  color:  #3E4748;
  opacity: 0.5
}

.hpms-form input,
.hpms-form select {
  height: 50px;
}

.hpms-toggle-amenities {
  position: relative;
  margin-top: 16px;
  display: inline-flex;
  width: 100%;
  flex-direction: column;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.hpms-form .hpms-submit-button {
  margin-top: 1rem;
  display: flex;
  height: 50px;
  height: 3rem;
  max-width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .hpms-form .hpms-submit-button {
    margin-left: 1rem;
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  #hpms-form .amenities-list{
    -moz-columns: 1;
         columns: 1;
  }

  .single-property #property-gallery > a{
    max-width: 40%;
  }

  .single-property .hpms-accordion-header:before {
    right: 0px;
  }

  .single-property .hpms-accordion-header{
    width: calc(100% - 48px);
  }
}

.single-property .hpms-btn-scroll-reservation {
  position: fixed;
  bottom: 0px;
  inset-inline-start: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
}

@media (min-width: 768px) {
  .single-property .hpms-btn-scroll-reservation {
    display: none;
  }
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.top-0 {
  top: 0px !important;
}

.col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.m-0 {
  margin: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-\[18px\] {
  margin-bottom: 18px !important;
}

.mb-\[8px\] {
  margin-bottom: 8px !important;
}

.ml-\[4px\] {
  margin-left: 4px !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-\[10px\] {
  margin-top: 10px !important;
}

.mt-\[14px\] {
  margin-top: 14px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.box-border {
  box-sizing: border-box !important;
}

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3 !important;
}

.size-6 {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.h-\[14px\] {
  height: 14px !important;
}

.h-\[24px\] {
  height: 24px !important;
}

.h-\[48px\] {
  height: 48px !important;
}

.h-auto {
  height: auto !important;
}

.h-full {
  height: 100% !important;
}

.max-h-0 {
  max-height: 0px !important;
}

.w-\[14px\] {
  width: 14px !important;
}

.w-\[24px\] {
  width: 24px !important;
}

.w-\[38px\] {
  width: 38px !important;
}

.w-\[50px\] {
  width: 50px !important;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.max-w-\[100\%\] {
  max-width: 100% !important;
}

.max-w-\[400px\] {
  max-width: 400px !important;
}

.max-w-\[540px\] {
  max-width: 540px !important;
}

.max-w-full {
  max-width: 100% !important;
}

.table-auto {
  table-layout: auto !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.columns-1 {
  -moz-columns: 1 !important;
       columns: 1 !important;
}

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

.flex-col {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-center {
  align-items: center !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-\[2\] {
  gap: 2 !important;
}

.gap-\[3\] {
  gap: 3 !important;
}

.gap-\[4\] {
  gap: 4 !important;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.rounded-none {
  border-radius: 0px !important;
}

.border {
  border-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-\[\#ccc\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1)) !important;
}

.border-neutral-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1)) !important;
}

.border-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1)) !important;
}

.bg-\[\#E8E6E9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 230 233 / var(--tw-bg-opacity, 1)) !important;
}

.bg-neutral-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.p-0 {
  padding: 0px !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

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

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

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

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

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

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

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

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

.font-bold {
  font-weight: 700 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.italic {
  font-style: italic !important;
}

.leading-\[1\.15\] {
  line-height: 1.15 !important;
}

.leading-\[1\.75\] {
  line-height: 1.75 !important;
}

.leading-\[1\] {
  line-height: 1 !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.text-\[\#95A1AE\] {
  --tw-text-opacity: 1 !important;
  color: rgb(149 161 174 / var(--tw-text-opacity, 1)) !important;
}

.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}

.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.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) !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* 
 * ICONE 
 */

@font-face {
  font-family: 'amenities';

  src: url('../webfonts/amenities.eot?93203');

  src: url('../webfonts/amenities.eot?93203#iefix') format('embedded-opentype'),
        url('../webfonts/amenities.woff2?93203') format('woff2'),
        url('../webfonts/amenities.woff?93203') format('woff'),
        url('../webfonts/amenities.ttf?93203') format('truetype'),
        url('../webfonts/amenities.svg?93203#amenities') format('svg');

  font-weight: normal;

  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "amenities";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-airconditioning:before {
  content: '\e800';
}

/* 'î €' */

.icon-alarm:before {
  content: '\e801';
}

/* 'î ' */

.icon-amusementparks:before {
  content: '\e802';
}

/* 'î ‚' */

.icon-bathroom:before {
  content: '\e803';
}

/* 'î ƒ' */

.icon-bbq:before {
  content: '\e804';
}

/* 'î „' */

.icon-beaches:before {
  content: '\e805';
}

/* 'î …' */

.icon-beachtowel:before {
  content: '\e806';
}

/* 'î †' */

.icon-bed:before {
  content: '\e807';
}

/* 'î ‡' */

.icon-billiard-table:before {
  content: '\e808';
}

/* 'î ˆ' */

.icon-coffee-machine:before {
  content: '\e809';
}

/* 'î ‰' */

.icon-concierge:before {
  content: '\e80a';
}

/* 'î Š' */

.icon-crib:before {
  content: '\e80b';
}

/* 'î ‹' */

.icon-deepseafishing:before {
  content: '\e80c';
}

/* 'î Œ' */

.icon-dishwasher:before {
  content: '\e80d';
}

/* 'î ' */

.icon-dryer:before {
  content: '\e80e';
}

/* 'î Ž' */

.icon-electriccarcharging:before {
  content: '\e80f';
}

/* 'î ' */

.icon-elevator:before {
  content: '\e810';
}

/* 'î ' */

.icon-equippedkitchen:before {
  content: '\e811';
}

/* 'î ‘' */

.icon-fridge:before {
  content: '\e812';
}

/* 'î ’' */

.icon-golf:before {
  content: '\e813';
}

/* 'î “' */

.icon-guests:before {
  content: '\e814';
}

/* 'î ”' */

.icon-gym:before {
  content: '\e815';
}

/* 'î •' */

.icon-hairdryer:before {
  content: '\e816';
}

/* 'î –' */

.icon-highchair:before {
  content: '\e817';
}

/* 'î —' */

.icon-horsebackriding:before {
  content: '\e818';
}

/* 'î ˜' */

.icon-icemaker:before {
  content: '\e819';
}

/* 'î ™' */

.icon-indoor-pool:before {
  content: '\e81a';
}

/* 'î š' */

.icon-internalparking:before {
  content: '\e81b';
}

/* 'î ›' */

.icon-iron:before {
  content: '\e81c';
}

/* 'î œ' */

.icon-kitesurf:before {
  content: '\e81d';
}

/* 'î ' */

.icon-linen:before {
  content: '\e81e';
}

/* 'î ž' */

.icon-microonde:before {
  content: '\e81f';
}

/* 'î Ÿ' */

.icon-minigolf:before {
  content: '\e820';
}

/* 'î  ' */

.icon-monument:before {
  content: '\e821';
}

/* 'î ¡' */

.icon-mosquitonet:before {
  content: '\e822';
}

/* 'î ¢' */

.icon-mountainbike:before {
  content: '\e823';
}

/* 'î £' */

.icon-mq:before {
  content: '\e824';
}

/* 'î ¤' */

.icon-outdoorkitchen:before {
  content: '\e825';
}

/* 'î ¥' */

.icon-oven:before {
  content: '\e826';
}

/* 'î ¦' */

.icon-parks:before {
  content: '\e827';
}

/* 'î §' */

.icon-petsallowed:before {
  content: '\e828';
}

/* 'î ¨' */

.icon-pin:before {
  content: '\e829';
}

/* 'î ©' */

.icon-ping-pong-table:before {
  content: '\e82a';
}

/* 'î ª' */

.icon-playground:before {
  content: '\e82b';
}

/* 'î «' */

.icon-privacy:before {
  content: '\e82c';
}

/* 'î ¬' */

.icon-privatebeach:before {
  content: '\e82d';
}

/* 'î ­' */

.icon-privategarden:before {
  content: '\e82e';
}

/* 'î ®' */

.icon-privateoutdoorparking:before {
  content: '\e82f';
}

/* 'î ¯' */

.icon-safe:before {
  content: '\e830';
}

/* 'î °' */

.icon-sailboat:before {
  content: '\e831';
}

/* 'î ±' */

.icon-sauna:before {
  content: '\e832';
}

/* 'î ²' */

.icon-seaview:before {
  content: '\e833';
}

/* 'î ³' */

.icon-smarttv:before {
  content: '\e834';
}

/* 'î ´' */

.icon-spa:before {
  content: '\e835';
}

/* 'î µ' */

.icon-surf:before {
  content: '\e836';
}

/* 'î ¶' */

.icon-swimmingpool:before {
  content: '\e837';
}

/* 'î ·' */

.icon-tennis-court:before {
  content: '\e838';
}

/* 'î ¸' */

.icon-terrace:before {
  content: '\e839';
}

/* 'î ¹' */

.icon-toaster:before {
  content: '\e83a';
}

/* 'î º' */

.icon-turkish-bath:before {
  content: '\e83b';
}

/* 'î »' */

.icon-washingmachine:before {
  content: '\e83c';
}

/* 'î ¼' */

.icon-waterpark:before {
  content: '\e83d';
}

/* 'î ½' */

.icon-wifi:before {
  content: '\e83e';
}

/* 'î ¾' */

.icon-windsurf:before {
  content: '\e83f';
}

/* 'î ¿' */

.after\:ms-2::after {
  content: var(--tw-content) !important;
  margin-inline-start: 0.5rem !important;
}

.after\:content-\[\'\/\'\]::after {
  --tw-content: '/' !important;
  content: var(--tw-content) !important;
}

.last\:mb-0:last-child {
  margin-bottom: 0px !important;
}

.last\:after\:content-\[\'\'\]:last-child::after {
  --tw-content: '' !important;
  content: var(--tw-content) !important;
}

.even\:bg-neutral-50:nth-child(even) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  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)) !important;
}

.peer:checked ~ .peer-checked\:block {
  display: block !important;
}

.peer:checked ~ .peer-checked\:hidden {
  display: none !important;
}

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

@media (min-width: 768px) {
  .md\:grid {
    display: grid !important;
  }

  .md\:w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:w-2\/3 {
    width: 66.666667% !important;
  }

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

  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

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

  .md\:gap-4 {
    gap: 1rem !important;
  }

  .md\:gap-8 {
    gap: 2rem !important;
  }

  .md\:gap-\[3\] {
    gap: 3 !important;
  }

  .md\:gap-\[4\] {
    gap: 4 !important;
  }

  .md\:p-16 {
    padding: 4rem !important;
  }

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

  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

  .md\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

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

@media (min-width: 1024px) {
  .lg\:columns-2 {
    -moz-columns: 2 !important;
         columns: 2 !important;
  }

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

  .lg\:gap-8 {
    gap: 2rem !important;
  }
}

@media (min-width: 1280px) {
  .xl\:mt-0 {
    margin-top: 0px !important;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xl\:justify-end {
    justify-content: flex-end !important;
  }

  .xl\:gap-8 {
    gap: 2rem !important;
  }
}