.brandLogoNavWrapper#primary-nav {
  display: none !important;
}

@media (max-width: 767px) {
  #uhf_headerWrapper div.mobileNavMenuContainer .brandLogo {
    display: block;
  }
}
@media (max-width: 767px) {
  #uhf_headerWrapper div.mobileNavMenuContainer .brandLogo .brandLogo-image {
    max-width: 150%;
  }
}

@media (min-width: 1200px) {
  .uhf_headerFooter .container {
    width: unset;
    max-width: 144rem;
  }
}

@media (max-width: 767px) {
  html[lang=ja-JP] #holidayinn-header .hotelcountrycode-japan .navigation ~ .calltoaction {
    display: flex !important;
    align-items: center;
    background-color: #428227;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-flow: column nowrap;
    font-weight: 500;
    justify-content: center;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-top: 0px;
  }
  html[lang=ja-JP] #holidayinn-header .hotelcountrycode-japan .navigation ~ .calltoaction .nav-booknowbutton {
    display: inline-flex !important;
  }
  html[lang=ja-JP] #holidayinn-header .hotelcountrycode-japan .navigation ~ .calltoaction .cmp-button {
    background-color: #428227;
    margin: 1px 0;
    color: #fff;
  }
  html[lang=ja-JP] #holidayinn-header .hotelcountrycode-japan .navigation ~ .calltoaction .cmp-button .cmp-button__text {
    color: #fff;
    font-size: 21px;
  }
}
#holidayinn-header {
  background: #fff;
}
#holidayinn-header #xf-primary-nav {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #holidayinn-header #xf-primary-nav {
    /*max-width: rem(750px);*/
    display: flex;
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  #holidayinn-header #xf-primary-nav {
    /* max-width: rem(970px);*/
  }
}
@media (min-width: 1200px) {
  #holidayinn-header #xf-primary-nav {
    max-width: 144rem;
  }
}
@media (min-width: 768px) {
  #holidayinn-header .image {
    flex-basis: 10%;
  }
}
@media (max-width: 767px) {
  #holidayinn-header .image {
    float: none;
    padding-top: 2rem;
  }
}
#holidayinn-header .image .cmp-image img {
  width: auto;
  height: 5rem;
}
@media (max-width: 767px) {
  #holidayinn-header .image .cmp-image img {
    width: 17.7rem;
    display: none;
    margin: 0 auto;
  }
}
#holidayinn-header .navigation {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  #holidayinn-header .navigation {
    flex-basis: 90%;
  }
}
@media (max-width: 767px) {
  #holidayinn-header .navigation {
    overflow-x: scroll;
  }
}
#holidayinn-header .navigation .cmp-navigation {
  display: flex;
}
@media (min-width: 768px) {
  #holidayinn-header .navigation .cmp-navigation {
    justify-content: flex-end;
  }
}
#holidayinn-header .navigation .cmp-navigation__group {
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  #holidayinn-header .navigation .cmp-navigation__group {
    display: flex;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    padding: 0 2rem 5rem;
  }
}
#holidayinn-header .navigation .cmp-navigation__item {
  display: inline;
  float: left;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  #holidayinn-header .navigation .cmp-navigation__item {
    padding-right: 3rem;
  }
}
[dir=rtl] #holidayinn-header .navigation .cmp-navigation__item {
  float: right;
}
@media (min-width: 768px) {
  [dir=rtl] #holidayinn-header .navigation .cmp-navigation__item {
    padding-left: 3rem;
    padding-right: unset;
  }
}
@media (max-width: 767px) {
  #holidayinn-header .navigation .cmp-navigation__item {
    width: -moz-max-content;
    width: max-content;
    padding-top: 2rem;
  }
}
#holidayinn-header .navigation .cmp-navigation__item-link {
  color: #666;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: 0.034em;
  line-height: 1.9rem;
  font-size: 1.8rem;
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  #holidayinn-header .navigation .cmp-navigation__item-link {
    letter-spacing: 0.014em;
  }
}
#holidayinn-header .navigation .cmp-navigation__item-link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #428227;
          text-decoration-color: #428227;
  text-underline-offset: 1rem;
  text-decoration-thickness: 0.3rem;
}
#holidayinn-header .navigation .cmp-navigation__item--active a {
  color: #428227;
  text-decoration: underline;
  -webkit-text-decoration-color: #428227;
          text-decoration-color: #428227;
  text-underline-offset: 1rem;
  text-decoration-thickness: 0.3rem;
}
#holidayinn-header .navigation ~ .calltoaction {
  text-align: right;
  /*book now will be shown from BCS*/
}
[dir=rtl] #holidayinn-header .navigation ~ .calltoaction {
  text-align: left;
}
@media (min-width: 768px) {
  #holidayinn-header .navigation ~ .calltoaction {
    align-content: flex-end;
    flex: 1 1 37%;
    right: 0;
  }
}
@media (min-width: 992px) {
  #holidayinn-header .navigation ~ .calltoaction {
    flex-basis: 25%;
  }
}
@media (min-width: 1200px) {
  #holidayinn-header .navigation ~ .calltoaction {
    flex-basis: 17%;
  }
}
@media (max-width: 767px) {
  #holidayinn-header .navigation ~ .calltoaction {
    display: none;
  }
}
#holidayinn-header .navigation ~ .calltoaction .cmp-button-wrapper .cmp-button {
  border: none;
  background: #428227;
}
#holidayinn-header .navigation ~ .calltoaction .cmp-button-wrapper .cmp-button__text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
}
@media (min-width: 768px) {
  #holidayinn-header.UHF-sticky .responsivegrid {
    background: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
  }
}

