.cmp-limited-time-features {
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.cmp-limited-time-features .limited_offers_headerline h2 {
  font-size: 4.3rem;
  font-weight: normal;
  line-height: 110%;
  text-align: center;
  color: #002d72;
}
@media (max-width: 767px) {
  .cmp-limited-time-features .limited_offers_headerline h2 {
    font-size: 3.4rem;
    line-height: 100%;
  }
}
.cmp-limited-time-features .limited_offers_headerline .offer-redirection-link {
  position: absolute;
  font-style: normal;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.6rem;
  bottom: -8rem;
  left: 0;
  right: 0;
  display: flex;
}
.cmp-limited-time-features .limited_offers_headerline .offer-redirection-link a {
  text-decoration: none;
  text-transform: uppercase;
  border: 0.2rem solid #e35205;
  border-radius: 0.5rem;
  color: #e35205;
  background: none;
  padding: 1.4rem 6rem;
  margin: auto;
  text-align: center;
}
@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.6rem;
  }
}
.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 1.5rem 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .cmp-limited-time-features .limited_offers_gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.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_subtitle {
  display: none;
}
.cmp-limited-time-features .limited_offers_gallery .offer_title {
  font-size: 2.6rem;
  line-height: 110%;
  color: #002d72;
  font-weight: normal;
  text-transform: capitalize;
  margin: 2rem 0rem;
}
.cmp-limited-time-features .limited_offers_gallery .offer_paragraph {
  font-size: 1.8rem;
  line-height: 160%;
  font-weight: normal;
  color: #333333;
  text-align: left;
  margin: 0.8rem 0rem;
}
[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 .link,
.cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta {
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #e35205;
  text-transform: uppercase;
  margin: 2rem 0rem;
}
.cmp-limited-time-features .limited_offers_gallery .offer-information .link span::after,
.cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta span::after {
  padding-left: 0.5rem;
}
[dir=rtl] .cmp-limited-time-features .limited_offers_gallery .offer-information .link 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;
}
[dir=ltr] .cmp-limited-time-features .limited_offers_gallery .offer-information .link 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;
}
.cmp-limited-time-features .limited_offers_gallery .offer-information .link .offer_cta,
.cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta .offer_cta {
  font-style: normal;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #e35205;
  text-transform: uppercase;
  margin: 0.6rem 0rem;
}
.cmp-limited-time-features .limited_offers_gallery .offer-information .link .offer_cta span::after,
.cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta .offer_cta span::after {
  padding-left: 0.5rem;
}
[dir=rtl] .cmp-limited-time-features .limited_offers_gallery .offer-information .link .offer_cta span::after,
[dir=rtl] .cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta .offer_cta span::after {
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: normal;
}
[dir=ltr] .cmp-limited-time-features .limited_offers_gallery .offer-information .link .offer_cta span::after,
[dir=ltr] .cmp-limited-time-features .limited_offers_gallery .offer-information .booknow_cta .offer_cta span::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
}
.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;
}
.cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .lo_element .offer-information {
  padding: 7rem 4rem;
}
@media (max-width: 992px) {
  .cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .lo_element .offer-information {
    padding: unset;
  }
}
@media (max-width: 992px) {
  .cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .lo_element {
    display: unset;
  }
}
@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: 992px) {
  .cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .offer-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cmp-limited-time-features.gallery--cols-1 .limited_offers_gallery .offer-image {
    width: auto;
  }
}
@media (min-width: 768px) {
  .cmp-limited-time-features.gallery--cols-2 .limited_offers_gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }
}
@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;
}

.nav-header-disable .limited_offers_headerline h2 {
  margin: unset;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .nav-header-disable .limited_offers_headerline h2 {
    font-size: 3.8rem;
  }
}

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

