@charset "UTF-8";
/**
 * Discover arrow: data URI so the icon works from any compiled CSS.
 * A file path like `url('./img/arrow.svg')` resolves relative to the generated
 * .css: OK for `scss/main.css` → `scss/img/`, broken for `blocks/.../css/*.css`.
 */
/**
 * Breakpoints
 */
/**
 * Functions
 */
/**
 * Mixin core
 */
/**
 * Full-bleed a swiper stage out of its centered container so slides (and the
 * side nav arrows anchored to it) reach the viewport edges on mobile.
 * The intro/content sibling keeps its container padding.
 *
 * $flex-centered: pass true when the target is a flex ITEM inside a
 * flex column with `align-items: center` (e.g. highlights cards-stage): the
 * flex centering already lands the 100vw box at the viewport edges, so the
 * negative inline margin must be omitted to avoid a double shift. For normal
 * block-flow parents (gallery, awards, post_preview) leave it false.
 */
/**
 * Highlights — Figma node 20:3169 (hero image + title with strokes + 3 cards).
 */
.uh-highlights.section {
  position: relative;
  overflow: visible;
}
.uh-highlights.section.uh-highlights--layout-bg_color {
  padding-top: 0;
  padding-bottom: 100px;
}
.uh-highlights.section.uh-highlights--layout-bg_image {
  padding-top: 150px;
  padding-bottom: 180px;
  margin-top: 75px;
}
@media screen and (max-width: 1198px) {
  .uh-highlights.section.uh-highlights--layout-bg_image {
    padding-top: inherit;
    padding-bottom: 120px;
    margin-top: 0;
  }
}

.uh-highlights__bg {
  position: absolute;
  inset: 0 0 100px 0;
  z-index: 0;
  pointer-events: none;
  height: 710px;
}
@media screen and (max-width: 1198px) {
  .uh-highlights__bg {
    inset: 0 0 48px 0;
  }
}
.uh-highlights--layout-bg_color .uh-highlights__bg {
  inset: auto 0 0 0;
  max-height: 500px;
  height: 100%;
}

.uh-highlights__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uh-highlights__bg-scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.site-group .uh-highlights--layout-bg_color .uh-highlights__bg-scrim {
  background: var(--dark-bg-group);
}
.site-hotel .uh-highlights--layout-bg_color .uh-highlights__bg-scrim {
  background: var(--dark-bg-hotel);
}

.uh-highlights__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(40px, 6vw, 80px);
  max-width: 1240px;
  margin: 0 auto;
}
.uh-highlights--layout-bg_color .uh-highlights__inner {
  flex-direction: column-reverse;
}
.uh-highlights__inner .block-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  color: #fff;
}
.uh-highlights__inner .block-content .block-content__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.uh-highlights__inner .block-content .title,
.uh-highlights__inner .block-content .content {
  color: #fff;
}
.uh-highlights__inner .block-content .btns_wrap {
  justify-content: center;
}
.uh-highlights__inner .block-content .btns_wrap .btn.btn_internal {
  color: #fff;
  border-color: #fff;
}
.uh-highlights__inner .block-content .btns_wrap .btn.btn_internal:hover {
  border-color: var(--hover-color);
}

.uh-highlights--layout-bg-color {
  background: var(--secondary-color);
  color: var(--secondary-color-as);
}
.uh-highlights--layout-bg-color .uh-highlights__block-content .block-content__prev-title,
.uh-highlights--layout-bg-color .uh-highlights__block-content .block-content__title,
.uh-highlights--layout-bg-color .uh-highlights__block-content .block-content__subtitle,
.uh-highlights--layout-bg-color .uh-highlights__block-content .block-content__body {
  color: var(--secondary-color-as);
}

