
.fade-enter-active, .fade-leave-active {
  transition: opacity .3s ease
}
.fade-enter-from, .fade-leave-to {
  opacity: 0
}
.darken, .stagger-image-text__left .image, .offset-carousel__card, .room-details .room-details-card__image, .bookflow-rooms__room-card .room-card__image, .bookflow-rooms__swiper .swiper-slide, .three-column-grid > a {
  position: relative;
  -webkit-filter: saturate(75%);
  filter: saturate(75%)
}
.darken:before, .stagger-image-text__left .image:before, .offset-carousel__card:before, .room-details .room-details-card__image:before, .bookflow-rooms__room-card .room-card__image:before, .bookflow-rooms__swiper .swiper-slide:before, .three-column-grid > a:before {
  content: "" !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .2);
  pointer-events: none
}
.image-banner-grid img, .stagger-image-texts-small .stagger-image-text__left .image img, .stagger-image-texts-simple .stagger-image-text__left .image img, .our-pick-card__image img, .card-image img, .stagger-image-texts .stagger-image-text__left .image img {
  -webkit-filter: saturate(75%) brightness(0.85);
  filter: saturate(75%) brightness(0.85)
}
div[swiper-modal-trigger] {
  position: relative;
  z-index: 2
}
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent
}
#chat-widget-container[style*="width: 84px;"] {
  height: auto !important
}
#usercentrics-root {
  z-index: 999999999999;
  position: relative
}
.atcb-list-wrapper.atcb-dropdown {
  top: 60px !important;
  left: 0px !important
}
.atcb-button.atcb-active:not(.atcb-modal-style, .atcb-dropoverlay) .atcb-checkmark, .atcb-button.atcb-single:focus .atcb-checkmark, .atcb-button.atcb-single:hover .atcb-checkmark {
  top: 20px;
  right: 20px;
  padding: 0 !important
}
.atcb-saved .atcb-checkmark {
  background: none !important;
  top: 13px;
  right: 10px
}
.atcb-list {
  box-shadow: none !important
}
#atcb-pos-wrapper {
  display: none !important;
  height: 370px !important
}
.cta.atcb-initialized.active #atcb-pos-wrapper {
  display: block !important
}
#atcb-bgoverlay {
  background-color: transparent !important;
  backdrop-filter: blur(0px)
}
.appointment-booker small.error {
  font-size: 1.6rem;
  color: red
}
.appointment-booker .confirmation-stage__body h4 {
  margin-bottom: 15px !important
}
.appointment-booker .confirmation-stage .scrollbar-wrapper > div {
  overflow-y: scroll !important
}
.emergency-communication {
  width: 100%;
  padding: 4px 0;
  text-align: center
}
#search-unavailable {
  display: none
}
.search-unavailable {
  position: relative
}
.search-unavailable #search-unavailable {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none
}
.search-unavailable #search-unavailable #search-unavailable-message {
  display: grid;
  place-items: center;
  padding: 0 20px;
  text-align: center;
  flex: 1;
  pointer-events: all
}
.search-unavailable #search-unavailable #search-unavailable-message label {
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  font-weight: 600;
  color: #464646
}
#reviews .title {
  text-align: center
}
#reviews .title h2 {
  margin-bottom: 30px
}
.button-cover-right, .button-cover-left {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 8px;
  z-index: 5
}
.button-cover-right .button-cover-inner, .button-cover-left .button-cover-inner {
  position: relative;
  height: 100%
}
.button-cover-right .button-cover-inner .swiper-button-prev, .button-cover-right .button-cover-inner .swiper-button-next, .button-cover-left .button-cover-inner .swiper-button-prev, .button-cover-left .button-cover-inner .swiper-button-next {
  bottom: 0
}
.button-cover-right .button-cover-inner .swiper-button-next, .button-cover-left .button-cover-inner .swiper-button-next {
  left: 0
}
.button-cover-right .button-cover-inner .swiper-button-prev, .button-cover-left .button-cover-inner .swiper-button-prev {
  left: 0
}
@media(max-width: 660px) {
  .button-cover-right, .button-cover-left {
    display: none !important
  }
}
.button-cover-right {
  right: 0
}
.button-cover-left {
  left: 0
}
.get-in-touch {
  padding-bottom: 80px
}
.get-in-touch > .container:nth-of-type(1) {
  padding: 0 25px
}
@media(max-width: 860px) {
  .get-in-touch > .container:nth-of-type(1) {
    padding: 0 42px
  }
}
@media(max-width: 620px) {
  .get-in-touch > .container:nth-of-type(1) {
    padding: 0 30px
  }
}
@media(max-width: 374px) {
  .get-in-touch > .container:nth-of-type(1) {
    padding: 0 20px
  }
}
.get-in-touch .get-in-touch-tabs {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  min-height: 104px;
  max-height: 192px;
  height: 41vw;
  margin-bottom: 100px;
  overflow-x: auto;
  background-color: var(--color-grey-10);
  border-radius: 8px;
  padding: 0 20px
}
.get-in-touch .get-in-touch-tabs li {
  font-size: clamp(2.4rem, 2.6vw, 2.6rem);
  flex-shrink: 0;
  line-height: .8;
  font-family: Jost;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: var(--color-off-black);
  opacity: .6
}
.get-in-touch .get-in-touch-tabs li.active {
  border-bottom: 1px solid var(--color-off-black);
  opacity: 1;
  cursor: default
}
.get-in-touch .get-in-touch-tabs a {
  color: unset
}
@media(max-width: 1000px) {
  .get-in-touch .get-in-touch-tabs {
    margin-bottom: 60px
  }
}
@media(max-width: 620px) {
  .get-in-touch .get-in-touch-tabs {
    margin-bottom: 40px;
    justify-content: flex-start;
    gap: 18px;
    margin-bottom: 40px;
    margin-left: -30px;
    width: calc(100% + 60px);
    padding-left: 30px;
    padding-right: 30px
  }
}
@media(max-width: 374px) {
  .get-in-touch .get-in-touch-tabs {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px
  }
}
.get-in-touch .content-column {
  flex: 1;
  text-align: center
}
.get-in-touch .content-column h2 {
  font-size: 22px;
  letter-spacing: 0;
  margin-bottom: 10px
}
.get-in-touch .content-column .column-header {
  font-weight: 700;
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  letter-spacing: -0.03rem;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  margin-bottom: 12px;
  color: var(--color-off-black)
}
.get-in-touch .content-column .column-header img {
  width: 96px
}
.get-in-touch .content-column ul.tick-list {
  display: grid;
  gap: 12px 0
}
.get-in-touch .content-column ul.tick-list li {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  color: var(--color-off-black);
  line-height: 1.4
}
.get-in-touch .content-column .content-footer a {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center
}
.get-in-touch .content-column .content-footer a, .get-in-touch .content-column .content-footer span.fake-link {
  text-decoration: underline;
  color: var(--color-off-black)
}
.get-in-touch .content-column .content-footer a.tel, .get-in-touch .content-column .content-footer span.fake-link.tel {
  font-size: clamp(2.4rem, 2.8vw, 2.8rem);
  margin-top: 16px;
  margin-bottom: 18px;
  text-align: center;
  font-weight: 700;
  font-family: Jost
}
.get-in-touch .content-column .content-footer .opening-hours .toggleOpeningHours {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem)
}
.get-in-touch .content-column .content-footer .opening-hours .toggleOpeningHours span {
  display: flex;
  justify-content: center
}
.get-in-touch .content-column .content-footer .opening-hours .hours-reveal p:first-of-type {
  padding-top: 3px !important
}
.get-in-touch .content-column .content-footer p.boldbit {
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
  line-height: 1.4;
  font-weight: 400;
  color: var(--color-off-black);
  margin-top: 14px
}
.get-in-touch .content-column .content-footer p.boldbit span.fake-link {
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer
}
.get-in-touch .content-column .content-footer p.boldbit span.fake-link img {
  width: 11px
}
.get-in-touch .content-column .content-footer p.boldbit:not(.toggleOpeningHours) span.fake-link {
  display: inline-block;
  height: auto;
  line-height: normal;
  padding: 9px 20px;
  background-color: var(--color-yellow);
  cursor: pointer;
  border-radius: 8px;
  color: var(--color-off-black);
  font-size: 16px;
  margin-top: 19px;
  border: 1px solid transparent;
  font-family: Jost;
  text-decoration: none
}
@media(max-width: 460px) {
  .get-in-touch .content-column .content-footer p.boldbit:not(.toggleOpeningHours) span.fake-link {
    width: 100%
  }
}
@media(max-width: 620px) {
  .get-in-touch .content-column .content-footer p {
    font-size: 1.4rem
  }
}
.get-in-touch .content-column .item-image {
  width: 96px;
  width: 96px;
  margin: 0 auto 20px
}
.get-in-touch .content-enquiries-tab > div {
  display: flex;
  gap: 80px
}
@media(max-width: 1080px) {
  .get-in-touch .content-enquiries-tab > div {
    display: grid;
    gap: 42px
  }
}
.get-in-touch .content-enquiries-tab .appointment-methods {
  padding: 40px 40px;
  margin: 30px 0 43px
}
@media(max-width: 1080px) {
  .get-in-touch .content-enquiries-tab .appointment-methods {
    padding: 40px 24px
  }
}
@media(max-width: 1000px) {
  .get-in-touch .content-enquiries-tab .appointment-methods {
    padding: 40px 24px
  }
}
@media(max-width: 620px) {
  .get-in-touch .content-enquiries-tab .appointment-methods {
    padding: 35px 24px
  }
}
@media(max-width: 374px) {
  .get-in-touch .content-enquiries-tab .appointment-methods {
    padding: 35px 24px
  }
}
.get-in-touch .content-help-tab {
  display: grid;
  gap: 40px;
  padding-bottom: 80px
}
.get-in-touch .content-help-tab > div {
  display: flex;
  gap: 30px
}
.get-in-touch .content-help-tab > div .content-column {
  flex: 1
}
.get-in-touch .content-help-tab > div .content-column:first-of-type h2 {
  font-size: clamp(2.4rem, 2.8vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.1rem
}
.get-in-touch .content-help-tab > div .content-column p {
  font-size: clamp(1.6rem, 1.6vw, 1.6rem);
  line-height: 1.4
}
.get-in-touch .content-help-tab > div .content-column .content-footer {
  padding-left: 0
}
.get-in-touch .content-help-tab > div .content-column .content-footer p {
  padding-left: 38px
}
.get-in-touch .content-help-tab > div .content-column .content-footer a.tel {
  margin-top: 23px;
  margin-bottom: 10px
}
.get-in-touch .content-help-tab > div.booking-help, .get-in-touch .content-help-tab > div.return-help, .get-in-touch .content-help-tab > div.away-help {
  background-color: var(--color-grey-10);
  border-radius: 8px;
  padding: 40px 40px
}
.get-in-touch .content-help-tab > div.booking-help .content-column, .get-in-touch .content-help-tab > div.return-help .content-column, .get-in-touch .content-help-tab > div.away-help .content-column {
  text-align: left
}
.get-in-touch .content-help-tab > div.booking-help .content-column h2, .get-in-touch .content-help-tab > div.return-help .content-column h2, .get-in-touch .content-help-tab > div.away-help .content-column h2 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start
}
.get-in-touch .content-help-tab > div.booking-help .content-column a.tel, .get-in-touch .content-help-tab > div.return-help .content-column a.tel, .get-in-touch .content-help-tab > div.away-help .content-column a.tel {
  justify-content: flex-start
}
.get-in-touch .content-help-tab > div.booking-help .content-column .opening-hours p.toggleOpeningHours, .get-in-touch .content-help-tab > div.return-help .content-column .opening-hours p.toggleOpeningHours, .get-in-touch .content-help-tab > div.away-help .content-column .opening-hours p.toggleOpeningHours {
  padding-left: 0
}
.get-in-touch .content-help-tab > div.booking-help .content-column .opening-hours p.toggleOpeningHours span, .get-in-touch .content-help-tab > div.return-help .content-column .opening-hours p.toggleOpeningHours span, .get-in-touch .content-help-tab > div.away-help .content-column .opening-hours p.toggleOpeningHours span {
  justify-content: flex-start
}
.get-in-touch .content-help-tab > div.booking-help .content-column .opening-hours .hours-reveal, .get-in-touch .content-help-tab > div.return-help .content-column .opening-hours .hours-reveal, .get-in-touch .content-help-tab > div.away-help .content-column .opening-hours .hours-reveal {
  padding-left: 0
}
.get-in-touch .content-help-tab > div.booking-help .content-column .opening-hours .hours-reveal p, .get-in-touch .content-help-tab > div.return-help .content-column .opening-hours .hours-reveal p, .get-in-touch .content-help-tab > div.away-help .content-column .opening-hours .hours-reveal p {
  padding-left: 0 !important
}
.get-in-touch .content-help-tab > div.booking-help .content-column .content-footer .btns, .get-in-touch .content-help-tab > div.return-help .content-column .content-footer .btns, .get-in-touch .content-help-tab > div.away-help .content-column .content-footer .btns {
  justify-content: flex-start
}
@media(max-width: 600px) {
  .get-in-touch .content-help-tab > div.booking-help, .get-in-touch .content-help-tab > div.return-help, .get-in-touch .content-help-tab > div.away-help {
    padding: 30px 24px
  }
}
.get-in-touch .content-help-tab > div.booking-help .content-column:first-of-type, .get-in-touch .content-help-tab > div.return-help .content-column:first-of-type {
  flex: 1.47
}
.get-in-touch .content-help-tab > div.away-help .content-column:first-of-type {
  flex: .7
}
.get-in-touch .content-help-tab > div.away-help .content-column:nth-of-type(2) > div {
  max-width: 320px
}
.get-in-touch .content-help-tab > div.booking-help .opening-hours .hours-reveal, .get-in-touch .content-help-tab > div.away-help .opening-hours .hours-reveal {
  padding-left: 39px;
  margin-bottom: 20px
}
@media(max-width: 1080px) {
  .get-in-touch .content-help-tab > div {
    display: grid;
    gap: 42px
  }
}
@media(max-width: 1080px) {
  .get-in-touch .content-help-tab {
    padding-bottom: 40px;
    margin-bottom: 5px
  }
}
.get-in-touch .opening-hours > p {
  cursor: pointer
}
.get-in-touch .opening-hours > p i {
  font-style: normal
}
.get-in-touch .opening-hours > p span {
  display: inline-flex;
  align-items: center;
  gap: 4px
}
.get-in-touch .opening-hours .hours-reveal {
  display: none;
  gap: 5px 0;
  grid-template-rows: 1fr;
  transition: grid-template-rows .3s ease-out;
  max-width: 425px;
  margin: 5px 0 20px
}
.get-in-touch .opening-hours .hours-reveal padding {
  font-weight: unset
}
.get-in-touch .opening-hours .hours-reveal ul {
  display: grid;
  gap: 8px;
  padding-top: 10px;
  overflow: hidden
}
.get-in-touch .opening-hours .hours-reveal ul li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 1.6rem
}
.get-in-touch .opening-hours .hours-reveal ul li span {
  color: inherit !important;
  text-decoration: none !important
}
.get-in-touch .opening-hours .hours-reveal ul li.today {
  font-weight: 600
}
.get-in-touch .opening-hours .hours-reveal.active {
  display: grid
}
.get-in-touch .opening-hours .hours-reveal.active ul {
  padding-bottom: 10px
}
.get-in-touch .opening-hours + p {
  margin-top: 0 !important
}
.get-in-touch .btns {
  display: flex;
  justify-content: center;
  gap: 13px
}
.get-in-touch .btns .btn {
  height: auto;
  line-height: normal;
  padding: 9px 20px;
  background-color: var(--color-yellow);
  cursor: pointer;
  border-radius: 8px;
  color: var(--color-off-black);
  font-size: 16px;
  margin-top: 19px;
  border: 1px solid transparent;
  font-family: Jost
}
.get-in-touch .btns .btn a {
  color: #fff;
  text-decoration: none
}
.get-in-touch .btns .btn.white {
  background-color: #fff;
  border-color: var(--color-off-black);
  color: var(--color-off-black)
}
.get-in-touch .btns .btn.white a {
  color: var(--color-off-black)
}
@media(max-width: 460px) {
  .get-in-touch .btns .btn {
    width: 100%
  }
}
@media(max-width: 430px) {
  .get-in-touch .btns {
    display: grid
  }
  .get-in-touch .btns .btn.white {
    margin-top: 0
  }
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .2);
  z-index: 10100000001;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease-out;
  transition-delay: .14s;
  cursor: pointer
}
.modal.link-popup .modal__content {
  justify-content: normal;
  height: auto
}
.modal#agent-sign-up-modal .modal__content {
  max-width: 920px;
  max-height: 90vh;
  max-height: 90dvh
}
.modal#agent-sign-up-modal .modal__content p {
  max-width: 550px
}
.modal#agent-sign-up-modal .modal__content form {
  gap: 45px;
  display: grid;
  grid-auto-rows: auto
}
.modal#agent-sign-up-modal h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 2.8vw, 2.8rem);
  line-height: 3.36rem;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.07rem;
  font-family: Jost;
  font-family: Jost
}
.modal#agent-sign-up-modal h4, .modal#agent-sign-up-modal .h4 {
  grid-column-start: span 3;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 2.4rem;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.07rem;
  font-family: Jost;
  font-family: Jost
}
@media(max-width: 900px) {
  .modal#agent-sign-up-modal h4, .modal#agent-sign-up-modal .h4 {
    grid-column-start: span 2
  }
}
@media(max-width: 700px) {
  .modal#agent-sign-up-modal h4, .modal#agent-sign-up-modal .h4 {
    grid-column-start: initial
  }
}
.modal#agent-sign-up-modal p.error {
  color: red
}
.modal#agent-sign-up-modal .form-section {
  margin: 10px 0 20px 0;
  display: grid;
  gap: 10px 20px
}
.modal#agent-sign-up-modal .agent-checkbox, .modal#agent-sign-up-modal .agent-radios {
  font-size: 16px
}
.modal#agent-sign-up-modal .agent-checkbox label, .modal#agent-sign-up-modal .agent-radios label {
  font-size: 16px
}
.modal#agent-sign-up-modal .agent-input {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 10px 5px;
  font-size: 16px;
  height: 50px;
  padding: 14px
}
.modal#agent-sign-up-modal .agent-input.solo {
  margin: 20px auto;
  display: block;
  width: 70%
}
.modal#agent-sign-up-modal .agent-input::placeholder {
  text-align: center;
  font-size: 16px
}
.modal#agent-sign-up-modal .agent-input::-webkit-input-placeholder {
  text-align: center;
  font-size: 16px
}
.modal#agent-sign-up-modal .agent-input:-moz-placeholder {
  text-align: center;
  font-size: 16px
}
.modal#agent-sign-up-modal .agent-input::-moz-placeholder {
  text-align: center;
  font-size: 16px
}
.modal#agent-sign-up-modal .agent-input:-ms-input-placeholder {
  text-align: center;
  font-size: 16px
}
.modal__content {
  max-width: 623px;
  max-height: 498px;
  height: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0px 12px 32px rgba(0, 0, 0, .2);
  padding: 80px 30px 30px;
  border-radius: 6px;
  cursor: default;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity .3s, transform .3s ease-out;
  transform: translateY(8px);
  transition-delay: 0s;
  margin: 30px
}
.modal__content.onrequest-modal-content {
  padding: 65px 42px 40px;
  max-width: 1200px;
  max-height: 90vh;
  height: auto;
  justify-content: flex-start;
  overflow-y: auto
}
.modal__content.onrequest-modal-content .heading-1 {
  margin: 0px 0 4px;
  font-family: Jost;
  font-size: clamp(2.4rem, 3.2vw, 3.2rem)
}
.modal__content.onrequest-modal-content .heading-2 {
  margin: 0 0 55px;
  font-family: Jost;
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 2.4rem;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.07rem;
  font-family: Jost
}
@media(max-width: 500px) {
  .modal__content.onrequest-modal-content .heading-2 {
    margin-bottom: 35px
  }
}
.modal__content.onrequest-modal-content .boldbit {
  font-size: 1.4rem
}
.modal__content.onrequest-modal-content .get-in-touch {
  padding-bottom: 0
}
.modal__content.onrequest-modal-content .get-in-touch > .container:nth-of-type(1) {
  padding: 0 0px !important
}
@media(max-width: 500px) {
  .modal__content.onrequest-modal-content .get-in-touch .content-column h2 {
    gap: 0
  }
}
.modal__content.onrequest-modal-content .get-in-touch .content-column .content-footer .opening-hours .toggleOpeningHours {
  color: var(--color-off-black)
}
.modal__content.onrequest-modal-content .get-in-touch .content-column .content-footer p.bold-bit {
  margin-top: 0px;
  color: #666
}
@media(max-width: 500px) {
  .modal__content.onrequest-modal-content .get-in-touch .content-enquiries-tab > div {
    display: grid;
    gap: 30px
  }
}
.modal__content.onrequest-modal-content .get-in-touch .btns .btn a.cta-component__cta-button {
  color: var(--color-off-black);
  padding: 0;
  margin-bottom: 0
}
.modal__content.nabyk-popup {
  background-color: #27a1c6;
  color: #fff;
  height: auto;
  padding: 9px 0;
  max-width: 450px
}
.modal__content.nabyk-popup p {
  text-align: center;
  margin: 14px auto
}
@media(max-width: 1680px) {
  .modal__content.nabyk-popup {
    max-width: 350px;
    padding: 0
  }
  .modal__content.nabyk-popup p {
    font-size: 14px;
    margin: 12px auto
  }
  .modal__content.nabyk-popup .modal-close {
    top: 16px;
    right: 16px
  }
}
@media(max-width: 1440px) {
  .modal__content.nabyk-popup {
    padding: 0
  }
  .modal__content.nabyk-popup p {
    font-size: 14px;
    margin: 10px auto
  }
}
@media(max-width: 760px) {
  .modal__content.nabyk-popup {
    margin-top: 0;
    padding: 0;
    max-width: 320px
  }
  .modal__content.nabyk-popup p {
    font-size: 12px;
    margin-bottom: 8px
  }
}
@media(max-width: 450px) {
  .modal__content.nabyk-popup {
    margin-top: 0;
    padding: 0 4px;
    max-width: 175px
  }
  .modal__content.nabyk-popup p {
    font-size: 12px;
    margin-bottom: 8px
  }
  .modal__content.nabyk-popup .modal-close {
    top: 50px;
    right: 10px
  }
}
.modal__content .modal-close {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer
}
.modal__content h4, .modal__content .h4 {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 2.8vw, 2.8rem);
  line-height: 3.36rem;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.07rem;
  font-family: Jost;
  font-family: Jost
}
.modal__content p.modal__phone-number {
  font-size: 2rem;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  line-height: 3.36rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  font-family: Jost;
  margin-top: 21px;
  margin-bottom: 43px
}
.modal__content p.modal__phone-number span {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 2.8vw, 2.8rem);
  line-height: 3.36rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
  font-family: Jost;
  margin-left: 6px
}
.modal__content p.modal__paragraph {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.6vw, 1.6rem);
  line-height: 2.56rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
  font-family: Jost
}
.modal__content .modal__footer {
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
  line-height: 3.36rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: 0;
  font-family: Jost;
  display: flex;
  align-items: center;
  justify-content: center
}
.modal__content .modal__footer img {
  width: 15px;
  margin-right: 4px
}
.modal__content p, .modal__content h4 {
  max-width: 415px;
  margin: 0 auto
}
.modal__content button {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 20px;
  height: 51px;
  margin: 19px auto 14px;
  min-height: 51px
}
.modal.active {
  pointer-events: all;
  opacity: 1;
  transition-delay: 0s
}
.modal.active .modal__content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  transition-delay: .22s
}
@media(max-width: 520px) {
  .modal__content {
    padding: 62px 30px 30px
  }
  .modal__content h4 {
    line-height: 125%
  }
  .modal__content p.modal__phone-number {
    margin-bottom: 19px
  }
  .modal__content p.modal__phone-number span {
    display: block
  }
  .modal__content p.modal__paragraph {
    line-height: 140%
  }
}
.modal.offer-modal .modal__content, .modal.retail-modal .modal__content, .modal.tailormade-modal .modal__content {
  justify-content: flex-start;
  height: auto;
  gap: 35px;
  padding-top: 50px;
  padding-bottom: 40px
}
.modal.offer-modal .modal__content .h2, .modal.retail-modal .modal__content .h2, .modal.tailormade-modal .modal__content .h2 {
  line-height: 1;
  letter-spacing: 0px;
  font-size: clamp(2.2rem, 3.2vw, 3.2rem)
}
.modal.offer-modal .modal__content .modal__body, .modal.retail-modal .modal__content .modal__body, .modal.tailormade-modal .modal__content .modal__body {
  display: flex;
  justify-content: center;
  gap: 60px
}
.modal.offer-modal .modal__content .modal__body .modal__left, .modal.retail-modal .modal__content .modal__body .modal__left, .modal.tailormade-modal .modal__content .modal__body .modal__left {
  display: grid;
  align-items: center;
  justify-content: center
}
.modal.offer-modal .modal__content .modal__body .modal__left .modal__phone-number p, .modal.retail-modal .modal__content .modal__body .modal__left .modal__phone-number p, .modal.tailormade-modal .modal__content .modal__body .modal__left .modal__phone-number p {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem)
}
.modal.offer-modal .modal__content .modal__body .modal__left .modal__phone-number span, .modal.retail-modal .modal__content .modal__body .modal__left .modal__phone-number span, .modal.tailormade-modal .modal__content .modal__body .modal__left .modal__phone-number span {
  display: block;
  margin: 0
}
.modal.offer-modal .modal__content .modal__body .modal__left .modal__phone-number a, .modal.retail-modal .modal__content .modal__body .modal__left .modal__phone-number a, .modal.tailormade-modal .modal__content .modal__body .modal__left .modal__phone-number a {
  text-decoration: underline;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  font-weight: 700;
  font-family: Jost
}
.modal.offer-modal .modal__content .modal__body .modal__right, .modal.retail-modal .modal__content .modal__body .modal__right, .modal.tailormade-modal .modal__content .modal__body .modal__right {
  display: grid;
  justify-items: center;
  gap: 12px
}
.modal.offer-modal .modal__content .modal__body .modal__right button, .modal.retail-modal .modal__content .modal__body .modal__right button, .modal.tailormade-modal .modal__content .modal__body .modal__right button {
  margin: 0
}
.modal.offer-modal .modal__content .modal__body .modal__right label, .modal.retail-modal .modal__content .modal__body .modal__right label, .modal.tailormade-modal .modal__content .modal__body .modal__right label {
  font-size: 1.3rem;
  display: block;
  margin-bottom: 20px
}
.modal.offer-modal .modal__content .modal__body .modal__right label:last-of-type, .modal.retail-modal .modal__content .modal__body .modal__right label:last-of-type, .modal.tailormade-modal .modal__content .modal__body .modal__right label:last-of-type {
  margin-bottom: 0
}
@media(max-width: 480px) {
  .modal.offer-modal .modal__content, .modal.retail-modal .modal__content, .modal.tailormade-modal .modal__content {
    gap: 0px;
    padding-top: 70px;
    min-height: fit-content
  }
  .modal.offer-modal .modal__content .modal__body, .modal.retail-modal .modal__content .modal__body, .modal.tailormade-modal .modal__content .modal__body {
    flex-direction: column;
    gap: 0;
    margin-top: 30px;
    gap: 30px
  }
}
@media(max-width: 374px) {
  .modal.offer-modal .modal__content, .modal.retail-modal .modal__content, .modal.tailormade-modal .modal__content {
    padding-top: 60px;
    padding-bottom: 30px
  }
}
div#nabyk-popup {
  padding-top: 44px;
  align-items: start
}
@media(max-width: 760px) {
  div#nabyk-popup {
    padding-top: 6px
  }
}
.page-summary-alt {
  display: flex;
  gap: 30px;
  margin-top: clamp(3rem, 3vw, 6rem)
}
.page-summary-alt .summary-left {
  flex: 1;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 22px
}
.page-summary-alt .summary-left .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 9px
}
.page-summary-alt .summary-left .breadcrumbs li {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-family: Jost;
  font-weight: 700;
  text-transform: uppercase
}
.page-summary-alt .summary-left .breadcrumbs li:not(.page-summary-alt .summary-left .breadcrumbs li:first-of-type) {
  position: relative;
  padding-left: 12px
}
.page-summary-alt .summary-left .breadcrumbs li:not(.page-summary-alt .summary-left .breadcrumbs li:first-of-type):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  height: 5px;
  width: 5px;
  background-color: var(--color-off-black);
  border-radius: 100%
}
.page-summary-alt .summary-left .breadcrumbs li a {
  color: var(--color-off-black)
}
@media(max-width: 500px) {
  .page-summary-alt .summary-left .breadcrumbs {
    justify-content: center
  }
}
.page-summary-alt .summary-left h1 {
  font-size: clamp(2.8rem, 3.2vw, 6.4rem);
  line-height: 1;
  text-transform: uppercase
}
@media(max-width: 500px) {
  .page-summary-alt .summary-left h1 {
    text-align: center;
    margin: 15px 0 10px
  }
}
.page-summary-alt .summary-left p {
  font-size: 2.3em;
  color: var(--color-off-black);
  line-height: 1.2;
  font-weight: 700
}
@media(max-width: 500px) {
  .page-summary-alt .summary-left p {
    text-align: center
  }
}
.page-summary-alt .summary-right {
  flex: 1.07
}
.page-summary-alt .summary-right .summary-gallery {
  display: grid;
  gap: 10px;
  grid-template: auto auto/180px 1fr
}
.page-summary-alt .summary-right .summary-gallery div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 220px;
  border-radius: 8px
}
@media(max-width: 1100px) {
  .page-summary-alt .summary-right .summary-gallery div img {
    min-height: 140px
  }
}
@media(max-width: 600px) {
  .page-summary-alt .summary-right .summary-gallery div img {
    min-height: auto
  }
}
.page-summary-alt .summary-right .summary-gallery div:last-of-type {
  grid-column: 2/3;
  grid-row: 1/3
}
@media(max-width: 900px) {
  .page-summary-alt .summary-right .summary-gallery {
    grid-template: auto 200px/1fr 1fr
  }
  .page-summary-alt .summary-right .summary-gallery div:last-of-type {
    grid-column: 1/3;
    grid-row: 2/3
  }
}
@media(max-width: 600px) {
  .page-summary-alt {
    flex-direction: column;
    gap: 20px
  }
  .page-summary-alt .summary-left {
    flex: none;
    gap: 12px
  }
  .page-summary-alt .summary-right {
    flex: none;
    order: -1
  }
  .page-summary-alt .summary-right .summary-gallery {
    grid-template: 110px 110px/1fr 1fr
  }
  .page-summary-alt .summary-right .summary-gallery div:last-of-type {
    grid-column: 2/3;
    grid-row: 1/3
  }
}
.gray-bg.guide-prices {
  padding: 80px 0 30px
}
.gray-bg.guide-prices .container {
  max-width: 990px;
  margin: 0 auto
}
.gray-bg.guide-prices .container > h2 {
  text-align: center;
  font-size: clamp(3.2rem, 5.2vw, 5.2rem);
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-off-black);
  letter-spacing: 0rem;
  font-family: Jost;
  text-transform: uppercase;
  margin-bottom: 60px
}
.gray-bg.guide-prices .container > p {
  padding: 30px 40px 0 40px;
  line-height: 170%;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  color: var(--color-off-black)
}
.gray-bg.guide-prices .container .guide-prices {
  background-color: #fff;
  border: 1px solid #e3e4e5;
  border-radius: 3px;
  padding: 0 40px
}
.gray-bg.guide-prices .container .guide-prices .guide-price {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.gray-bg.guide-prices .container .guide-prices .guide-price h3 {
  font-size: 20px;
  font-family: Jost;
  letter-spacing: 0
}
.gray-bg.guide-prices .container .guide-prices .guide-price .guide-price-left h3 {
  font-weight: 600
}
.gray-bg.guide-prices .container .guide-prices .guide-price .guide-price-left p {
  font-size: 15px;
  margin-top: 16px;
  color: var(--color-off-black)
}
.gray-bg.guide-prices .container .guide-prices .guide-price .guide-price-right {
  text-align: center
}
.gray-bg.guide-prices .container .guide-prices .guide-price .guide-price-right h3 {
  font-weight: 700
}
.gray-bg.guide-prices .container .guide-prices .guide-price .guide-price-right label {
  color: var(--color-indigo);
  font-size: 14px;
  font-weight: 600
}
.gray-bg.guide-prices .container .guide-prices .guide-price:not(.gray-bg.guide-prices .container .guide-prices .guide-price:last-of-type) {
  border-bottom: 1px solid var(--color-off-black)
}
@media(max-width: 500px) {
  .gray-bg.guide-prices {
    padding: 40px 0 30px
  }
  .gray-bg.guide-prices .container > h2 {
    margin-bottom: 30px
  }
  .gray-bg.guide-prices .container > p {
    padding: 30px 0 0 0
  }
  .gray-bg.guide-prices .container .guide-prices {
    padding: 0 20px
  }
  .gray-bg.guide-prices .container .guide-prices .guide-price {
    flex-direction: column;
    gap: 30px;
    padding: 25px 0;
    gap: 25px
  }
  .gray-bg.guide-prices .container .guide-prices .guide-price h3 {
    font-size: 18px
  }
  .gray-bg.guide-prices .container .guide-prices .guide-price .guide-price-left {
    text-align: center
  }
  .gray-bg.guide-prices .container .guide-prices .guide-price .guide-price-left p {
    margin-top: 8px
  }
}
.page-intro-alt {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-intro-alt .summary-left {
  flex: 1
}
.page-intro-alt .summary-left p {
  line-height: 1.5;
  max-width: 760px;
  color: var(--color-off-black);
  font-size: 1.8em;
}
.page-intro-alt .summary-right {
  flex: 0 1 400px;
  max-width: none
}
.page-intro-alt .summary-right .why-kuoni {
  padding-top: 30px;
  margin-top: 34px;
  border-top: 1px solid #d3d4d5
}
.page-intro-alt .summary-right .why-kuoni h3 {
  font-size: 1.6rem;
  color: var(--color-off-black);
  font-family: Jost;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 13px
}
.page-intro-alt .summary-right .why-kuoni ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: start;
  gap: 7px 24px
}
.page-intro-alt .summary-right .why-kuoni ul li {
  font-size: 1.4rem;
  color: #1a1a1a;
  display: flex;
  align-items: start;
  gap: 11px
}
.page-intro-alt .summary-right .why-kuoni ul li img {
  transform: translateY(4px)
}
@media(max-width: 1300px) {
  .page-intro-alt .summary-left p {
    font-size: clamp(1.4rem, 1.4vw, 2.4rem)
  }
}
@media(max-width: 960px) {
  .page-intro-alt {
    gap: 30px
  }
  .page-intro-alt .summary-right {
    flex: 1.07
  }
}
@media(max-width: 767px) {
  .page-intro-alt {
    flex-direction: column;
    gap: 25px
  }
}
.page-summary {
  display: flex;
  gap: 120px
}
.page-summary__left {
  flex: 1
}
.page-summary__left p {
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 160%;
  color: #1e1e1e;
  letter-spacing: .004rem;
  font-family: Jost
}
.page-summary__left p.intro {
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-off-black);
  font-family: Jost;
  margin-bottom: 20px
}
@media(max-width: 600px) {
  .page-summary__left p.intro {
    margin-bottom: 14px
  }
}
.page-summary__right {
  flex: 0 1 370px;
  max-width: 370px
}
.page-summary__right .page-summary__rating {
  margin: 15px 0 41px
}
.page-summary__right .page-summary__rating a {
  display: flex;
  align-items: center;
  gap: 13px
}
.page-summary__right .page-summary__rating a label {
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
  line-height: 1.68rem;
  color: var(--color-off-black);
  letter-spacing: 0rem;
  font-family: Jost
}
.page-summary__right .page-summary__summary {
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.page-summary__right .page-summary__summary .page-summary__summary-row {
  display: flex;
  gap: 30px
}
.page-summary__right .page-summary__summary .page-summary__summary-row > div {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1
}
.page-summary__right .page-summary__summary .page-summary__summary-row > div > div label {
  font-size: 1.2rem;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 1.68rem;
  color: #666;
  letter-spacing: 0rem;
  font-family: Jost;
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase
}
.page-summary__right .page-summary__summary .page-summary__summary-row > div > div span {
  font-size: 1.4rem;
  font-size: 13px;
  line-height: 1.4;
  color: #846b2e;
  letter-spacing: 0rem;
  font-family: Jost;
  display: block
}
.page-summary__right .page-summary__summary .page-summary__summary-row > div > div span p {
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.4;
  color: var(--color-off-black);
  letter-spacing: 0rem;
  font-family: Jost;
  display: block
}
.page-summary__right .page-summary__summary .page-summary__summary-row:not(.page-summary__right .page-summary__summary .page-summary__summary-row.sustainability) {
  width: 100%
}
.page-summary__right .page-summary__summary .page-summary__summary-row.graph {
  flex-direction: column;
  gap: 27px
}
.page-summary__right .page-summary__summary .page-summary__summary-row.sustainability > div {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  padding: 6px 40px 6px 12px;
  background: url(/images/info-black.svg) top 15px right 10px no-repeat var(--color-grey-10);
  background-size: 20px
}
.page-summary__right .page-summary__summary .page-summary__summary-row.sustainability > div img {
  width: 40px
}
.page-summary__right .page-summary__summary .page-summary__summary-row.sustainability > div label {
  color: var(--color-off-black);
  cursor: pointer;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none
}
.page-summary__right .page-summary__summary .page-summary__summary-row.sustainability > div .sustainability-popup {
  position: absolute;
  top: 60px;
  left: 50%;
  background-color: var(--color-grey-10);
  padding: 20px 25px;
  border-radius: 8px;
  width: 88vw;
  max-width: 330px;
  display: none;
  opacity: 0;
  transform: translate(-50%, 5px);
  transition: .2s ease-out;
  z-index: 2
}
.page-summary__right .page-summary__summary .page-summary__summary-row.sustainability > div .sustainability-popup p {
  color: var(--color-off-black);
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  font-family: Jost
}
.page-summary__right .page-summary__summary .page-summary__summary-row.sustainability > div .sustainability-popup:after {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  left: 50%;
  top: -6px;
  background-color: inherit;
  transform: translateX(-8px) rotate(45deg)
}
@media(max-width: 860px) {
  .page-summary__right .page-summary__summary .page-summary__summary-row.sustainability > div .sustainability-popup {
    transform: translate(0%, 5px);
    left: 0
  }
}
.page-summary__right .page-summary__summary .page-summary__summary-row.sustainability > div:hover .sustainability-popup {
  transform: translate(-50%, 0);
  opacity: 1;
  display: block
}
@media(max-width: 860px) {
  .page-summary__right .page-summary__summary .page-summary__summary-row.sustainability > div:hover .sustainability-popup {
    transform: translate(0, 0)
  }
}
.page-summary__right .page-summary__summary .page-summary__summary-row .price-grid-link {
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
  line-height: 1.68rem;
  color: var(--color-off-black);
  letter-spacing: 0rem;
  font-family: Jost
}
.page-summary__right .page-summary__ideals {
  background-color: var(--color-grey-10);
  padding: 23px 25px;
  margin-top: 70px
}
.page-summary__right .page-summary__ideals label {
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
  line-height: 1.4rem;
  font-weight: 700;
  color: var(--color-off-black);
  letter-spacing: .11rem;
  font-family: Jost
}
.page-summary__right .page-summary__ideals p {
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
  line-height: 1.96rem;
  font-weight: 400;
  color: var(--color-off-black);
  letter-spacing: 0rem;
  font-family: Jost;
  opacity: .7;
  margin-top: 5px
}
.page-summary__right .page-summary__ideals p b {
  opacity: 1;
  margin-bottom: 6px;
  display: block
}
@media(max-width: 860px) {
  .page-summary {
    flex-direction: column;
    gap: 20px
  }
  .page-summary .page-summary__right {
    flex: none;
    max-width: none
  }
}
.itinerary-overview > h2 {
  font-size: clamp(3.2rem, 5.2vw, 5.2rem);
  font-family: Jost;
  text-transform: uppercase;
  letter-spacing: -0.07rem;
  margin-bottom: clamp(2rem, 4vw, 4rem);
  text-align: center
}
.itinerary-overview .swiper {
  padding-bottom: 75px;
  position: relative;
  overflow: visible
}
.itinerary-overview .swiper .swiper-wrapper {
  gap: 24px
}
@media(max-width: 500px) {
  .itinerary-overview .swiper .swiper-wrapper {
    gap: 12px
  }
}
.itinerary-overview .swiper .swiper-wrapper .swiper-slide {
  width: 180px
}
.itinerary-overview .swiper .swiper-wrapper .swiper-slide .image {
  width: 180px;
  height: 180px;
  border-radius: 8px;
  overflow: hidden
}
.itinerary-overview .swiper .swiper-wrapper .swiper-slide .slide-content {
  display: grid;
  gap: 6px;
  padding-top: 15px
}
.itinerary-overview .swiper .swiper-wrapper .swiper-slide .slide-content h3 {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-family: Jost;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 100%
}
.itinerary-overview .swiper .swiper-wrapper .swiper-slide .slide-content h4 {
  font-family: Jost;
  line-height: 90%
}
.itinerary-overview .swiper .swiper-wrapper .swiper-slide .slide-content h4 a {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: inherit;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline
}
.itinerary-overview .swiper .swiper-wrapper .swiper-slide .slide-content h4 a img {
  transform: translateY(2px) rotate(90deg);
  display: inline-block;
  margin-left: 4px
}
.itinerary-overview .swiper .swiper-wrapper .swiper-slide .slide-content p {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.5;
  margin-top: 5px
}
.itinerary-overview .swiper .swiper-button {
  top: auto;
  bottom: 0;
  box-shadow: none;
  z-index: 3;
  margin-top: 0;
  display: flex !important
}
.itinerary-overview .swiper .swiper-button.swiper-button-prev {
  left: auto;
  right: 54px
}
.itinerary-overview .swiper .swiper-button.swiper-button-next {
  right: 0
}
.itinerary-overview .swiper.swiper-initialized .swiper-wrapper {
  gap: 0
}
@media(max-width: 500px) {
  .itinerary-overview .swiper.swiper-initialized .swiper-wrapper {
    gap: 0px
  }
}
@media(max-width: 1000px) {
  .itinerary-overview .swiper:after {
    width: 40px
  }
}
main {
  overflow: clip
}
.highlights-carousel {
  padding: 40px 40px;
  background-color: #efefef;
  display: flex;
  gap: 50px;
  border-radius: 8px;
  background-image: url("../resources/ivory.jpg");
  border: 1px solid #b8b8b8;
}
.highlights-carousel .highlights-left {
  flex: 1;
  width: 50%
}
.highlights-carousel .highlights-left .swiper {
  height: 100%
}
.highlights-carousel .highlights-right {
  flex: 1;
  width: 50%;
  display: grid;
  align-content: center;
  gap: 10px;
  position: relative
}
.highlights-carousel .highlights-right h2 {
  font-size: clamp(2.4rem, 2.8vw, 2.9em);
  letter-spacing: -0.1rem;
  margin-bottom: 25px
}
.highlights-carousel .highlights-right .included {
  background-color: goldenrod;
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  border-radius: 20px;
  padding: 6px 11px;
  margin: 0 4px 12px 0;
  display: inline-block
}
.highlights-carousel .highlights-right .swiper {
  padding-top: 0px;
}
.highlights-carousel .highlights-right .swiper .swiper-wrapper .swiper-slide {
  display: grid;
  justify-items: start;
  align-content: start;
  gap: 8px
}
.highlights-carousel .highlights-right .swiper .swiper-wrapper .swiper-slide h3 {
  font-size: clamp(1.8rem, 2.2vw, 2.2em);
  font-family: Jost;
  letter-spacing: .03rem;
  font-weight: 700
}
.highlights-carousel .highlights-right .swiper .swiper-wrapper .swiper-slide p {
  font-size: clamp(1.4rem, 1.6vw, 1.6em);
  line-height: 140%
}
.highlights-carousel .highlights-right .swiper .swiper-wrapper .swiper-slide a {
  background-color: var(--color-off-black);
  display: block;
  margin-top: 25px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  padding: 11px 20px 13px;
  border-radius: 8px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-family: Jost
}
.highlights-carousel .highlights-right .swiper .swiper-wrapper .swiper-slide a img {
  transform: rotate(90deg)
}
@media(max-width: 500px) {
  .highlights-carousel .highlights-right .swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    justify-content: center
  }
}
.highlights-carousel .highlights-right .swiper .swiper-button {
  top: auto;
  margin-top: 0;
  bottom: 0;
  box-shadow: none;
  width: 33px;
  height: 33px;
  display: flex !important
}
.highlights-carousel .highlights-right .swiper .swiper-button.swiper-button-prev {
  left: auto;
  right: 44px
}
.highlights-carousel .highlights-right .swiper .swiper-button.swiper-button-next {
  right: 0
}
.highlights-carousel .highlights-right .swiper .swiper-progress {
  background-color: #cfcfcf;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}
.highlights-carousel .highlights-right .swiper .swiper-progress .progress-segments {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.highlights-carousel .highlights-right .swiper .swiper-progress .progress-segments .progress-segment {
  height: 100%;
  flex: 1;
  position: relative
}
.highlights-carousel .highlights-right .swiper .swiper-progress .progress-segments .progress-segment:before, .highlights-carousel .highlights-right .swiper .swiper-progress .progress-segments .progress-segment:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0
}
.highlights-carousel .highlights-right .swiper .swiper-progress .progress-segments .progress-segment:before {
  left: 0;
  right: 0;
  background-color: var(--color-off-black);
  transform: scaleX(0);
  transform-origin: left;
  z-index: 4
}
.highlights-carousel .highlights-right .swiper .swiper-progress .progress-segments .progress-segment:after {
  right: -6px;
  width: 6px;
  background-color: #cfcfcf;
  z-index: 5
}
.highlights-carousel .highlights-right .swiper .swiper-progress .progress-segments .progress-segment.active:before {
  animation: highlight-progress 8s linear forwards
}
.highlights-carousel .highlights-right .swiper .swiper-progress .progress-segments .progress-segment.active.fill:before {
  animation-duration: 0s
}
@keyframes highlight-progress {
  0% {
    transform: scaleX(0)
  }
  100% {
    transform: scaleX(1)
  }
}
.highlights-carousel .highlights-right .swiper.paused .progress-segments .progress-segment:before {
  -webkit-animation-play-state: paused !important;
  -moz-animation-play-state: paused !important;
  -o-animation-play-state: paused !important;
  animation-play-state: paused !important
}
.highlights-carousel .highlights-right .swiper.single-slide {
  padding-top: 0
}
.highlights-carousel .highlights-right .swiper.single-slide .swiper-button, .highlights-carousel .highlights-right .swiper.single-slide .swiper-progress {
  display: none !important
}
@media(max-width: 860px) {
  .highlights-carousel {
    gap: 25px
  }
}
@media(max-width: 766px) {
  .highlights-carousel {
    flex-direction: column
  }
  .highlights-carousel .highlights-left {
    flex: none;
    width: auto
  }
  .highlights-carousel .highlights-left .swiper .swiper-wrapper .image {
    height: 240px
  }
  .highlights-carousel .highlights-right {
    flex: none;
    width: auto
  }
}
@media(max-width: 500px) {
  .highlights-carousel {
    padding: 20px
  }
  .highlights-carousel .highlights-right .swiper .swiper-button {
    bottom: 17px
  }
}
.things-to-do-carousel {
  padding: 30px 0 0;
  display: flex;
  gap: 25px;
  scroll-margin-top: 90px
}
.things-to-do-carousel .to-do-left {
  flex: 1;
  width: 50%
}
.things-to-do-carousel .to-do-right {
  flex: 1;
  width: 50%;
  display: grid;
  align-content: center;
  gap: 10px;
  position: relative
}
.things-to-do-carousel .to-do-right h2 {
  font-size: clamp(2.4rem, 2.8vw, 2.8em);
  letter-spacing: -0.1rem;
  margin-bottom: 15px
}
.things-to-do-carousel .to-do-right .swiper {
  padding-top: 30px;
  padding-bottom: 55px
}
.things-to-do-carousel .to-do-right .swiper .swiper-wrapper .swiper-slide label {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 6px 11px;
  margin: 0 4px 12px 0;
  display: inline-block
}
.things-to-do-carousel .to-do-right .swiper .swiper-wrapper .swiper-slide label.optional {
  background-color: #e66e61
}
.things-to-do-carousel .to-do-right .swiper .swiper-wrapper .swiper-slide label.included {
  background-color: #e66e61
}
.things-to-do-carousel .to-do-right .swiper .swiper-wrapper .swiper-slide h3, .things-to-do-carousel .to-do-right .swiper .swiper-wrapper .swiper-slide h4 {
  letter-spacing: 0
}
.things-to-do-carousel .to-do-right .swiper .swiper-wrapper .swiper-slide h3 {
  margin-bottom: 4px;
  font-size: clamp(1.8rem, 2.2vw, 2.2em)
}
.things-to-do-carousel .to-do-right .swiper .swiper-wrapper .swiper-slide h4 {
  color: #666;
  font-weight: 400;
  line-height: 1
}
.things-to-do-carousel .to-do-right .swiper .swiper-wrapper .swiper-slide h4 i {
  font-weight: inherit;
  font-style: normal;
  font-family: Jost;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem)
}
.things-to-do-carousel .to-do-right .swiper .swiper-wrapper .swiper-slide p {
  font-size: clamp(1.4rem, 1.6vw, 1.6em);
  line-height: 160%;
  margin-top: 15px;
  margin-bottom: 12px
}
.things-to-do-carousel .to-do-right .swiper .swiper-wrapper .swiper-slide span {
  cursor: pointer;
  background-color: #fff;
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  color: var(--color-off-black);
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 8px;
  border: 2px solid #000;
  display: inline-flex;
  gap: 5px;
  align-items: center
}
.things-to-do-carousel .to-do-right .swiper .swiper-wrapper .swiper-slide span img {
  transform: rotate(90deg)
}
.things-to-do-carousel .to-do-right .swiper .swiper-button {
  top: 25px;
  margin-top: 0;
  box-shadow: none;
  border: 1px solid transparent;
  width: 33px;
  height: 33px;
  display: flex !important
}
.things-to-do-carousel .to-do-right .swiper .swiper-button.swiper-button-prev {
  left: auto;
  right: 54px
}
.things-to-do-carousel .to-do-right .swiper .swiper-button.swiper-button-next {
  left: auto;
  right: 0
}
.things-to-do-carousel .to-do-right .swiper .swiper-progress {
  background-color: #cfcfcf;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}
.things-to-do-carousel .to-do-right .swiper .swiper-progress .progress-segments {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.things-to-do-carousel .to-do-right .swiper .swiper-progress .progress-segments .progress-segment {
  height: 100%;
  flex: 1;
  position: relative
}
.things-to-do-carousel .to-do-right .swiper .swiper-progress .progress-segments .progress-segment:before, .things-to-do-carousel .to-do-right .swiper .swiper-progress .progress-segments .progress-segment:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0
}
.things-to-do-carousel .to-do-right .swiper .swiper-progress .progress-segments .progress-segment:before {
  left: 0;
  right: 0;
  background-color: var(--color-off-black);
  transform: scaleX(0);
  transform-origin: left;
  z-index: 4
}
.things-to-do-carousel .to-do-right .swiper .swiper-progress .progress-segments .progress-segment:after {
  right: -6px;
  width: 6px;
  background-color: #cfcfcf;
  z-index: 5
}
.things-to-do-carousel .to-do-right .swiper .swiper-progress .progress-segments .progress-segment.active:before {
  animation: todo-progress 8s linear forwards
}
.things-to-do-carousel .to-do-right .swiper .swiper-progress .progress-segments .progress-segment.active.fill:before {
  animation-duration: 0s
}
@keyframes todo-progress {
  0% {
    transform: scaleX(0)
  }
  100% {
    transform: scaleX(1)
  }
}
.things-to-do-carousel .to-do-right .swiper.paused .progress-segments .progress-segment:before {
  -webkit-animation-play-state: paused !important;
  -moz-animation-play-state: paused !important;
  -o-animation-play-state: paused !important;
  animation-play-state: paused !important
}
.things-to-do-carousel .to-do-right .swiper.single-slide {
  padding-top: 0
}
.things-to-do-carousel .to-do-right .swiper.single-slide .swiper-button, .things-to-do-carousel .to-do-right .swiper.single-slide .swiper-progress {
  display: none !important
}
@media(max-width: 1220px) {
  .things-to-do-carousel {
    flex-direction: column;
    padding-top: 20px
  }
  .things-to-do-carousel .to-do-left {
    width: auto;
    flex: none
  }
  .things-to-do-carousel .to-do-left .swiper .swiper-wrapper .image {
    height: 240px
  }
  .things-to-do-carousel .to-do-right {
    width: auto;
    flex: none
  }
  .things-to-do-carousel .to-do-right h2 {
    margin-bottom: 20px
  }
  .things-to-do-carousel .to-do-right .swiper .swiper-wrapper .swiper-slide p {
    margin-top: 12px
  }
}
@media(max-width: 700px) {
  .things-to-do-carousel .to-do-right .swiper {
    padding-bottom: 20px
  }
}
@media(max-width: 600px) {
  .things-to-do-carousel {
    flex-direction: column;
    gap: 20px
  }
  .things-to-do-carousel .to-do-left {
    flex: none;
    width: auto
  }
  .things-to-do-carousel .to-do-left .swiper .swiper-wrapper .swiper-slide {
    max-height: 240px
  }
  .things-to-do-carousel .to-do-right {
    flex: none;
    width: auto
  }
}
.recommended-hotels {
  background-color: var(--color-yellow-light);
  margin: 30px 0 0;
  padding: 24px;
  border-radius: 8px
}
.recommended-hotels > h2 {
  font-size: clamp(2.4rem, 2.8vw, 2.8rem);
  letter-spacing: 0;
  margin-bottom: 18px
}
.recommended-hotels > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px
}
.recommended-hotels > div .recommended-hotel {
  background-color: #fff;
  display: flex;
  position: relative;
  border-radius: 8px
}
.recommended-hotels > div .recommended-hotel .image {
  flex: 0 0 90px
}
.recommended-hotels > div .recommended-hotel .image img {
  border-radius: 8px 0 0 8px
}
.recommended-hotels > div .recommended-hotel > div h2 {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  letter-spacing: 0;
  color: var(--color-teal);
  font-family: Jost;
  font-weight: 600
}
.recommended-hotels > div .recommended-hotel > div p {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.5
}
.recommended-hotels > div .recommended-hotel > div a {
  display: grid
}
.recommended-hotels > div .recommended-hotel > div a img {
  width: 14px;
  align-self: end
}
.recommended-hotels > div .recommended-hotel > div:last-of-type {
  padding: 22px 17px 19px;
  display: grid;
  gap: 12px;
  align-content: start
}
.recommended-hotels label.tag {
  font-size: clamp(1.4rem, 1.4vw, 1.4rem);
  font-weight: 700;
  border-radius: 4px;
  color: #fff;
  padding: 6px 11px;
  width: max-content;
  display: inline-block;
  align-self: center
}
.recommended-hotels label.tag.optional {
  background-color: #e66e61
}
.recommended-hotels label.tag.included {
  background-color: #e66e61
}
@media(max-width: 1400px) {
  .recommended-hotels > div {
    grid-template-columns: repeat(1, 1fr)
  }
}
@media(max-width: 1200px) {
  body.lock .sticky-footer-wrapper {
    z-index: 101 !important
  }
}
body.lock #chat-widget-container {
  z-index: -1 !important
}