.hero-block {
  position: relative;
  margin-top: 0;
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
}
@media (max-width: 768px) {
  .hero-block {
    min-height: 500px;
    border-radius: 0;
  }
}
.hero-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.21);
  z-index: 1;
}
.hero-block__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #FFFFFF;
  padding: 80px;
  max-width: 800px;
}
@media (max-width: 768px) {
  .hero-block__content {
    padding: 48px;
  }
}
.hero-block__title {
  font-size: 2.5rem;
  color: #FFFFFF;
  margin-bottom: 48px;
  letter-spacing: 4px;
  font-family: "Georgia", serif;
  text-shadow: 2px 2px 4px rgba(27, 27, 26, 0.5);
  font-weight: 400;
}
@media (max-width: 768px) {
  .hero-block__title {
    font-size: 40px;
  }
}
.hero-block__description {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  text-shadow: 1px 1px 3px rgba(27, 27, 26, 0.5);
  font-weight: 400;
}
@media (max-width: 768px) {
  .hero-block__description {
    font-size: 16px;
  }
}
.hero-block #widgetMB2 {
  position: relative;
  z-index: 4;
  margin-top: 120px;
  width: 100%;
  max-width: 660px;
  transition: all 0.3s ease-out;
}
.hero-block #widgetMB2 .hz.widgetMB2.widgetMB2--sticky {
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  max-width: 660px !important;
  z-index: 1020 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