/* Intro (shared `content.php`) — white on image layout */
.uh-highlights--layout-bg-image .uh-highlights__block-content {
  width: 100%;
  max-width: 1000px;
}
.uh-highlights--layout-bg-image .uh-highlights__block-content .block-content__intro {
  width: 100%;
}
.uh-highlights--layout-bg-image .uh-highlights__block-content .block-content__prev-title,
.uh-highlights--layout-bg-image .uh-highlights__block-content .block-content__title,
.uh-highlights--layout-bg-image .uh-highlights__block-content .block-content__subtitle {
  color: var(--secondary-color-as, #fff);
  text-align: center;
}
.uh-highlights--layout-bg-image .uh-highlights__block-content .block-content__body {
  color: rgba(255, 255, 255, 0.92);
}
.uh-highlights--layout-bg-image .uh-highlights__block-content .block-content__title-flanked {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 40px);
  width: 100%;
}
.uh-highlights--layout-bg-image .uh-highlights__block-content .block-content__title-line {
  flex: 1 1 0;
  min-width: 50px;
  height: 1px;
  background: #fff;
}
.uh-highlights--layout-bg-image .uh-highlights__block-content .block-content__title-flanked .block-content__title.title {
  flex: 0 1 auto;
  max-width: min(100%, 830px);
  margin: 0;
  text-align: center;
  font-family: var(--highlight-font);
  font-size: var(--title_size);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.uh-highlights--layout-bg-image .uh-highlights__block-content .btns_wrap .btnCta a {
  color: var(--secondary-color-as, #fff);
  border-color: rgba(255, 255, 255, 0.35);
}

.uh-highlights__cards-stage {
  position: relative;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 1198px) {
  .uh-highlights__cards-stage {
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }
}
.uh-highlights--layout-bg_image .uh-highlights__cards-stage {
  bottom: -30px;
}

.uh-highlights__cards--grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(24px, 4vw, 60px);
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.uh-highlights--layout-bg_color .uh-highlights__cards--grid {
  gap: 10px;
}
.uh-highlights--layout-bg_image .uh-highlights__cards--grid {
  position: relative;
  bottom: -80px;
}
@media screen and (max-width: 1198px) {
  .uh-highlights--layout-bg_image .uh-highlights__cards--grid {
    bottom: 0;
  }
}

.uh-highlights__cards--desktop-only {
  display: none;
}
@media screen and (min-width: 1199px) {
  .uh-highlights__cards--desktop-only {
    display: flex;
  }
}

@media screen and (min-width: 1199px) {
  .uh-highlights--carousel-mobile-only .uh-highlights__cards-stage {
    display: none;
  }
}

.uh-highlights__cards--grid > .uh-highlights__card {
  flex: 1 1 min(280px, 100%);
  max-width: 400px;
}
.uh-highlights--layout-bg_color .uh-highlights__cards--grid > .uh-highlights__card {
  max-width: 240px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .uh-highlights--layout-bg_color .uh-highlights__cards--grid > .uh-highlights__card {
    max-width: 200px;
  }
}

/* ----- Card ----- */
.uh-highlights__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 40px 40px 30px;
  border-radius: var(--card-radius, 15px);
  background: var(--secondary-color);
  color: var(--secondary-color-as, #fff);
  box-sizing: border-box;
  overflow: hidden;
  min-height: 470px;
  height: auto;
}
.swiper .uh-highlights__card {
  height: 100%;
}
@media screen and (max-width: 1198px) {
  .uh-highlights__card {
    min-height: 350px;
  }
}
.uh-highlights--layout-bg_color .uh-highlights__card {
  min-height: 300px;
  padding: 20px;
}
@media screen and (max-width: 1198px) {
  .uh-highlights--layout-bg_color .uh-highlights__card {
    min-height: auto;
    padding: 30px;
    height: 100%;
  }
}
.uh-highlights--layout-bg_color .uh-highlights__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.1);
}
.uh-highlights__card .uh-highlights__card-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 23px;
}
.uh-highlights__card .uh-highlights__card-cta .btn.btn_internal,
.uh-highlights__card .uh-highlights__card-cta .btn.btn_external {
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.uh-highlights__card .uh-highlights__card-cta .btn.btn_internal:hover,
.uh-highlights__card .uh-highlights__card-cta .btn.btn_external:hover {
  border: none;
  background-color: transparent;
  color: #fff;
}
.uh-highlights__card .uh-highlights__card-cta .btn.btn_internal:hover a,
.uh-highlights__card .uh-highlights__card-cta .btn.btn_external:hover a {
  color: #fff !important;
  position: relative;
}
.site-group .uh-highlights__card .uh-highlights__card-cta .btn.btn_internal:hover a:hover, .site-group .uh-highlights__card .uh-highlights__card-cta .btn.btn_internal:hover a:focus,
.site-group .uh-highlights__card .uh-highlights__card-cta .btn.btn_external:hover a:hover,
.site-group .uh-highlights__card .uh-highlights__card-cta .btn.btn_external:hover a:focus {
  color: var(--highlight-color-group);
}
.site-hotel .uh-highlights__card .uh-highlights__card-cta .btn.btn_internal:hover a:hover, .site-hotel .uh-highlights__card .uh-highlights__card-cta .btn.btn_internal:hover a:focus,
.site-hotel .uh-highlights__card .uh-highlights__card-cta .btn.btn_external:hover a:hover,
.site-hotel .uh-highlights__card .uh-highlights__card-cta .btn.btn_external:hover a:focus {
  color: var(--highlight-color-hotel);
}
.uh-highlights__card .uh-highlights__card-cta .btn.btn_internal:hover a:hover::after, .uh-highlights__card .uh-highlights__card-cta .btn.btn_internal:hover a:focus::after,
.uh-highlights__card .uh-highlights__card-cta .btn.btn_external:hover a:hover::after,
.uh-highlights__card .uh-highlights__card-cta .btn.btn_external:hover a:focus::after {
  width: 100%;
  left: 0;
  width: 100%;
  transform: scaleX(1);
  transition: all 0.3s ease;
  transform-origin: left;
}
.uh-highlights__card .uh-highlights__card-cta .btn.btn_internal:hover a::after,
.uh-highlights__card .uh-highlights__card-cta .btn.btn_external:hover a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 1px;
  left: 0;
  width: 0;
  transition: all 0.3s ease;
  transform-origin: left;
}
.site-group .uh-highlights__card .uh-highlights__card-cta .btn.btn_internal:hover a::after,
.site-group .uh-highlights__card .uh-highlights__card-cta .btn.btn_external:hover a::after {
  background: var(--highlight-color-group);
}
.site-hotel .uh-highlights__card .uh-highlights__card-cta .btn.btn_internal:hover a::after,
.site-hotel .uh-highlights__card .uh-highlights__card-cta .btn.btn_external:hover a::after {
  background: var(--highlight-color-hotel);
}
.uh-highlights__card .uh-highlights__card-cta .btn.btn_internal:hover a::after,
.uh-highlights__card .uh-highlights__card-cta .btn.btn_external:hover a::after {
  background-color: #fff !important;
}