.limited-time-feature-detail {
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  padding: 0 2rem;
}
.limited-time-feature-detail .offer__subtitle {
  display: none;
}
.limited-time-feature-detail .offer__container {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.limited-time-feature-detail .offer__title {
  text-transform: uppercase;
  font-size: 5rem;
  color: #013070;
  line-height: 110%;
  font-weight: normal;
  margin-top: unset;
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .offer__title {
    font-size: 3.8rem;
    line-height: 100%;
    margin-top: 0.8rem;
    margin-bottom: 3rem;
  }
}
.limited-time-feature-detail .cmp-teaser__image {
  order: 0;
  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: 0;
  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: #e0e1e2;
  line-height: 160%;
  margin-top: 3rem;
}
.limited-time-feature-detail .cmp-teaser__content .cmp-teaser__description p {
  color: #333333;
  font-size: 1.8rem;
  line-height: 2.9rem;
}
.limited-time-feature-detail .cmp-teaser__content .offer__download-document {
  margin-top: 3rem;
  color: #002d72;
}
.limited-time-feature-detail .cmp-teaser__content i::before {
  padding-left: 5px;
  transform: scaleX(-1);
  font-weight: 300 !important;
  font-size: 1.8rem;
  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: 2.9rem;
  color: #002d72;
  text-transform: capitalize;
}
.limited-time-feature-detail .cmp-teaser__content .booknow_cta {
  padding-top: 3rem;
}
.limited-time-feature-detail .cmp-teaser__content .booknow_cta .cmp-button {
  width: 20.1rem;
  height: 5.6rem;
  display: flex;
  background: #e35205;
  padding: 2rem 5rem;
  align-items: center;
  border-radius: 0.5rem;
}
.limited-time-feature-detail .cmp-teaser__content .booknow_cta .cmp-button__text {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .limited-time-feature-detail .cmp-teaser__content .booknow_cta .cmp-button__text {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

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

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

@media (max-width: 767px) {
  html[lang=ja-JP] #holidayinnexpress-header .hotelcountrycode-japan .navigation ~ .calltoaction {
    display: flex !important;
    align-items: center;
    background-color: #e35205;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    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] #holidayinnexpress-header .hotelcountrycode-japan .navigation ~ .calltoaction .nav-booknowbutton {
    display: inline-flex !important;
  }
  html[lang=ja-JP] #holidayinnexpress-header .hotelcountrycode-japan .navigation ~ .calltoaction .cmp-button {
    background-color: #e35205;
    margin: 1px 0;
    color: #ffffff;
  }
  html[lang=ja-JP] #holidayinnexpress-header .hotelcountrycode-japan .navigation ~ .calltoaction .cmp-button .cmp-button__text {
    color: #ffffff;
    font-size: 21px;
  }
}
#holidayinnexpress-header {
  background: #fff;
}
#holidayinnexpress-header #xf-primary-nav {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #holidayinnexpress-header #xf-primary-nav {
    display: flex;
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  #holidayinnexpress-header #xf-primary-nav {
    max-width: 144rem;
  }
}
@media (min-width: 768px) {
  #holidayinnexpress-header .image {
    flex-basis: 10%;
  }
}
@media (max-width: 767px) {
  #holidayinnexpress-header .image {
    float: none;
  }
}
#holidayinnexpress-header .image .cmp-image img {
  width: 11.5rem;
}
@media (max-width: 767px) {
  #holidayinnexpress-header .image .cmp-image img {
    display: none;
  }
}
#holidayinnexpress-header .navigation {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  #holidayinnexpress-header .navigation {
    flex-basis: 90%;
  }
}
@media (max-width: 767px) {
  #holidayinnexpress-header .navigation {
    overflow-x: scroll;
  }
}
#holidayinnexpress-header .navigation .cmp-navigation {
  display: flex;
}
@media (min-width: 768px) {
  #holidayinnexpress-header .navigation .cmp-navigation {
    justify-content: flex-end;
  }
}
#holidayinnexpress-header .navigation .cmp-navigation__group {
  list-style: none;
  margin: 0;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  #holidayinnexpress-header .navigation .cmp-navigation__group {
    display: flex;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    padding: 0 2rem 5rem;
  }
}
#holidayinnexpress-header .navigation .cmp-navigation__item {
  display: inline-block;
  padding-top: 2rem;
}
[dir=rtl] #holidayinnexpress-header .navigation .cmp-navigation__item {
  float: right;
}
@media (min-width: 768px) {
  [dir=rtl] #holidayinnexpress-header .navigation .cmp-navigation__item {
    padding-left: 4rem;
  }
}
@media (min-width: 768px) {
  [dir=ltr] #holidayinnexpress-header .navigation .cmp-navigation__item {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  #holidayinnexpress-header .navigation .cmp-navigation__item {
    width: -moz-max-content;
    width: max-content;
  }
}
#holidayinnexpress-header .navigation .cmp-navigation__item-link {
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.034em;
  line-height: 1.9rem;
  font-size: 1.6rem;
  font-family: "Inter", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  #holidayinnexpress-header .navigation .cmp-navigation__item-link {
    letter-spacing: 0.014em;
  }
}
#holidayinnexpress-header .navigation .cmp-navigation__item-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.3rem;
  -webkit-text-decoration-color: #002d72;
          text-decoration-color: #002d72;
  text-underline-offset: 0.2rem;
}
#holidayinnexpress-header .navigation .cmp-navigation__item--active a {
  color: #002d72;
  text-decoration: underline;
  text-decoration-thickness: 0.3rem;
  -webkit-text-decoration-color: #002d72;
          text-decoration-color: #002d72;
  text-underline-offset: 0.2rem;
}
#holidayinnexpress-header .navigation ~ .calltoaction {
  padding-top: 1.5rem;
  text-align: right;
  /*book now will be shown from BCS*/
}
[dir=rtl] #holidayinnexpress-header .navigation ~ .calltoaction {
  text-align: left;
}
@media (min-width: 768px) {
  #holidayinnexpress-header .navigation ~ .calltoaction {
    align-content: flex-end;
    flex: 1 1 45%;
    right: 0;
  }
}
@media (min-width: 992px) {
  #holidayinnexpress-header .navigation ~ .calltoaction {
    flex-basis: 27%;
  }
}
@media (min-width: 1200px) {
  #holidayinnexpress-header .navigation ~ .calltoaction {
    flex-basis: 20%;
  }
}
@media (max-width: 767px) {
  #holidayinnexpress-header .navigation ~ .calltoaction {
    display: none;
  }
}
#holidayinnexpress-header .navigation ~ .calltoaction .cmp-button-wrapper .cmp-button {
  text-transform: uppercase;
  border: none;
}
#holidayinnexpress-header .navigation ~ .calltoaction .cmp-button-wrapper .cmp-button__text {
  font-weight: 800;
}
@media (min-width: 768px) {
  #holidayinnexpress-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;
}

.guest-reviews {
  color: #333333;
  font-size: 1.8rem;
  line-height: 160%;
}
.guest-reviews .star-rating {
  display: inline;
  color: #002d72;
  letter-spacing: 1.5rem;
}
[dir=rtl] .guest-reviews .star-rating {
  letter-spacing: unset;
}
[dir=rtl] .guest-reviews .star-rating .fa-star:before {
  margin-left: 1.5rem;
}
[dir=ltr] .guest-reviews .IWSfrOutOf {
  margin-right: 1rem;
}
[dir=rtl] .guest-reviews .IWSfrOutOf {
  margin-left: 1rem;
}
.guest-reviews .IWSfrLink {
  display: inline;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.6rem;
}
.guest-reviews .IWSfrLink .tertiary {
  color: #e35205;
  text-decoration: none;
}

