.nvf-location,
.nvf-location * {
  box-sizing: border-box;
}

.nvf-location {
  position: relative;
  width: 100%;
  overflow: clip;
  background: #f5f2ee;
  color: #101010;
}

.nvf-location__intro {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 70px 24px 34px;
  background: #f5f2ee;
  text-align: center;
}

.nvf-location__intro-inner {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.nvf-location__intro-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 0 0 16px;
  padding: 9px 16px;
  border: 1px solid #b42741;
  border-radius: 999px;
  color: #b42741;
  background: transparent;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.nvf-location__intro-heading {
  margin: 0 0 12px;
  color: #101010;
  font-size: clamp(2rem, 1.55rem + 1.15vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.nvf-location__intro-text {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.nvf-location__intro-text p {
  margin: 0;
}

.nvf-location__stage {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  background: #243f6b;
}

.nvf-location__media-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #243f6b;
}

.nvf-location__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center center;
  will-change: transform;
}

.nvf-location__video {
  pointer-events: none;
}

.nvf-location__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0,0,0,.1);
}

.nvf-location-card {
  position: absolute;
  right: 4vw;
  bottom: 6vh;
  z-index: 3;
  width: 430px;
  max-width: calc(100% - 48px);
  padding: 30px 34px;
  border-radius: 12px;
  background: #fff;
  color: #101010;
  box-shadow: 0 24px 80px rgba(0,0,0,.16);
  transform: translate3d(0, 0, 0);
}

.nvf-location-card__title {
  margin: 0 0 18px;
  color: #101010;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.nvf-location-card__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

.nvf-location-card__row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 11px 0;
  border-top: 1px solid rgba(0,0,0,.08);
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.nvf-location-card__row:last-child {
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.nvf-location-card__row a {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease;
}

.nvf-location-card__row a:hover {
  color: #b42741;
}

.nvf-location-card__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #b42741;
  line-height: 1;
}

.nvf-location-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  color: currentColor;
}

.nvf-location-card__icon svg * {
  stroke: currentColor;
}

.nvf-location-card__route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  color: #101010;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: color .25s ease;
}

.nvf-location-card__route:hover {
  color: #b42741;
}

.nvf-location-card__route-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #b42741;
  color: #fff;
  transition: transform .25s cubic-bezier(.625,.05,0,1), background-color .25s ease, color .25s ease;
}

.nvf-location-card__route-icon svg {
  display: block;
  width: 12px;
  height: 12px;
}

.nvf-location-card__route-icon svg * {
  stroke: currentColor;
}

.nvf-location-card__route:hover .nvf-location-card__route-icon {
  transform: translate3d(2px, -2px, 0);
}

.nvf-location--reveal .nvf-location-card {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(.985);
}

.nvf-location.is-visible .nvf-location-card,
.elementor-editor-active .nvf-location .nvf-location-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity .7s cubic-bezier(.625,.05,0,1), transform .7s cubic-bezier(.625,.05,0,1);
}

.nvf-location--kenburns .nvf-location__image {
  animation-duration: var(--nvf-location-kb-duration, 18s);
  animation-timing-function: cubic-bezier(.22, .61, .36, 1);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: both;
}

.nvf-location--kenburns-zoom_in .nvf-location__image {
  animation-name: nvf-location-kenburns-zoom-in;
}

.nvf-location--kenburns-zoom_out .nvf-location__image {
  animation-name: nvf-location-kenburns-zoom-out;
}

.nvf-location--kenburns-pan_left .nvf-location__image {
  animation-name: nvf-location-kenburns-pan-left;
}

.nvf-location--kenburns-pan_right .nvf-location__image {
  animation-name: nvf-location-kenburns-pan-right;
}

.nvf-location--kenburns-pan_up .nvf-location__image {
  animation-name: nvf-location-kenburns-pan-up;
}

