@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/montserrat-400.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-600.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-700.woff2") format("woff2");
}

@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/bodoni-moda-400.woff2") format("woff2");
}

.lbh-search-v1,
.lbh-search-v1 * {
  box-sizing: border-box;
}

.lbh-search-v1 {
  --lbh-navy: #003b89;
  --lbh-blue: #004caa;
  --lbh-bright-blue: #003ed2;
  --lbh-aqua: #7ddfe3;
  --lbh-ink: #12304c;
  --lbh-muted: #51657a;
  --lbh-border: #d4dbe5;
  --lbh-paper: #fbfcfd;
  background: #fff;
  color: var(--lbh-ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}

.lbh-search-v1 img {
  display: block;
  max-width: 100%;
}

.lbh-search-v1 button,
.lbh-search-v1 input,
.lbh-search-v1 select {
  font: inherit;
}

.lbh-search-v1 a {
  color: inherit;
}

.lbh-search-v1 .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.lbh-search-v1-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 900;
}

.lbh-search-v1-header__inner {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1640px;
  min-height: 120px;
  padding: 12px 54px;
}

.lbh-search-v1-logo {
  align-items: center;
  display: flex;
  flex: 0 0 138px;
  height: 96px;
  justify-content: center;
  overflow: hidden;
}

.lbh-search-v1-logo img {
  height: 96px;
  object-fit: contain;
  width: 128px;
}

.lbh-search-v1-nav {
  align-items: center;
  display: flex;
  gap: clamp(22px, 2.5vw, 48px);
  justify-content: flex-end;
}

.lbh-search-v1-nav a {
  color: #0038c7;
  font-size: .84rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 9px 0 7px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.lbh-search-v1-nav a::after {
  background: #0038c7;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
  width: 100%;
}

.lbh-search-v1-nav a:hover::after,
.lbh-search-v1-nav a:focus-visible::after,
.lbh-search-v1-nav a.is-active::after {
  transform: scaleX(1);
}

.lbh-search-v1-menu-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 46px;
  padding: 10px;
  width: 48px;
}

.lbh-search-v1-menu-button > span:not(.screen-reader-text) {
  background: var(--lbh-navy);
  display: block;
  height: 2px;
  margin: 6px 0;
  transition: transform 160ms ease, opacity 160ms ease;
}

.lbh-search-v1-hero {
  align-items: center;
  background-image: linear-gradient(180deg, rgba(237, 250, 255, .18), rgba(255, 255, 255, .52)), url("../images/hero.webp");
  background-position: center 55%;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 490px;
  padding: 125px 24px 80px;
  position: relative;
  text-align: center;
}