@media (max-width: 767px) {
  .hotel-detail-container {
    padding: 0 2rem;
  }
}
.hotel-detail-container .cmp-hotel-detail-container--expanded {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .hotel-detail-container .cmp-hotel-detail-container--expanded {
    padding-bottom: 6rem;
  }
}
.hotel-detail-container .cmp-accordion__item {
  border: none;
  padding: 0rem 1.5rem;
  padding-left: 0;
}
[dir=rtl] .hotel-detail-container .cmp-accordion__item {
  padding-right: 0;
}
.hotel-detail-container .cmp-hotel-detail-container__title {
  font-style: normal;
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 0;
  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: 1.5rem 0;
}
.hotel-detail-container .cmp-display-logic ul {
  margin-left: -1.5rem;
  margin-top: -1.2rem;
}
[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: 3rem;
  letter-spacing: 0.014em;
  padding-left: 0;
  margin: 0;
}
.hotel-detail-container .cmp-display-logic__text p a {
  color: #002d72;
}
.hotel-detail-container .cmp-display-logic__content .cmp-display-logic__text .color-tertiary .font-size-rem-5 .measure-unit {
  font-size: 1.8rem;
}
.hotel-detail-container .cmp-display-logic a {
  color: #002d72;
}
.hotel-detail-container .cmp-display-logic a .pdf-lk {
  color: #002d72;
}
.hotel-detail-container .cmp-accordion {
  padding-bottom: 6rem;
}
.hotel-detail-container .cmp-accordion__title {
  font-size: 1.8rem;
  line-height: 3.3rem;
  font-style: normal;
  letter-spacing: 0.014em;
  font-weight: normal;
  color: #333333 !important;
}
.hotel-detail-container .cmp-accordion__header {
  font-size: 1.8rem;
  line-height: 3.3rem;
  font-weight: 700;
}
.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 .cmp-accordion__button {
  border: 0.2rem solid #d4d4d4;
  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: #013070;
  font-family: "FontAwesome";
  content: "\f107";
  font-weight: normal;
  background: #ffffff;
}
[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: #013070;
  font-family: "FontAwesome";
  content: "\f106";
  font-weight: normal;
}
.hotel-detail-container.no-padding {
  padding: 0;
}
.hotel-detail-container.no-padding .cmp-accordion__item {
  padding-right: 0;
}
.hotel-detail-container.no-padding .cmp-hotel-detail-container--expanded {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .hotel-detail-container.no-padding .cmp-hotel-detail-container--expanded {
    padding-bottom: 0;
  }
}

.cmp-map-hotel-info.cmp-map--maponly {
  position: relative;
}
.cmp-map-hotel-info.cmp-map--maponly .map-wrapper .cmp-map__seemap {
  overflow: hidden;
  display: block;
}
.cmp-map-hotel-info.cmp-map--maponly .map-wrapper .cmp-map__google-image {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  max-width: 100%;
  width: 100%;
}
[dir=rtl] .cmp-map-hotel-info.cmp-map--maponly .map-wrapper .cmp-map__google-image {
  left: unset;
  transform: translateX(50%);
  right: 50%;
}
.cmp-map-hotel-info.cmp-map--maponly .transportation-button {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.cmp-map-hotel-info.cmp-map--maponly .transportation-button .cmp-map__directions {
  display: block;
  background: #ffffff;
  color: #e35205;
  font-family: "Inter", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  padding: 18px 48px;
  line-height: 1.6rem;
  border-radius: 0.5rem;
  border: 2px solid #e35205;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--maponly .transportation-button .cmp-map__directions {
    padding: 13px 19px;
  }
}

.container.directions-quickinfo-map > .cmp-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.container.directions-quickinfo-map .container.directions-quickinfo {
  grid-column: span 8;
}
@media (max-width: 767px) {
  .container.directions-quickinfo-map .container.directions-quickinfo {
    grid-column: span 12;
  }
}
.container.directions-quickinfo-map .map-hotel-info.directions-style {
  grid-column: span 4;
}
@media (max-width: 767px) {
  .container.directions-quickinfo-map .map-hotel-info.directions-style {
    grid-column: span 12;
  }
}
.container.directions-quickinfo-map .map-hotel-info.directions-style .cmp-map-hotel-info.cmp-map--maponly .map-wrapper .cmp-map__google-image {
  height: 392px;
  width: auto;
  max-width: none;
}
@media (max-width: 1199px) {
  .container.directions-quickinfo-map .map-hotel-info.directions-style .cmp-map-hotel-info.cmp-map--maponly .map-wrapper .cmp-map__google-image {
    height: 404px;
  }
}
@media (max-width: 991px) {
  .container.directions-quickinfo-map .map-hotel-info.directions-style .cmp-map-hotel-info.cmp-map--maponly .map-wrapper .cmp-map__google-image {
    height: 418px;
  }
}
@media (max-width: 767px) {
  .container.directions-quickinfo-map .map-hotel-info.directions-style .cmp-map-hotel-info.cmp-map--maponly .map-wrapper .cmp-map__google-image {
    height: unset;
    width: 100%;
  }
}

.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: 991px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .row {
    padding: unset;
  }
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .row {
    padding: 2rem 2rem;
    padding-bottom: 0;
    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: 34rem;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .map-wrapper {
    min-height: 19rem;
  }
}
.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%;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  grid-area: right;
  display: flex;
  flex-direction: column;
}
[dir=ltr] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  padding-left: 6rem;
}
[dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  padding-right: 6rem;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    padding-top: 3rem;
  }
  [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 #002d72;
  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", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  line-height: 2.7rem;
  margin: 0;
  padding-top: 3rem;
}
.cmp-map-hotel-info.cmp-map--mapinfo .hotel-details-title strong {
  font-weight: normal;
}
.cmp-map-hotel-info.cmp-map--mapinfo address {
  padding-top: 1rem;
  font-style: normal;
  font-size: 1.8rem;
  float: left;
}
[dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo address {
  float: right;
}
.cmp-map-hotel-info.cmp-map--mapinfo address [itemprop=email] {
  text-decoration: underline;
  color: #013070;
}
.cmp-map-hotel-info.cmp-map--mapinfo address a:first-of-type::before {
  content: "";
  margin-left: 0.5rem;
}
.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 {
  margin-top: 2rem;
  order: 2;
  width: 100%;
}
.cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a {
  color: #002d72;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 600;
  font-family: "Inter", "Trebuchet MS", Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
[dir=ltr] .cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a::after {
  padding-left: 0.5rem;
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
}
[dir=rtl] .cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a::after {
  padding-right: 0.5rem;
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: normal;
}
.cmp-map-hotel-info.cmp-map--mapinfo p.right-section {
  font-family: "Inter", "Trebuchet MS", Helvetica, Arial, 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%;
}

.map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .cmp-title {
  display: none;
}
.map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  justify-content: center;
}
@media (min-width: 993px) {
  .map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    width: 45.6rem;
  }
}
[dir=ltr] .map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  padding-left: unset;
  margin-left: 14%;
}
[dir=rtl] .map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  padding-right: unset;
  margin-right: 14%;
}
@media (max-width: 767px) {
  .map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    width: unset;
  }
  [dir=ltr] .map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    margin-left: unset;
  }
  [dir=rtl] .map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    margin-right: unset;
  }
}
.map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .hotel-details-title {
  display: none;
}
.map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo .button-right-order {
  display: none;
}
.map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo address:nth-of-type(1) {
  font-size: 2.6rem;
  line-height: 110%;
  font-weight: normal;
  margin-bottom: 1.5rem;
}
.map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo address:nth-of-type(2) {
  line-height: 160%;
}
@media (max-width: 767px) {
  .map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo address:nth-of-type(2) {
    line-height: 150%;
  }
}
.map-hotel-info-styles .cmp-map-hotel-info.cmp-map--mapinfo address a:first-of-type::before {
  margin-left: unset;
}