@media (max-width: 576px) {
  .hero-block #widgetMB2 .hz.widgetMB2.widgetMB2--sticky {
    box-shadow: none !important;
  }
}
.hero-block #widgetMB2 * {
  font-family: "Jost", sans-serif !important;
}
.hero-block #widgetMB2 .widgetMB2 {
  background: #FFFFFF !important;
  border-radius: 4px !important;
  border: none !important;
  box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.06), 0 4px 8px -2px rgba(0, 0, 0, 0.03) !important;
  padding: 0 !important;
}
@media (max-width: 576px) {
  .hero-block #widgetMB2 .widgetMB2 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 24px !important;
    width: auto !important;
    background: none !important;
    box-shadow: none !important;
  }
  .hero-block #widgetMB2 .widgetMB2 .hz.section {
    background: none !important;
  }
}
.hero-block #widgetMB2 .header, .hero-block #widgetMB2 .footer {
  display: none !important;
}
.hero-block #widgetMB2 .hz.section {
  border: none !important;
  background: #FFFFFF !important;
}
@media (max-width: 576px) {
  .hero-block #widgetMB2 .hz.section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 24px !important;
  }
}
.hero-block #widgetMB2 .hz.input.date {
  width: 220px !important;
  border: 0;
  font-size: 16px !important;
  color: #1b1b1a !important;
  font-weight: 400 !important;
  border-radius: 2px !important;
  padding: 24px 48px !important;
  transition: all 0.3s ease-out !important;
  background: #FFFFFF !important;
}
@media (max-width: 576px) {
  .hero-block #widgetMB2 .hz.input.date {
    display: none !important;
  }
}
.hero-block #widgetMB2 .hz.input.date:focus {
  border-color: #1b1b1a !important;
  outline: none !important;
}
@media (max-width: 576px) {
  .hero-block #widgetMB2 .hz.input:not(.btn):not([type=submit]):not([type=button]),
  .hero-block #widgetMB2 .hz.input.text,
  .hero-block #widgetMB2 .hz.input.select,
  .hero-block #widgetMB2 input[type=text]:not([type=submit]):not([type=button]),
  .hero-block #widgetMB2 select:not([type=submit]):not([type=button]),
  .hero-block #widgetMB2 label {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hero-block #widgetMB2 .hz.input.btn,
  .hero-block #widgetMB2 .hz button[type=submit],
  .hero-block #widgetMB2 .hz input[type=submit],
  .hero-block #widgetMB2 .hz input[type=button] {
    width: auto !important;
    margin: 0 auto !important;
  }
}
.hero-block #widgetMB2 .hz.input.btn,
.hero-block #widgetMB2 .hz button[type=submit],
.hero-block #widgetMB2 .hz input[type=submit],
.hero-block #widgetMB2 .hz input[type=button] {
  --button-bg-color: #1b1b1a !important;
  --button-border-color: #1b1b1a !important;
  --button-color: #fff !important;
  --button-hover-bg-color: transparent !important;
  --button-hover-border-color: #1b1b1a !important;
  --button-hover-color: #000 !important;
  --button-height: 40px !important;
  --button-rounded: 4px !important;
  align-items: center !important;
  background-color: var(--button-bg-color) !important;
  border: none !important;
  border-radius: var(--button-rounded) !important;
  box-shadow: inset 0 0 0 1px var(--button-border-color, transparent) !important;
  color: var(--button-color) !important;
  cursor: pointer !important;
  display: inline-flex !important;
  gap: 0.5rem !important;
  justify-content: center !important;
  min-height: var(--button-height) !important;
  padding: 0.5rem 1.25rem !important;
  position: relative !important;
  transition: all 0.3s ease !important;
  will-change: background-color, color, box-shadow !important;
  font-family: "Jost", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  text-transform: none !important;
}
.hero-block #widgetMB2 .hz.input.btn:hover,
.hero-block #widgetMB2 .hz.input.btn:focus,
.hero-block #widgetMB2 .hz button[type=submit]:hover,
.hero-block #widgetMB2 .hz button[type=submit]:focus,
.hero-block #widgetMB2 .hz input[type=submit]:hover,
.hero-block #widgetMB2 .hz input[type=submit]:focus,
.hero-block #widgetMB2 .hz input[type=button]:hover,
.hero-block #widgetMB2 .hz input[type=button]:focus {
  background-color: var(#cda73c);
  box-shadow: inset 0 0 0 1px var(#1b1b1a) !important;
  color: var(#FFFFFF) !important;
  text-decoration: none !important;
}
.hero-block #widgetMB2 .hz.input.btn:active,
.hero-block #widgetMB2 .hz button[type=submit]:active,
.hero-block #widgetMB2 .hz input[type=submit]:active,
.hero-block #widgetMB2 .hz input[type=button]:active {
  transform: translateY(1px) !important;
}
.hero-block #widgetMB2 #mb-datepicker-div,
.hero-block #widgetMB2 div#mb-datepicker-div,
.hero-block #widgetMB2 .mb-datepicker-div {
  z-index: 9999 !important;
  background: #FFFFFF !important;
  border-radius: 0 !important;
  border: 1px solid #a9a9a9 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25) !important;
  padding: 16px !important;
  font-family: "Jost", sans-serif !important;
}
.hero-block #widgetMB2 #mb-datepicker-div *,
.hero-block #widgetMB2 div#mb-datepicker-div *,
.hero-block #widgetMB2 .mb-datepicker-div * {
  background-image: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.hero-block #widgetMB2 #mb-datepicker-div table,
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-table,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-table,
.hero-block #widgetMB2 div#mb-datepicker-div table,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-table,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-table,
.hero-block #widgetMB2 .mb-datepicker-div table,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-table,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-table {
  background: transparent !important;
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-prev,
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-next,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-prev,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-next,
.hero-block #widgetMB2 #mb-datepicker-div a.prev,
.hero-block #widgetMB2 #mb-datepicker-div a.next,
.hero-block #widgetMB2 #mb-datepicker-div button.prev,
.hero-block #widgetMB2 #mb-datepicker-div button.next,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-prev,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-next,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-prev,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-next,
.hero-block #widgetMB2 div#mb-datepicker-div a.prev,
.hero-block #widgetMB2 div#mb-datepicker-div a.next,
.hero-block #widgetMB2 div#mb-datepicker-div button.prev,
.hero-block #widgetMB2 div#mb-datepicker-div button.next,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-prev,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-next,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-prev,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-next,
.hero-block #widgetMB2 .mb-datepicker-div a.prev,
.hero-block #widgetMB2 .mb-datepicker-div a.next,
.hero-block #widgetMB2 .mb-datepicker-div button.prev,
.hero-block #widgetMB2 .mb-datepicker-div button.next {
  color: #1b1b1a !important;
  font-size: 20px !important;
  background: transparent !important;
  border: none !important;
  padding: 12px !important;
  transition: color 0.2s ease-out !important;
}
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-prev:hover,
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-next:hover,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-prev:hover,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-next:hover,
.hero-block #widgetMB2 #mb-datepicker-div a.prev:hover,
.hero-block #widgetMB2 #mb-datepicker-div a.next:hover,
.hero-block #widgetMB2 #mb-datepicker-div button.prev:hover,
.hero-block #widgetMB2 #mb-datepicker-div button.next:hover,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-prev:hover,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-next:hover,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-prev:hover,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-next:hover,
.hero-block #widgetMB2 div#mb-datepicker-div a.prev:hover,
.hero-block #widgetMB2 div#mb-datepicker-div a.next:hover,
.hero-block #widgetMB2 div#mb-datepicker-div button.prev:hover,
.hero-block #widgetMB2 div#mb-datepicker-div button.next:hover,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-prev:hover,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-next:hover,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-prev:hover,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-next:hover,
.hero-block #widgetMB2 .mb-datepicker-div a.prev:hover,
.hero-block #widgetMB2 .mb-datepicker-div a.next:hover,
.hero-block #widgetMB2 .mb-datepicker-div button.prev:hover,
.hero-block #widgetMB2 .mb-datepicker-div button.next:hover {
  color: #cda73c !important;
  background: transparent !important;
}
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-month,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-month,
.hero-block #widgetMB2 #mb-datepicker-div th.month,
.hero-block #widgetMB2 #mb-datepicker-div .month-title,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-month,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-month,
.hero-block #widgetMB2 div#mb-datepicker-div th.month,
.hero-block #widgetMB2 div#mb-datepicker-div .month-title,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-month,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-month,
.hero-block #widgetMB2 .mb-datepicker-div th.month,
.hero-block #widgetMB2 .mb-datepicker-div .month-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1b1b1a !important;
  font-family: "Georgia", serif !important;
  text-transform: capitalize !important;
  background: transparent !important;
  border: none !important;
  padding: 24px !important;
}
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-dow,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-dow,
.hero-block #widgetMB2 #mb-datepicker-div th.dow,
.hero-block #widgetMB2 #mb-datepicker-div .dow,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-dow,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-dow,
.hero-block #widgetMB2 div#mb-datepicker-div th.dow,
.hero-block #widgetMB2 div#mb-datepicker-div .dow,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-dow,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-dow,
.hero-block #widgetMB2 .mb-datepicker-div th.dow,
.hero-block #widgetMB2 .mb-datepicker-div .dow {
  font-size: 12px !important;
  color: rgba(27, 27, 26, 0.6) !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  background: transparent !important;
  border: none !important;
  padding: 12px !important;
}
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-day,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-day,
.hero-block #widgetMB2 #mb-datepicker-div td.day,
.hero-block #widgetMB2 #mb-datepicker-div .day,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-day,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-day,
.hero-block #widgetMB2 div#mb-datepicker-div td.day,
.hero-block #widgetMB2 div#mb-datepicker-div .day,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-day,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-day,
.hero-block #widgetMB2 .mb-datepicker-div td.day,
.hero-block #widgetMB2 .mb-datepicker-div .day {
  font-size: 14px !important;
  color: #1b1b1a !important;
  font-weight: 400 !important;
  background: transparent !important;
  border: none !important;
  padding: 12px !important;
  text-align: center !important;
}
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-day.mb-datepicker-other-month, .hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-day.datepicker-other-month, .hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-day.other-month,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-day.mb-datepicker-other-month,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-day.datepicker-other-month,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-day.other-month,
.hero-block #widgetMB2 #mb-datepicker-div td.day.mb-datepicker-other-month,
.hero-block #widgetMB2 #mb-datepicker-div td.day.datepicker-other-month,
.hero-block #widgetMB2 #mb-datepicker-div td.day.other-month,
.hero-block #widgetMB2 #mb-datepicker-div .day.mb-datepicker-other-month,
.hero-block #widgetMB2 #mb-datepicker-div .day.datepicker-other-month,
.hero-block #widgetMB2 #mb-datepicker-div .day.other-month,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-day.mb-datepicker-other-month,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-day.datepicker-other-month,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-day.other-month,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-day.mb-datepicker-other-month,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-day.datepicker-other-month,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-day.other-month,
.hero-block #widgetMB2 div#mb-datepicker-div td.day.mb-datepicker-other-month,
.hero-block #widgetMB2 div#mb-datepicker-div td.day.datepicker-other-month,
.hero-block #widgetMB2 div#mb-datepicker-div td.day.other-month,
.hero-block #widgetMB2 div#mb-datepicker-div .day.mb-datepicker-other-month,
.hero-block #widgetMB2 div#mb-datepicker-div .day.datepicker-other-month,
.hero-block #widgetMB2 div#mb-datepicker-div .day.other-month,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-day.mb-datepicker-other-month,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-day.datepicker-other-month,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-day.other-month,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-day.mb-datepicker-other-month,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-day.datepicker-other-month,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-day.other-month,
.hero-block #widgetMB2 .mb-datepicker-div td.day.mb-datepicker-other-month,
.hero-block #widgetMB2 .mb-datepicker-div td.day.datepicker-other-month,
.hero-block #widgetMB2 .mb-datepicker-div td.day.other-month,
.hero-block #widgetMB2 .mb-datepicker-div .day.mb-datepicker-other-month,
.hero-block #widgetMB2 .mb-datepicker-div .day.datepicker-other-month,
.hero-block #widgetMB2 .mb-datepicker-div .day.other-month {
  color: rgba(27, 27, 26, 0.3) !important;
}
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-day.mb-datepicker-selected, .hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-day.datepicker-selected, .hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-day.mb-datepicker-active, .hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-day.datepicker-active, .hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-day.selected, .hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-day.active,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-day.mb-datepicker-selected,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-day.datepicker-selected,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-day.mb-datepicker-active,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-day.datepicker-active,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-day.selected,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-day.active,
.hero-block #widgetMB2 #mb-datepicker-div td.day.mb-datepicker-selected,
.hero-block #widgetMB2 #mb-datepicker-div td.day.datepicker-selected,
.hero-block #widgetMB2 #mb-datepicker-div td.day.mb-datepicker-active,
.hero-block #widgetMB2 #mb-datepicker-div td.day.datepicker-active,
.hero-block #widgetMB2 #mb-datepicker-div td.day.selected,
.hero-block #widgetMB2 #mb-datepicker-div td.day.active,
.hero-block #widgetMB2 #mb-datepicker-div .day.mb-datepicker-selected,
.hero-block #widgetMB2 #mb-datepicker-div .day.datepicker-selected,
.hero-block #widgetMB2 #mb-datepicker-div .day.mb-datepicker-active,
.hero-block #widgetMB2 #mb-datepicker-div .day.datepicker-active,
.hero-block #widgetMB2 #mb-datepicker-div .day.selected,
.hero-block #widgetMB2 #mb-datepicker-div .day.active,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-day.mb-datepicker-selected,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-day.datepicker-selected,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-day.mb-datepicker-active,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-day.datepicker-active,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-day.selected,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-day.active,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-day.mb-datepicker-selected,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-day.datepicker-selected,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-day.mb-datepicker-active,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-day.datepicker-active,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-day.selected,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-day.active,
.hero-block #widgetMB2 div#mb-datepicker-div td.day.mb-datepicker-selected,
.hero-block #widgetMB2 div#mb-datepicker-div td.day.datepicker-selected,
.hero-block #widgetMB2 div#mb-datepicker-div td.day.mb-datepicker-active,
.hero-block #widgetMB2 div#mb-datepicker-div td.day.datepicker-active,
.hero-block #widgetMB2 div#mb-datepicker-div td.day.selected,
.hero-block #widgetMB2 div#mb-datepicker-div td.day.active,
.hero-block #widgetMB2 div#mb-datepicker-div .day.mb-datepicker-selected,
.hero-block #widgetMB2 div#mb-datepicker-div .day.datepicker-selected,
.hero-block #widgetMB2 div#mb-datepicker-div .day.mb-datepicker-active,
.hero-block #widgetMB2 div#mb-datepicker-div .day.datepicker-active,
.hero-block #widgetMB2 div#mb-datepicker-div .day.selected,
.hero-block #widgetMB2 div#mb-datepicker-div .day.active,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-day.mb-datepicker-selected,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-day.datepicker-selected,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-day.mb-datepicker-active,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-day.datepicker-active,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-day.selected,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-day.active,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-day.mb-datepicker-selected,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-day.datepicker-selected,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-day.mb-datepicker-active,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-day.datepicker-active,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-day.selected,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-day.active,
.hero-block #widgetMB2 .mb-datepicker-div td.day.mb-datepicker-selected,
.hero-block #widgetMB2 .mb-datepicker-div td.day.datepicker-selected,
.hero-block #widgetMB2 .mb-datepicker-div td.day.mb-datepicker-active,
.hero-block #widgetMB2 .mb-datepicker-div td.day.datepicker-active,
.hero-block #widgetMB2 .mb-datepicker-div td.day.selected,
.hero-block #widgetMB2 .mb-datepicker-div td.day.active,
.hero-block #widgetMB2 .mb-datepicker-div .day.mb-datepicker-selected,
.hero-block #widgetMB2 .mb-datepicker-div .day.datepicker-selected,
.hero-block #widgetMB2 .mb-datepicker-div .day.mb-datepicker-active,
.hero-block #widgetMB2 .mb-datepicker-div .day.datepicker-active,
.hero-block #widgetMB2 .mb-datepicker-div .day.selected,
.hero-block #widgetMB2 .mb-datepicker-div .day.active {
  background: transparent !important;
  color: #1b1b1a !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-day:hover,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-day:hover,