.uh-highlights__card--tone-b::before,
.uh-highlights__card--tone-c::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.uh-highlights--layout-bg_color .uh-highlights__card--tone-b::before,
.uh-highlights--layout-bg_color .uh-highlights__card--tone-c::before {
  background: rgba(0, 0, 0, 0.1);
}

.uh-highlights__card--tone-b::before {
  background: rgba(0, 0, 0, 0.15);
}

.uh-highlights__card--tone-c::before {
  background: rgba(0, 0, 0, 0.25);
}

.uh-highlights__icon-ring {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border-radius: 100%;
  border: 1px solid var(--secondary-color-as, #fff);
  box-sizing: border-box;
}
.uh-highlights--layout-bg_color .uh-highlights__icon-ring {
  width: 80px;
  height: 80px;
  background-color: #fff;
  color: var(--title-color);
}

.uh-highlights__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  line-height: 1;
  color: inherit;
}
.uh-highlights__icon::before {
  color: inherit;
}

.uh-highlights__card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  font-family: var(--primary-font);
  font-size: var(--prev_title_small_size);
  font-weight: 700;
  line-height: 1.3;
  color: inherit;
}

.uh-highlights__card-desc {
  position: relative;
  z-index: 1;
  width: 100%;
  font-family: var(--primary-font);
  font-size: var(--prev_content_size);
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
}
.uh-highlights__card-desc p {
  margin: 0;
}

.uh-highlights__card-footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 20px;
  margin-top: auto;
}

.uh-highlights__card-rule {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--secondary-color-as, #fff);
  opacity: 0.5;
}

.uh-highlights--carousel .uh-highlights__cards-stage.is-highlights-nav-hidden .uh-swiper-nav {
  display: none;
}

.uh-highlights__swiper {
  overflow: hidden;
  width: 100%;
}

.uh-highlights__swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 1199px) {
  .uh-highlights__swiper .swiper-slide {
    width: min(373px, 100vw - 120px);
  }
  .uh-highlights--layout-bg_color .uh-highlights__swiper .swiper-slide {
    width: min(240px, 100vw - 10px);
  }
}

.uh-swiper-nav--highlights {
  border-color: var(--body-color);
  background: var(--body-color);
  color: var(--body-color-as);
}
.uh-swiper-nav--highlights:hover:not(:disabled) {
  border-color: var(--hover-color);
  color: var(--hover-color-as);
  background-color: var(--hover-color);
}

@media screen and (max-width: 1198px) {
  .uh-highlights__card {
    padding: 30px 30px 20px 30px;
    gap: 20px;
  }
  .uh-highlights__icon-ring {
    padding: 20px;
  }
  .uh-highlights__icon {
    width: 40px;
    height: 40px;
    font-size: 36px;
  }
}