.map-hotel-info-secondary-style .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
  justify-content: center;
  background-color: #F0F7FC;
}
@media (max-width: 992px) {
  [dir=ltr] .map-hotel-info-secondary-style .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    padding-left: 7rem;
    padding-right: 2rem;
  }
  [dir=rtl] .map-hotel-info-secondary-style .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    padding-right: 7rem;
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .map-hotel-info-secondary-style .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    padding: 3rem 2rem;
    justify-content: center;
  }
  [dir=ltr] .map-hotel-info-secondary-style .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    padding-left: 2rem;
  }
  [dir=rtl] .map-hotel-info-secondary-style .cmp-map-hotel-info.cmp-map--mapinfo .col-sm-8 {
    padding-right: 2rem;
  }
}
.map-hotel-info-secondary-style .cmp-map-hotel-info.cmp-map--mapinfo .transportation-button {
  margin: unset;
  order: 2;
  width: 100%;
}
.map-hotel-info-secondary-style .cmp-map-hotel-info.cmp-map--mapinfo .transportation-button a {
  color: #002d72;
}
.map-hotel-info-secondary-style .cmp-map-hotel-info.cmp-map--mapinfo .hotel-details-title {
  display: none;
}
.map-hotel-info-secondary-style .cmp-map-hotel-info.cmp-map--mapinfo address:nth-of-type(1) {
  font-size: 2.6rem;
  line-height: 110%;
  font-weight: normal;
  margin-bottom: 2rem;
}
.map-hotel-info-secondary-style .cmp-map-hotel-info.cmp-map--mapinfo address:nth-of-type(2) {
  line-height: 160%;
  padding: unset;
}
@media (max-width: 767px) {
  .map-hotel-info-secondary-style .cmp-map-hotel-info.cmp-map--mapinfo address:nth-of-type(2) {
    line-height: 150%;
  }
}

