#hd-form label,
#hd-form-submit {
  font-weight: 700;
  font-family: futura-pt, sans-serif;
}
#hd-form-submit,
.hd-cta-buttons .hd-cta-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}
#hd-form,
#hd-static-overlay {
  width: 380px;
  box-sizing: border-box;
}
#hd-form,
#hd-form-dates input,
#hd-popup,
#hd-static-overlay,
#map-wrap {
  box-sizing: border-box;
}
#hd-form .hd-form-field-group,
#hd-form label,
#hd-form-submit,
#hd-popup {
  font-family: futura-pt, sans-serif;
}
#map-wrap {
  position: relative;
  width: 100%;
  padding: 0;
}
#map {
  width: 100%;
  height: 684px;
  background: #f2f2f2 !important;
}
#hd-popup {
  z-index: 1001;
  width: 410px;
  position: absolute;
  top: 60px;
  left: 100px;
  background-color: #041c2c;
  color: #fff;
  padding: 18px;
}
#hd-popup .hd-coming-soon {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}
#hd-popup .hd-popup-close {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#hd-popup .hd-popup-content-wrap {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 26px;
}
#hd-popup .hd-popup-content-wrap p.mb-4 {
  margin-bottom: 1rem;
}
.hd-popup-country {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  color: #c29952;
}
.hd-popup-address {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  color: #c29952;
}
#hd-popup .hd-popup-city {
  font-size: 26px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 300;
}
#hd-popup .hd-popup-content {
  font-size: 18px;
  margin: 0;
}
.hd-popup-content p {
  margin: 0;
}
.hd-cta-buttons {
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}
.hd-cta-buttons .hd-cta-button {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  outline: 0;
  background: 0 0;
  border: 1px solid #b3b3b3;
  padding: 8px 14px;
  display: block;
  font-weight: 600;
}
.hd-cta-buttons .hd-cta-button-anchor {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 16px;
}
#hd-form-modal {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 9999999;
  position: fixed;
  inset: 0;
  background-color: rgb(0, 0, 0, 0.75);
}
#hd-form-modal.open {
  display: block;
  opacity: 1;
}
#hd-form {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #f5f3ec;
  padding: 30px;
}
#hd-form label {
  display: block;
  color: #c29952;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
}
#hd-form-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: none;
  background: 0 0;
  font-size: 24px;
  cursor: pointer;
  color: #000;
  outline: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s, background-color 0.5s;
}
.hd-form-field-group input,
.leaflet-marker-icon {
  border: none;
  background: 0 0;
}
#hd-form-modal-close:hover {
  fill: white;
  background-color: #c29952;
}
.hd-form-field-group {
  margin: 2rem 0;
}
.hd-form-field-group input {
  width: 100%;
  border-bottom: 1px solid #c29952;
  font-size: 18px;
  padding: 0.25rem 0;
}
.hd-form-field-group input:focus {
  outline: 0;
}
.hd-form-field-group input.hd-form-field-centered {
  text-align: center;
}
#hd-form-dates {
  display: flex;
  gap: 1rem;
}
#hd-form-dates input {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 0.25rem 0 0.25rem 28px;
}
#hd-form-dates input::placeholder {
  color: #c29952;
}
#hd-form-submit-cont {
  display: flex;
  justify-content: center;
}
#hd-form-submit {
  background: 0 0;
  border: 1px solid #b3b3b3;
  padding: 1rem;
  display: block;
  font-size: 16px;
  transition: 0.2s ease-in-out;
}
#hd-form-submit:hover {
  color: #fff;
  background-color: #041c2c;
}
.hd-form-date-wrap,
.hd-form-number-wrap {
  position: relative;
}
.hd-form-number-control {
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.hd-form-number-control:hover {
  fill: #c29952;
}
.hd-form-number-control-reduce {
  top: 4px;
  left: 16px;
}
.hd-form-number-control-add {
  top: 4px;
  right: 16px;
}
.hd-form-date-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  fill: #c29952;
  width: 19.38px;
  height: 24px;
}
@keyframes hd-map-icon-active-anim {
  0% {
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.9);
  }
  70% {
    box-shadow: 0 0 5px 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0);
  }
}
svg.hd-map-icon-active {
  border-radius: 50%;
  animation: 1.5s infinite hd-map-icon-active-anim;
}
#hd-static-overlay {
  z-index: 1000;
  position: absolute;
  left: 80px;
  bottom: 50px;
  text-align: center;
  padding: 30px 30px 0;
  display: grid;
  gap: 22px;
}
#hd-static-overlay.hd-static-overlay-hidden {
  display: none;
}
#hd-static-overlay h2,
#hd-static-overlay h3 {
  text-transform: uppercase;
  margin: 0;
}
#hd-static-overlay h2 {
  color: #c29952;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
}
#hd-static-overlay h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
#hd-static-overlay p {
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  color: #000;
}
.litepicker {
  z-index: 99999999 !important;
}
:root {
  --litepicker-container-months-color-bg: #fff;
  --litepicker-container-months-box-shadow-color: #ddd;
  --litepicker-footer-color-bg: #fafafa;
  --litepicker-footer-box-shadow-color: #ddd;
  --litepicker-tooltip-color-bg: #fff;
  --litepicker-month-header-color: #333;
  --litepicker-button-prev-month-color: black;
  --litepicker-button-next-month-color: black;
  --litepicker-button-prev-month-color-hover: black;
  --litepicker-button-next-month-color-hover: black;
  --litepicker-month-width: calc(var(--litepicker-day-width) * 7);
  --litepicker-month-weekday-color: #9e9e9e;
  --litepicker-month-week-number-color: #9e9e9e;
  --litepicker-day-width: 38px;
  --litepicker-day-color: #333;
  --litepicker-day-color-hover: black;
  --litepicker-is-in-range-color: #eee6d8;
  --litepicker-is-locked-color: #9e9e9e;
  --litepicker-is-start-color-bg: #c29952;
  --litepicker-is-end-color-bg: #c29952;
  --litepicker-button-cancel-color: #fff;
  --litepicker-button-cancel-color-bg: #9e9e9e;
  --litepicker-button-apply-color: #fff;
  --litepicker-button-apply-color-bg: #2196f3;
  --litepicker-button-reset-color: #909090;
  --litepicker-button-reset-color-hover: #2196f3;
}
body .litepicker .container__months .month-item-weekdays-row > div {
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 3px;
}
body .litepicker .container__months {
  border-radius: 0;
  padding: 12px;
  background-color: #f5f3ec;
  font-family: futura-pt, sans-serif;
}
body .litepicker .container__months .month-item-header,
body .litepicker .container__months .month-item-header div strong {
  font-size: 16px;
  font-weight: 600;
}
body .litepicker .container__days .day-item {
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 0 !important;
  padding: 6px 0;
  color: #000;
}
body .litepicker .container__days .day-item:hover {
  color: #000;
  box-shadow: none;
  -webkit-box-shadow: none;
}
body .litepicker .container__days .day-item.is-today {
  color: #fff;
  background-color: #000;
}
.litepicker .container__days .day-item.is-end-date:hover,
.litepicker .container__days .day-item.is-start-date:hover,
body .litepicker .container__days .day-item.is-today:hover {
  color: #fff;
}
.litepicker .container__months .month-item:last-child .button-next-month {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #hd-static-overlay {
    width: calc(100vw - 30px);
    max-width: 380px;
    left: 50%;
    transform: translateX(-50%);
  }
  #hd-form,
  #hd-popup {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  #hd-popup .hd-popup-content-wrap {
    padding: 28px 0;
    text-align: center;
  }
  .hd-cta-buttons {
    gap: 0.5rem;
  }
  .fluid-engine.fe-64f337dec9f6115989c11310 {
    --grid-gutter: 0 !important;
  }
}