.lbh-search-v1-hero::after {
  background: linear-gradient(180deg, transparent 62%, #fff 100%);
  bottom: 0;
  content: "";
  height: 125px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.lbh-search-v1-hero__content {
  margin-top: 4px;
  max-width: 1050px;
  position: relative;
  z-index: 1;
}

.lbh-search-v1-hero__content > p {
  color: #063a98;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .34em;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.lbh-search-v1-hero h1 {
  color: #003cce;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.03;
  margin: 0 auto 22px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .65);
}

.lbh-search-v1-hero__content > div {
  color: #24374c;
  font-size: clamp(.96rem, 1.25vw, 1.13rem);
  font-weight: 400;
  line-height: 1.55;
}

.lbh-search-v1-search {
  background: linear-gradient(180deg, #fff, #f7f9fc 70%, #fff);
  padding: 1px 30px 42px;
}

.lbh-search-v1-search__heading {
  margin: -4px auto 20px;
  text-align: center;
}

.lbh-search-v1-search__heading p {
  color: #0042c8;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .24em;
  margin: 0 0 2px;
  text-transform: uppercase;
}

.lbh-search-v1-search__heading h2 {
  color: #003fd0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.lbh-search-v1-toolbar,
.lbh-search-v1-filters,
.lbh-search-v1-results {
  margin-left: auto;
  margin-right: auto;
  max-width: 1550px;
}

.lbh-search-v1-toolbar {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.lbh-search-v1-summary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lbh-search-v1-summary strong {
  font-size: .9rem;
  font-weight: 500;
  margin-right: 8px;
}

.lbh-search-v1-summary > span {
  background: #fff;
  border: 1px solid var(--lbh-border);
  border-radius: 4px;
  color: #324358;
  font-size: .77rem;
  min-height: 38px;
  padding: 10px 34px 8px 15px;
  position: relative;
}

.lbh-search-v1-summary > span::after {
  content: "x";
  font-size: .78rem;
  position: absolute;
  right: 13px;
  top: 8px;
}

.lbh-search-v1-summary button {
  background: transparent;
  border: 0;
  color: #003a91;
  cursor: pointer;
  font-size: .79rem;
  padding: 8px 3px;
  text-decoration: underline;
}

.lbh-search-v1-views {
  display: inline-flex;
}

.lbh-search-v1-views button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--lbh-border);
  color: #33465b;
  cursor: pointer;
  display: inline-flex;
  font-size: .78rem;
  gap: 8px;
  min-height: 39px;
  padding: 0 17px;
}

.lbh-search-v1-views button:first-child {
  border-radius: 5px 0 0 5px;
}

.lbh-search-v1-views button:last-child {
  border-radius: 0 5px 5px 0;
}

.lbh-search-v1-views button + button {
  border-left: 0;
}

.lbh-search-v1-views button.is-active {
  background: #00438f;
  color: #fff;
}

.lbh-search-v1-filters {
  align-items: end;
  background: rgba(255, 255, 255, .82);
  border: 1px solid #cbd4df;
  border-radius: 7px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1.05fr 1.05fr .7fr .72fr .95fr 1.1fr 1.16fr 1.42fr;
  margin-bottom: 28px;
  padding: 19px 20px 20px;
}

.lbh-search-v1-filters label {
  color: #173048;
  display: grid;
  font-size: .72rem;
  gap: 7px;
  min-width: 0;
}

.lbh-search-v1-filters label > span {
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .02em;
  min-height: 17px;
}

.lbh-search-v1-filters label:first-child > span,
.lbh-search-v1-filters label:nth-child(2) > span {
  color: #0035bd;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lbh-search-v1-filters input,
.lbh-search-v1-filters select {
  background-color: #fff;
  border: 1px solid #c9d2df;
  border-radius: 4px;
  color: #536379;
  height: 48px;
  min-width: 0;
  padding: 0 11px;
  width: 100%;
}

.lbh-search-v1-filters select {
  appearance: auto;
  font-size: .72rem;
}

.lbh-search-v1-filters input {
  font-size: .75rem;
}

.lbh-search-v1-search-button,
.lbh-search-v1-view,
.lbh-search-v1-map-tools button {
  background: linear-gradient(180deg, #0753a6, #003a82);
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, transform 160ms ease;
}

.lbh-search-v1-search-button {
  height: 48px;
  font-size: .73rem;
  padding: 0 18px;
  white-space: nowrap;
}

.lbh-search-v1-search-button:hover,
.lbh-search-v1-view:hover,
.lbh-search-v1-map-tools button:hover {
  background: linear-gradient(180deg, #064a95, #002f6e);
}

.lbh-search-v1 button:focus-visible,
.lbh-search-v1 a:focus-visible,
.lbh-search-v1 input:focus-visible,
.lbh-search-v1 select:focus-visible {
  outline: 3px solid #4acbd4;
  outline-offset: 3px;
}

.lbh-search-v1-results {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(430px, 42%) 1fr;
  min-height: 1000px;
}

.lbh-search-v1-results[data-results-layout="list"] {
  grid-template-columns: 1fr;
}

.lbh-search-v1-results[data-results-layout="list"] .lbh-search-v1-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lbh-search-v1-results[data-results-layout="list"] .lbh-search-v1-map-shell {
  display: none;
}

.lbh-search-v1-results[data-results-layout="map"] {
  grid-template-columns: 1fr;
}

.lbh-search-v1-results[data-results-layout="map"] .lbh-search-v1-list {
  display: none;
}

.lbh-search-v1-results[data-results-layout="map"] .lbh-search-v1-map-shell {
  min-height: 760px;
}

.lbh-search-v1-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-width: 0;
}

.lbh-search-v1-card {
  background: #fff;
  border: 1px solid #d2dae5;
  border-radius: 7px;
  display: grid;
  grid-template-columns: minmax(210px, 47%) 1fr;
  min-height: 188px;
  overflow: hidden;
  position: relative;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.lbh-search-v1-card:first-child,
.lbh-search-v1-card:hover {
  border-color: #0051c9;
  box-shadow: 0 9px 30px rgba(0, 50, 105, .1);
}

.lbh-search-v1-card[hidden] {
  display: none !important;
}

.lbh-search-v1-card__image {
  background: #dce8ef;
  min-height: 188px;
  overflow: hidden;
}

.lbh-search-v1-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
  width: 100%;
}

.lbh-search-v1-card:hover .lbh-search-v1-card__image img {
  transform: scale(1.025);
}

.lbh-search-v1-favorite {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 68, 165, .32);
  border-radius: 50%;
  color: #0050bc;
  cursor: pointer;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  height: 34px;
  justify-content: center;
  left: calc(47% - 43px);
  line-height: 1;
  padding: 0 0 2px;
  position: absolute;
  top: 12px;
  width: 34px;
  z-index: 2;
}

.lbh-search-v1-favorite[aria-pressed="true"] {
  background: #0050bc;
  color: #fff;
}

.lbh-search-v1-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 15px 14px 12px 17px;
}

.lbh-search-v1-card__heading {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.lbh-search-v1-card h3 {
  color: #003ed0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 1.36rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.lbh-search-v1-card__heading p {
  color: #1452a3;
  font-size: .68rem;
  margin: 0;
}

.lbh-search-v1-rate {
  align-items: flex-end;
  color: #003ec6;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  line-height: 1.05;
  padding-top: 2px;
}

.lbh-search-v1-rate small {
  color: #174c92;
  font-size: .55rem;
}

.lbh-search-v1-rate strong {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.lbh-search-v1-facts {
  color: #0646a5;
  display: grid;
  font-size: .66rem;
  gap: 7px;
  list-style: none;
  margin: 13px 0 10px;
  padding: 0;
}

.lbh-search-v1-facts li {
  align-items: center;
  display: flex;
  gap: 7px;
}

.lbh-search-v1-facts li span {
  color: #003bcd;
  font-size: .8rem;
  width: 14px;
}

.lbh-search-v1-card__bottom {
  align-items: end;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: auto;
}

.lbh-search-v1-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.lbh-search-v1-tags span {
  background: #eef5ff;
  color: #0754ac;
  font-size: .53rem;
  padding: 5px 6px;
}

.lbh-search-v1-view {
  align-items: center;
  display: inline-flex;
  font-size: .57rem;
  justify-content: center;
  min-height: 30px;
  padding: 0 13px;
  white-space: nowrap;
}

.lbh-search-v1-empty {
  background: #fff;
  border: 1px solid #d2dae5;
  border-radius: 7px;
  padding: 32px;
  text-align: center;
}

.lbh-search-v1-map-shell {
  background: #d8f2f3;
  border-radius: 7px;
  min-height: 1000px;
  overflow: hidden;
  position: relative;
}

.lbh-search-v1-map {
  height: 100%;
  min-height: 1000px;
  width: 100%;
}

.lbh-search-v1-map-tools {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 8px 25px rgba(15, 54, 87, .18);
  left: 22px;
  padding: 14px;
  position: absolute;
  top: 22px;
  width: 220px;
  z-index: 500;
}

.lbh-search-v1-map-tools label {
  align-items: center;
  color: #33495d;
  display: flex;
  font-size: .7rem;
  gap: 9px;
  margin-bottom: 10px;
}

.lbh-search-v1-map-tools input {
  accent-color: #0050a5;
  height: 17px;
  width: 17px;
}

.lbh-search-v1-map-tools button {
  background: #f8faff;
  border: 1px solid #d3dbe6;
  color: #064a9d;
  font-size: .65rem;
  min-height: 37px;
  width: 100%;
}

.lbh-search-v1-map-tools button:hover {
  background: #eef5ff;
}

.lbh-search-v1-price-marker {
  align-items: center;
  background: #00448f;
  border: 3px solid #fff;
  border-radius: 7px;
  box-shadow: 0 3px 10px rgba(0, 34, 72, .23);
  color: #fff;
  display: flex;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .74rem;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  min-width: 54px;
  padding: 0 8px;
  position: relative;
}

.lbh-search-v1-price-marker::after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #00448f;
  bottom: -7px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.lbh-search-v1 .leaflet-popup-content-wrapper {
  border-radius: 9px;
  box-shadow: 0 10px 30px rgba(8, 41, 79, .23);
}

.lbh-search-v1 .leaflet-popup-content {
  margin: 13px;
  min-width: 230px;
}

.lbh-search-v1-map-card img {
  border-radius: 5px;
  height: 125px;
  object-fit: cover;
  width: 100%;
}

.lbh-search-v1-map-card h3 {
  color: #003ed0;
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 9px 0 0;
}

.lbh-search-v1-map-card p {
  color: #164d90;
  font-size: .72rem;
  margin: 2px 0 8px;
}

.lbh-search-v1-map-card a {
  background: #00458f;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: .68rem;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

body.lbh-search-v1-page {
  margin: 0;
  padding: 0;
}

@media (max-width: 1320px) {
  .lbh-search-v1-header__inner {
    min-height: 100px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .lbh-search-v1-logo {
    flex-basis: 112px;
  }

  .lbh-search-v1-logo img {
    height: 80px;
    width: 105px;
  }

  .lbh-search-v1-nav {
    gap: 20px;
  }

  .lbh-search-v1-nav a {
    font-size: .74rem;
  }

  .lbh-search-v1-filters {
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lbh-search-v1-search-button {
    min-height: 48px;
  }

  .lbh-search-v1-results {
    grid-template-columns: minmax(400px, 46%) 1fr;
  }

  .lbh-search-v1-card {
    grid-template-columns: minmax(175px, 43%) 1fr;
  }

  .lbh-search-v1-favorite {
    left: calc(43% - 43px);
  }
}

@media (max-width: 980px) {
  .lbh-search-v1-header {
    background: rgba(255, 255, 255, .93);
    position: relative;
  }

  .lbh-search-v1-header__inner {
    min-height: 86px;
    padding: 6px 24px;
  }

  .lbh-search-v1-logo,
  .lbh-search-v1-logo img {
    height: 72px;
    width: 98px;
  }

  .lbh-search-v1-menu-button {
    display: block;
  }

  .lbh-search-v1-nav {
    align-items: stretch;
    background: #fff;
    box-shadow: 0 15px 25px rgba(4, 49, 92, .13);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 15px 25px 22px;
    position: absolute;
    right: 0;
    top: 86px;
  }

  .lbh-search-v1-nav.is-open {
    display: flex;
  }

  .lbh-search-v1-nav a {
    border-bottom: 1px solid #e1e6ed;
    font-size: .86rem;
    padding: 13px 2px;
  }

  .lbh-search-v1-hero {
    min-height: 440px;
    padding-top: 70px;
  }

  .lbh-search-v1-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .lbh-search-v1-results,
  .lbh-search-v1-results[data-results-layout="split"] {
    grid-template-columns: 1fr;
  }

  .lbh-search-v1-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lbh-search-v1-map-shell,
  .lbh-search-v1-map {
    min-height: 620px;
  }

  .lbh-search-v1-results[data-results-layout="list"] .lbh-search-v1-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lbh-search-v1-card {
    display: block;
  }

  .lbh-search-v1-card__image {
    display: block;
    min-height: 245px;
  }

  .lbh-search-v1-favorite {
    left: auto;
    right: 12px;
  }

  .lbh-search-v1-card__body {
    min-height: 230px;
  }
}

@media (max-width: 680px) {
  .lbh-search-v1-hero {
    background-position: 57% center;
    min-height: 420px;
    padding: 48px 20px 60px;
  }

  .lbh-search-v1-hero__content > p {
    font-size: .68rem;
    letter-spacing: .26em;
  }

  .lbh-search-v1-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }

  .lbh-search-v1-desktop-break {
    display: none;
  }

  .lbh-search-v1-search {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lbh-search-v1-search__heading {
    margin-bottom: 22px;
  }

  .lbh-search-v1-summary {
    gap: 8px;
  }

  .lbh-search-v1-summary strong {
    flex-basis: 100%;
  }

  .lbh-search-v1-views {
    width: 100%;
  }

  .lbh-search-v1-views button {
    flex: 1;
    justify-content: center;
    padding: 0 8px;
  }

  .lbh-search-v1-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px;
  }

  .lbh-search-v1-search-button {
    grid-column: 1 / -1;
  }

  .lbh-search-v1-list,
  .lbh-search-v1-results[data-results-layout="list"] .lbh-search-v1-list {
    display: flex;
  }

  .lbh-search-v1-card__image {
    min-height: 250px;
  }

  .lbh-search-v1-card__body {
    min-height: 225px;
  }

  .lbh-search-v1-map-shell,
  .lbh-search-v1-map {
    min-height: 520px;
  }

  .lbh-search-v1-map-tools {
    left: 12px;
    top: 12px;
    width: 205px;
  }
}

@media (max-width: 430px) {
  .lbh-search-v1-header__inner {
    padding-left: 16px;
    padding-right: 12px;
  }

  .lbh-search-v1-filters {
    grid-template-columns: 1fr;
  }

  .lbh-search-v1-search-button {
    grid-column: auto;
  }

  .lbh-search-v1-card__heading {
    gap: 5px;
  }

  .lbh-search-v1-card__image {
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lbh-search-v1 *,
  .lbh-search-v1 *::before,
  .lbh-search-v1 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