.gallery-map {
  position: relative;
}
.gallery-map .cmp-gallery-map {
  display: grid;
  grid-auto-rows: minmax(min-content, max-content);
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
.gallery-map .cmp-gallery-map .cmp-carousel__content .slick-dots li button::before {
  opacity: 1;
  color: #0057b8;
}
.gallery-map .cmp-gallery-map .cmp-carousel__content .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #e35205;
}
@media (max-width: 768px) {
  .gallery-map .cmp-gallery-map {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
}
.gallery-map .cmp-gallery-map .mg-gallery {
  grid-column: span 2;
  min-width: 0;
  min-height: 0;
}
@media (max-width: 992px) {
  .gallery-map .cmp-gallery-map .mg-gallery {
    grid-column: span 3;
  }
}
.gallery-map .cmp-gallery-map .mg-gallery *:not(.slick-arrow):not(.cmp-image__caption):not(.cmp-gallery__title):not(.cmp-gallery__title) {
  height: 100%;
}
.gallery-map .cmp-gallery-map .mg-gallery .cmp-carousel--single-mode .slick-arrow {
  cursor: pointer;
}
.gallery-map .cmp-gallery-map .mg-gallery .cmp-gallery .cmp-gallery__title {
  display: none;
}
.gallery-map .cmp-gallery-map .mg-map {
  grid-column: span 1;
  overflow: hidden;
}
@media (max-width: 992px) {
  .gallery-map .cmp-gallery-map .mg-map {
    grid-column: span 3;
  }
}
.gallery-map .cmp-gallery-map .mg-map .cmp-map-hotel-info.cmp-map--maponly {
  height: 100%;
}
.gallery-map .cmp-gallery-map .mg-map .cmp-map-hotel-info.cmp-map--maponly .map-wrapper .cmp-map__google-image {
  width: 100%;
  max-width: none;
  height: 540px;
}
@media (max-width: 992px) {
  .gallery-map .cmp-gallery-map .mg-map .cmp-map-hotel-info.cmp-map--maponly .map-wrapper .cmp-map__google-image {
    height: 36rem !important;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .gallery-map .map-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .gallery-map .map-mobile {
    display: none;
  }
}

.gallery .cmp-gallery h1.cmp-gallery__title, .gallery .cmp-gallery .h1 .cmp-gallery__title {
  font-size: 3.8rem;
  line-height: 1.1;
  font-weight: normal;
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  margin-bottom: 1.6rem;
  margin-top: 3.5rem;
}
.gallery .cmp-gallery h2.cmp-gallery__title, .gallery .cmp-gallery .h2 .cmp-gallery__title {
  font-size: 3.4rem;
  line-height: 1.1;
  font-weight: normal;
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  margin-bottom: 1.6rem;
  margin-top: 3.5rem;
}
.gallery .cmp-gallery h3.cmp-gallery__title, .gallery .cmp-gallery .h3 .cmp-gallery__title {
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: normal;
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  margin-bottom: 1.6rem;
  margin-top: 3.5rem;
}
.gallery .cmp-gallery h4.cmp-gallery__title, .gallery .cmp-gallery .h4 .cmp-gallery__title {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: normal;
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  margin-bottom: 1.6rem;
  margin-top: 3.5rem;
}
.gallery .cmp-gallery h5.cmp-gallery__title, .gallery .cmp-gallery .h5 .cmp-gallery__title {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  margin-bottom: 1.6rem;
  margin-top: 3.5rem;
}
.gallery .cmp-gallery h6.cmp-gallery__title, .gallery .cmp-gallery .h6 .cmp-gallery__title {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  margin-bottom: 1.6rem;
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .gallery .cmp-gallery h1.cmp-gallery__title, .gallery .cmp-gallery .h1 .cmp-gallery__title {
    font-size: 3.8rem;
    line-height: 1.1;
    font-weight: normal;
    font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 2.9rem;
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .gallery .cmp-gallery h2.cmp-gallery__title, .gallery .cmp-gallery .h2 .cmp-gallery__title {
    font-size: 3.4rem;
    line-height: 1.1;
    font-weight: normal;
    font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 2.9rem;
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .gallery .cmp-gallery h3.cmp-gallery__title, .gallery .cmp-gallery .h3 .cmp-gallery__title {
    font-size: 2.6rem;
    line-height: 1.1;
    font-weight: normal;
    font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 2.9rem;
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .gallery .cmp-gallery h4.cmp-gallery__title, .gallery .cmp-gallery .h4 .cmp-gallery__title {
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: normal;
    font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 2.9rem;
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .gallery .cmp-gallery h5.cmp-gallery__title, .gallery .cmp-gallery .h5 .cmp-gallery__title {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 2.9rem;
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .gallery .cmp-gallery h6.cmp-gallery__title, .gallery .cmp-gallery .h6 .cmp-gallery__title {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 2.9rem;
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery h1.cmp-gallery__title, .gallery .cmp-gallery .h1 .cmp-gallery__title {
    font-size: 5rem;
    line-height: 1.1;
    font-weight: normal;
    font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 2.9rem;
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery h2.cmp-gallery__title, .gallery .cmp-gallery .h2 .cmp-gallery__title {
    font-size: 4.3rem;
    line-height: 1.1;
    font-weight: normal;
    font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 2.9rem;
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery h3.cmp-gallery__title, .gallery .cmp-gallery .h3 .cmp-gallery__title {
    font-size: 2.6rem;
    line-height: 1.1;
    font-weight: normal;
    font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 2.9rem;
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery h4.cmp-gallery__title, .gallery .cmp-gallery .h4 .cmp-gallery__title {
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: normal;
    font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 2.9rem;
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery h5.cmp-gallery__title, .gallery .cmp-gallery .h5 .cmp-gallery__title {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 2.9rem;
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .gallery .cmp-gallery h6.cmp-gallery__title, .gallery .cmp-gallery .h6 .cmp-gallery__title {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-bottom: 2.9rem;
    margin-top: 3rem;
  }
}
.gallery .cmp-gallery .cmp-gallery__title {
  color: #002d72;
  text-align: center;
  text-transform: uppercase;
}
@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: #e35205;
  background-color: #e35205;
  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: #ffffff;
  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;
}
@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;
}
@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;
}
.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;
  /*                            @include media(">=svp") {
                                  max-height: rem(450px);
                                  width: auto;
                              }
                              @include media(">=mvp") {
                                  max-height: rem(500px);
                                  width: auto;
                              }*/
}
@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: #333333;
  display: none;
}
@media (max-width: 991px) {
  .gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image__caption {
    max-width: 65%;
    margin: auto;
  }
}
.gallery .cmp-gallery .cmp-carousel--center--extended--mode .slick-slider .slick-list .slick-current .image .cmp-image__caption {
  display: block;
  padding: 1.6rem 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;
}

.cmp-gallery .cmp-carousel--single-mode .slick-arrow {
  color: #ffffff;
  background-color: #e35205;
  border: 0;
  position: absolute;
  top: 50%;
  z-index: 109;
  outline: 0;
  font-size: 0;
  width: 4rem;
  height: 6rem;
}
@media (max-width: 767px) {
  .cmp-gallery .cmp-carousel--single-mode .slick-arrow {
    width: 3.4rem;
    height: 5.1rem;
  }
}
.cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev {
  left: 0rem;
  border-radius: 0 0.5rem 0.5rem 0;
}
.cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next {
  right: 0rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
.cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev::after, .cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next::after {
  color: #ffffff;
  font-size: 2rem;
  padding: 0.5rem;
  width: 0.85rem;
  height: 1.55rem;
}
.cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-prev::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-weight: normal;
}
.cmp-gallery .cmp-carousel--single-mode .slick-arrow.slick-next::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: normal;
}
.cmp-gallery .cmp-carousel--single-mode .slick-list .image {
  cursor: default;
  text-align: center;
}
.cmp-gallery .cmp-carousel--single-mode .slick-list .image .cmp-image {
  position: relative;
}
.cmp-gallery .cmp-carousel--single-mode .slick-list .image .cmp-image__caption {
  display: block;
  font-size: 1.8rem;
  line-height: 2.9rem;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background: #333333;
  width: 100%;
  padding: 1.4rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .cmp-gallery .cmp-carousel--single-mode .slick-list .image .cmp-image__caption {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 1rem 0;
  }
}

@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;
  }
}
.hotelstatus {
  width: -moz-fit-content !important;
  width: fit-content !important;
  left: 1rem;
}
@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: #002d72;
  font-weight: normal;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 0.4rem 1.5rem;
}
@media (max-width: 767px) {
  .hotelstatus .cmp-hotelstatus {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 0.8rem 1rem;
    background-color: #002d72;
  }
}
.hotelstatus .cmp-hotelstatus:after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 1.7rem solid #002d72;
  border-bottom: 2.1rem solid #002d72;
  border-right: 2.2rem solid transparent;
}
[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 #002d72;
    border-bottom: 1.5rem solid #002d72;
    border-right: 1rem solid transparent;
  }
}

@media (max-width: 767px) {
  .hotel-highlights {
    padding: 0 2rem;
  }
  [dir=rtl] .hotel-highlights {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .hotel-highlights {
    padding: 0 1.5rem 0 1.5rem;
  }
}
.hotel-highlights .services-base {
  display: none;
}
.hotel-highlights .cmp-tabs--accordion-on-mobile {
  display: flex;
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:before {
  font-weight: normal;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:before {
    text-align: left;
  }
  [dir=rtl] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:before {
    tex-align: right;
  }
}
@media (min-width: 768px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel {
    width: 75%;
  }
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin: 0;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  width: 25%;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist {
    margin: 1.7rem 0rem 1.4rem 2rem;
    display: none;
  }
  [dir=rtl] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist {
    margin: 1.7rem 0rem 1.4rem 2rem;
    display: none;
  }
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab {
  color: #002d72;
  font-size: 1.8rem;
  line-height: 2.9rem;
  border-bottom: 0.1rem solid #002d72;
  padding: 1.8rem;
  word-wrap: break-word;
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab:nth-of-type(1) {
  border-top: 0.1rem solid #002d72;
}
.hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab--active {
  font-weight: 800;
  border-bottom-color: #002d72;
  font-color: #e35205;
  background-color: #ffffff;
  color: #e35205;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist .cmp-tabs__tab--active {
    font-weight: 800;
  }
}
@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;
    line-height: 2.9rem;
    display: unset;
  }
  .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.2rem solid;
    border-top-color: #002d72;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:before {
    border-color: #d4d4d4;
    border-top-color: #d4d4d4;
  }
  [dir=rtl] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:before {
    text-align: right;
    border-color: #d4d4d4;
    border-top-color: #d4d4d4;
  }
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:after {
    font-family: "FontAwesome";
    content: "\f107";
    font-weight: normal;
    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 {
    right: unset;
    left: 0;
    margin: 1.4rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active:before {
    font-weight: 800;
    color: #e35205;
    border-top-color: #002d72;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active:before {
    color: #e35205;
    border-top-color: #e35205;
  }
  [dir=rtl] .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active:before {
    color: #e35205;
    border-top-color: #e35205;
  }
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active:after {
    font-weight: 800;
    font-family: "FontAwesome";
    content: "\f106";
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-tabs--accordion-on-mobile:last-child {
    border-bottom: 0.2rem solid;
    margin: 2rem;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content {
  position: relative !important;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  font-size: 3rem;
  margin: 0;
  display: none;
}
@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 {
  text-align: center;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description p {
  padding: 2rem 0;
  font-weight: normal;
  margin: unset;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description p {
    padding: 3rem 0;
  }
}
.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: inline;
  }
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .phoneNumber-mobile {
  display: inline;
}
.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 {
  color: #e35205;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link {
    margin-bottom: 3rem;
  }
}
[dir=ltr] .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
}
[dir=rtl] .hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link::after {
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: normal;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link a {
  text-decoration: none;
}
.hotel-highlights .cmp-teaser .cmp-teaser__content .cmp-teaser__content__container .highlight-link .mobileCta {
  display: inline;
}
.hotel-amenities .vx-highlight-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem 5%;
  flex-direction: row;
}
@media (max-width: 767px) {
  .hotel-amenities .vx-highlight-items {
    flex-direction: column;
  }
}
.hotel-amenities .vx-highlight-item {
  margin: 1rem 2rem;
  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: #ffffff;
  width: 5.8rem;
  height: 5.8rem;
}
@media (max-width: 767px) {
  .hotel-amenities .vx-highlight-item img {
    flex-direction: column;
    width: 5rem;
    height: 5rem;
  }
}
.hotel-amenities .vx-highlight-item .amenity-title {
  font-size: 1.8rem;
  line-height: 140%;
  color: #ffffff;
  font-family: "Inter", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .hotel-amenities .vx-highlight-item .amenity-title {
    margin: 0 20px;
  }
}

.cmp-rooms .rooms-header h2 {
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.011em;
  font-size: 4.3rem;
  line-height: 5.2rem;
  margin-bottom: 3rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cmp-rooms .rooms-header h2 {
    font-size: 3.4rem;
    line-height: 4.1rem;
  }
}
.cmp-rooms .cmp-carousel .slick-arrow {
  color: #ffffff;
  background-color: #e35205;
  width: 6.8rem;
  height: 7.4rem;
  z-index: 1;
  bottom: 0;
  top: unset;
  transform: unset;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .slick-arrow {
    width: 6rem;
    height: 6rem;
  }
}
.cmp-rooms .cmp-carousel .slick-arrow.slick-prev {
  left: unset;
  right: 50%;
  border-radius: 0.5rem 0 0 0.5rem;
}
.cmp-rooms .cmp-carousel .slick-arrow.slick-prev::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-weight: normal;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .slick-arrow.slick-prev {
    right: 5rem;
  }
}
.cmp-rooms .cmp-carousel .slick-arrow.slick-next {
  right: unset;
  left: 50%;
  border-radius: 0 0.5rem 0.5rem 0;
}
.cmp-rooms .cmp-carousel .slick-arrow.slick-next::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: normal;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .slick-arrow.slick-next {
    right: 0;
    left: unset;
  }
}
.cmp-rooms .cmp-carousel .slick-dots {
  display: none !important;
}
.cmp-rooms .cmp-carousel .cmp-teaser {
  display: flex;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .cmp-teaser {
    flex-direction: column;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser__image {
  width: 50%;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .cmp-teaser__image {
    width: 100%;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser__content {
  width: 50%;
  position: unset;
  order: -1;
  background: #002d72;
  color: #ffffff;
  /*    @include media('<=mvp') {
         padding: rem(15px) rem(15px) rem(45px);
         margin-top: 0;
         width: 100%;
         order: unset;
         margin-bottom: rem(30px);
     } */
}
[dir=ltr] .cmp-rooms .cmp-carousel .cmp-teaser__content {
  padding: 3% 3% 3% 3%;
}
@media (max-width: 992px) {
  [dir=ltr] .cmp-rooms .cmp-carousel .cmp-teaser__content {
    padding: 1.5rem 1.5rem 4.5rem;
    margin-top: 0;
    width: 100%;
    order: unset;
    margin-bottom: 3rem;
  }
}
[dir=rtl] .cmp-rooms .cmp-carousel .cmp-teaser__content {
  padding: 3% 3% 3% 3%;
}
@media (max-width: 992px) {
  [dir=rtl] .cmp-rooms .cmp-carousel .cmp-teaser__content {
    padding: 1.5rem 1.5rem 4.5rem;
    margin-top: 0;
    width: 100%;
    order: unset;
    margin-bottom: 3rem;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser__content__container:not([data-paddingforallviewports]) {
  padding: 0 !important;
}
.cmp-rooms .cmp-carousel .cmp-teaser__title {
  font-weight: normal;
  font-size: 4.3rem;
  line-height: 110%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cmp-rooms .cmp-carousel .cmp-teaser__title {
    font-size: 3.4rem;
    line-height: 100%;
  }
}
.cmp-rooms .cmp-carousel .cmp-teaser__description {
  letter-spacing: 0.014em;
  font-size: 1.8rem;
  line-height: 160%;
  color: #ffffff;
}

.room-cards .cmp-room-cards {
  margin: 0 auto;
  max-width: 105rem;
}
@media (min-width: 768px) {
  .room-cards .cmp-room-cards {
    padding: 0 5rem;
  }
}
.room-cards .cmp-room-cards__title {
  line-height: 4.73rem;
  font-size: 4.3rem;
  font-weight: normal;
  text-align: center;
  color: #002d72;
}
@media (max-width: 767px) {
  .room-cards .cmp-room-cards__title {
    line-height: 4.1rem;
    font-size: 3.4rem;
  }
}
.room-cards .cmp-room-card__list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 6rem;
}
@media (max-width: 767px) {
  .room-cards .cmp-room-card__list-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.room-cards .cmp-room-card__image {
  width: 100%;
}
.room-cards .cmp-room-card__image slick-arrow {
  color: #ffffff;
  background-color: #e35205;
  width: 6rem;
  height: 6rem;
  z-index: 1;
  bottom: 0;
  top: unset;
  transform: unset;
}
.room-cards .cmp-room-card__image slick-arrow.slick-prev {
  right: 5rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
.room-cards .cmp-room-card__image slick-arrow.slick-prev::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-weight: normal;
  font-size: 1.6rem;
}
.room-cards .cmp-room-card__image slick-arrow.slick-next {
  right: 0;
  left: unset;
  border-radius: 0 0.5rem 0.5rem 0;
}
.room-cards .cmp-room-card__image slick-arrow.slick-next::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: normal;
  font-size: 1.6rem;
}
.room-cards .cmp-room-card__image .slick-dots {
  display: none !important;
}
.room-cards .cmp-room-card__text-section {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .room-cards .cmp-room-card__text-section {
    padding: 0 2rem;
  }
}
.room-cards .cmp-room-card__heading {
  line-height: 3.6rem;
  font-size: 3rem;
  font-weight: normal;
  color: #002d72;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .room-cards .cmp-room-card__heading {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}
.room-cards .cmp-room-card__beds-detail {
  line-height: 2.2rem;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.room-cards .cmp-room-card__description {
  line-height: 2.7rem;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}

.cmp-restaurant-cards {
  max-width: 119.5rem;
  margin: 0 auto;
}
.cmp-restaurant-cards .cmp-restaurant-card {
  background: #ffffff;
}
.cmp-restaurant-cards--container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .cmp-restaurant-cards--container {
    flex-direction: row;
    gap: 9rem;
    padding-top: 4rem;
    margin: 0 8rem;
  }
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--container {
    margin: 0 2rem;
  }
}
.cmp-restaurant-cards img {
  height: auto;
  width: 100%;
}
.cmp-restaurant-cards--half {
  padding: 6.5rem 0;
}
@media (min-width: 769px) {
  .cmp-restaurant-cards--half {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .cmp-restaurant-cards--half {
    flex-direction: column;
    padding: 3rem 0;
  }
}
.cmp-restaurant-cards--title {
  text-transform: capitalize;
  margin: unset;
  font-size: 4rem;
  line-height: 110%;
  color: #9bcbeb;
  font-weight: normal;
  position: absolute;
  font-family: "Inter", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 120%;
  letter-spacing: 0.011em;
  text-transform: capitalize;
  color: #002d72;
  margin: 0 8rem;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--title {
    margin: unset;
    font-size: 2.8rem;
    margin: 0 2rem;
  }
}
@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 p {
  font-size: 1.8rem;
  line-height: 160%;
  margin: unset;
  font-weight: normal;
  color: #002d72;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.cmp-restaurant-cards--buttons {
  font-size: 1.8rem;
  line-height: 120%;
  margin-left: 30rem;
  display: inline-flex;
  margin-bottom: 3rem;
}
[dir=rtl] .cmp-restaurant-cards--buttons {
  margin-right: 40rem;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--buttons {
    margin-bottom: 3rem;
    padding: 2rem 2rem 3rem 2rem;
    margin-left: 0;
    display: block;
    text-align: center;
  }
  [dir=rtl] .cmp-restaurant-cards--buttons {
    margin-right: 0;
  }
  .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--primary {
  color: #002d72;
  padding-left: 2rem;
}
[dir=rtl] .cmp-restaurant-cards--buttons .cmp-button--primary {
  padding-right: 2rem;
}
.cmp-restaurant-cards--buttons .cmp-button--primary .cmp-button {
  border: 0.2rem solid #002d72;
}
.cmp-restaurant-cards--buttons .cmp-button--primary .cmp-button .cmp-button__text {
  color: #002d72;
}
.cmp-restaurant-cards--buttons .cmp-button--primary .cmp-button:hover {
  background: #002d72;
  transition: background-color 0.3s ease;
}
.cmp-restaurant-cards--buttons .cmp-button--primary .cmp-button:hover .cmp-button__text {
  color: #ffffff;
}
.cmp-restaurant-cards--buttons .cmp-button--tertiary .cmp-button {
  padding: 1.5rem 3.5rem;
  text-decoration: none;
  border: none;
  line-height: 120%;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--buttons .cmp-button--tertiary .cmp-button {
    padding: 1.5rem 2rem;
  }
}
.cmp-restaurant-cards--buttons .cmp-button--tertiary .cmp-button .cmp-button__text {
  color: #002d72;
}
.cmp-restaurant-cards--buttons .cmp-button--tertiary .cmp-button::after {
  display: inline;
  padding-left: 0;
}
.cmp-restaurant-cards--buttons .cmp-button--tertiary .cmp-button:hover {
  border-bottom: 0.3rem solid;
  border-bottom-offset: 0.5rem;
  transition: background-color 0.3s ease;
}
.cmp-restaurant-cards--first--half .cmp-restaurant-cards--location {
  display: block;
  line-height: 150%;
}
.cmp-restaurant-cards--first--half .cmp-restaurant-cards--phone {
  display: block;
  padding-bottom: 3rem;
  line-height: 150%;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--first--half .cmp-restaurant-cards--phone {
    padding-bottom: 2rem;
  }
}
.cmp-restaurant-cards--first--half .cmp-restaurant-cards--type {
  display: block;
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #002d72;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--first--half .cmp-restaurant-cards--type {
    padding: 2rem 0;
  }
}
.cmp-restaurant-cards--first--half .cmp-restaurant-cards--type p {
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 150%;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards--second--half {
    padding: unset;
  }
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--location {
  padding-top: 3rem;
  line-height: 150%;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--phone {
  padding-bottom: 3rem;
  line-height: 150%;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--location.hidden {
  margin: 0 0 1rem 0;
  line-height: 150%;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--serves {
  display: none;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--phone.hidden {
  margin: 0 0 1rem 0;
  line-height: 150%;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--hour {
  display: none;
}
.cmp-restaurant-cards--second--half .cmp-restaurant-cards--hours {
  margin: unset;
  font-weight: 700;
}
.cmp-restaurant-cards .cmp-carousel--single-mode {
  margin-bottom: 8rem;
  padding: unset;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode {
    margin-bottom: 5rem;
  }
}
.cmp-restaurant-cards .cmp-carousel--single-mode .gallery-pagination {
  line-height: 150%;
  font-weight: normal;
}
@media (max-width: 767px) {
  .cmp-restaurant-cards .cmp-carousel--single-mode .gallery-pagination {
    left: 44%;
    padding: 1.7rem 0;
  }
  [dir=rtl] .cmp-restaurant-cards .cmp-carousel--single-mode .gallery-pagination {
    padding: 1.7rem 0.5rem;
  }
}
.cmp-restaurant-cards .cmp-carousel .slick-arrow {
  bottom: -3.1rem;
  top: initial;
  color: #002d72;
  z-index: 1;
  transform: unset;
  width: 10rem;
  height: 5.8rem;
  font-size: 0;
  border: none;
}
.cmp-restaurant-cards .cmp-carousel .slick-arrow:hover {
  cursor: pointer;
}
@media (max-width: 1550px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-prev {
    left: 39%;
  }
}
@media (min-width: 1550px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-prev {
    left: 39%;
  }
}
@media (min-width: 1725px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-prev {
    left: 39%;
  }
}
@media (min-width: 1931px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-prev {
    left: 39%;
  }
}
@media (min-width: 2210px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-prev {
    left: 40%;
  }
}
@media (max-width: 1199px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-prev {
    left: 39%;
  }
}
@media (max-width: 991px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-prev {
    right: 51%;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-prev {
    right: 55%;
  }
}
.cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-prev::after {
  content: url("https://digital.ihg.com/is/image/ihg/in-arrow-left?fmt=png-alpha");
  font-family: unset;
}
@media (max-width: 1550px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-next {
    right: 40%;
  }
}
@media (min-width: 1550px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-next {
    right: 40%;
  }
}
@media (min-width: 1931px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-next {
    right: 40%;
  }
}
@media (min-width: 2210px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-next {
    left: 50%;
  }
}
@media (max-width: 1199px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-next {
    right: 39%;
  }
}
@media (max-width: 992px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-next {
    right: 39%;
  }
}
@media (max-width: 767px) {
  .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-next {
    left: 50%;
  }
  [dir=rtl] .cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-next {
    right: 26%;
  }
}
.cmp-restaurant-cards .cmp-carousel .slick-arrow.slick-next::after {
  content: url("https://digital.ihg.com/is/image/ihg/in-arrow-right?fmt=png-alpha");
  font-family: unset;
}
.cmp-restaurant-cards .cmp-restaurant-card-title {
  font-family: "Inter", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 4.8rem;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.011em;
  text-transform: capitalize;
  color: #002d72;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cmp-restaurant-cards .cmp-restaurant-card-title {
    font-size: 3.6rem;
  }
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 {
  background: unset;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 5rem;
}
@media (min-width: 769px) {
  .cmp-restaurant-cards .cmp-restaurant-card-width-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid {
  background: #ffffff;
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid .restaurant-card-inner {
  background: #ffffff;
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid .cmp-image {
  display: none;
}
@media (max-width: 768px) {
  .cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid {
    width: unset;
  }
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid .cmp-restaurant-cards--title1 {
  font-family: "Inter", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 120%;
  letter-spacing: 0.011em;
  text-transform: capitalize;
  color: #002d72;
  padding-bottom: 2rem;
  margin: unset;
  padding-left: 2rem;
  padding-top: 3rem;
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid .cmp-restaurant-cards--container1 {
  padding: 2rem;
}
.cmp-restaurant-cards .cmp-restaurant-card-width-6 .cmp-restaurant-card-grid .cmp-restaurant-cards--container1 .cmp-restaurant-cards--type1 {
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #002d72;
  padding-bottom: 2rem;
}
.digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-card {
  font-size: 18px;
  background: unset;
  padding-bottom: 5rem;
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif !important;
}
@media (max-width: 768px) {
  .digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-card {
    padding-left: unset;
    padding-right: 2rem;
  }
}
.digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-card-title {
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif !important;
  font-size: 4.3rem;
  line-height: 110%;
  font-weight: 400;
  color: #002d72;
  text-align: unset;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-card-title {
    font-size: 3.4rem;
    line-height: 100%;
  }
}
.digital-dir-variation .cmp-restaurant-cards .cmp-restaurant-cards--title-dining {
  font-family: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.011em;
}
@media (max-width: 768px) {
  .digital-dir-variation .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;
  }
}
.rates-from::before {
  content: "";
  width: 0.3rem;
  height: 9.2rem;
  background: #e35205;
  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: 13rem;
  }
}
@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: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #333333;
  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: "Amsi Pro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #002d72;
  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: 4.3rem;
  line-height: 110%;
  font-weight: 200;
}
@media (max-width: 992px) {
  .rates-from .rates-from-price .price {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  .rates-from .rates-from-price .price {
    font-size: 3.4rem;
    line-height: 100%;
    padding-bottom: 3rem;
  }
}
.rates-from .rates-from-price .currency {
  font-size: 2.2rem;
  line-height: 110%;
  font-weight: 200;
  vertical-align: super;
  position: absolute;
  padding-left: 1.1rem;
}
[dir=rtl] .rates-from .rates-from-price .currency {
  padding-right: 1.1rem;
}
@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.2rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .rates-from {
    display: block !important;
    padding-top: 5.3rem;
  }
}

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

/*
@import 'components/content/gallery/scss/gallery';
@import 'components/content/meeting-room-card/scss/meeting-room-card';

@import 'components/content/attractioncard/scss/attractioncard.scss';
@
@import 'components/content/rates-from/scss/rates-from';
*/