#section-location {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#section-location .section-landmarks {
  position: relative;
  min-height: 1080px;
}
@media (max-width: 991px) {
  #section-location .section-landmarks {
    min-height: 560px;
  }
}
#section-location .section-landmarks .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  background: transparent;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1880px) {
  #section-location .section-landmarks .wrapper {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  #section-location .section-landmarks .wrapper {
    overflow: unset;
    overflow-y: hidden !important;
  }
}
#section-location .section-landmarks .wrapper .landscape {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  width: 1920px;
  height: 1080px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-location .section-landmarks .wrapper .landscape::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.724) 0%, transparent 100%);
}
@media (max-width: 991px) {
  #section-location .section-landmarks .wrapper .landscape {
    width: 1080px;
    height: 560px;
  }
}
#section-location .section-landmarks .wrapper .landscape ul {
  flex: 1 0 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: relative;
  opacity: 0;
}
#section-location .section-landmarks .wrapper .landscape ul li {
  writing-mode: vertical-rl;
  display: inline-block;
  position: absolute;
  padding: 10px;
  color: #fff;
  text-orientation: upright;
  white-space: nowrap;
}
#section-location .section-landmarks .wrapper .landscape ul li span {
  font-weight: 700;
  color: #f5ea0a;
}
#section-location .section-landmarks .gestures {
  pointer-events: none;
  position: absolute;
  width: 100vw;
  text-align: center;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  transform: scale(0.6);
  transition: margin-top 0.2s cubic-bezier(0, 0, 0.18, 1) 0s, opacity 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
  animation: gestures-flick 2s ease-in-out infinite alternate;
}
@media (min-width: 991px) {
  #section-location .section-landmarks .gestures {
    opacity: 0;
  }
}
#section-location .section-landmarks .gestures img {
  height: 1.7rem;
}

#section-location2 {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#section-location2 .section-landmarks {
  position: relative;
  min-height: 1080px;
}
@media (max-width: 991px) {
  #section-location2 .section-landmarks {
    min-height: 540px;
  }
}
#section-location2 .section-landmarks .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  background: transparent;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1880px) {
  #section-location2 .section-landmarks .wrapper {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  #section-location2 .section-landmarks .wrapper {
    overflow: unset;
    overflow-y: hidden !important;
  }
}
#section-location2 .section-landmarks .wrapper .landscape {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  width: 1920px;
  height: 1080px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-location2 .section-landmarks .wrapper .landscape::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.724) 0%, transparent 100%);
}
@media (max-width: 991px) {
  #section-location2 .section-landmarks .wrapper .landscape {
    width: 950px;
    height: 540px;
  }
}
#section-location2 .section-landmarks .wrapper .landscape ul {
  flex: 1 0 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: relative;
  opacity: 0;
}
#section-location2 .section-landmarks .wrapper .landscape ul li {
  writing-mode: vertical-rl;
  display: inline-block;
  position: absolute;
  padding: 10px;
  color: #fff;
  text-orientation: upright;
  white-space: nowrap;
}
#section-location2 .section-landmarks .wrapper .landscape ul li span {
  font-weight: 700;
  color: #f5ea0a;
}
#section-location2 .section-landmarks .gestures {
  pointer-events: none;
  position: absolute;
  width: 100vw;
  text-align: center;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  transform: scale(0.6);
  transition: margin-top 0.2s cubic-bezier(0, 0, 0.18, 1) 0s, opacity 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
  animation: gestures-flick 2s ease-in-out infinite alternate;
}
@media (min-width: 991px) {
  #section-location2 .section-landmarks .gestures {
    opacity: 0;
  }
}
#section-location2 .section-landmarks .gestures img {
  height: 1.7rem;
}

@keyframes gestures-flick {
  0% {
    margin-left: -15px;
  }
  100% {
    margin-left: 15px;
  }
}/*# sourceMappingURL=skymap.css.map */