html.hili-lightbox-open,
body.hili-lightbox-open {
  overflow: hidden !important;
}

/* The exported Wix overflow item is only a runtime placeholder. The four real
   navigation entries already fit at every supported width. */
#comp-imd7svdi__more__,
#comp-imd7svdidropWrapper {
  display: none !important;
}

.hili-promoted-heading-anchor {
  color: inherit;
  text-decoration: none;
  display: block;
}

.hili-promoted-heading-anchor h1,
.hili-promoted-heading-anchor h2,
.hili-promoted-heading-anchor h3 {
  cursor: pointer;
}

.hili-promoted-heading-anchor:focus-visible h1,
.hili-promoted-heading-anchor:focus-visible h2,
.hili-promoted-heading-anchor:focus-visible h3 {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

img.hili-photo-expandable {
  cursor: zoom-in !important;
}

img.hili-photo-expandable:focus-visible {
  outline: 3px solid #ffffff !important;
  outline-offset: 4px !important;
}

.hili-lightbox[hidden] {
  display: none !important;
}

.hili-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: block;
  min-height: 100dvh;
  padding: 0;
  box-sizing: border-box;
  color: #272727;
  background: #ffffff;
  font-family: "Avenir LT W01 35 Light", "Helvetica Neue", Arial, sans-serif;
}

.hili-lightbox button {
  color: #242424;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 160ms ease;
}

.hili-lightbox button:hover,
.hili-lightbox button:focus-visible {
  background: transparent;
  opacity: 0.58;
  outline: 1px solid #242424;
  outline-offset: 2px;
}

.hili-lightbox__close {
  position: absolute;
  top: 26px;
  right: 5px;
  z-index: 3;
  width: 38px;
  height: 44px;
  padding: 0;
  font-size: 42px;
  font-weight: 100;
  line-height: 38px;
}

.hili-lightbox .hili-lightbox__close:focus-visible {
  opacity: 1;
  outline: none;
}

.hili-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  padding: 0;
  transform: translateY(-50%);
  font-size: 52px;
  font-weight: 100;
  line-height: 44px;
}

.hili-lightbox__nav--previous {
  left: 12px;
}

.hili-lightbox__nav--next {
  right: calc(30% + 20px);
}

.hili-lightbox__figure {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
  min-width: 0;
  width: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
}

.hili-lightbox__image {
  grid-column: 1;
  justify-self: center;
  display: block;
  width: 80%;
  max-width: 80%;
  height: 80dvh;
  max-height: 80dvh;
  object-fit: contain;
  box-shadow: none;
}

.hili-lightbox__caption {
  grid-column: 2;
  align-self: start;
  width: min(84%, 252px);
  min-height: 0;
  margin-left: 4px;
  margin-top: 17.8dvh;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
}

.hili-lightbox__title {
  margin: 0 0 16px;
  color: #272727;
  font-size: clamp(25px, 2.35vw, 32px);
  font-weight: 300;
  line-height: 1.22;
}

.hili-lightbox__description {
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
}

.hili-lightbox__counter {
  display: none !important;
}

.hili-contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.hili-contact-status {
  width: 100%;
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 4px;
  box-sizing: border-box;
  font: 400 14px/1.45 Arial, Helvetica, sans-serif;
  text-align: center;
}

.hili-contact-status--pending {
  color: #3d3d3d;
  background: #f1efe8;
}

.hili-contact-status--success {
  color: #1e5f39;
  background: #e8f4ec;
}

.hili-contact-status--error {
  color: #8d2828;
  background: #f9e8e8;
}

@media (max-width: 820px) {
  .hili-lightbox {
    min-height: 100dvh;
    overflow-y: auto;
  }

  .hili-lightbox__close {
    top: 8px;
    right: 7px;
  }

  .hili-lightbox__nav {
    position: fixed;
    top: 43dvh;
    width: 42px;
    height: 54px;
    font-size: 44px;
  }

  .hili-lightbox__nav--previous {
    left: 4px;
  }

  .hili-lightbox__nav--next {
    right: 4px;
  }

  .hili-lightbox__figure {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100dvh;
    padding: 58px 44px 30px;
    box-sizing: border-box;
  }

  .hili-lightbox__image {
    width: 100%;
    max-width: 100%;
    height: 68dvh;
    max-height: 68dvh;
  }

  .hili-lightbox__caption {
    width: 100%;
    max-width: none;
    margin-top: 24px;
    padding: 0 4px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hili-lightbox button {
    transition: none;
  }
}