.hero-block #widgetMB2 #mb-datepicker-div td.day:hover,
.hero-block #widgetMB2 #mb-datepicker-div .day:hover,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-day:hover,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-day:hover,
.hero-block #widgetMB2 div#mb-datepicker-div td.day:hover,
.hero-block #widgetMB2 div#mb-datepicker-div .day:hover,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-day:hover,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-day:hover,
.hero-block #widgetMB2 .mb-datepicker-div td.day:hover,
.hero-block #widgetMB2 .mb-datepicker-div .day:hover {
  background: transparent !important;
  color: #1b1b1a !important;
}
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-months,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-months,
.hero-block #widgetMB2 #mb-datepicker-div .months-container,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-months,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-months,
.hero-block #widgetMB2 div#mb-datepicker-div .months-container,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-months,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-months,
.hero-block #widgetMB2 .mb-datepicker-div .months-container {
  display: flex !important;
  gap: 80px !important;
  background: transparent !important;
}
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-months .mb-datepicker-month-wrapper,
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-months .datepicker-month-wrapper,
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-months .month-wrapper,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-months .mb-datepicker-month-wrapper,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-months .datepicker-month-wrapper,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-months .month-wrapper,
.hero-block #widgetMB2 #mb-datepicker-div .months-container .mb-datepicker-month-wrapper,
.hero-block #widgetMB2 #mb-datepicker-div .months-container .datepicker-month-wrapper,
.hero-block #widgetMB2 #mb-datepicker-div .months-container .month-wrapper,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-months .mb-datepicker-month-wrapper,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-months .datepicker-month-wrapper,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-months .month-wrapper,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-months .mb-datepicker-month-wrapper,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-months .datepicker-month-wrapper,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-months .month-wrapper,
.hero-block #widgetMB2 div#mb-datepicker-div .months-container .mb-datepicker-month-wrapper,
.hero-block #widgetMB2 div#mb-datepicker-div .months-container .datepicker-month-wrapper,
.hero-block #widgetMB2 div#mb-datepicker-div .months-container .month-wrapper,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-months .mb-datepicker-month-wrapper,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-months .datepicker-month-wrapper,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-months .month-wrapper,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-months .mb-datepicker-month-wrapper,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-months .datepicker-month-wrapper,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-months .month-wrapper,
.hero-block #widgetMB2 .mb-datepicker-div .months-container .mb-datepicker-month-wrapper,
.hero-block #widgetMB2 .mb-datepicker-div .months-container .datepicker-month-wrapper,
.hero-block #widgetMB2 .mb-datepicker-div .months-container .month-wrapper {
  flex: 1 !important;
  border-right: 1px solid rgba(27, 27, 26, 0.1) !important;
  padding-right: 80px !important;
  background: transparent !important;
}
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-months .mb-datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-months .datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 #mb-datepicker-div .mb-datepicker-months .month-wrapper:last-child,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-months .mb-datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-months .datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 #mb-datepicker-div .datepicker-months .month-wrapper:last-child,
.hero-block #widgetMB2 #mb-datepicker-div .months-container .mb-datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 #mb-datepicker-div .months-container .datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 #mb-datepicker-div .months-container .month-wrapper:last-child,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-months .mb-datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-months .datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 div#mb-datepicker-div .mb-datepicker-months .month-wrapper:last-child,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-months .mb-datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-months .datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 div#mb-datepicker-div .datepicker-months .month-wrapper:last-child,
.hero-block #widgetMB2 div#mb-datepicker-div .months-container .mb-datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 div#mb-datepicker-div .months-container .datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 div#mb-datepicker-div .months-container .month-wrapper:last-child,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-months .mb-datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-months .datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 .mb-datepicker-div .mb-datepicker-months .month-wrapper:last-child,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-months .mb-datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-months .datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 .mb-datepicker-div .datepicker-months .month-wrapper:last-child,
.hero-block #widgetMB2 .mb-datepicker-div .months-container .mb-datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 .mb-datepicker-div .months-container .datepicker-month-wrapper:last-child,
.hero-block #widgetMB2 .mb-datepicker-div .months-container .month-wrapper:last-child {
  border-right: none !important;
  padding-right: 0 !important;
}
.hero-block #widgetMB2 #mb-datepicker-div *::before, .hero-block #widgetMB2 #mb-datepicker-div *::after,
.hero-block #widgetMB2 div#mb-datepicker-div *::before,
.hero-block #widgetMB2 div#mb-datepicker-div *::after,
.hero-block #widgetMB2 .mb-datepicker-div *::before,
.hero-block #widgetMB2 .mb-datepicker-div *::after {
  display: none !important;
}