.nav-header-disable .cmp-navigation {
  display: none !important;
}

.hide--title .cmp-title__text {
  display: none;
}

.limited-time-feature-detail {
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 0 2rem;
}
.limited-time-feature-detail .offer__container {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.limited-time-feature-detail .offer__title {
  font-size: 5rem;
  color: #026048;
  line-height: 110%;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .offer__title {
    font-size: 4.2rem;
    line-height: 100%;
    margin-top: 0.8rem;
    margin-bottom: 3rem;
  }
}
.limited-time-feature-detail .offer__subtitle {
  text-transform: capitalize;
  font-size: 3.2rem;
  color: #000;
  line-height: 3.8rem;
  font-weight: normal;
  margin-top: 2rem;
  margin-bottom: 6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .offer__subtitle {
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
}
.limited-time-feature-detail .cmp-teaser {
  display: flex;
  flex-direction: column;
}
.limited-time-feature-detail .cmp-teaser__image {
  order: 1;
  width: 100%;
}
.limited-time-feature-detail .cmp-teaser__image .cmp-image {
  text-align: center;
}
.limited-time-feature-detail .cmp-teaser__image .cmp-image .animation-default {
  margin: 0;
}
.limited-time-feature-detail .cmp-teaser__image .cmp-image img {
  max-width: 100%;
}
.limited-time-feature-detail .cmp-teaser__content {
  order: 2;
  position: relative !important;
  text-align: left;
}
.limited-time-feature-detail .cmp-teaser__content .cmp-teaser__content__container {
  padding: 0 !important;
}
.limited-time-feature-detail .cmp-teaser__content .cmp-teaser__description {
  font-size: 1.8rem;
  color: #666;
  line-height: 2.88rem;
  margin-top: 3rem;
}
.limited-time-feature-detail .cmp-teaser__content .cmp-teaser__description p {
  line-height: 2.88rem;
}
.limited-time-feature-detail .cmp-teaser__content .offer__download-document {
  margin-top: 3rem;
}
.limited-time-feature-detail .cmp-teaser__content i::before {
  padding-left: 5px;
  transform: scaleX(-1);
  font-weight: 300 !important;
  font-size: 1.6rem;
  font-style: normal;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f15b";
  font-weight: normal;
}
.limited-time-feature-detail .cmp-teaser__content a {
  font-weight: 500;
  font-size: 1.8rem;
  /* text-decoration: underline;
    line-height: rem(22px); */
  color: inherit;
  text-transform: capitalize;
}
.limited-time-feature-detail .cmp-teaser__content .booknow_cta {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.limited-time-feature-detail .cmp-teaser__content .booknow_cta .cmp-button {
  width: 23.3rem;
  height: 4.8rem;
  display: flex;
  padding: 2rem 4.4rem;
  align-items: center;
  border-radius: 0.5rem;
}
.limited-time-feature-detail .cmp-teaser__content .booknow_cta .cmp-button__text {
  width: 17.3rem;
  text-align: center;
  border: 0.3rem solid #026048;
  margin: 4rem -29%;
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #026048;
  font-weight: 700;
  letter-spacing: 0.04rem;
}

.hotel-detail-container {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .hotel-detail-container {
    padding: 0 2rem;
    padding-bottom: 6rem;
  }
}
.hotel-detail-container .cmp-accordion__header {
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.hotel-detail-container .cmp-accordion__item {
  border: none;
}
[dir=rtl] .hotel-detail-container .cmp-accordion__item {
  padding-right: 0;
}
.hotel-detail-container .cmp-hotel-detail-container__title {
  font-style: normal;
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 110%;
  text-transform: capitalize;
  margin-bottom: 1rem;
  margin-top: 0rem;
}
@media (max-width: 767px) {
  .hotel-detail-container .cmp-hotel-detail-container__title {
    padding-left: 0;
  }
  [dir=rtl] .hotel-detail-container .cmp-hotel-detail-container__title {
    padding-right: 0;
  }
}
.hotel-detail-container .cmp-display-logic {
  margin: 1rem 0;
}
.hotel-detail-container .cmp-display-logic ul {
  margin-left: -1.5rem;
  margin-top: 1.5rem;
}
[dir=rtl] .hotel-detail-container .cmp-display-logic ul {
  margin-right: -1.5rem;
}
.hotel-detail-container .cmp-display-logic__text {
  font-size: 1.8rem;
  line-height: 160%;
  letter-spacing: 0.014em;
  padding-left: 0;
  margin: 0;
  color: #000;
}
.hotel-detail-container .cmp-display-logic__text p {
  margin: unset;
}
.hotel-detail-container .cmp-accordion__title {
  font-size: 1.8rem;
  line-height: 160%;
  font-style: normal;
  letter-spacing: 0.014em;
  font-weight: normal;
  color: #000 !important;
}
.hotel-detail-container .cmp-accordion__header {
  font-size: 1.8rem;
  line-height: 160%;
  font-weight: 700;
  color: #000;
}
.hotel-detail-container .cmp-accordion__panel--expanded {
  padding: 1.5rem 2rem 3rem 2rem;
}
[dir=rtl] .hotel-detail-container .cmp-accordion__panel--expanded {
  padding-right: 4rem;
}
.hotel-detail-container .cmp-accordion__item {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 3rem;
}
.hotel-detail-container .cmp-accordion__item .cmp-accordion__header h3 {
  color: #000;
}
.hotel-detail-container .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button {
  border: 0.2rem solid #E0E1E2;
  border-width: 0.1rem 0;
  padding: 1.7rem 2rem;
}
.hotel-detail-container .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title {
  justify-content: left;
}
[dir=rtl] .hotel-detail-container .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title {
  justify-content: right;
  padding-right: 2rem;
}
.hotel-detail-container .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title::before {
  color: #026048;
  font-family: "FontAwesome";
  content: "\f107";
  font-weight: normal;
  font-size: 1.8rem;
  font-weight: normal;
  background: #fff;
}
[dir=rtl] .hotel-detail-container .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title::before {
  right: unset;
  left: 0;
}
.hotel-detail-container .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button--expanded {
  border-width: 0.1rem 0 0 0;
}
.hotel-detail-container .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button--expanded .cmp-accordion__title {
  font-weight: normal;
  justify-content: left;
}
[dir=rtl] .hotel-detail-container .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button--expanded .cmp-accordion__title {
  justify-content: right;
}
.hotel-detail-container .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button--expanded .cmp-accordion__title:before {
  color: #026048;
  font-family: "FontAwesome";
  content: "\f106";
  font-weight: normal;
  font-size: 1.8rem;
  font-weight: normal;
}
.hotel-detail-container.transportation-details .cmp-display-logic__text ul {
  margin: 0;
  padding: 0;
}
.hotel-detail-container.no-padding {
  padding: 0;
}
.hotel-detail-container.no-padding .cmp-accordion__item {
  padding-right: 0;
}
.hotel-detail-container.angled-background-overflow .cmp-accordion__panel {
  overflow: unset;
}

.cmp-map-hotel-info.cmp-map--mapinfo .row {
  display: grid;
  padding: 2rem 0;
  grid-template-areas: "left left left left left right right right right right right right";
  grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33%;
}
@media (max-width: 1199px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .row {
    padding: 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .row {
    grid-template-areas: "left" "right";
    grid-template-columns: unset;
    position: relative;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .col-sm-4 {
  grid-area: left;
  position: relative;
}
.cmp-map-hotel-info.cmp-map--mapinfo .map-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 390px;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .map-wrapper {
    min-height: 25rem;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .google-map {
  /*     width: 100%; */
  max-height: 100%;
  min-height: 390px;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .google-map {
    width: 100%;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  grid-area: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
}
[dir=ltr] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  padding-left: 7rem;
}
[dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  padding-right: 7rem;
}
@media (min-width: 993px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    width: 59rem;
  }
}
@media (max-width: 767px) {
  [dir=ltr] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    padding-left: 0;
  }
  [dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    padding-right: 0;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 br {
  display: none;
}
.cmp-map-hotel-info.cmp-map--mapinfo .cmp-title {
  font-size: 4.3rem;
  line-height: 5.2rem;
  font-weight: normal;
  margin: 3rem 0;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .cmp-title {
    margin: 0 2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 3.4rem;
    line-height: 4.1rem;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .cmp-title:after {
  content: "";
  width: 60px;
  border-bottom: 2px solid #428227;
  display: block;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .cmp-title:after {
    margin: 2rem auto;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo strong {
  font-weight: normal;
}
.cmp-map-hotel-info.cmp-map--mapinfo .hotel-details-title {
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 2.7rem;
  margin: 0;
  padding-top: 3rem;
}
.cmp-map-hotel-info.cmp-map--mapinfo address {
  font-style: normal;
  font-size: 1.8rem;
  line-height: 160%;
  font-weight: normal;
  float: left;
}
[dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo address {
  float: right;
}
.cmp-map-hotel-info.cmp-map--mapinfo address [itemprop=email] {
  font-weight: 700;
  text-decoration: underline;
  color: #026048;
}
.cmp-map-hotel-info.cmp-map--mapinfo address:nth-of-type(1) {
  font-size: 2.6rem;
  line-height: 110%;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo address:nth-of-type(1) {
    margin-top: 2rem;
    margin-bottom: unset;
  }
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo address {
    margin-top: 2rem;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .button-right-order {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .button-right-order {
    flex-direction: unset;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .button-right-order p:first-of-type:after {
    content: "|";
  }
  [dir=ltr] .cmp-map-hotel-info.cmp-map--mapinfo .button-right-order p:first-of-type:after {
    padding-right: 0.5rem;
  }
  [dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo .button-right-order p:first-of-type:after {
    padding-left: 0.5rem;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo a {
  text-decoration: none;
  color: inherit;
}
.cmp-map-hotel-info.cmp-map--mapinfo .right-section {
  order: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.cmp-map-hotel-info.cmp-map--mapinfo .transportation-button {
  order: 2;
  width: 100%;
}
.cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a {
  text-transform: uppercase;
  color: #026048;
  font-size: 1.8rem;
  line-height: 100%;
  font-weight: 700;
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  letter-spacing: 0.03rem;
  text-decoration: underline;
}
.cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a::after {
  display: inline-block;
}
[dir=ltr] .cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a::after {
  padding-left: 0.6rem;
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
}
[dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a::after {
  padding-right: 0.6rem;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: normal;
}
.cmp-map-hotel-info.cmp-map--mapinfo p.right-section {
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
}
.cmp-map-hotel-info.cmp-map--mapinfo p.right-section strong {
  font-weight: normal;
  font-size: 1.8rem;
}
.cmp-map-hotel-info.cmp-map--mapinfo p.right-section:last-of-type {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .hotel-highlights {
    padding: 0 2rem 0 2rem;
  }
}
.hotel-highlights .sub-header {
  font-size: 4rem;
  line-height: 110%;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 4rem;
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #026048;
}
@media (max-width: 767px) {
  .hotel-highlights .sub-header {
    margin-bottom: 3rem;
    font-size: 3.4rem;
    line-height: 110%;
  }
}
.hotel-highlights .tile-header {
  display: none;
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist {
  flex-direction: row;
  justify-content: center;
}
[dir=rtl] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist {
  padding: unset;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist {
    margin: 2rem 1rem 3rem 1rem;
  }
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab {
  width: 18%;
  margin: 0 1% 6rem;
  font-size: 1.8rem;
  border-bottom: 0.3rem solid;
  padding: 0;
  padding-bottom: 0.6rem;
  border-bottom-color: #E0E1E2;
  word-wrap: break-word;
  color: #000;
  margin-bottom: 4rem;
}
[dir=rtl] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab {
  margin-left: 1.6rem;
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab--active {
  border-bottom-color: #026048;
}
@media (max-width: 991px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab {
    width: 17%;
  }
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab {
    width: auto;
    margin-bottom: 3.1rem;
  }
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile {
    font-size: 1.8rem;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel {
    position: relative;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:before {
    padding: 1.4rem 3rem 1.4rem 0;
    border-top: 0.3rem solid;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:after {
    font-family: "FontAwesome";
    content: "\f107";
    font-weight: normal;
    color: #026048;
    position: absolute;
    top: 0;
    margin: 1.4rem 2rem;
  }
  [dir=ltr] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:after {
    right: 0;
  }
  [dir=rtl] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:after {
    left: 0;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active:before {
    border-top-color: #026048;
    color: #026048;
    font-weight: 700;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active:after {
    font-family: "FontAwesome";
    content: "\f106";
    font-weight: normal;
    color: #026048;
  }
  .hotel-highlights .cmp-tabs--accordion-on-mobile:last-child {
    border-bottom: 0.3rem solid;
    border-bottom-color: #E0E1E2;
    margin: 2rem;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content {
  position: relative !important;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container {
    padding: 0 !important;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__title {
  color: #666;
  margin: unset;
}
[dir=ltr] .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__title {
  text-align: left;
}
[dir=rtl] .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__title {
  text-align: right;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description p {
  margin: 2rem 0;
  color: #000;
  line-height: 160%;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .phoneNumber-desktop {
  display: none;
}
@media (min-width: 769px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .phoneNumber-desktop {
    display: block;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .phoneNumber-mobile a:after {
  display: none;
}
@media (min-width: 769px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .phoneNumber-mobile {
    display: none;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link {
    margin-bottom: 3rem;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link a {
  color: #026048;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link a::after {
  font-size: 1.6rem;
  line-height: 5.4rem;
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: normal;
  margin-left: 0.3rem;
}
[dir=rtl] .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link a::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-weight: normal;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link .phoneNumber-desktop a:after {
  display: none;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link__text {
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  align-items: center;
  margin: 0 0.6rem;
  max-width: 23.5rem;
}
@media (min-width: 769px) {
  .hotel-highlights .cmp-teaser {
    display: flex;
  }
  .hotel-highlights .cmp-teaser .cmp-teaser__image {
    width: 50%;
  }
  .hotel-highlights .cmp-teaser .cmp-teaser__content {
    padding: 0 10rem;
    align-items: center;
    width: 50%;
  }
  [dir=rtl] .hotel-highlights .cmp-teaser .cmp-teaser__content {
    padding: 0 10rem;
  }
}

.cmp-limited-time-features {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .cmp-limited-time-features {
    width: 97rem;
  }
}
@media (max-width: 991px) {
  .cmp-limited-time-features {
    width: 75rem;
  }
}
@media (max-width: 767px) {
  .cmp-limited-time-features {
    width: 100%;
  }
}
.cmp-limited-time-features .limited_offers_headerline h2 {
  font-size: 4rem;
  font-weight: 500;
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 110%;
  text-align: center;
  color: #026048;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_headerline h2 {
    font-size: 3.6rem;
    line-height: 110%;
    padding: 0 2rem;
  }
}
.cmp-limited-time-features .limited_offers_headerline .offer-redirection-link {
  position: absolute;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  bottom: -8rem;
  left: 0;
  right: 0;
  display: flex;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_headerline .offer-redirection-link {
    padding: 0 2rem;
  }
}
.cmp-limited-time-features .limited_offers_headerline .offer-redirection-link a {
  text-decoration: none;
  border: 0.3rem solid #026048;
  color: #026048;
  background: none;
  padding: 1.4rem 6rem;
  margin: auto;
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_headerline .offer-redirection-link a {
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 1.8rem;
  }
}
.cmp-limited-time-features .limited_offers_gallery {
  display: grid;
  grid-gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_gallery {
    padding: 0 2rem 2rem;
  }
}
@media (min-width: 768px) {
  .cmp-limited-time-features .limited_offers_gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cmp-limited-time-features .limited_offers_gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: unset;
  }
}
.cmp-limited-time-features .limited_offers_gallery .offer-image img {
  max-width: 100%;
}
.cmp-limited-time-features .limited_offers_gallery a {
  text-decoration: none;
}
.cmp-limited-time-features .limited_offers_gallery .offer_title {
  font-size: 2.6rem;
  line-height: 110%;
  color: #666;
  font-weight: 500;
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 2rem 0rem;
}
.cmp-limited-time-features .limited_offers_gallery .offer_subtitle {
  display: none;
}
.cmp-limited-time-features .limited_offers_gallery .offer_paragraph {
  font-size: 1.8rem;
  line-height: 160%;
  font-weight: normal;
  color: #000;
  text-align: left;
}
[dir=rtl] .cmp-limited-time-features .limited_offers_gallery .offer_paragraph {
  text-align: right;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_gallery .offer-information {
    margin-bottom: 1rem;
  }
}
.cmp-limited-time-features .limited_offers_gallery .offer-information .offer_cta,
.cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta {
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  color: #026048;
  text-transform: uppercase;
  margin: 2rem 0rem;
  text-decoration: underline;
}
.cmp-limited-time-features .limited_offers_gallery .offer-information .offer_cta span::after,
.cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta span::after {
  display: inline-block;
  font-size: 17px;
}
[dir=rtl] .cmp-limited-time-features .limited_offers_gallery .offer-information .offer_cta span::after,
[dir=rtl] .cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta span::after {
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: normal;
  padding-right: 0.6rem;
}
[dir=ltr] .cmp-limited-time-features .limited_offers_gallery .offer-information .offer_cta span::after,
[dir=ltr] .cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta span::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
  padding-left: 0.6rem;
}
.cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery {
  grid-template-columns: 1fr;
}
.cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .lo_element {
  display: flex;
}
@media (max-width: 767px) {
  .cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .lo_element {
    display: unset;
  }
}
.cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .offer-image {
  width: 50%;
}
@media (max-width: 767px) {
  .cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .offer-image {
    width: auto;
  }
}
.cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .offer-information {
  padding-left: 4rem;
}
@media (min-width: 769px) {
  .cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .offer-information {
    width: 60%;
  }
}
[dir=rtl] .cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .offer-information {
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .offer-information {
    padding-left: unset;
    padding-right: unset;
  }
}
@media (min-width: 768px) {
  .cmp-limited-time-features.gallery--cols-2 .limited_offers_gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .cmp-limited-time-features.gallery--cols-3 .limited_offers_gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.no-ltf-error#no-ltf-error {
  font-size: 16px;
  color: #3F3D3D;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 26px;
  text-align: center;
}

.gallery .cmp-gallery h1, .gallery .cmp-gallery .h1 {
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 500;
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 3rem 0;
}
.gallery .cmp-gallery h2, .gallery .cmp-gallery .h2 {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 500;
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 3rem 0;
}
.gallery .cmp-gallery h3, .gallery .cmp-gallery .h3 {
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 500;
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 3rem 0;
}
.gallery .cmp-gallery h4, .gallery .cmp-gallery .h4 {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 3rem 0;
}
.gallery .cmp-gallery h5, .gallery .cmp-gallery .h5 {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 3rem 0;
}
.gallery .cmp-gallery h6, .gallery .cmp-gallery .h6 {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 3rem 0;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery h1, .gallery .cmp-gallery .h1 {
    font-size: 4.2rem;
    line-height: 1.1;
    font-weight: 500;
    font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery h2, .gallery .cmp-gallery .h2 {
    font-size: 3.6rem;
    line-height: 1.1;
    font-weight: 500;
    font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery h3, .gallery .cmp-gallery .h3 {
    font-size: 2.6rem;
    line-height: 1.1;
    font-weight: 500;
    font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery h4, .gallery .cmp-gallery .h4 {
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 700;
    font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery h5, .gallery .cmp-gallery .h5 {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery h6, .gallery .cmp-gallery .h6 {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.gallery .cmp-gallery .cmp-gallery__title {
  color: #026048;
  text-align: center;
}
@media (min-width: 992px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider {
    width: 77rem !important;
    margin: auto;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider button {
  cursor: pointer;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-arrow {
  bottom: -3.1rem;
  top: initial;
  color: #026048;
  background-color: #fff;
  z-index: 1;
  transform: unset;
  width: 6.2rem;
  height: 6.3rem;
  font-size: 0;
  border: none;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-arrow {
    display: none !important;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev::after,
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next::after {
  color: #026048;
  font-size: 2rem;
  width: 0.85rem;
  height: 1.55rem;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: 0px 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 993px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
    right: 0;
    left: auto;
  }
}
@media (max-width: 991px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
    right: 7.5rem;
    left: auto;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-prev::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-weight: normal;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next {
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 1rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 993px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next {
    right: -6rem;
  }
}
@media (max-width: 991px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next {
    right: 1.5rem;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-next::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: normal;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list {
  overflow: visible;
  bottom: 1rem;
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image {
  cursor: default;
  text-align: center;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image {
    width: -moz-min-content;
    width: min-content;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    /*max-height: rem(255px);*/
    width: auto;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img.cmp-image__image-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img.cmp-image__image-mobile {
    display: block !important;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image__caption {
  font-size: 1.8rem;
  line-height: 160%;
  color: #000;
  display: none;
}
@media (max-width: 991px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image__caption {
    max-width: 90%;
    margin: auto;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .slick-current .image .cmp-image__caption {
  display: block;
  padding: 1.7rem 0 0;
}
@media (max-width: 767px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider, .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    max-height: 25.5rem;
  }
}
@media (min-width: 768px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider, .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    max-height: 45rem;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider, .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    max-height: 50rem;
  }
}
.gallery .cmp-gallery .cmp-carousel--center-mode .slick-slider .image {
  text-align: center;
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .cmp-gallery {
    margin-bottom: 3rem;
  }
  .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list {
    overflow: visible;
  }
}
.hotel-amenities .vx-highlight-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem 1%;
  flex-direction: row;
}
@media (max-width: 767px) {
  .hotel-amenities .vx-highlight-items {
    flex-direction: column;
    /* margin: rem(20px) 11%; */
  }
}
.hotel-amenities .vx-highlight-item {
  margin: 1rem 3rem;
  text-align: center;
  flex-basis: 10%;
}
@media (max-width: 767px) {
  .hotel-amenities .vx-highlight-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: unset;
  }
}
.hotel-amenities .vx-highlight-item img {
  border-radius: 50%;
  padding: 1.5rem 0;
  background: #efefef;
  width: 5.8rem;
  height: 5.8rem;
}
@media (max-width: 767px) {
  .hotel-amenities .vx-highlight-item img {
    flex-direction: column;
    width: 5.8rem;
    height: 5rem;
  }
}
.hotel-amenities .vx-highlight-item .amenity-title {
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 140%;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .hotel-amenities .vx-highlight-item .amenity-title {
    margin: 0 2rem;
    line-height: 160%;
  }
}

.cmp-restaurant-cards {
  max-width: 99rem;
  margin: 0 auto;
}
.cmp-restaurant-cards--container {
  display: flex;
  flex-direction: column;
  padding: 0 2.25rem;
}
@media (min-width: 769px) {
  .cmp-restaurant-cards--container {
    flex-direction: row;
    gap: 3rem;
    padding: 0;
  }
}
.cmp-restaurant-cards img {
  height: auto;
  width: 100%;
}
.cmp-restaurant-cards--half {
  padding: 3rem 0;
}
@media (min-width: 769px) {
  .cmp-restaurant-cards--half {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .cmp-restaurant-cards--half {
    flex-direction: column;
  }
}
.cmp-restaurant-cards--first--half {
  flex-basis: 70%;
}
.cmp-restaurant-cards--second--half {
  flex-basis: 30%;
}
.cmp-restaurant-cards--title {
  text-transform: capitalize;
  margin: unset;
  padding: 4rem 0 0 0;
  font-size: 4rem;
  line-height: 110%;
  color: #026048;
  font-weight: 500;
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--title {
    margin: unset;
    padding: 4rem 2rem 0rem 2rem;
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  [dir=rtl] .cmp-restaurant-cards--title {
    padding-right: 2.25rem;
  }
}
.cmp-restaurant-cards--label {
  font-weight: 700;
}
.cmp-restaurant-cards--type, .cmp-restaurant-cards--hours {
  font-weight: bold;
}
.cmp-restaurant-cards--type, .cmp-restaurant-cards--location, .cmp-restaurant-cards--phone, .cmp-restaurant-cards--hours {
  font-size: 1.8rem;
}
.cmp-restaurant-cards--type {
  display: none;
}
.cmp-restaurant-cards p {
  font-size: 1.8rem;
  line-height: 160%;
  margin: unset;
  font-weight: normal;
  color: #000;
}
.cmp-restaurant-cards--buttons {
  margin-bottom: 8rem;
  font-size: 1.8rem;
  line-height: 120%;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--buttons {
    margin-bottom: 3rem;
    padding: 2rem 2rem 3rem 2rem;
  }
  .cmp-restaurant-cards--buttons .cmp-button-wrapper {
    display: unset;
  }
  .cmp-restaurant-cards--buttons .cmp-button-wrapper .cmp-button {
    justify-content: center;
  }
}
.cmp-restaurant-cards--buttons .cmp-button--tertiary {
  margin-bottom: 3rem;
}
.cmp-restaurant-cards .cmp-button::after {
  display: none;
}
.cmp-restaurant-cards--first--half .cmp-restaurant-cards--location {
  display: none;
}
.cmp-restaurant-cards--first--half .cmp-restaurant-cards--phone {
  display: none;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--second--half {
    padding: unset;
  }
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--location {
  display: block !important;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--phone {
  display: block !important;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--location.hidden {
  margin: 0 0 1rem 0;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--serves {
  margin: 0 0 1rem 0;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--phone.hidden {
  margin: 0 0 1rem 0;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--hour {
  margin: 0 0 1rem 0;
}
.cmp-restaurant-cards .cmp-carousel .slick-arrow {
  bottom: -3.1rem;
  top: initial;
  color: #026048;
  background-color: #fff;
  z-index: 1;
  transform: unset;
  width: 6.2rem;
  height: 6.3rem;
  font-size: 0;
  border: none;
  white-space: normal;
}
@media (max-width: 767px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow {
    display: none !important;
  }
}
.cmp-restaurant-cards .cmp-carousel .slick-prev::after,
.cmp-restaurant-cards .cmp-carousel .slick-next::after {
  color: #026048;
  font-size: 2rem;
  width: 0.85rem;
  height: 1.55rem;
  white-space: normal;
}
.cmp-restaurant-cards .cmp-carousel .slick-prev {
  left: unset;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: 0px 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
  .cmp-restaurant-cards .cmp-carousel .slick-prev {
    left: 85%;
    right: unset;
  }
}
@media (min-width: 992px) {
  .cmp-restaurant-cards .cmp-carousel .slick-prev {
    left: 88%;
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  .cmp-restaurant-cards .cmp-carousel .slick-prev {
    right: 5.5rem;
    left: auto;
  }
  .cmp-restaurant-cards .cmp-carousel .slick-prev slick-track {
    white-space: normal;
  }
}
.cmp-restaurant-cards .cmp-carousel .slick-prev::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-weight: normal;
  text-shadow: unset;
}
.cmp-restaurant-cards .cmp-carousel .slick-next {
  right: unset;
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 1rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
  .cmp-restaurant-cards .cmp-carousel .slick-next {
    right: 0;
  }
}
@media (min-width: 992px) {
  .cmp-restaurant-cards .cmp-carousel .slick-next {
    right: 0;
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  .cmp-restaurant-cards .cmp-carousel .slick-next {
    right: 0;
  }
}
.cmp-restaurant-cards .cmp-carousel .slick-next::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: normal;
  text-shadow: unset;
}
.cmp-restaurant-cards .digital-dir-variation .cmp-restaurant-card, #digitaldir-dining .cmp-restaurant-cards .cmp-restaurant-card {
  background: unset;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards .digital-dir-variation .cmp-restaurant-card, #digitaldir-dining .cmp-restaurant-cards .cmp-restaurant-card {
    padding-left: unset;
    padding-right: 2rem;
  }
}
.cmp-restaurant-cards .digital-dir-variation .cmp-restaurant-card-title, #digitaldir-dining .cmp-restaurant-cards .cmp-restaurant-card-title {
  text-align: unset;
  margin-bottom: 2rem;
  font-size: 40px;
  line-height: 110%;
  font-weight: 500;
  color: #026048;
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards .digital-dir-variation .cmp-restaurant-card-title, #digitaldir-dining .cmp-restaurant-cards .cmp-restaurant-card-title {
    font-size: 36px;
  }
}
.cmp-restaurant-cards .digital-dir-variation .cmp-restaurant-cards--title-dining, #digitaldir-dining .cmp-restaurant-cards .cmp-restaurant-cards--title-dining {
  font-size: 18px;
  line-height: 160%;
  font-weight: normal;
  letter-spacing: 0.011em;
  color: #000;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards .digital-dir-variation .cmp-restaurant-cards--title-dining, #digitaldir-dining .cmp-restaurant-cards .cmp-restaurant-cards--title-dining {
    font-size: 18px;
  }
}

@-moz-document url-prefix() {
  .digitaldir-dining .restaurant-cards .cmp-restaurant-cards--title-dining {
    padding-left: 10px;
  }
}
.hotelstatus {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (max-width: 767px) {
  [dir=ltr] .hotelstatus {
    top: 0.8rem;
  }
}
@media (max-width: 767px) {
  [dir=rtl] .hotelstatus {
    top: 0.8rem;
  }
}
.hotelstatus .cmp-hotelstatus {
  background-color: #fff;
  font-weight: 700;
  color: #026048;
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 0.9rem 2.5rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .hotelstatus .cmp-hotelstatus {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 0.8rem 1.1rem;
    background-color: #fff;
    margin-left: 6rem;
    margin-top: 2rem;
  }
  [dir=rtl] .hotelstatus .cmp-hotelstatus {
    margin-left: unset;
    margin-right: 9.9rem;
  }
}
.hotelstatus .cmp-hotelstatus:after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 1.9rem solid #fff;
  border-bottom: 1.9rem solid #fff;
  border-right: 1.9rem solid transparent;
  margin-top: 3rem;
}
[dir=ltr] .hotelstatus .cmp-hotelstatus:after {
  left: 100%;
}
[dir=rtl] .hotelstatus .cmp-hotelstatus:after {
  left: 0;
  right: 100%;
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .hotelstatus .cmp-hotelstatus:after {
    border-top: 1.5rem solid #fff;
    border-bottom: 1.5rem solid #fff;
    border-right: 1rem solid transparent;
    margin-top: 2rem;
  }
}

.guest-reviews {
  font-size: 1.8rem;
}
.guest-reviews .star-rating {
  display: inline;
  color: #FEDB00;
  letter-spacing: 1.5rem;
}
@media (max-width: 767px) {
  .guest-reviews .star-rating {
    font-size: 1.6rem;
  }
}
[dir=rtl] .guest-reviews .star-rating {
  margin-left: 1.5rem;
  letter-spacing: unset;
}
[dir=rtl] .guest-reviews .star-rating .fa-star:before {
  margin-left: 1.5rem;
}
.guest-reviews .IWSfrOutOf {
  line-height: 160%;
  color: #000;
}
[dir=ltr] .guest-reviews .IWSfrOutOf {
  margin-right: 0.8rem;
}
[dir=rtl] .guest-reviews .IWSfrOutOf {
  margin-left: 0.8rem;
}
.guest-reviews .IWSfrLink {
  display: inline;
  font-weight: 700;
  line-height: 120%;
}
.guest-reviews .IWSfrLink .tertiary {
  color: #026048;
}

.cmp-attraction-card {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 15.5rem;
       column-gap: 15.5rem;
  row-gap: 3.5rem;
}
@media (min-width: 769px) {
  .cmp-attraction-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }
}
@media (min-width: 1201px) {
  .cmp-attraction-card {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }
  [dir=ltr] .cmp-attraction-card {
    padding-right: 2rem;
  }
  [dir=rtl] .cmp-attraction-card {
    padding-left: 2rem;
  }
}
.cmp-attraction-card .cmp-attraction-card__card {
  letter-spacing: 0.014em;
  color: #000;
  word-wrap: break-word;
}
.cmp-attraction-card .cmp-attraction-card__card p {
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 160%;
  padding-top: 1rem;
}
.cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__name h3 {
  font-weight: 500;
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  line-height: 110%;
  margin: unset;
  color: #666;
  /*@include media('>svp') {
      font-size: rem(30px);
  }*/
}
.cmp-attraction-card .cmp-attraction-card__card .cmp-attraction-card__address {
  font-size: 1.8rem;
  line-height: 110%;
}

.rates-from::before {
  content: "";
  width: 0.3rem;
  height: 9.2rem;
  background: #026048;
  position: absolute;
}
@media (max-width: 767px) {
  .rates-from::before {
    width: 3.7rem;
    height: 0.3rem;
  }
}
@media (max-width: 767px) {
  .rates-from::before {
    left: unset;
    bottom: 10rem;
  }
}
@media (max-width: 1051px) {
  .rates-from {
    width: 21% !important;
  }
}
@media (max-width: 767px) {
  .rates-from {
    width: unset !important;
  }
}
.rates-from .rates-from-label {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  line-height: 160%;
  font-weight: normal;
  font-family: "Inter", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #000;
  padding-left: 6.3rem;
}
[dir=rtl] .rates-from .rates-from-label {
  padding-right: 6.3rem;
}
@media (max-width: 767px) {
  .rates-from .rates-from-label {
    font-size: 1.8rem;
    padding: unset !important;
  }
  [dir=rtl] .rates-from .rates-from-label {
    padding: unset !important;
  }
}
@media (max-width: 1051px) {
  .rates-from .rates-from-label {
    padding-left: 3.3rem;
  }
  [dir=rtl] .rates-from .rates-from-label {
    padding-right: 3.3rem;
  }
}
.rates-from .rates-from-price {
  font-family: "FS Lola", "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #026048;
  padding-left: 6.3rem;
}
[dir=rtl] .rates-from .rates-from-price {
  padding-right: 6.3rem;
}
@media (max-width: 767px) {
  .rates-from .rates-from-price {
    padding: unset !important;
  }
  [dir=rtl] .rates-from .rates-from-price {
    padding: unset !important;
  }
}
@media (max-width: 1051px) {
  .rates-from .rates-from-price {
    padding-left: 3.3rem;
  }
  [dir=rtl] .rates-from .rates-from-price {
    padding-right: 3.3rem;
  }
}
.rates-from .rates-from-price .price {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 110%;
  font-weight: 500;
}
@media (max-width: 992px) {
  .rates-from .rates-from-price .price {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .rates-from .rates-from-price .price {
    font-size: 3.6rem;
  }
}
.rates-from .rates-from-price .currency {
  font-size: 2rem;
  line-height: 110%;
  font-weight: 500;
  vertical-align: super;
  position: absolute;
  padding-left: 0.7rem;
}
[dir=rtl] .rates-from .rates-from-price .currency {
  padding-right: 0.7rem;
}
@media (max-width: 992px) {
  .rates-from .rates-from-price .currency {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .rates-from .rates-from-price .currency {
    font-size: 1.8rem;
    padding-left: 1.1rem;
  }
}
@media (max-width: 767px) {
  .rates-from {
    display: block !important;
    padding-top: 5rem;
  }
}

@media (max-width: 767px) {
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    display: none !important;
  }
}

/*
@import 'components/content/gallery-map/scss/gallery-map';
@import 'components/content/rooms/scss/rooms';
@import 'components/content/room-cards/scss/room-cards.scss';
@import 'components/content/gallery/scss/gallery';
@import 'components/content/meeting-room-card/scss/meeting-room-card';
@
@import 'components/content/rates-from/scss/rates-from';
*/