@keyframes nvf-location-kenburns-zoom-in {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(0, 0, 0) scale(var(--nvf-location-kb-scale, 1.08)); }
}

@keyframes nvf-location-kenburns-zoom-out {
  from { transform: translate3d(0, 0, 0) scale(var(--nvf-location-kb-scale, 1.08)); }
  to { transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes nvf-location-kenburns-pan-left {
  from { transform: translate3d(2.5%, 0, 0) scale(var(--nvf-location-kb-scale, 1.08)); }
  to { transform: translate3d(-2.5%, 0, 0) scale(var(--nvf-location-kb-scale, 1.08)); }
}

@keyframes nvf-location-kenburns-pan-right {
  from { transform: translate3d(-2.5%, 0, 0) scale(var(--nvf-location-kb-scale, 1.08)); }
  to { transform: translate3d(2.5%, 0, 0) scale(var(--nvf-location-kb-scale, 1.08)); }
}

@keyframes nvf-location-kenburns-pan-up {
  from { transform: translate3d(0, 2.5%, 0) scale(var(--nvf-location-kb-scale, 1.08)); }
  to { transform: translate3d(0, -2.5%, 0) scale(var(--nvf-location-kb-scale, 1.08)); }
}

@media (max-width: 1024px) {
  .nvf-location__intro {
    padding: 56px 24px 30px;
  }
}

@media (max-width: 1024px) {
  .nvf-location-card {
    right: 28px;
    bottom: 28px;
    width: min(420px, calc(100% - 56px));
  }
}

@media (max-width: 767px) {
  .nvf-location__intro {
    padding: 42px 20px 26px;
  }

  .nvf-location__intro-label {
    margin-bottom: 14px;
  }

  .nvf-location__intro-heading {
    font-size: clamp(1.85rem, 8vw, 2.5rem);
  }

  .nvf-location__intro-text {
    font-size: 15px;
    line-height: 1.65;
  }
}

@media (max-width: 767px) {
  .nvf-location__stage {
    min-height: 100svh;
  }

  .nvf-location-card {
    right: 50% !important;
    bottom: 20px;
    width: min(90vw, 430px);
    max-width: calc(100% - 28px);
    transform: translate3d(50%, 0, 0);
  }

  .nvf-location--reveal .nvf-location-card {
    transform: translate3d(50%, 22px, 0) scale(.985);
  }

  .nvf-location.is-visible .nvf-location-card,
  .elementor-editor-active .nvf-location .nvf-location-card {
    transform: translate3d(50%, 0, 0) scale(1);
  }

  .nvf-location-mobile-card--below_image .nvf-location__stage {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: visible;
    background: transparent;
  }

  .nvf-location-mobile-card--below_image .nvf-location__media-layer {
    position: relative;
    inset: auto;
    min-height: 100svh;
    width: 100%;
    overflow: hidden;
    background: #243f6b;
  }

  .nvf-location-mobile-card--below_image .nvf-location-card {
    position: relative;
    right: auto !important;
    bottom: auto !important;
    margin: 18px auto 0;
    transform: none;
  }

  .nvf-location-mobile-card--below_image .nvf-location--reveal .nvf-location-card {
    transform: translate3d(0, 22px, 0) scale(.985);
  }

  .nvf-location-mobile-card--below_image .nvf-location.is-visible .nvf-location-card,
  .elementor-editor-active .nvf-location-mobile-card--below_image .nvf-location-card {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .nvf-location-card__title {
    margin-bottom: 14px;
    font-size: 17px;
  }

  .nvf-location-card__row {
    min-height: 40px;
    padding: 9px 0;
    font-size: 13px;
  }

  .nvf-location-card__route {
    margin-top: 14px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nvf-location--kenburns .nvf-location__image {
    animation: none !important;
    transform: none !important;
  }

  .nvf-location--reveal .nvf-location-card,
  .nvf-location.is-visible .nvf-location-card {
    opacity: 1 !important;
    transition: none !important;
  }
}