.greeting-block {
  padding: 48px 0;
  background: #f1eeea;
}
.greeting-block__content {
  padding-right: 48px;
}
@media (max-width: 768px) {
  .greeting-block__content {
    padding-right: 0;
    margin-bottom: 48px;
  }
}
.greeting-block__title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #1b1b1a;
  margin-bottom: 24px;
  line-height: 1.1;
  font-family: "Georgia", serif;
}
@media (max-width: 768px) {
  .greeting-block__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .greeting-block__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.greeting-block__title__hashtag {
  color: #1b1b1a;
  font-weight: 700;
}
.greeting-block__text {
  font-size: 16px;
  color: #1b1b1a;
  line-height: 1.7;
  margin-bottom: 48px;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 200;
}
@media (max-width: 768px) {
  .greeting-block__text {
    font-size: 14px;
    margin-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .greeting-block__text {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.greeting-block__text p {
  margin-bottom: 24px;
}
.greeting-block__text p:last-child {
  margin-bottom: 0;
}
.greeting-block__signature {
  font-size: 14px;
  color: #1b1b1a;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media (max-width: 576px) {
  .greeting-block__signature {
    font-size: 12px;
  }
}
.greeting-block__signature-name {
  font-weight: 600;
}
.greeting-block__signature-separator {
  margin: 0 4px;
}
.greeting-block__signature-title {
  font-weight: 400;
}
.greeting-block__image {
  position: relative;
}
.greeting-block__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
.greeting-block__image:hover img {
  filter: grayscale(80%);
}
.greeting-block__image--left {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .greeting-block__image--left {
    margin-bottom: 0;
  }
}

.features-block {
  padding: 120px 0;
  color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 768px) {
  .features-block {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .features-block {
    padding: 48px 0;
  }
}
.features-block--has-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
.features-block--has-image > * {
  position: relative;
  z-index: 1;
}
.features-block .row {
  --bs-gutter-y: 20px;
}
.features-block__item {
  text-align: center;
  padding: 48px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .features-block__item {
    padding: 48px 24px;
  }
}
@media (max-width: 576px) {
  .features-block__item {
    padding: 48px 12px;
    margin-bottom: 48px;
  }
}
.features-block__item:hover {
  transform: translateY(-5px);
}
.features-block__icon {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-block__icon i {
  font-size: 48px;
  color: #1b1b1a;
  line-height: 1;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .features-block__icon i {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .features-block__icon i {
    font-size: 36px;
  }
}
.features-block__item:hover .features-block__icon i {
  transform: scale(1.1);
  color: #1b1b1a;
}
.features-block__title {
  font-size: 20px;
  font-weight: 200;
  color: #1b1b1a;
  margin-bottom: 12px;
  line-height: 1.1;
  font-family: "Georgia", serif;
}
@media (max-width: 768px) {
  .features-block__title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .features-block__title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.features-block__subtitle {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media (max-width: 768px) {
  .features-block__subtitle {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .features-block__subtitle {
    font-size: 11px;
  }
}

.cards-block {
  padding: 48px 0;
}
@media (max-width: 768px) {
  .cards-block {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .cards-block {
    padding: 48px 0;
  }
}
.cards-block .row {
  --bs-gutter-y: 20px;
}
.cards-block__card {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-out;
  border-radius: 4px;
}
.cards-block__card:hover {
  text-decoration: none;
  color: inherit;
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.cards-block__card:focus {
  outline: 2px solid #cda73c;
  outline-offset: 4px;
}
.cards-block__image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .cards-block__image {
    padding-bottom: 80%;
  }
}
.cards-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease-out;
}
.cards-block__card:hover .cards-block__overlay {
  background: rgba(0, 0, 0, 0.5);
}
.cards-block__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 48px;
}
.cards-block__title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 2px;
  font-family: "Georgia", serif;
  margin: 0;
  transition: transform 0.3s ease-out;
}
@media (max-width: 768px) {
  .cards-block__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .cards-block__title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.cards-block__card:hover .cards-block__title {
  transform: translateY(-10px);
}
.cards-block__description {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0 0 48px 0;
  opacity: 0.95;
  line-height: 1.5;
  max-width: 90%;
}
@media (max-width: 768px) {
  .cards-block__description {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .cards-block__description {
    display: none;
  }
}
.cards-block__card:hover .cards-block__description {
  opacity: 1;
}
.cards-block__button {
  --button-bg-color: #FFFFFF;
  --button-border-color: #FFFFFF;
  --button-color: #1b1b1a;
  --button-hover-bg-color: transparent;
  --button-hover-border-color: #FFFFFF;
  --button-hover-color: #FFFFFF;
  --button-height: 40px;
  --button-rounded: 4px;
  align-items: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: var(--button-bg-color);
  border: none;
  border-radius: var(--button-rounded);
  box-shadow: inset 0 0 0 1px var(--button-border-color);
  color: var(--button-color);
  cursor: pointer;
  display: inline-flex;
  gap: 0.5rem;
  justify-content: center;
  min-height: var(--button-height);
  padding: 0.5rem 1.25rem;
  position: relative;
  transition: all 0.3s ease;
  will-change: background-color, color, box-shadow;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
@media (max-width: 576px) {
  .cards-block__button {
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
  }
}
.cards-block__card:hover .cards-block__button {
  opacity: 1;
  transform: translateY(0);
}
.cards-block__button:hover, .cards-block__button:focus {
  background-color: var(--button-hover-bg-color);
  box-shadow: inset 0 0 0 1px var(--button-hover-border-color);
  color: var(--button-hover-color);
}

.logos-block {
  padding: 48px 0;
  background: #f1eeea;
}
@media (max-width: 768px) {
  .logos-block {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .logos-block {
    padding: 48px 0;
  }
}
.logos-block__header {
  text-align: center;
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .logos-block__header {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .logos-block__header {
    margin-bottom: 48px;
  }
}
.logos-block__title {
  font-size: 2.5rem;
  font-weight: 400;
  color: #1b1b1a;
  margin-bottom: 24px;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.logos-block__subtitle {
  font-size: 16px;
  color: #1b1b1a;
  margin-bottom: 0;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .logos-block__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .logos-block__subtitle {
    font-size: 12px;
  }
}
.logos-block__slider {
  position: relative;
  padding: 48px 0 48px 0;
  max-width: 430px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .logos-block__slider {
    padding: 24px 0 80px 0;
  }
}
.logos-block__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: #f1eeea;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .logos-block__item {
    height: 140px;
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .logos-block__item {
    height: 120px;
    padding: 12px;
  }
}
.logos-block__item:hover {
  transform: translateY(-5px);
}
.logos-block__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.logos-block__link:hover {
  text-decoration: none;
}
.logos-block__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease-out;
}
.logos-block .swiper-button-next,
.logos-block .swiper-button-prev {
  color: #1b1b1a;
  width: 44px;
  height: 44px;
}
@media (max-width: 576px) {
  .logos-block .swiper-button-next,
  .logos-block .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}
.logos-block .swiper-button-next::after,
.logos-block .swiper-button-prev::after {
  font-size: 20px;
}
@media (max-width: 576px) {
  .logos-block .swiper-button-next::after,
  .logos-block .swiper-button-prev::after {
    font-size: 16px;
  }
}
.logos-block .swiper-button-next:hover,
.logos-block .swiper-button-prev:hover {
  color: #cda73c;
}
.logos-block .swiper-pagination {
  position: relative;
  margin-top: 48px;
}
.logos-block .swiper-pagination .swiper-pagination-bullet {
  background: #1b1b1a;
  opacity: 0.3;
}
.logos-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #cda73c;
}

.testimony-block {
  padding: 48px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #ffffff;
}
@media (max-width: 768px) {
  .testimony-block {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .testimony-block {
    padding: 48px 0;
  }
}
.testimony-block--has-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}
.testimony-block--has-image > * {
  position: relative;
  z-index: 1;
}
.testimony-block__header {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.testimony-block__title {
  font-size: 2.5rem;
  font-weight: 200;
  color: #ffffff;
  margin-bottom: 12px;
  font-family: "Georgia", serif;
}
@media (max-width: 768px) {
  .testimony-block__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .testimony-block__title {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }
}
.testimony-block__description {
  font-size: 2rem;
  color: #ffffff;
  line-height: 1.7;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.testimony-block__description p {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.testimony-block__description p:last-child {
  margin-bottom: 0;
}
.testimony-block__slider {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 0;
}
@media (max-width: 576px) {
  .testimony-block__slider {
    padding: 0;
  }
}
.testimony-block__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
@media (max-width: 576px) {
  .testimony-block__item {
    min-height: 250px;
  }
}
.testimony-block__content {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 0;
}
@media (max-width: 576px) {
  .testimony-block__content {
    padding: 48px;
  }
}
.testimony-block__text {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.7;
  margin-bottom: 80px;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media (max-width: 768px) {
  .testimony-block__text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .testimony-block__text {
    font-size: 14px;
    margin-bottom: 48px;
  }
}
.testimony-block__text p {
  margin-bottom: 24px;
  font-weight: 400;
  color: #ffffff !important;
}
.testimony-block__text p:last-child {
  margin-bottom: 0;
}
.testimony-block__author {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media (max-width: 576px) {
  .testimony-block__author {
    font-size: 14px;
  }
}
.testimony-block__author-name {
  font-weight: 700;
}
.testimony-block__author-separator {
  margin: 0 4px;
}
.testimony-block__author-title {
  font-weight: 400;
  color: #ffffff;
}

.text-block {
  padding: 48px 0;
  background: #f1eeea;
}
.text-block__title {
  font-size: 2.5rem;
  font-weight: 200;
  color: #1b1b1a;
  line-height: 1.1;
  font-family: "Georgia", serif;
}
.text-block__subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1b1b1a;
  margin-bottom: 24px;
  line-height: 1.5;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media (max-width: 768px) {
  .text-block__subtitle {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .text-block__subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.text-block__content {
  font-size: 16px;
  font-weight: 200;
  color: #1b1b1a;
  line-height: 1.7;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left;
}
@media (max-width: 768px) {
  .text-block__content {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .text-block__content {
    font-size: 14px;
  }
}
.text-block__content p {
  margin-bottom: 48px;
}
.text-block__content p:last-child {
  margin-bottom: 0;
}
.text-block__content h1, .text-block__content h2, .text-block__content h3, .text-block__content h4, .text-block__content h5, .text-block__content h6 {
  margin-top: 80px;
  margin-bottom: 48px;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.text-block__content h1:first-child, .text-block__content h2:first-child, .text-block__content h3:first-child, .text-block__content h4:first-child, .text-block__content h5:first-child, .text-block__content h6:first-child {
  margin-top: 0;
}
.text-block__content ul, .text-block__content ol {
  margin-bottom: 48px;
  padding-left: 80px;
  color: #1b1b1a;
  font-weight: normal;
}
.text-block__content ul li, .text-block__content ol li {
  margin-bottom: 12px;
}
.text-block__content a {
  color: #cda73c;
  text-decoration: underline;
}
.text-block__content a:hover {
  color: #1b1b1a;
  text-decoration: none;
}
.text-block__content img {
  max-width: 100%;
  height: auto;
  margin: 48px 0;
}

.text-image-block {
  padding: 12px 0;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .text-image-block {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .text-image-block {
    padding: 48px 0;
  }
}
.text-image-block__content {
  padding-right: 80px;
}
@media (max-width: 768px) {
  .text-image-block__content {
    padding-right: 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .text-image-block__content {
    margin-bottom: 48px;
  }
}
.text-image-block__header {
  font-size: 12px;
  color: #1b1b1a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 24px;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media (max-width: 576px) {
  .text-image-block__header {
    font-size: 11px;
    margin-bottom: 12px;
  }
}
.text-image-block__title {
  font-size: 28px;
  font-weight: 700;
  color: #1b1b1a;
  margin-bottom: 48px;
  line-height: 1.1;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media (max-width: 768px) {
  .text-image-block__title {
    font-size: 40px;
    margin-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .text-image-block__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.text-image-block__text {
  font-size: 16px;
  color: #1b1b1a;
  line-height: 1.7;
  margin-bottom: 48px;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 200;
}
@media (max-width: 768px) {
  .text-image-block__text {
    font-size: 14px;
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .text-image-block__text {
    font-size: 14px;
    margin-bottom: 48px;
  }
}
.text-image-block__text p {
  margin-bottom: 48px;
}
.text-image-block__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .text-image-block__button-wrapper {
    margin-top: 48px;
  }
}
.text-image-block__button {
  --button-bg-color: #1b1b1a;
  --button-border-color: #1b1b1a;
  --button-color: #FFFFFF;
  --button-hover-bg-color: transparent;
  --button-hover-border-color: #1b1b1a;
  --button-hover-color: #1b1b1a;
  --button-height: 40px;
  --button-rounded: 4px;
  align-items: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: var(--button-bg-color);
  border: none;
  border-radius: var(--button-rounded);
  box-shadow: inset 0 0 0 1px var(--button-border-color);
  color: var(--button-color);
  cursor: pointer;
  display: inline-flex;
  gap: 0.5rem;
  justify-content: center;
  min-height: var(--button-height);
  padding: 0.5rem 1.25rem;
  position: relative;
  transition: all 0.3s ease;
  will-change: background-color, color, box-shadow;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.text-image-block__button:hover, .text-image-block__button:focus {
  background-color: var(--button-hover-bg-color);
  box-shadow: inset 0 0 0 1px var(--button-hover-border-color);
  color: var(--button-hover-color);
  text-decoration: none;
}
@media (max-width: 576px) {
  .text-image-block__button {
    padding: 12px 24px;
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.text-image-block__button:hover {
  background: #cda73c;
  color: #FFFFFF;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.text-image-block__button:focus {
  outline: 2px solid #cda73c;
  outline-offset: 4px;
}
.text-image-block__image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .text-image-block__image-wrapper {
    padding-bottom: 56.25%;
  }
}
.text-image-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.text-image-block__slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .text-image-block__slider {
    padding-bottom: 56.25%;
  }
}
.text-image-block__slider .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-image-block__slider .swiper-slide {
  height: 100%;
}
.text-image-block__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.text-image-block .swiper-button-next,
.text-image-block .swiper-button-prev {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.text-image-block .swiper-button-next:after,
.text-image-block .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}
.text-image-block .swiper-button-next:hover,
.text-image-block .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 576px) {
  .text-image-block .swiper-button-next,
  .text-image-block .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .text-image-block .swiper-button-next:after,
  .text-image-block .swiper-button-prev:after {
    font-size: 14px;
  }
}
.text-image-block .swiper-pagination {
  bottom: 20px;
}
.text-image-block .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 0.5;
}
.text-image-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1b1b1a;
}

.gallery-block {
  padding: 120px 0;
}
@media (max-width: 576px) {
  .gallery-block {
    padding: 80px 0;
  }
}
.gallery-block__header {
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .gallery-block__header {
    margin-bottom: 80px;
  }
}
.gallery-block__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1b1b1a;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .gallery-block__title {
    font-size: 2rem;
  }
}
.gallery-block__subtitle {
  font-size: 20px;
  color: #666;
  margin: 0;
}
.gallery-block__masonry {
  column-count: 3;
  column-gap: 24px;
}
@media (max-width: 768px) {
  .gallery-block__masonry {
    column-count: 2;
    column-gap: 24px;
  }
}
@media (max-width: 576px) {
  .gallery-block__masonry {
    column-count: 2;
    column-gap: 12px;
  }
}
.gallery-block__item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  cursor: pointer;
  background: #f0f0f0;
  break-inside: avoid;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .gallery-block__item {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .gallery-block__item {
    margin-bottom: 12px;
  }
}
.gallery-block__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-block__link:hover .gallery-block__overlay {
  opacity: 1;
}
.gallery-block__link:hover .gallery-block__image {
  transform: scale(1.1);
}
.gallery-block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-out;
  display: block;
}
.gallery-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 1;
}
.gallery-block__overlay i {
  color: #FFFFFF;
  font-size: 2rem;
}
@media (max-width: 576px) {
  .gallery-block__overlay i {
    font-size: 1.5rem;
  }
}

.glightbox-open {
  z-index: 99999;
}
.glightbox-description {
  display: none !important;
}
.glightbox-title {
  display: none !important;
}

.contact-block {
  padding: 120px 0;
  background: #FFFFFF;
}
@media (max-width: 576px) {
  .contact-block {
    padding: 80px 0;
  }
}
.contact-block label, .contact-block br {
  display: none;
}
.contact-block__form-wrapper {
  padding-right: 120px;
}
@media (max-width: 768px) {
  .contact-block__form-wrapper {
    padding-right: 80px;
    margin-bottom: 120px;
  }
}
@media (max-width: 576px) {
  .contact-block__form-wrapper {
    padding-right: 0;
    margin-bottom: 80px;
  }
}
.contact-block__subtitle {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #888b8d;
  margin-bottom: 12px;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 200;
}
.contact-block__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1b1b1a;
  margin-bottom: 48px;
}
@media (max-width: 576px) {
  .contact-block__title {
    font-size: 2rem;
    margin-bottom: 48px;
  }
}
.contact-block__form .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.contact-block__form .wpcf7-form input[type=text],
.contact-block__form .wpcf7-form input[type=email],
.contact-block__form .wpcf7-form input[type=tel],
.contact-block__form .wpcf7-form input[type=url],
.contact-block__form .wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1b1b1a;
  background: #FFFFFF;
  transition: border-color 0.3s ease-out;
  font-weight: 200;
}
.contact-block__form .wpcf7-form input[type=text]:focus,
.contact-block__form .wpcf7-form input[type=email]:focus,
.contact-block__form .wpcf7-form input[type=tel]:focus,
.contact-block__form .wpcf7-form input[type=url]:focus,
.contact-block__form .wpcf7-form textarea:focus {
  outline: none;
  border-color: #1b1b1a;
}
.contact-block__form .wpcf7-form input[type=text]::placeholder,
.contact-block__form .wpcf7-form input[type=email]::placeholder,
.contact-block__form .wpcf7-form input[type=tel]::placeholder,
.contact-block__form .wpcf7-form input[type=url]::placeholder,
.contact-block__form .wpcf7-form textarea::placeholder {
  color: #999;
}
.contact-block__form .wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-block__form .wpcf7-form input[type=submit],
.contact-block__form .wpcf7-form .wpcf7-submit {
  --button-bg-color: #1b1b1a;
  --button-border-color: #1b1b1a;
  --button-color: #FFFFFF;
  --button-hover-bg-color: transparent;
  --button-hover-border-color: #1b1b1a;
  --button-hover-color: #1b1b1a;
  --button-height: 40px;
  --button-rounded: 4px;
  align-items: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: var(--button-bg-color);
  border: none;
  border-radius: var(--button-rounded);
  box-shadow: inset 0 0 0 1px var(--button-border-color);
  color: var(--button-color);
  cursor: pointer;
  display: inline-flex;
  gap: 0.5rem;
  justify-content: center;
  min-height: var(--button-height);
  padding: 0.5rem 1.25rem;
  position: relative;
  transition: all 0.3s ease;
  will-change: background-color, color, box-shadow;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  width: 100%;
}
.contact-block__form .wpcf7-form input[type=submit]:hover, .contact-block__form .wpcf7-form input[type=submit]:focus,
.contact-block__form .wpcf7-form .wpcf7-submit:hover,
.contact-block__form .wpcf7-form .wpcf7-submit:focus {
  background-color: var(--button-hover-bg-color);
  box-shadow: inset 0 0 0 1px var(--button-hover-border-color);
  color: var(--button-hover-color);
}
.contact-block__form .wpcf7-form input[type=submit]:focus,
.contact-block__form .wpcf7-form .wpcf7-submit:focus {
  outline: none;
}
.contact-block__form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.contact-block__form .wpcf7-form .wpcf7-radio .wpcf7-list-item {
  margin: 24px 0;
}
.contact-block__form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label,
.contact-block__form .wpcf7-form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #1b1b1a;
  cursor: pointer;
}
.contact-block__form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox],
.contact-block__form .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label input[type=radio],
.contact-block__form .wpcf7-form .wpcf7-radio .wpcf7-list-item label input[type=checkbox],
.contact-block__form .wpcf7-form .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  width: auto;
  margin: 0;
}
.contact-block__form .wpcf7-form .wpcf7-response-output {
  margin-top: 48px;
  padding: 24px;
  border-radius: 0;
  font-size: 14px;
}
.contact-block__form .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.contact-block__form .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors, .contact-block__form .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.contact-block__form .wpcf7-form .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 12px;
  margin-top: 12px;
  display: block;
}
.contact-block__form .wpcf7-form span.wpcf7-not-valid input,
.contact-block__form .wpcf7-form span.wpcf7-not-valid textarea {
  border-color: #dc3545;
}
.contact-block__info {
  padding-left: 120px;
}
@media (max-width: 768px) {
  .contact-block__info {
    padding-left: 80px;
  }
}
@media (max-width: 576px) {
  .contact-block__info {
    padding-left: 0;
  }
}
.contact-block__resort-name {
  font-size: 2rem;
  font-weight: 700;
  color: #1b1b1a;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .contact-block__resort-name {
    font-size: 1.75rem;
  }
}
.contact-block__address {
  font-size: 14px;
  line-height: 1.6;
  color: #1b1b1a;
  margin-bottom: 48px;
  white-space: pre-line;
  font-weight: 200;
}
.contact-block__contact-details {
  margin-bottom: 48px;
}
@media (max-width: 576px) {
  .contact-block__contact-details {
    margin-bottom: 80px;
  }
}
.contact-block__contact-item {
  font-size: 14px;
  color: #1b1b1a;
  margin-bottom: 24px;
  font-weight: 200;
}
.contact-block__contact-item strong {
  font-weight: 600;
  margin-right: 12px;
}
.contact-block__contact-item a {
  color: #1b1b1a;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
.contact-block__contact-item a:hover {
  color: #cda73c;
  text-decoration: underline;
}
.contact-block__directions {
  margin-bottom: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .contact-block__directions {
    margin-bottom: 48px;
  }
}
.contact-block__directions-title {
  font-size: 16px;
  font-weight: 600;
  color: #1b1b1a;
  margin-bottom: 24px;
}
.contact-block__directions-content {
  font-size: 14px;
  line-height: 1.6;
  color: #1b1b1a;
  white-space: pre-line;
  font-weight: 200;
}
.contact-block__social {
  padding-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-block__social-title {
  font-size: 20px;
  font-weight: 600;
  color: #1b1b1a;
  margin-bottom: 48px;
}
.contact-block__social-icons {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.contact-block__social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1b1b1a;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease-out;
  font-size: 20px;
}
.contact-block__social-icon:hover {
  background: #1b1b1a;
  color: #FFFFFF;
  transform: translateY(-2px);
  text-decoration: none;
}
.map-block {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.map-block__container {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.map-block--error {
  padding: 120px 0;
  background: #f1eeea;
}
.map-block--error .alert {
  padding: 48px;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 2px;
  color: #856404;
}
.map-block--error .alert strong {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
}
.map-block--error .alert p {
  margin: 0;
  font-size: 14px;
}

/*# sourceMappingURL=import_block.css.map */
